From a4e1c2f52259e4e450cefe2e007c98a8739788f5 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 22 Feb 2021 09:21:23 +0000 Subject: [PATCH] Add versioning (#187) * fix vscode cpp extension messing with files.associations * move stuff * it builds! * symlink papermario.us.z64 * ci: put baserom in right place * add jp * fix splat dir * ignore starrod dump * .s deps * update jenkins * add dsl back * configure.py versions * wups * fine ethan * fix paths * configure: default to only the version(s) with existing baseroms * fix coverage * fix progress.py * progress.py verisoning * remove format.sh from CONTRIBUTING * update CONTRIBUTING * fix first_diff * diff.py: use ver/current/ * update splat.yaml * trying to fix subrepo * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "06a737f02d" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "06a737f02d" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * configure fix * git subrepo pull tools/splat subrepo: subdir: "tools/splat" merged: "41786effd3" upstream: origin: "https://github.com/ethteck/splat.git" branch: "master" commit: "41786effd3" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" Co-authored-by: Ethan Roseman --- .gitignore | 13 +- .vscode/c_cpp_properties.json | 5 +- .vscode/settings.json | 20 +- CONTRIBUTING.md | 66 +- Jenkinsfile | 11 +- README.md | 19 +- checksum.sha1 | 1 - configure.py | 586 +++++++++--------- coverage.py | 92 +-- diff_settings.py | 9 +- first_diff.py | 10 +- include/macros.h | 5 +- papermario.jp.z64 | 1 + papermario.us.z64 | 1 + progress.py | 32 +- requirements_extra.txt | 1 + tools/asm_sizes.py | 2 +- tools/fix_s_filenames.py | 2 +- tools/fixc.py | 6 +- tools/img/header.py | 3 + tools/m_map_funcs.py | 2 +- tools/mapheaders.py | 6 +- tools/rename.py | 2 +- tools/smallest_with_symbol.py | 2 +- tools/sort_symbol_addrs.py | 27 +- tools/splat/.gitrepo | 4 +- tools/splat/segtypes/n64/code.py | 2 +- tools/splat/segtypes/segment.py | 4 + tools/substitute.py | 2 +- tools/sym_info.py | 4 +- ver/jp/asm/header.s | 16 + ver/jp/build.cfg | 6 + ver/jp/checksum.sha1 | 1 + ver/jp/dead_syms.txt | 0 ver/jp/splat.yaml | 23 + ver/jp/symbol_addrs.txt | 0 ver/jp/undefined_funcs_auto.txt | 0 ver/jp/undefined_syms.txt | 0 ver/jp/undefined_syms_auto.txt | 0 {asm => ver/us/asm}/boot.s | 0 .../data/battle/item/dizzy_dial_727CE0.data.s | 0 .../battle/item/dried_shroom_71D010.data.s | 0 .../battle/item/dusty_hammer_717C10.data.s | 0 .../battle/item/egg_missile_7291D0.data.s | 0 .../battle/item/electro_pop_730AE0.data.s | 0 .../battle/item/fire_flower_717060.data.s | 0 .../asm}/data/battle/item/food_733700.data.s | 0 .../data/battle/item/fright_jar_72BC60.data.s | 0 .../battle/item/hustle_drink_726240.data.s | 0 .../item/insecticide_herb_72AB70.data.s | 0 .../battle/item/life_shroom_72EA20.data.s | 0 .../data/battle/item/mushroom_715E50.data.s | 0 .../data/battle/item/mystery_72CF00.data.s | 0 .../data/battle/item/pebble_719BB0.data.s | 0 .../item/please_come_back_728820.data.s | 0 .../data/battle/item/pow_block_718BF0.data.s | 0 .../data/battle/item/repel_gel_72DE00.data.s | 0 .../battle/item/shooting_star_71DCC0.data.s | 0 .../battle/item/sleepy_sheep_71EFC0.data.s | 0 .../battle/item/snowman_doll_71C270.data.s | 0 .../data/battle/item/stone_cap_721970.data.s | 0 .../data/battle/item/stop_watch_727120.data.s | 0 .../battle/item/strange_cake_731EA0.data.s | 0 .../data/battle/item/super_soda_725210.data.s | 0 .../battle/item/tasty_tonic_7222D0.data.s | 0 .../battle/item/thunder_bolt_722FE0.data.s | 0 .../battle/item/thunder_rage_71B640.data.s | 0 .../battle/item/ultra_shroom_723AB0.data.s | 0 .../battle/item/unknown_item_724570.data.s | 0 .../battle/item/volt_shroom_71AA70.data.s | 0 .../data/battle/move/auto_jump_765D10.data.s | 0 .../move/auto_multibounce_76A920.data.s | 0 .../data/battle/move/auto_smash_7635F0.data.s | 0 .../battle/move/d_down_jump_781AF0.data.s | 0 .../battle/move/d_down_pound_74AF40.data.s | 0 .../battle/move/dizzy_stomp_748EC0.data.s | 0 .../battle/move/earthquake_jump_785C20.data.s | 0 .../data/battle/move/hammer_734650.data.s | 0 .../battle/move/hammer_charge_0_74F3D0.data.s | 0 .../battle/move/hammer_charge_1_7598D0.data.s | 0 .../battle/move/hammer_charge_2_75E8F0.data.s | 0 .../battle/move/hammer_throw_752500.data.s | 0 .../asm}/data/battle/move/jump_73D9A0.data.s | 0 .../battle/move/jump_charge_0_74D850.data.s | 0 .../battle/move/jump_charge_1_75CCE0.data.s | 0 .../battle/move/jump_charge_2_761C80.data.s | 0 .../data/battle/move/mega_jump_771020.data.s | 0 .../data/battle/move/mega_quake_756900.data.s | 0 .../data/battle/move/mega_smash_777740.data.s | 0 .../battle/move/multibounce_740DB0.data.s | 0 .../battle/move/power_bounce_743FE0.data.s | 0 .../data/battle/move/power_jump_76D850.data.s | 0 .../battle/move/power_quake_767D40.data.s | 0 .../battle/move/power_smash_772C50.data.s | 0 .../battle/move/quake_hammer_73AF80.data.s | 0 .../battle/move/shell_crack_77F3D0.data.s | 0 .../battle/move/shrink_smash_77CC30.data.s | 0 .../battle/move/shrink_stomp_783C90.data.s | 0 .../battle/move/sleep_stomp_746F00.data.s | 0 .../data/battle/move/spin_smash_737A20.data.s | 0 .../data/battle/move/super_jump_76F420.data.s | 0 .../battle/move/super_smash_7751B0.data.s | 0 .../battle/move/unknown_move_779E20.data.s | 0 .../battle/partner/bombette_6FB350.data.s | 0 .../data/battle/partner/bow_7111F0.data.s | 0 .../battle/partner/goombario_6F2290.data.s | 0 .../data/battle/partner/goompa_6F0B30.data.s | 0 .../data/battle/partner/kooper_6F62B0.data.s | 0 .../battle/partner/lakilester_70DED0.data.s | 0 .../battle/partner/parakarry_701590.data.s | 0 .../data/battle/partner/sushie_708B70.data.s | 0 .../data/battle/partner/twink_714DC0.data.s | 0 .../data/battle/partner/watt_704A70.data.s | 0 .../data/battle/star/chill_out_7909C0.data.s | 0 .../asm}/data/battle/star/focus_78A480.data.s | 0 .../data/battle/star/lullaby_78D770.data.s | 0 .../data/battle/star/peach_beam_79ACA0.data.s | 0 .../data/battle/star/peach_dash_79DE50.data.s | 0 .../battle/star/peach_focus_79C4D0.data.s | 0 .../data/battle/star/refresh_78C070.data.s | 0 .../data/battle/star/smooch_7923C0.data.s | 0 .../data/battle/star/star_beam_7984B0.data.s | 0 .../data/battle/star/star_storm_78EEB0.data.s | 0 .../data/battle/star/time_out_794240.data.s | 0 .../battle/star/up_and_away_7959B0.data.s | 0 .../us/asm}/data/code_1000_len_60.data.s | 0 {asm => ver/us/asm}/data/code_102c80.rodata.s | 0 .../us/asm}/data/code_104940_len_dc0.rodata.s | 0 .../us/asm}/data/code_1060_len_310.rodata.s | 0 {asm => ver/us/asm}/data/code_10B608.data.s | 0 {asm => ver/us/asm}/data/code_1422A0.data.s | 0 {asm => ver/us/asm}/data/code_16A3E0.data.s | 0 {asm => ver/us/asm}/data/code_16C7D0.rodata.s | 0 {asm => ver/us/asm}/data/code_1AF2D0.data.s | 0 {asm => ver/us/asm}/data/code_1CB240.rodata.s | 0 .../us/asm}/data/code_26840_len_20d0.data.s | 0 {asm => ver/us/asm}/data/code_31650.data.s | 0 {asm => ver/us/asm}/data/code_3195D0.data.s | 0 {asm => ver/us/asm}/data/code_31B000.data.s | 0 {asm => ver/us/asm}/data/code_31B080.rodata.s | 0 {asm => ver/us/asm}/data/code_31CB60.data.s | 0 {asm => ver/us/asm}/data/code_31CBE0.rodata.s | 0 {asm => ver/us/asm}/data/code_31DDC0.data.s | 0 {asm => ver/us/asm}/data/code_320B20.data.s | 0 {asm => ver/us/asm}/data/code_320BC0.rodata.s | 0 {asm => ver/us/asm}/data/code_3239B0.data.s | 0 {asm => ver/us/asm}/data/code_324930.data.s | 0 {asm => ver/us/asm}/data/code_3249B0.rodata.s | 0 {asm => ver/us/asm}/data/code_421FC0.rodata.s | 0 .../us/asm}/data/code_6240_len_c00.data.s | 0 {asm => ver/us/asm}/data/code_6EAC0.data.s | 0 {asm => ver/us/asm}/data/code_6F110.data.s | 0 {asm => ver/us/asm}/data/code_71430.data.s | 0 {asm => ver/us/asm}/data/code_724570.data.s | 0 {asm => ver/us/asm}/data/code_73200.rodata.s | 0 {asm => ver/us/asm}/data/code_74EA0.rodata.s | 0 {asm => ver/us/asm}/data/code_917EC.data.s | 0 {asm => ver/us/asm}/data/code_93FF0.data.s | 0 {asm => ver/us/asm}/data/code_9DA58.data.s | 0 {asm => ver/us/asm}/data/code_9DE60.data.s | 0 {asm => ver/us/asm}/data/code_A5100.rodata.s | 0 {asm => ver/us/asm}/data/code_E5830.data.s | 0 {asm => ver/us/asm}/data/code_E5E40.rodata.s | 0 .../us/asm}/data/code_a5dd0_len_114e0.data.s | 0 .../us/asm}/data/code_fee30_len_2d60.data.s | 0 {asm => ver/us/asm}/data/si.data.s | 0 {asm => ver/us/asm}/data/si.rodata.s | 0 .../data/world/partner/goombario.rodata.s | 0 .../asm}/data/world/partner/goompa.rodata.s | 0 .../asm}/data/world/script_api/7E4D00.data.s | 0 {asm => ver/us/asm}/entry_point.s | 0 {asm => ver/us/asm}/header.s | 0 .../area_arn/4FEA50/func_80218058_4FEAA8.s | 0 .../area_arn/4FEA50/func_802181E4_4FEC34.s | 0 .../area_arn/4FED30/func_80218338_4FED88.s | 0 .../area_arn/4FED30/func_802184C4_4FEF14.s | 0 .../area_arn/4FF0D0/func_80218680_4FF0D0.s | 0 .../area_dig/6DE1F0/func_80218430_6DE1F0.s | 0 .../area_dig/6DE1F0/func_80218580_6DE340.s | 0 .../area_dig/6DE4A0/func_80218770_6DE530.s | 0 .../area_flo/5B14B0/func_802180CC_5B157C.s | 0 .../area_flo/5B16A0/func_8021844C_5B18FC.s | 0 .../area_flo/5B1A10/func_80218560_5B1A10.s | 0 .../area_flo/5B1A10/func_80218808_5B1CB8.s | 0 .../area_flo/5B1D80/func_802188D0_5B1D80.s | 0 .../area_flo/5B1D80/func_80218B78_5B2028.s | 0 .../area_flo/5B20F0/func_80218C40_5B20F0.s | 0 .../area_flo/5B20F0/func_80218EE8_5B2398.s | 0 .../area_flo/5B20F0/func_80218FAC_5B245C.s | 0 .../area_flo/5B20F0/func_8021900C_5B24BC.s | 0 .../area_flo/5B20F0/func_802190B0_5B2560.s | 0 .../area_flo/5B20F0/func_80219358_5B2808.s | 0 .../area_flo/5B28D0/func_80219420_5B28D0.s | 0 .../area_flo/5B28D0/func_802194E0_5B2990.s | 0 .../area_flo/5B28D0/func_802195A0_5B2A50.s | 0 .../area_flo/5B28D0/func_80219660_5B2B10.s | 0 .../area_flo/5B28D0/func_80219720_5B2BD0.s | 0 .../area_flo/5B28D0/func_802197E0_5B2C90.s | 0 .../area_flo/5B28D0/func_802198A0_5B2D50.s | 0 .../area_flo/5B28D0/func_80219C80_5B3130.s | 0 .../area_flo/5B28D0/func_80219D40_5B31F0.s | 0 .../area_flo/5B28D0/func_80219E00_5B32B0.s | 0 .../area_flo2/5CE690/func_80218058_5CE6E8.s | 0 .../area_flo2/5CE690/func_802182A4_5CE934.s | 0 .../area_flo2/5CE690/func_80218440_5CEAD0.s | 0 .../area_flo2/5CE690/func_802185D4_5CEC64.s | 0 .../area_flo2/5CE690/func_80218620_5CECB0.s | 0 .../area_flo2/5CE690/func_80218774_5CEE04.s | 0 .../area_flo2/5CE690/func_80218924_5CEFB4.s | 0 .../area_flo2/5CE690/func_802189FC_5CF08C.s | 0 .../area_flo2/5CE690/func_80218AA0_5CF130.s | 0 .../area_flo2/5CE690/func_80218B60_5CF1F0.s | 0 .../area_flo2/5CF2D0/func_80218DD0_5CF460.s | 0 .../area_flo2/5CF2D0/func_80218E90_5CF520.s | 0 .../area_flo2/5CF2D0/func_80218F50_5CF5E0.s | 0 .../area_flo2/5CF2D0/func_80219010_5CF6A0.s | 0 .../area_flo2/5CF2D0/func_802190D0_5CF760.s | 0 .../area_flo2/5CF2D0/func_80219190_5CF820.s | 0 .../area_flo2/5CF2D0/func_80219250_5CF8E0.s | 0 .../area_flo2/5CF2D0/func_80219630_5CFCC0.s | 0 .../area_flo2/5CF2D0/func_802196F0_5CFD80.s | 0 .../area_flo2/5CF2D0/func_802197B0_5CFE40.s | 0 .../area_hos/47F0D0/func_80218020_47F0D0.s | 0 .../area_hos/47F0D0/func_80218150_47F200.s | 0 .../area_hos/47F0D0/func_802183F8_47F4A8.s | 0 .../area_hos/47F570/func_802184C0_47F570.s | 0 .../area_hos/47F570/func_802186B8_47F768.s | 0 .../area_hos/47F570/func_802189D0_47FA80.s | 0 .../area_hos/47F570/func_80218CEC_47FD9C.s | 0 .../4E29B0/func_80218270_4E29B0.s | 0 .../4E29B0/func_802183C0_4E2B00.s | 0 .../4E29B0/func_80218458_4E2B98.s | 0 .../4E29B0/func_802184CC_4E2C0C.s | 0 .../4E29B0/func_802188B0_4E2FF0.s | 0 .../4E29B0/func_80218944_4E3084.s | 0 .../4E30C0/func_80218980_4E30C0.s | 0 .../4E30C0/func_80218A10_4E3150.s | 0 .../4E3190/func_80218A50_4E3190.s | 0 .../4E3190/func_80218A98_4E31D8.s | 0 .../4E3190/func_80218AC0_4E3200.s | 0 .../4E3190/func_80218B08_4E3248.s | 0 .../4E3190/func_80218B30_4E3270.s | 0 .../4E3190/func_80218B78_4E32B8.s | 0 .../4E3190/func_80218BA0_4E32E0.s | 0 .../4E3190/func_80218BE8_4E3328.s | 0 .../4EF4A0/func_80218000_4EF4A0.s | 0 .../4EF4A0/func_80218150_4EF5F0.s | 0 .../4EF4A0/func_802181E8_4EF688.s | 0 .../4EF4A0/func_8021825C_4EF6FC.s | 0 .../4EF4A0/func_8021866C_4EFB0C.s | 0 .../4EF4A0/func_8021875C_4EFBFC.s | 0 .../4EFCF0/func_80218850_4EFCF0.s | 0 .../4EFCF0/func_802188E4_4EFD84.s | 0 .../4EFDC0/func_80218920_4EFDC0.s | 0 .../4EFDC0/func_802189B0_4EFE50.s | 0 .../4EFE90/func_802189F0_4EFE90.s | 0 .../4EFE90/func_80218A38_4EFED8.s | 0 .../4EFE90/func_80218A60_4EFF00.s | 0 .../4EFE90/func_80218AA8_4EFF48.s | 0 .../4EFE90/func_80218AD0_4EFF70.s | 0 .../4EFE90/func_80218B18_4EFFB8.s | 0 .../area_iwa/4D01F0/func_80218000_4D01F0.s | 0 .../area_jan/573C30/func_802183DC_573CFC.s | 0 .../area_jan2/584940/func_802180CC_584A0C.s | 0 .../area_jan2/584B90/func_80218250_584B90.s | 0 .../area_jan2/584B90/func_802184F8_584E38.s | 0 .../area_jan2/584B90/func_802185BC_584EFC.s | 0 .../area_jan2/584B90/func_8021861C_584F5C.s | 0 .../area_kgr/56E2A0/func_802180CC_56E36C.s | 0 .../area_kgr/56E2A0/func_802182E4_56E584.s | 0 .../area_kgr/56E2A0/func_802184F8_56E798.s | 0 .../area_kgr/56E800/func_80218560_56E800.s | 0 .../area_kkj/6DBDA0/func_80218000_6DBDA0.s | 0 .../area_kkj/6DBDA0/func_802180B8_6DBE58.s | 0 .../area_kkj/6DBDA0/func_80218220_6DBFC0.s | 0 .../area_kkj/6DBDA0/func_8021833C_6DC0DC.s | 0 .../area_kkj/6DBDA0/func_802183EC_6DC18C.s | 0 .../area_kkj/6DBDA0/func_8021849C_6DC23C.s | 0 .../area_kkj/6DC2F0/func_80218550_6DC2F0.s | 0 .../4309A0/func_80218000_4309A0.s | 0 .../4309A0/func_8021818C_430B2C.s | 0 .../4309A0/func_80218280_430C20.s | 0 .../4309A0/func_8021840C_430DAC.s | 0 .../4309A0/func_80218558_430EF8.s | 0 .../4309A0/func_802186E4_431084.s | 0 .../431180/func_802187E0_431180.s | 0 .../4313F0/func_80218A50_4313F0.s | 0 .../431660/func_80218CC0_431660.s | 0 .../4318D0/func_80218F30_4318D0.s | 0 .../4318D0/func_80219198_431B38.s | 0 .../439A90/func_80218000_439A90.s | 0 .../439A90/func_8021818C_439C1C.s | 0 .../439A90/func_80218280_439D10.s | 0 .../439A90/func_8021840C_439E9C.s | 0 .../439A90/func_80218500_439F90.s | 0 .../439A90/func_8021868C_43A11C.s | 0 .../439A90/func_80218780_43A210.s | 0 .../439A90/func_802187B0_43A240.s | 0 .../439A90/func_8021893C_43A3CC.s | 0 .../439A90/func_80218A30_43A4C0.s | 0 .../439A90/func_80218A60_43A4F0.s | 0 .../43A7E0/func_80218D50_43A7E0.s | 0 .../43AA50/func_80218FC0_43AA50.s | 0 .../43ACC0/func_80219230_43ACC0.s | 0 .../43AF30/func_802194A0_43AF30.s | 0 .../43AF30/func_80219708_43B198.s | 0 .../447440/func_80218000_447440.s | 0 .../447440/func_8021818C_4475CC.s | 0 .../447440/func_802182D8_447718.s | 0 .../447440/func_80218464_4478A4.s | 0 .../4479A0/func_802185B8_4479F8.s | 0 .../4479A0/func_80218744_447B84.s | 0 .../447D50/func_802189DC_447E1C.s | 0 .../447D50/func_80218AA4_447EE4.s | 0 .../447D50/func_80218B9C_447FDC.s | 0 .../447D50/func_80218D28_448168.s | 0 .../447D50/func_80218E1C_44825C.s | 0 .../447D50/func_80218F60_4483A0.s | 0 .../447D50/func_80218FA4_4483E4.s | 0 .../448420/func_80218FE0_448420.s | 0 .../448690/func_80219250_448690.s | 0 .../448900/func_802194C0_448900.s | 0 .../448B70/func_80219730_448B70.s | 0 .../448B70/func_80219998_448DD8.s | 0 .../448E20/func_802199E0_448E20.s | 0 .../448E80/func_80219A40_448E80.s | 0 .../448E80/func_80219C38_449078.s | 0 .../448E80/func_80219C5C_44909C.s | 0 .../448E80/func_80219D60_4491A0.s | 0 .../area_kpa/684C30/func_80218200_684C30.s | 0 .../area_kpa/684C30/func_80218638_685068.s | 0 .../area_kpa/685130/func_80218700_685130.s | 0 .../area_kpa2/69F200/func_80218098_69F298.s | 0 .../area_kpa2/69F320/func_80218178_69F378.s | 0 .../area_kpa2/69F320/func_802181E4_69F3E4.s | 0 .../area_kpa2/69F320/func_80218620_69F820.s | 0 .../area_kpa2/69F320/func_802186A0_69F8A0.s | 0 .../area_kpa2/69F320/func_802186D0_69F8D0.s | 0 .../area_kpa2/69F320/func_80218AA4_69FCA4.s | 0 .../area_kpa2/69F320/func_80218F58_6A0158.s | 0 .../area_kpa2/69F320/func_80219394_6A0594.s | 0 .../area_kpa2/69F320/func_80219414_6A0614.s | 0 .../area_kpa2/69F320/func_80219444_6A0644.s | 0 .../area_kpa2/69F320/func_80219818_6A0A18.s | 0 .../area_kpa2/69F320/func_80219C74_6A0E74.s | 0 .../area_kpa2/69F320/func_80219CD4_6A0ED4.s | 0 .../area_kpa2/69F320/func_80219D44_6A0F44.s | 0 .../area_kpa2/69F320/func_80219FFC_6A11FC.s | 0 .../area_kpa2/69F320/func_8021A1B8_6A13B8.s | 0 .../area_kpa2/69F320/func_8021A254_6A1454.s | 0 .../area_kpa2/69F320/func_8021A318_6A1518.s | 0 .../area_kpa2/69F320/func_8021A754_6A1954.s | 0 .../area_kpa2/69F320/func_8021A7D4_6A19D4.s | 0 .../area_kpa2/69F320/func_8021A804_6A1A04.s | 0 .../area_kpa2/69F320/func_8021ABD8_6A1DD8.s | 0 .../area_kpa2/69F320/func_8021B02C_6A222C.s | 0 .../area_kpa2/69F320/func_8021B08C_6A228C.s | 0 .../area_kpa2/69F320/func_8021B0FC_6A22FC.s | 0 .../area_kpa2/69F320/func_8021B3B4_6A25B4.s | 0 .../area_kpa2/69F320/func_8021B570_6A2770.s | 0 .../area_kpa2/69F320/func_8021B60C_6A280C.s | 0 .../area_kpa2/69F320/func_8021B678_6A2878.s | 0 .../area_kpa2/6A2B50/func_8021B9A8_6A2BA8.s | 0 .../area_kpa2/6A2B50/func_8021BC60_6A2E60.s | 0 .../area_kpa2/6A2B50/func_8021C09C_6A329C.s | 0 .../area_kpa2/6A2B50/func_8021C11C_6A331C.s | 0 .../area_kpa2/6A2B50/func_8021C14C_6A334C.s | 0 .../area_kpa2/6A2B50/func_8021C520_6A3720.s | 0 .../area_kpa2/6A2B50/func_8021C974_6A3B74.s | 0 .../area_kpa2/6A2B50/func_8021C9D4_6A3BD4.s | 0 .../area_kpa2/6A2B50/func_8021CA44_6A3C44.s | 0 .../area_kpa2/6A2B50/func_8021CC5C_6A3E5C.s | 0 .../area_kpa2/6A2B50/func_8021CCFC_6A3EFC.s | 0 .../area_kpa2/6A2B50/func_8021CEB8_6A40B8.s | 0 .../area_kpa2/6A2B50/func_8021CF54_6A4154.s | 0 .../area_kpa2/6A2B50/func_8021CFC0_6A41C0.s | 0 .../area_kpa2/6A2B50/func_8021D290_6A4490.s | 0 .../area_kpa3/6BBC60/func_802180D0_6BBC60.s | 0 .../area_kpa3/6BBC60/func_80218960_6BC4F0.s | 0 .../area_kpa3/6BBC60/func_80218AB4_6BC644.s | 0 .../area_kpa3/6BBC60/func_80218B60_6BC6F0.s | 0 .../area_kpa3/6BBC60/func_80218BC4_6BC754.s | 0 .../area_kpa3/6BBC60/func_80218BFC_6BC78C.s | 0 .../area_kpa3/6BBC60/func_80218D10_6BC8A0.s | 0 .../area_kpa3/6BBC60/func_80218E34_6BC9C4.s | 0 .../area_kpa3/6BBC60/func_80218F58_6BCAE8.s | 0 .../area_kpa3/6BBC60/func_802193D4_6BCF64.s | 0 .../area_kpa3/6BBC60/func_80219428_6BCFB8.s | 0 .../area_kpa3/6BBC60/func_80219474_6BD004.s | 0 .../area_kpa3/6BBC60/func_802194C0_6BD050.s | 0 .../area_kpa3/6BBC60/func_8021950C_6BD09C.s | 0 .../area_kpa3/6BBC60/func_80219550_6BD0E0.s | 0 .../area_kpa3/6BBC60/func_80219588_6BD118.s | 0 .../area_kpa3/6BBC60/func_802195F4_6BD184.s | 0 .../area_kpa4/6CC070/func_80218000_6CC070.s | 0 .../area_kpa4/6CC1C0/func_80218150_6CC1C0.s | 0 .../area_kpa4/6CC1C0/func_80218588_6CC5F8.s | 0 .../area_kzn/58C2F0/func_80218000_58C2F0.s | 0 .../area_kzn/58C2F0/func_802181FC_58C4EC.s | 0 .../area_kzn/58C740/func_8021851C_58C80C.s | 0 .../area_kzn/58C920/func_80218630_58C920.s | 0 .../area_kzn/58C920/func_802188D8_58CBC8.s | 0 .../area_kzn/58CC90/func_802189A0_58CC90.s | 0 .../area_kzn/58CC90/func_80218C48_58CF38.s | 0 .../area_kzn/58CC90/func_80218D0C_58CFFC.s | 0 .../area_kzn/58CC90/func_80218D6C_58D05C.s | 0 .../area_kzn2/59E6E0/func_80218058_59E738.s | 0 .../area_kzn2/59E6E0/func_8021812C_59E80C.s | 0 .../area_kzn2/59E6E0/func_80218224_59E904.s | 0 .../area_kzn2/59E6E0/func_802182E4_59E9C4.s | 0 .../area_kzn2/59E6E0/func_8021835C_59EA3C.s | 0 .../area_kzn2/59E6E0/func_802188B0_59EF90.s | 0 .../area_kzn2/59E6E0/func_802188EC_59EFCC.s | 0 .../area_kzn2/59E6E0/func_802188FC_59EFDC.s | 0 .../area_kzn2/59E6E0/func_80218930_59F010.s | 0 .../area_kzn2/59E6E0/func_80218A98_59F178.s | 0 .../area_kzn2/59E6E0/func_80218B38_59F218.s | 0 .../area_kzn2/59E6E0/func_80218B90_59F270.s | 0 .../area_kzn2/59E6E0/func_80218BE8_59F2C8.s | 0 .../area_kzn2/59F420/func_80218D40_59F420.s | 0 .../area_kzn2/59F420/func_80218D90_59F470.s | 0 .../area_kzn2/59F4D0/func_80218DF0_59F4D0.s | 0 .../area_mac/464560/func_802180D0_464560.s | 0 .../area_mac/464560/func_80218100_464590.s | 0 .../area_mac/464560/func_80218300_464790.s | 0 .../area_mac/464560/func_80218B90_465020.s | 0 .../area_mac/464560/func_80218CE4_465174.s | 0 .../area_mac/464560/func_80218D90_465220.s | 0 .../area_mac/464560/func_80218DF4_465284.s | 0 .../area_mac/464560/func_80218E2C_4652BC.s | 0 .../area_mac/464560/func_80218F40_4653D0.s | 0 .../area_mac/464560/func_80219064_4654F4.s | 0 .../area_mac/464560/func_80219188_465618.s | 0 .../area_mac/464560/func_80219604_465A94.s | 0 .../area_mac/464560/func_80219658_465AE8.s | 0 .../area_mac/464560/func_802196A4_465B34.s | 0 .../area_mac/464560/func_802196F0_465B80.s | 0 .../area_mac/464560/func_8021973C_465BCC.s | 0 .../area_mac/464560/func_80219780_465C10.s | 0 .../area_mac/464560/func_802197B8_465C48.s | 0 .../area_mac/464560/func_80219824_465CB4.s | 0 .../area_mac/465D90/func_80219900_465D90.s | 0 .../area_mim/4F7D50/func_8021823C_4F7E1C.s | 0 .../area_mim/4F7F40/func_80218360_4F7F40.s | 0 .../area_nok/48D1A0/func_80218000_48D1A0.s | 0 .../area_nok/48D1A0/func_8021818C_48D32C.s | 0 .../area_nok/48D1A0/func_802182D8_48D478.s | 0 .../area_nok/48D1A0/func_80218464_48D604.s | 0 .../area_nok/48D700/func_80218560_48D700.s | 0 .../area_nok/48D700/func_802186EC_48D88C.s | 0 .../area_nok/48DCF0/func_80218C74_48DE14.s | 0 .../area_nok/48DCF0/func_80218DF8_48DF98.s | 0 .../area_omo/512AB0/func_802185AC_512B7C.s | 0 .../area_omo/512C90/func_8021878C_512D5C.s | 0 .../area_omo/512E50/func_80218880_512E50.s | 0 .../area_omo/512E50/func_80218B38_513108.s | 0 .../area_omo/512E50/func_80218CF4_5132C4.s | 0 .../area_omo/513580/func_80218FB0_513580.s | 0 .../area_omo2/52B6A0/func_80218098_52B738.s | 0 .../area_omo2/52B7C0/func_80218120_52B7C0.s | 0 .../area_omo2/52B7C0/func_802181F4_52B894.s | 0 .../area_omo2/52B7C0/func_80218250_52B8F0.s | 0 .../area_omo2_1/543570/func_80231000_543570.s | 0 .../area_omo2_2/5483E0/func_8023102C_54840C.s | 0 .../area_omo2_3/54CC70/func_80231000_54CC70.s | 0 .../area_omo3/5573E0/func_80218000_5573E0.s | 0 .../area_omo3/5573E0/func_80218038_557418.s | 0 .../area_omo3/5573E0/func_80218070_557450.s | 0 .../area_omo3/5573E0/func_80218490_557870.s | 0 .../area_omo3/557AD0/func_802186F0_557AD0.s | 0 .../area_omo3/557AD0/func_8021887C_557C5C.s | 0 .../area_pra/649050/func_80218240_649050.s | 0 .../area_pra/649050/func_80218300_649110.s | 0 .../area_pra/649050/func_802185A8_6493B8.s | 0 .../area_pra/649480/func_80218670_649480.s | 0 .../area_pra/649480/func_80218918_649728.s | 0 .../area_pra/6497F0/func_802189E0_6497F0.s | 0 .../area_pra/6497F0/func_80218C88_649A98.s | 0 .../area_pra/649B60/func_80218D50_649B60.s | 0 .../area_pra/649B60/func_80218FF8_649E08.s | 0 .../area_pra/649ED0/func_802190C0_649ED0.s | 0 .../area_pra/649ED0/func_80219368_64A178.s | 0 .../area_pra/649ED0/func_8021942C_64A23C.s | 0 .../area_pra/649ED0/func_8021948C_64A29C.s | 0 .../area_pra2/660750/func_802181E8_660938.s | 0 .../area_pra2/660750/func_80218280_6609D0.s | 0 .../area_pra2/660750/func_802182E4_660A34.s | 0 .../area_pra2/660750/func_80218344_660A94.s | 0 .../area_pra2/660750/func_802183A4_660AF4.s | 0 .../area_pra2/660750/func_8021848C_660BDC.s | 0 .../area_pra2/660D20/func_802185D0_660D20.s | 0 .../area_pra2/660E10/func_802186C0_660E10.s | 0 .../area_pra2/660E10/func_802188B8_661008.s | 0 .../area_pra2/660E10/func_802188DC_66102C.s | 0 .../area_pra2/660E10/func_802189E0_661130.s | 0 .../area_pra3/669D80/func_80218000_669D80.s | 0 .../area_pra3/669D80/func_80218890_66A610.s | 0 .../area_pra3/669D80/func_802189E4_66A764.s | 0 .../area_pra3/669D80/func_80218A90_66A810.s | 0 .../area_pra3/669D80/func_80218AF4_66A874.s | 0 .../area_pra3/669D80/func_80218B2C_66A8AC.s | 0 .../area_pra3/669D80/func_80218C40_66A9C0.s | 0 .../area_pra3/669D80/func_80218D64_66AAE4.s | 0 .../area_pra3/669D80/func_80218E88_66AC08.s | 0 .../area_pra3/669D80/func_80219304_66B084.s | 0 .../area_pra3/669D80/func_80219358_66B0D8.s | 0 .../area_pra3/669D80/func_802193A4_66B124.s | 0 .../area_pra3/669D80/func_802193F0_66B170.s | 0 .../area_pra3/669D80/func_8021943C_66B1BC.s | 0 .../area_pra3/669D80/func_80219480_66B200.s | 0 .../area_pra3/669D80/func_802194B8_66B238.s | 0 .../area_pra3/669D80/func_80219524_66B2A4.s | 0 .../area_pra3/66B5B0/func_80219830_66B5B0.s | 0 .../area_pra3/66B5B0/func_80219AD8_66B858.s | 0 .../area_pra3/66B920/func_80219BA0_66B920.s | 0 .../area_pra3/66B920/func_80219E48_66BBC8.s | 0 .../area_sam/623BA0/func_80218000_623BA0.s | 0 .../area_sam/623BA0/func_80218890_624430.s | 0 .../area_sam/623BA0/func_802189E4_624584.s | 0 .../area_sam/623BA0/func_80218A90_624630.s | 0 .../area_sam/623BA0/func_80218AF4_624694.s | 0 .../area_sam/623BA0/func_80218B2C_6246CC.s | 0 .../area_sam/623BA0/func_80218C40_6247E0.s | 0 .../area_sam/623BA0/func_80218D64_624904.s | 0 .../area_sam/623BA0/func_80218E88_624A28.s | 0 .../area_sam/623BA0/func_80219304_624EA4.s | 0 .../area_sam/623BA0/func_80219358_624EF8.s | 0 .../area_sam/623BA0/func_802193A4_624F44.s | 0 .../area_sam/623BA0/func_802193F0_624F90.s | 0 .../area_sam/623BA0/func_8021943C_624FDC.s | 0 .../area_sam/623BA0/func_80219480_625020.s | 0 .../area_sam/623BA0/func_802194B8_625058.s | 0 .../area_sam/623BA0/func_80219524_6250C4.s | 0 .../area_sam/623BA0/func_802196BC_62525C.s | 0 .../area_sam/6253E0/func_80219840_6253E0.s | 0 .../area_sam/6253E0/func_80219AE8_625688.s | 0 .../area_sam/625750/func_80219BB0_625750.s | 0 .../area_sam/625750/func_80219DA8_625948.s | 0 .../area_sam/625750/func_80219DCC_62596C.s | 0 .../area_sam/625750/func_80219ED0_625A70.s | 0 .../area_sam/625750/func_8021A0C8_625C68.s | 0 .../area_sam/625750/func_8021A0EC_625C8C.s | 0 .../area_sam/625750/func_8021A1F0_625D90.s | 0 .../area_sam/625750/func_8021A3E8_625F88.s | 0 .../area_sam/625750/func_8021A40C_625FAC.s | 0 .../area_sam/625750/func_8021A510_6260B0.s | 0 .../area_sam/625750/func_8021A708_6262A8.s | 0 .../area_sam/625750/func_8021A72C_6262CC.s | 0 .../area_sam/625750/func_8021A830_6263D0.s | 0 .../area_sam/625750/func_8021AA28_6265C8.s | 0 .../area_sam/625750/func_8021AA4C_6265EC.s | 0 .../area_sam/625750/func_8021AB50_6266F0.s | 0 .../area_sam/625750/func_8021AD48_6268E8.s | 0 .../area_sam/625750/func_8021AD6C_62690C.s | 0 .../area_sam/625750/func_8021AE70_626A10.s | 0 .../area_sam2/63D1E0/func_80218000_63D1E0.s | 0 .../area_sam2/63D1E0/func_80218314_63D4F4.s | 0 .../area_sam2/63D1E0/func_80218458_63D638.s | 0 .../area_sam2/63D1E0/func_8021849C_63D67C.s | 0 .../area_sam2/63D710/func_80218588_63D768.s | 0 .../area_sam2/63D710/func_80218714_63D8F4.s | 0 .../area_sam2/63D9F0/func_80218810_63D9F0.s | 0 .../area_sam2/63D9F0/func_80218AB8_63DC98.s | 0 .../area_sam2/63DD60/func_80218B80_63DD60.s | 0 .../area_sam2/63DD60/func_80218D78_63DF58.s | 0 .../area_sam2/63DD60/func_80218D9C_63DF7C.s | 0 .../area_sam2/63DD60/func_80218EA0_63E080.s | 0 .../area_sam2/63DD60/func_80219098_63E278.s | 0 .../area_sam2/63DD60/func_802190BC_63E29C.s | 0 .../area_sam2/63DD60/func_802191C0_63E3A0.s | 0 .../area_sam2/63DD60/func_802193B8_63E598.s | 0 .../area_sam2/63DD60/func_802193DC_63E5BC.s | 0 .../area_sam2/63DD60/func_802194E0_63E6C0.s | 0 .../area_sam2/63DD60/func_802196D8_63E8B8.s | 0 .../area_sam2/63DD60/func_802196FC_63E8DC.s | 0 .../area_sam2/63DD60/func_80219800_63E9E0.s | 0 .../area_sam2/63DD60/func_802199F8_63EBD8.s | 0 .../area_sam2/63DD60/func_80219A1C_63EBFC.s | 0 .../area_sam2/63DD60/func_80219B20_63ED00.s | 0 .../area_sam2/63DD60/func_80219D18_63EEF8.s | 0 .../area_sam2/63DD60/func_80219D3C_63EF1C.s | 0 .../area_sam2/63DD60/func_80219E40_63F020.s | 0 .../area_sbk/4DA6B0/func_802180D0_4DA6B0.s | 0 .../area_sbk/4DA6B0/func_80218220_4DA800.s | 0 .../area_tik/5EC690/func_80218200_5EC690.s | 0 .../area_tik/5EC690/func_8021838C_5EC81C.s | 0 .../area_tik/5EC690/func_80218480_5EC910.s | 0 .../area_tik/5EC690/func_8021860C_5ECA9C.s | 0 .../area_tik/5EC690/func_80218758_5ECBE8.s | 0 .../area_tik/5EC690/func_802188E4_5ECD74.s | 0 .../area_tik/5ED010/func_80218B80_5ED010.s | 0 .../area_tik/5ED4B0/func_80219020_5ED4B0.s | 0 .../area_tik/5ED950/func_802194C0_5ED950.s | 0 .../area_tik/5EDDF0/func_80219960_5EDDF0.s | 0 .../area_tik2/608AB0/func_80218058_608B08.s | 0 .../area_tik2/608CB0/func_80218258_608D08.s | 0 .../area_tik2/608CB0/func_80218384_608E34.s | 0 .../area_tik2/608CB0/func_80218404_608EB4.s | 0 .../area_tik2/608CB0/func_802184E4_608F94.s | 0 .../area_tik2/608CB0/func_802186D8_609188.s | 0 .../area_tik2/608CB0/func_80218804_6092B4.s | 0 .../area_tik2/608CB0/func_80218884_609334.s | 0 .../area_tik2/608CB0/func_80218BE0_609690.s | 0 .../area_tik2/609B30/func_80219080_609B30.s | 0 .../area_tik2/609FD0/func_80219520_609FD0.s | 0 .../area_tik2/60A470/func_802199C0_60A470.s | 0 .../area_tik3/618A00/func_80218310_618A00.s | 0 .../area_tik3/618EA0/func_802187B0_618EA0.s | 0 .../area_tik3/619340/func_80218C50_619340.s | 0 .../area_tik3/6197E0/func_802190F0_6197E0.s | 0 .../4A10A0/func_80218000_4A10A0.s | 0 .../4A12C0/func_80218220_4A12C0.s | 0 .../4B11F0/func_80218058_4B1248.s | 0 .../4B11F0/func_8021817C_4B136C.s | 0 .../4B11F0/func_80218350_4B1540.s | 0 .../4B11F0/func_8021837C_4B156C.s | 0 .../4B15D0/func_80218438_4B1628.s | 0 .../4B15D0/func_80218510_4B1700.s | 0 .../4B15D0/func_802185B0_4B17A0.s | 0 .../4B15D0/func_80218B48_4B1D38.s | 0 .../4B1D90/func_80218BF8_4B1DE8.s | 0 .../4B1D90/func_80218CD0_4B1EC0.s | 0 .../4B1D90/func_80218D70_4B1F60.s | 0 .../4B1D90/func_80219308_4B24F8.s | 0 .../4B2550/func_802193B8_4B25A8.s | 0 .../4B2550/func_80219490_4B2680.s | 0 .../4B2550/func_80219530_4B2720.s | 0 .../4B2550/func_80219AC8_4B2CB8.s | 0 .../4B2D10/func_80219B78_4B2D68.s | 0 .../4B2D10/func_80219C50_4B2E40.s | 0 .../4B2D10/func_80219CF0_4B2EE0.s | 0 .../4B2D10/func_8021A288_4B3478.s | 0 .../4B34D0/func_8021A2E0_4B34D0.s | 0 .../dizzy_dial_727910/func_802A1000_727910.s | 0 .../dizzy_dial_727910/func_802A11D4_727AE4.s | 0 .../dizzy_dial_727910/func_802A123C_727B4C.s | 0 .../dizzy_dial_727910/func_802A1270_727B80.s | 0 .../func_802A1000_71CCE0.s | 0 .../func_802A11D4_71CEB4.s | 0 .../func_802A123C_71CF1C.s | 0 .../func_802A12FC_71CFDC.s | 0 .../func_802A1000_7179D0.s | 0 .../func_802A11D4_717BA4.s | 0 .../egg_missile_728EC0/func_802A1000_728EC0.s | 0 .../egg_missile_728EC0/func_802A11D4_729094.s | 0 .../egg_missile_728EC0/func_802A123C_7290FC.s | 0 .../electro_pop_7305A0/func_802A1000_7305A0.s | 0 .../electro_pop_7305A0/func_802A11D4_730774.s | 0 .../electro_pop_7305A0/func_802A123C_7307DC.s | 0 .../electro_pop_7305A0/func_802A127C_73081C.s | 0 .../electro_pop_7305A0/func_802A133C_7308DC.s | 0 .../electro_pop_7305A0/func_802A13FC_73099C.s | 0 .../electro_pop_7305A0/func_802A1450_7309F0.s | 0 .../electro_pop_7305A0/func_802A149C_730A3C.s | 0 .../electro_pop_7305A0/func_802A14F0_730A90.s | 0 .../fire_flower_716C60/func_802A1000_716C60.s | 0 .../fire_flower_716C60/func_802A11D4_716E34.s | 0 .../fire_flower_716C60/func_802A123C_716E9C.s | 0 .../fire_flower_716C60/func_802A1378_716FD8.s | 0 .../item/food_7330D0/func_802A1000_7330D0.s | 0 .../item/food_7330D0/func_802A11D4_7332A4.s | 0 .../item/food_7330D0/func_802A123C_73330C.s | 0 .../item/food_7330D0/func_802A12EC_7333BC.s | 0 .../item/food_7330D0/func_802A1378_733448.s | 0 .../item/food_7330D0/func_802A1438_733508.s | 0 .../item/food_7330D0/func_802A14F8_7335C8.s | 0 .../item/food_7330D0/func_802A154C_73361C.s | 0 .../item/food_7330D0/func_802A15A0_733670.s | 0 .../fright_jar_72B910/func_802A1000_72B910.s | 0 .../fright_jar_72B910/func_802A11D4_72BAE4.s | 0 .../fright_jar_72B910/func_802A12D4_72BBE4.s | 0 .../func_802A1000_725F60.s | 0 .../func_802A11D4_726134.s | 0 .../func_802A123C_72619C.s | 0 .../func_802A12C4_726224.s | 0 .../func_802A1000_72A750.s | 0 .../func_802A11D4_72A924.s | 0 .../func_802A123C_72A98C.s | 0 .../func_802A1280_72A9D0.s | 0 .../func_802A12E0_72AA30.s | 0 .../life_shroom_72E530/func_802A1000_72E530.s | 0 .../life_shroom_72E530/func_802A11D4_72E704.s | 0 .../life_shroom_72E530/func_802A123C_72E76C.s | 0 .../life_shroom_72E530/func_802A12EC_72E81C.s | 0 .../life_shroom_72E530/func_802A1378_72E8A8.s | 0 .../life_shroom_72E530/func_802A1438_72E968.s | 0 .../life_shroom_72E530/func_802A1484_72E9B4.s | 0 .../mushroom_715850/func_802A1000_715850.s | 0 .../mushroom_715850/func_802A11D4_715A24.s | 0 .../mushroom_715850/func_802A123C_715A8C.s | 0 .../mushroom_715850/func_802A12EC_715B3C.s | 0 .../mushroom_715850/func_802A1378_715BC8.s | 0 .../mushroom_715850/func_802A1438_715C88.s | 0 .../mushroom_715850/func_802A14F8_715D48.s | 0 .../mushroom_715850/func_802A154C_715D9C.s | 0 .../mushroom_715850/func_802A15A0_715DF0.s | 0 .../mystery_72C5B0/func_802A1000_72C5B0.s | 0 .../mystery_72C5B0/func_802A11D4_72C784.s | 0 .../mystery_72C5B0/func_802A123C_72C7EC.s | 0 .../mystery_72C5B0/func_802A13E4_72C994.s | 0 .../mystery_72C5B0/func_802A188C_72CE3C.s | 0 .../item/pebble_719970/func_802A1000_719970.s | 0 .../item/pebble_719970/func_802A11D4_719B44.s | 0 .../func_802A1000_7285E0.s | 0 .../func_802A11D4_7287B4.s | 0 .../pow_block_718850/func_802A1000_718850.s | 0 .../pow_block_718850/func_802A11D4_718A24.s | 0 .../pow_block_718850/func_802A123C_718A8C.s | 0 .../pow_block_718850/func_802A12E4_718B34.s | 0 .../pow_block_718850/func_802A1318_718B68.s | 0 .../repel_gel_72DB70/func_802A1000_72DB70.s | 0 .../repel_gel_72DB70/func_802A11D4_72DD44.s | 0 .../repel_gel_72DB70/func_802A123C_72DDAC.s | 0 .../func_802A1000_71D770.s | 0 .../func_802A11D4_71D944.s | 0 .../func_802A123C_71D9AC.s | 0 .../func_802A1388_71DAF8.s | 0 .../func_802A1444_71DBB4.s | 0 .../func_802A14D4_71DC44.s | 0 .../func_802A1000_71E650.s | 0 .../func_802A11D4_71E824.s | 0 .../func_802A123C_71E88C.s | 0 .../func_802A1740_71ED90.s | 0 .../func_802A1848_71EE98.s | 0 .../func_802A1000_71BE30.s | 0 .../func_802A11D4_71C004.s | 0 .../func_802A123C_71C06C.s | 0 .../func_802A13B8_71C1E8.s | 0 .../stone_cap_7215A0/func_802A1000_7215A0.s | 0 .../stone_cap_7215A0/func_802A11D4_721774.s | 0 .../stone_cap_7215A0/func_802A123C_7217DC.s | 0 .../stop_watch_726DD0/func_802A1000_726DD0.s | 0 .../stop_watch_726DD0/func_802A11D4_726FA4.s | 0 .../stop_watch_726DD0/func_802A12D4_7270A4.s | 0 .../func_802A1000_731300.s | 0 .../func_802A11D4_7314D4.s | 0 .../func_802A123C_73153C.s | 0 .../func_802A13E4_7316E4.s | 0 .../func_802A1818_731B18.s | 0 .../func_802A18D8_731BD8.s | 0 .../func_802A1998_731C98.s | 0 .../func_802A19EC_731CEC.s | 0 .../func_802A1A40_731D40.s | 0 .../func_802A1A8C_731D8C.s | 0 .../func_802A1AD8_731DD8.s | 0 .../func_802A1B14_731E14.s | 0 .../func_802A1B68_731E68.s | 0 .../super_soda_724CE0/func_802A1000_724CE0.s | 0 .../super_soda_724CE0/func_802A11D4_724EB4.s | 0 .../super_soda_724CE0/func_802A123C_724F1C.s | 0 .../super_soda_724CE0/func_802A12EC_724FCC.s | 0 .../super_soda_724CE0/func_802A1378_725058.s | 0 .../super_soda_724CE0/func_802A1418_7250F8.s | 0 .../super_soda_724CE0/func_802A14D8_7251B8.s | 0 .../tasty_tonic_722000/func_802A1000_722000.s | 0 .../tasty_tonic_722000/func_802A11D4_7221D4.s | 0 .../tasty_tonic_722000/func_802A123C_72223C.s | 0 .../func_802A1000_722B40.s | 0 .../func_802A11D4_722D14.s | 0 .../func_802A123C_722D7C.s | 0 .../func_802A1420_722F60.s | 0 .../func_802A1000_71B1A0.s | 0 .../func_802A11D4_71B374.s | 0 .../func_802A12D4_71B474.s | 0 .../func_802A1354_71B4F4.s | 0 .../func_802A1000_723780.s | 0 .../func_802A11D4_723954.s | 0 .../func_802A123C_7239BC.s | 0 .../func_802A12FC_723A7C.s | 0 .../func_802A1000_724240.s | 0 .../func_802A11D4_724414.s | 0 .../func_802A123C_72447C.s | 0 .../func_802A12FC_72453C.s | 0 .../volt_shroom_71A7F0/func_802A1000_71A7F0.s | 0 .../volt_shroom_71A7F0/func_802A11D4_71A9C4.s | 0 .../volt_shroom_71A7F0/func_802A123C_71AA2C.s | 0 .../mega_quake_756780/func_802A10A4_756824.s | 0 .../func_802A10E4_743ED4.s | 0 .../func_802A1194_743F84.s | 0 .../func_802A11A4_743F94.s | 0 .../func_802A11C0_743FB0.s | 0 .../shell_crack_77F240/func_802A10A4_77F2E4.s | 0 .../spin_smash_737890/func_802A1000_737890.s | 0 .../spin_smash_737890/func_802A1074_737904.s | 0 .../func_802A10E4_779D74.s | 0 .../bombette_6FAD10/func_80238000_6FAD10.s | 0 .../bombette_6FAD10/func_80238244_6FAF54.s | 0 .../bombette_6FAD10/func_80238358_6FB068.s | 0 .../bombette_6FAD10/func_8023849C_6FB1AC.s | 0 .../bombette_6FAD10/func_80238590_6FB2A0.s | 0 .../partner/bow_710EF0/func_80238000_710EF0.s | 0 .../partner/bow_710EF0/func_80238014_710F04.s | 0 .../partner/bow_710EF0/func_8023808C_710F7C.s | 0 .../partner/bow_710EF0/func_802380E4_710FD4.s | 0 .../partner/bow_710EF0/func_80238198_711088.s | 0 .../partner/bow_710EF0/func_802381C8_7110B8.s | 0 .../partner/bow_710EF0/func_802381E8_7110D8.s | 0 .../goombario_6F10E0/func_802380E4_6F11C4.s | 0 .../goombario_6F10E0/func_8023817C_6F125C.s | 0 .../goombario_6F10E0/func_80238A20_6F1B00.s | 0 .../goombario_6F10E0/func_80238B60_6F1C40.s | 0 .../goombario_6F10E0/func_80238BCC_6F1CAC.s | 0 .../goombario_6F10E0/func_80238E04_6F1EE4.s | 0 .../goombario_6F10E0/func_80238E48_6F1F28.s | 0 .../goombario_6F10E0/func_80238E74_6F1F54.s | 0 .../goombario_6F10E0/func_80238EDC_6F1FBC.s | 0 .../goombario_6F10E0/func_8023903C_6F211C.s | 0 .../goombario_6F10E0/func_80239068_6F2148.s | 0 .../goombario_6F10E0/func_802390B0_6F2190.s | 0 .../goombario_6F10E0/func_802390C8_6F21A8.s | 0 .../kooper_6F5E80/func_80238000_6F5E80.s | 0 .../kooper_6F5E80/func_80238114_6F5F94.s | 0 .../kooper_6F5E80/func_80238298_6F6118.s | 0 .../kooper_6F5E80/func_802383C0_6F6240.s | 0 .../lakilester_70BD10/func_80238000_70BD10.s | 0 .../lakilester_70BD10/func_8023803C_70BD4C.s | 0 .../lakilester_70BD10/func_80238A6C_70C77C.s | 0 .../lakilester_70BD10/func_80238B50_70C860.s | 0 .../lakilester_70BD10/func_80238C14_70C924.s | 0 .../lakilester_70BD10/func_80238C58_70C968.s | 0 .../lakilester_70BD10/func_80238D48_70CA58.s | 0 .../lakilester_70BD10/func_80238D8C_70CA9C.s | 0 .../lakilester_70BD10/func_8023906C_70CD7C.s | 0 .../lakilester_70BD10/func_80239140_70CE50.s | 0 .../lakilester_70BD10/func_80239F84_70DC94.s | 0 .../lakilester_70BD10/func_8023A19C_70DEAC.s | 0 .../lakilester_70BD10/func_8023A1B0_70DEC0.s | 0 .../parakarry_6FFD80/func_80238000_6FFD80.s | 0 .../parakarry_6FFD80/func_80238C88_700A08.s | 0 .../parakarry_6FFD80/func_80238CE0_700A60.s | 0 .../parakarry_6FFD80/func_80238E24_700BA4.s | 0 .../parakarry_6FFD80/func_802390B4_700E34.s | 0 .../parakarry_6FFD80/func_802397C8_701548.s | 0 .../sushie_707CA0/func_80238000_707CA0.s | 0 .../sushie_707CA0/func_80238114_707DB4.s | 0 .../sushie_707CA0/func_802381EC_707E8C.s | 0 .../sushie_707CA0/func_802382A4_707F44.s | 0 .../sushie_707CA0/func_80238328_707FC8.s | 0 .../sushie_707CA0/func_80238388_708028.s | 0 .../sushie_707CA0/func_80238480_708120.s | 0 .../sushie_707CA0/func_80238540_7081E0.s | 0 .../sushie_707CA0/func_80238E30_708AD0.s | 0 .../twink_714CF0/func_80238028_714D18.s | 0 .../watt_703AF0/func_80238000_703AF0.s | 0 .../watt_703AF0/func_80238370_703E60.s | 0 .../watt_703AF0/func_802383C0_703EB0.s | 0 .../watt_703AF0/func_802383D4_703EC4.s | 0 .../watt_703AF0/func_802383E4_703ED4.s | 0 .../watt_703AF0/func_802383F8_703EE8.s | 0 .../watt_703AF0/func_80238408_703EF8.s | 0 .../watt_703AF0/func_80238434_703F24.s | 0 .../watt_703AF0/func_80238478_703F68.s | 0 .../watt_703AF0/func_802384B0_703FA0.s | 0 .../watt_703AF0/func_80238570_704060.s | 0 .../watt_703AF0/func_8023859C_70408C.s | 0 .../watt_703AF0/func_80238668_704158.s | 0 .../watt_703AF0/func_80238784_704274.s | 0 .../watt_703AF0/func_80238810_704300.s | 0 .../watt_703AF0/func_80238B3C_70462C.s | 0 .../watt_703AF0/func_80238C08_7046F8.s | 0 .../watt_703AF0/func_80238C84_704774.s | 0 .../watt_703AF0/func_80238E5C_70494C.s | 0 .../chill_out_7900D0/func_802A1000_7900D0.s | 0 .../chill_out_7900D0/func_802A10AC_79017C.s | 0 .../chill_out_7900D0/func_802A116C_79023C.s | 0 .../chill_out_7900D0/func_802A1218_7902E8.s | 0 .../chill_out_7900D0/func_802A137C_79044C.s | 0 .../chill_out_7900D0/func_802A1414_7904E4.s | 0 .../chill_out_7900D0/func_802A1494_790564.s | 0 .../chill_out_7900D0/func_802A153C_79060C.s | 0 .../chill_out_7900D0/func_802A163C_79070C.s | 0 .../chill_out_7900D0/func_802A16F4_7907C4.s | 0 .../star/focus_789E60/func_802A1000_789E60.s | 0 .../star/focus_789E60/func_802A10AC_789F0C.s | 0 .../star/focus_789E60/func_802A116C_789FCC.s | 0 .../star/focus_789E60/func_802A1218_78A078.s | 0 .../star/focus_789E60/func_802A137C_78A1DC.s | 0 .../star/focus_789E60/func_802A1414_78A274.s | 0 .../star/focus_789E60/func_802A1494_78A2F4.s | 0 .../star/focus_789E60/func_802A14E8_78A348.s | 0 .../star/focus_789E60/func_802A1518_78A378.s | 0 .../star/focus_789E60/func_802A15B0_78A410.s | 0 .../lullaby_78D150/func_802A1000_78D150.s | 0 .../lullaby_78D150/func_802A10AC_78D1FC.s | 0 .../lullaby_78D150/func_802A116C_78D2BC.s | 0 .../lullaby_78D150/func_802A1218_78D368.s | 0 .../lullaby_78D150/func_802A137C_78D4CC.s | 0 .../lullaby_78D150/func_802A1414_78D564.s | 0 .../lullaby_78D150/func_802A1494_78D5E4.s | 0 .../lullaby_78D150/func_802A14E8_78D638.s | 0 .../lullaby_78D150/func_802A1518_78D668.s | 0 .../peach_beam_7997B0/func_802A1000_7997B0.s | 0 .../peach_beam_7997B0/func_802A10AC_79985C.s | 0 .../peach_beam_7997B0/func_802A116C_79991C.s | 0 .../peach_beam_7997B0/func_802A1218_7999C8.s | 0 .../peach_beam_7997B0/func_802A137C_799B2C.s | 0 .../peach_beam_7997B0/func_802A1414_799BC4.s | 0 .../peach_beam_7997B0/func_802A1494_799C44.s | 0 .../peach_beam_7997B0/func_802A14E8_799C98.s | 0 .../peach_beam_7997B0/func_802A1518_799CC8.s | 0 .../peach_beam_7997B0/func_802A2468_79AC18.s | 0 .../peach_beam_7997B0/func_802A247C_79AC2C.s | 0 .../peach_dash_79D8A0/func_802A1000_79D8A0.s | 0 .../peach_dash_79D8A0/func_802A10AC_79D94C.s | 0 .../peach_dash_79D8A0/func_802A116C_79DA0C.s | 0 .../peach_dash_79D8A0/func_802A1218_79DAB8.s | 0 .../peach_dash_79D8A0/func_802A137C_79DC1C.s | 0 .../peach_dash_79D8A0/func_802A1414_79DCB4.s | 0 .../peach_dash_79D8A0/func_802A1494_79DD34.s | 0 .../peach_dash_79D8A0/func_802A14E8_79DD88.s | 0 .../peach_dash_79D8A0/func_802A1518_79DDB8.s | 0 .../peach_focus_79BFA0/func_802A1000_79BFA0.s | 0 .../peach_focus_79BFA0/func_802A10AC_79C04C.s | 0 .../peach_focus_79BFA0/func_802A116C_79C10C.s | 0 .../peach_focus_79BFA0/func_802A1218_79C1B8.s | 0 .../peach_focus_79BFA0/func_802A137C_79C31C.s | 0 .../peach_focus_79BFA0/func_802A1414_79C3B4.s | 0 .../peach_focus_79BFA0/func_802A1494_79C434.s | 0 .../peach_focus_79BFA0/func_802A14E8_79C488.s | 0 .../peach_focus_79BFA0/func_802A1518_79C4B8.s | 0 .../refresh_78B600/func_802A1000_78B600.s | 0 .../refresh_78B600/func_802A10AC_78B6AC.s | 0 .../refresh_78B600/func_802A116C_78B76C.s | 0 .../refresh_78B600/func_802A1218_78B818.s | 0 .../refresh_78B600/func_802A137C_78B97C.s | 0 .../refresh_78B600/func_802A1414_78BA14.s | 0 .../refresh_78B600/func_802A1494_78BA94.s | 0 .../refresh_78B600/func_802A14E8_78BAE8.s | 0 .../refresh_78B600/func_802A1518_78BB18.s | 0 .../refresh_78B600/func_802A17D4_78BDD4.s | 0 .../refresh_78B600/func_802A1840_78BE40.s | 0 .../refresh_78B600/func_802A1894_78BE94.s | 0 .../refresh_78B600/func_802A18E8_78BEE8.s | 0 .../refresh_78B600/func_802A19A8_78BFA8.s | 0 .../star/smooch_791D90/func_802A1000_791D90.s | 0 .../star/smooch_791D90/func_802A10AC_791E3C.s | 0 .../star/smooch_791D90/func_802A116C_791EFC.s | 0 .../star/smooch_791D90/func_802A1218_791FA8.s | 0 .../star/smooch_791D90/func_802A137C_79210C.s | 0 .../star/smooch_791D90/func_802A1414_7921A4.s | 0 .../star/smooch_791D90/func_802A1494_792224.s | 0 .../star/smooch_791D90/func_802A14E8_792278.s | 0 .../star/smooch_791D90/func_802A1518_7922A8.s | 0 .../star/smooch_791D90/func_802A156C_7922FC.s | 0 .../star_beam_796FC0/func_802A1000_796FC0.s | 0 .../star_beam_796FC0/func_802A10AC_79706C.s | 0 .../star_beam_796FC0/func_802A116C_79712C.s | 0 .../star_beam_796FC0/func_802A1218_7971D8.s | 0 .../star_beam_796FC0/func_802A137C_79733C.s | 0 .../star_beam_796FC0/func_802A1414_7973D4.s | 0 .../star_beam_796FC0/func_802A1494_797454.s | 0 .../star_beam_796FC0/func_802A14E8_7974A8.s | 0 .../star_beam_796FC0/func_802A1518_7974D8.s | 0 .../star_beam_796FC0/func_802A2468_798428.s | 0 .../star_beam_796FC0/func_802A247C_79843C.s | 0 .../star_storm_78E7D0/func_802A1000_78E7D0.s | 0 .../star_storm_78E7D0/func_802A10AC_78E87C.s | 0 .../star_storm_78E7D0/func_802A116C_78E93C.s | 0 .../star_storm_78E7D0/func_802A1218_78E9E8.s | 0 .../star_storm_78E7D0/func_802A137C_78EB4C.s | 0 .../star_storm_78E7D0/func_802A1414_78EBE4.s | 0 .../star_storm_78E7D0/func_802A1494_78EC64.s | 0 .../star_storm_78E7D0/func_802A14E8_78ECB8.s | 0 .../star_storm_78E7D0/func_802A1518_78ECE8.s | 0 .../star_storm_78E7D0/func_802A1628_78EDF8.s | 0 .../time_out_793D20/func_802A1000_793D20.s | 0 .../time_out_793D20/func_802A10AC_793DCC.s | 0 .../time_out_793D20/func_802A116C_793E8C.s | 0 .../time_out_793D20/func_802A1218_793F38.s | 0 .../time_out_793D20/func_802A137C_79409C.s | 0 .../time_out_793D20/func_802A1414_794134.s | 0 .../time_out_793D20/func_802A1494_7941B4.s | 0 .../time_out_793D20/func_802A14E8_794208.s | 0 .../up_and_away_7952E0/func_802A1000_7952E0.s | 0 .../up_and_away_7952E0/func_802A10AC_79538C.s | 0 .../up_and_away_7952E0/func_802A116C_79544C.s | 0 .../up_and_away_7952E0/func_802A1218_7954F8.s | 0 .../up_and_away_7952E0/func_802A137C_79565C.s | 0 .../up_and_away_7952E0/func_802A1414_7956F4.s | 0 .../up_and_away_7952E0/func_802A1494_795774.s | 0 .../up_and_away_7952E0/func_802A14E8_7957C8.s | 0 .../up_and_away_7952E0/func_802A1518_7957F8.s | 0 .../up_and_away_7952E0/func_802A15B4_795894.s | 0 .../up_and_away_7952E0/func_802A1628_795908.s | 0 .../code_101b90_len_8f0/func_802DEAA0.s | 0 .../code_101b90_len_8f0/func_802DED60.s | 0 .../code_101b90_len_8f0/func_802DEEA0.s | 0 .../code_101b90_len_8f0/func_802DEFB4.s | 0 .../code_101b90_len_8f0/func_802DF00C.s | 0 .../code_101b90_len_8f0/func_802DF2D8.s | 0 .../code_101b90_len_8f0/load_sprite.s | 0 .../code_102610_len_2330/func_802E0DE0.s | 0 .../nonmatchings/code_102C80/func_802E153C.s | 0 .../nonmatchings/code_102C80/func_802E17A8.s | 0 .../nonmatchings/code_102C80/func_802E1EDC.s | 0 .../nonmatchings/code_102C80/func_802E246C.s | 0 .../nonmatchings/code_102C80/func_802E263C.s | 0 .../nonmatchings/code_102C80/func_802E2BA4.s | 0 .../code_10400_len_d30/func_800354EC.s | 0 .../code_10400_len_d30/func_800355D4.s | 0 .../code_10400_len_d30/func_80035660.s | 0 .../code_10400_len_d30/func_80035704.s | 0 .../code_10400_len_d30/func_80035B40.s | 0 .../state_init_file_select.s | 0 .../state_init_language_select.s | 0 .../state_step_language_select.s | 0 .../code_104940_len_dc0/func_802E30C0.s | 0 .../code_104940_len_dc0/func_802E3370.s | 0 .../code_104940_len_dc0/func_802E3BA4.s | 0 .../code_105700_len_2130/func_802E3EE0.s | 0 .../code_105700_len_2130/func_802E3F0C.s | 0 .../nonmatchings/code_105F90/func_802E4710.s | 0 .../nonmatchings/code_105F90/func_802E4730.s | 0 .../nonmatchings/code_105F90/func_802E4C10.s | 0 .../nonmatchings/code_105F90/func_802E4E04.s | 0 .../nonmatchings/code_105F90/func_802E5324.s | 0 .../nonmatchings/code_106EF0/func_802E586C.s | 0 .../code_107830_len_e70/func_802E5FB0.s | 0 .../code_107830_len_e70/func_802E6064.s | 0 .../code_107830_len_e70/func_802E6118.s | 0 .../code_107830_len_e70/func_802E6178.s | 0 .../code_107830_len_e70/func_802E619C.s | 0 .../code_107830_len_e70/func_802E61B0.s | 0 .../code_107830_len_e70/func_802E6338.s | 0 .../code_107830_len_e70/func_802E6390.s | 0 .../code_107830_len_e70/func_802E63A8.s | 0 .../code_107830_len_e70/func_802E6574.s | 0 .../code_107830_len_e70/func_802E6B6C.s | 0 .../code_107830_len_e70/func_802E6C24.s | 0 .../code_1086a0_len_fc0/entity_init_Chest.s | 0 .../code_1086a0_len_fc0/func_802E6E20.s | 0 .../code_1086a0_len_fc0/func_802E6E90.s | 0 .../code_1086a0_len_fc0/func_802E6ED8.s | 0 .../code_1086a0_len_fc0/func_802E7034.s | 0 .../code_1086a0_len_fc0/func_802E70B0.s | 0 .../code_1086a0_len_fc0/func_802E71F8.s | 0 .../code_1086a0_len_fc0/func_802E7230.s | 0 .../code_1086a0_len_fc0/func_802E742C.s | 0 .../code_1086a0_len_fc0/func_802E75C0.s | 0 .../code_1086a0_len_fc0/func_802E75E4.s | 0 .../code_1086a0_len_fc0/func_802E7AE4.s | 0 .../code_1086a0_len_fc0/func_802E7C70.s | 0 .../code_1086a0_len_fc0/func_802E7C8C.s | 0 .../code_1086a0_len_fc0/func_802E7CB8.s | 0 .../code_1086a0_len_fc0/func_802E7D28.s | 0 .../code_1086a0_len_fc0/func_802E7D38.s | 0 .../code_1086a0_len_fc0/func_802E7D54.s | 0 .../code_109660_len_1270/func_802E7DE0.s | 0 .../code_109660_len_1270/func_802E7FA0.s | 0 .../code_109660_len_1270/func_802E854C.s | 0 .../code_109660_len_1270/func_802E8ADC.s | 0 .../code_109660_len_1270/push_entity_matrix.s | 0 .../code_111f0_len_860/func_80035EEC.s | 0 .../code_111f0_len_860/func_8003617C.s | 0 .../code_111f0_len_860/func_8003646C.s | 0 .../code_11a50_len_7a0/begin_state_intro.s | 0 .../code_11a50_len_7a0/step_intro.s | 0 .../begin_state_title_screen.s | 0 .../code_121f0_len_1290/func_800375A4.s | 0 .../code_121f0_len_1290/step_title_screen.s | 0 .../code_121f0_len_1290/title_append_gfx.s | 0 .../title_draw_copyright.s | 0 .../code_121f0_len_1290/title_draw_images.s | 0 .../code_121f0_len_1290/title_draw_logo.s | 0 .../title_draw_press_start.s | 0 .../code_13480_len_3f0/next_demo_scene.s | 0 .../nonmatchings/code_135EE0/func_80242BA0.s | 0 .../nonmatchings/code_135EE0/func_80242BAC.s | 0 .../nonmatchings/code_135EE0/func_80242D04.s | 0 .../nonmatchings/code_135EE0/func_80242F90.s | 0 .../nonmatchings/code_135EE0/func_80242FBC.s | 0 .../nonmatchings/code_135EE0/func_80242FF4.s | 0 .../nonmatchings/code_135EE0/func_80243090.s | 0 .../nonmatchings/code_135EE0/func_802430E4.s | 0 .../nonmatchings/code_135EE0/func_8024313C.s | 0 .../nonmatchings/code_135EE0/func_80243188.s | 0 .../nonmatchings/code_135EE0/func_80243238.s | 0 .../nonmatchings/code_135EE0/func_802432E8.s | 0 .../nonmatchings/code_135EE0/func_80243388.s | 0 .../nonmatchings/code_135EE0/func_802434DC.s | 0 .../nonmatchings/code_135EE0/pause_cleanup.s | 0 .../code_135EE0/pause_draw_rect.s | 0 .../pause_get_total_equipped_bp_cost.s | 0 .../code_135EE0/pause_handle_input.s | 0 .../nonmatchings/code_135EE0/pause_init.s | 0 .../code_135EE0/pause_interp_cursor.s | 0 .../code_135EE0/pause_interp_text_scroll.s | 0 .../pause_interp_vertical_scroll.s | 0 .../code_135EE0/pause_set_cursor_opacity.s | 0 .../code_135EE0/pause_sort_item_list.s | 0 .../code_135EE0/pause_textbox_draw_contents.s | 0 .../pause_tutorial_draw_contents.s | 0 .../code_135EE0/pause_tutorial_input.s | 0 .../code_1370_len_7d0/boot_main.s | 0 .../code_1370_len_7d0/gfx_task_main.s | 0 .../code_137ED0/pause_tabs_draw_badges.s | 0 .../code_137ED0/pause_tabs_draw_items.s | 0 .../code_137ED0/pause_tabs_draw_map.s | 0 .../code_137ED0/pause_tabs_draw_party.s | 0 .../code_137ED0/pause_tabs_draw_spirits.s | 0 .../code_137ED0/pause_tabs_draw_stats.s | 0 .../code_137ED0/pause_tabs_handle_input.s | 0 .../code_137ED0/pause_tabs_init.s | 0 .../code_137ED0/pause_tabs_update.s | 0 .../code_13870_len_6980/COPY_set_defeated.s | 0 .../code_13870_len_6980/_create_npc.s | 0 .../code_13870_len_6980/appedGfx_npc_blur.s | 0 .../code_13870_len_6980/appendGfx_npc.s | 0 .../code_13870_len_6980/bind_enemy_ai.s | 0 .../code_13870_len_6980/bind_enemy_aux.s | 0 .../code_13870_len_6980/bind_enemy_interact.s | 0 .../code_13870_len_6980/bind_npc_ai.s | 0 .../code_13870_len_6980/bind_npc_aux.s | 0 .../code_13870_len_6980/bind_npc_interact.s | 0 .../clear_encounter_status.s | 0 .../code_13870_len_6980/clear_npcs.s | 0 .../code_13870_len_6980/create_basic_npc.s | 0 .../code_13870_len_6980/create_standard_npc.s | 0 .../code_13870_len_6980/disable_npc_shadow.s | 0 .../code_13870_len_6980/draw_encounter_ui.s | 0 .../draw_first_strike_ui.s | 0 .../code_13870_len_6980/enable_npc_blur.s | 0 .../code_13870_len_6980/enable_npc_shadow.s | 0 .../code_13870_len_6980/free_npc.s | 0 .../code_13870_len_6980/free_npc_by_index.s | 0 .../code_13870_len_6980/func_8003857C.s | 0 .../code_13870_len_6980/func_80039688.s | 0 .../code_13870_len_6980/func_800397E8.s | 0 .../code_13870_len_6980/func_80039DA4.s | 0 .../code_13870_len_6980/func_8003B184.s | 0 .../code_13870_len_6980/func_8003B198.s | 0 .../code_13870_len_6980/func_8003B1B0.s | 0 .../code_13870_len_6980/func_8003B3D0.s | 0 .../code_13870_len_6980/func_8003B3F8.s | 0 .../code_13870_len_6980/func_8003B420.s | 0 .../code_13870_len_6980/func_8003B44C.s | 0 .../code_13870_len_6980/func_8003B464.s | 0 .../code_13870_len_6980/func_8003B47C.s | 0 .../code_13870_len_6980/func_8003B500.s | 0 .../code_13870_len_6980/func_8003B5B4.s | 0 .../code_13870_len_6980/func_8003B96C.s | 0 .../code_13870_len_6980/func_8003BA60.s | 0 .../code_13870_len_6980/func_8003BED8.s | 0 .../code_13870_len_6980/func_8003C3D8.s | 0 .../code_13870_len_6980/func_8003C428.s | 0 .../code_13870_len_6980/func_8003C444.s | 0 .../code_13870_len_6980/func_8003C53C.s | 0 .../code_13870_len_6980/func_8003C61C.s | 0 .../code_13870_len_6980/func_8003C668.s | 0 .../code_13870_len_6980/func_8003C78C.s | 0 .../code_13870_len_6980/func_8003C7A8.s | 0 .../code_13870_len_6980/func_8003C8B4.s | 0 .../code_13870_len_6980/func_8003C984.s | 0 .../code_13870_len_6980/func_8003C9A8.s | 0 .../code_13870_len_6980/func_8003CB20.s | 0 .../code_13870_len_6980/func_8003CB44.s | 0 .../code_13870_len_6980/func_8003CC8C.s | 0 .../code_13870_len_6980/func_8003CCB0.s | 0 .../code_13870_len_6980/func_8003CFA8.s | 0 .../code_13870_len_6980/func_8003CFB4.s | 0 .../code_13870_len_6980/func_8003D0C4.s | 0 .../code_13870_len_6980/func_8003D1D4.s | 0 .../code_13870_len_6980/func_8003D2F8.s | 0 .../code_13870_len_6980/func_8003D3BC.s | 0 .../code_13870_len_6980/func_8003D624.s | 0 .../code_13870_len_6980/func_8003D660.s | 0 .../code_13870_len_6980/func_8003D788.s | 0 .../code_13870_len_6980/func_8003DA38.s | 0 .../code_13870_len_6980/func_8003DC38.s | 0 .../code_13870_len_6980/func_8003DFA0.s | 0 .../code_13870_len_6980/func_8003E0D4.s | 0 .../code_13870_len_6980/func_8003E1D0.s | 0 .../code_13870_len_6980/func_8003E338.s | 0 .../code_13870_len_6980/func_8003E514.s | 0 .../code_13870_len_6980/get_enemy.s | 0 .../code_13870_len_6980/get_enemy_safe.s | 0 .../code_13870_len_6980/get_npc_safe.s | 0 .../code_13870_len_6980/get_npc_unsafe.s | 0 .../code_13870_len_6980/init_npc_list.s | 0 .../code_13870_len_6980/kill_encounter.s | 0 .../code_13870_len_6980/kill_enemy.s | 0 .../code_13870_len_6980/make_npcs.s | 0 .../npc_do_other_npc_collision.s | 0 .../npc_do_player_collision.s | 0 .../npc_do_world_collision.s | 0 .../code_13870_len_6980/render_npcs.s | 0 .../code_13870_len_6980/set_npc_sprite.s | 0 .../code_13870_len_6980/update_counters.s | 0 .../code_13870_len_6980/update_npcs.s | 0 .../code_138CC0/pause_badges_cleanup.s | 0 .../code_138CC0/pause_badges_draw_bp_orbs.s | 0 .../code_138CC0/pause_badges_draw_contents.s | 0 .../code_138CC0/pause_badges_handle_input.s | 0 .../code_138CC0/pause_badges_init.s | 0 .../code_138CC0/pause_badges_load_badges.s | 0 .../code_138CC0/pause_badges_try_equip.s | 0 .../code_138CC0/pause_badges_try_remove.s | 0 .../code_138CC0/pause_stats_draw_contents.s | 0 .../code_138CC0/pause_stats_handle_input.s | 0 .../code_138CC0/pause_stats_init.s | 0 .../code_13CAF0/pause_items_cleanup.s | 0 .../code_13CAF0/pause_items_draw_contents.s | 0 .../code_13CAF0/pause_items_handle_input.s | 0 .../code_13CAF0/pause_items_init.s | 0 .../code_13CAF0/pause_items_load_items.s | 0 .../code_13CAF0/pause_items_update.s | 0 .../code_13E120/pause_partners_cleanup.s | 0 .../pause_partners_draw_contents.s | 0 .../pause_partners_draw_movelist.s | 0 .../pause_partners_draw_movelist_flower.s | 0 .../pause_partners_draw_movelist_title.s | 0 .../code_13E120/pause_partners_draw_title.s | 0 .../code_13E120/pause_partners_handle_input.s | 0 .../code_13E120/pause_partners_init.s | 0 .../pause_partners_load_portrait.s | 0 .../code_13E120/pause_partners_update.s | 0 .../code_13FD40/pause_spirits_cleanup.s | 0 .../code_13FD40/pause_spirits_draw_contents.s | 0 .../code_13FD40/pause_spirits_draw_title.s | 0 .../code_13FD40/pause_spirits_handle_input.s | 0 .../code_13FD40/pause_spirits_init.s | 0 .../code_13FD40/pause_spirits_update.s | 0 .../nonmatchings/code_140C70/func_8024D930.s | 0 .../code_140C70/pause_map_cleanup.s | 0 .../pause_map_draw_border_arrows.s | 0 .../code_140C70/pause_map_draw_contents.s | 0 .../code_140C70/pause_map_draw_title.s | 0 .../code_140C70/pause_map_handle_input.s | 0 .../nonmatchings/code_140C70/pause_map_init.s | 0 .../code_140C70/pause_map_update.s | 0 .../code_1421C0/pause_draw_menu_label.s | 0 .../code_1421C0/pause_get_menu_string.s | 0 .../nonmatchings/code_163400/func_80242BA0.s | 0 .../nonmatchings/code_163400/func_80242D94.s | 0 .../nonmatchings/code_163400/func_80242DEC.s | 0 .../nonmatchings/code_163400/func_80242E00.s | 0 .../nonmatchings/code_163400/func_80242F68.s | 0 .../nonmatchings/code_163400/func_802431A0.s | 0 .../nonmatchings/code_163400/func_8024330C.s | 0 .../nonmatchings/code_163400/func_80243380.s | 0 .../nonmatchings/code_163400/func_802433F4.s | 0 .../nonmatchings/code_163400/func_80243468.s | 0 .../nonmatchings/code_163400/func_802434DC.s | 0 .../nonmatchings/code_163400/func_80243550.s | 0 .../nonmatchings/code_163400/func_802435C4.s | 0 .../nonmatchings/code_163400/func_80243628.s | 0 .../nonmatchings/code_163400/func_8024368C.s | 0 .../nonmatchings/code_163400/func_802436F0.s | 0 .../nonmatchings/code_163400/func_80243754.s | 0 .../nonmatchings/code_163400/func_802437B8.s | 0 .../nonmatchings/code_163400/func_8024381C.s | 0 .../nonmatchings/code_163400/func_80243898.s | 0 .../nonmatchings/code_163400/func_80243908.s | 0 .../nonmatchings/code_163400/func_80243B10.s | 0 .../nonmatchings/code_163400/func_80243CCC.s | 0 .../nonmatchings/code_163400/func_80243EEC.s | 0 .../nonmatchings/code_163400/func_80244030.s | 0 .../nonmatchings/code_163400/func_802440BC.s | 0 .../nonmatchings/code_163400/func_802448E0.s | 0 .../nonmatchings/code_163400/func_80244B00.s | 0 .../nonmatchings/code_163400/func_80244BC4.s | 0 .../code_163400/pause_set_cursor_opacity.s | 0 .../nonmatchings/code_165490/func_80244C30.s | 0 .../nonmatchings/code_165490/func_80244CEC.s | 0 .../nonmatchings/code_165490/func_80244D60.s | 0 .../nonmatchings/code_165490/func_80244DD0.s | 0 .../nonmatchings/code_165490/func_80244E54.s | 0 .../nonmatchings/code_165490/func_80244F44.s | 0 .../nonmatchings/code_165490/func_80244FD4.s | 0 .../nonmatchings/code_165490/func_8024544C.s | 0 .../nonmatchings/code_165490/func_80245588.s | 0 .../nonmatchings/code_165490/func_802455D8.s | 0 .../nonmatchings/code_165490/func_80245628.s | 0 .../nonmatchings/code_165490/func_80245678.s | 0 .../nonmatchings/code_165490/func_802456C8.s | 0 .../nonmatchings/code_165490/func_80245718.s | 0 .../nonmatchings/code_165490/func_80245768.s | 0 .../nonmatchings/code_165490/func_802457B8.s | 0 .../nonmatchings/code_165490/func_80245808.s | 0 .../nonmatchings/code_165490/func_80245A40.s | 0 .../nonmatchings/code_165490/func_80246B2C.s | 0 .../nonmatchings/code_165490/func_80246CBC.s | 0 .../nonmatchings/code_167570/func_80246D10.s | 0 .../nonmatchings/code_167570/func_80246E24.s | 0 .../nonmatchings/code_167570/func_80247198.s | 0 .../nonmatchings/code_167570/func_802471EC.s | 0 .../nonmatchings/code_168590/func_80247D30.s | 0 .../nonmatchings/code_168590/func_80247FD0.s | 0 .../nonmatchings/code_168590/func_80248024.s | 0 .../nonmatchings/code_168590/func_80248170.s | 0 .../nonmatchings/code_168590/func_802481B8.s | 0 .../nonmatchings/code_168590/func_8024830C.s | 0 .../nonmatchings/code_168590/func_80248A80.s | 0 .../nonmatchings/code_168590/func_80248BF4.s | 0 .../nonmatchings/code_168590/func_8024932C.s | 0 .../nonmatchings/code_169BE0/func_80249380.s | 0 .../nonmatchings/code_169BE0/func_8024997C.s | 0 .../nonmatchings/code_169BE0/func_80249AA4.s | 0 .../nonmatchings/code_169BE0/func_80249AB8.s | 0 .../nonmatchings/code_16F740/begin_battle.s | 0 .../nonmatchings/code_16F740/end_battle.s | 0 .../nonmatchings/code_16F740/func_80240E60.s | 0 .../nonmatchings/code_16F740/func_80240FDC.s | 0 .../nonmatchings/code_16F740/func_80241190.s | 0 .../nonmatchings/code_16F740/func_80241AB8.s | 0 .../nonmatchings/code_16F740/func_80241B14.s | 0 .../nonmatchings/code_16F740/func_80242FE0.s | 0 .../nonmatchings/code_16F740/func_802439D8.s | 0 .../nonmatchings/code_16F740/func_80244008.s | 0 .../nonmatchings/code_16F740/func_80244710.s | 0 .../nonmatchings/code_16F740/func_80244D90.s | 0 .../nonmatchings/code_16F740/func_80244E38.s | 0 .../nonmatchings/code_16F740/func_80245440.s | 0 .../nonmatchings/code_16F740/func_8024721C.s | 0 .../nonmatchings/code_16F740/func_80247B04.s | 0 .../nonmatchings/code_16F740/func_802480F0.s | 0 .../nonmatchings/code_16F740/func_80248190.s | 0 .../nonmatchings/code_16F740/func_802485FC.s | 0 .../nonmatchings/code_16F740/func_80248660.s | 0 .../nonmatchings/code_16F740/func_80248AA4.s | 0 .../nonmatchings/code_16F740/func_80248B08.s | 0 .../nonmatchings/code_16F740/func_80248D78.s | 0 .../nonmatchings/code_16F740/switch_order.s | 0 .../code_16F740/switch_to_partner.s | 0 .../code_16F740/switch_to_player.s | 0 .../code_16F740/update_end_player_turn.s | 0 .../code_16F740/update_enemy_action.s | 0 .../code_16F740/update_enemy_change_turn.s | 0 .../code_16F740/update_heroes_start_turn.s | 0 .../code_16F740/update_partner_action.s | 0 .../code_16F740/update_player_action.s | 0 .../code_16F740/update_player_change_turn.s | 0 .../code_16F740/update_run_away.s | 0 .../code_16F740/update_swap_partner.s | 0 .../nonmatchings/code_16c8e0/delete_actor.s | 0 .../code_16c8e0/draw_enemy_health_bars.s | 0 .../code_16c8e0/draw_main_battle_ui.s | 0 .../nonmatchings/code_16c8e0/func_8023E104.s | 0 .../nonmatchings/code_16c8e0/func_8023E11C.s | 0 .../nonmatchings/code_16c8e0/func_8023ED5C.s | 0 .../nonmatchings/code_16c8e0/func_8023F060.s | 0 .../nonmatchings/code_16c8e0/func_8023F088.s | 0 .../nonmatchings/code_16c8e0/func_802409F4.s | 0 .../nonmatchings/code_16c8e0/func_80240AA8.s | 0 .../code_16c8e0/initialize_battle.s | 0 .../code_16c8e0/update_battle_state.s | 0 .../code_16c8e0/update_starpoints_display.s | 0 .../code_1776B0/AddBattleCamOffsetZ.s | 0 .../code_1776B0/AddBattleCamZoom.s | 0 .../code_1776B0/BattleCamTargetActor.s | 0 .../code_1776B0/FreezeBattleCam.s | 0 .../code_1776B0/MoveBattleCamOver.s | 0 .../code_1776B0/SetBattleCamOffsetZ.s | 0 .../code_1776B0/SetBattleCamTarget.s | 0 .../code_1776B0/SetBattleCamYaw.s | 0 .../code_1776B0/SetBattleCamZoom.s | 0 .../nonmatchings/code_1776B0/UseCamPreset.s | 0 .../nonmatchings/code_1776B0/add_cam_zoom.s | 0 .../code_1776B0/cam_target_actor.s | 0 .../nonmatchings/code_1776B0/func_80248DD0.s | 0 .../nonmatchings/code_1776B0/func_80248DE4.s | 0 .../nonmatchings/code_1776B0/func_80249804.s | 0 .../nonmatchings/code_1776B0/func_8024A214.s | 0 .../nonmatchings/code_1776B0/func_8024A990.s | 0 .../nonmatchings/code_1776B0/func_8024AFE4.s | 0 .../nonmatchings/code_1776B0/func_8024B5FC.s | 0 .../nonmatchings/code_1776B0/func_8024B9A0.s | 0 .../nonmatchings/code_1776B0/func_8024BDA4.s | 0 .../nonmatchings/code_1776B0/func_8024C180.s | 0 .../nonmatchings/code_1776B0/func_8024C570.s | 0 .../nonmatchings/code_1776B0/func_8024C944.s | 0 .../nonmatchings/code_1776B0/func_8024CB68.s | 0 .../nonmatchings/code_1776B0/func_8024CE9C.s | 0 .../nonmatchings/code_1776B0/func_8024E3D8.s | 0 .../nonmatchings/code_1776B0/func_8024E40C.s | 0 .../nonmatchings/code_1776B0/func_8024E45C.s | 0 .../nonmatchings/code_1776B0/func_8024E484.s | 0 .../nonmatchings/code_1776B0/func_8024E554.s | 0 .../nonmatchings/code_1776B0/func_8024E584.s | 0 .../nonmatchings/code_1776B0/func_8024E60C.s | 0 .../nonmatchings/code_1776B0/func_8024E664.s | 0 .../nonmatchings/code_1776B0/func_8024E6B4.s | 0 .../nonmatchings/code_1776B0/func_8024E748.s | 0 .../nonmatchings/code_1776B0/func_8024E820.s | 0 .../nonmatchings/code_1776B0/func_8024E9B0.s | 0 .../nonmatchings/code_1776B0/func_8024EB84.s | 0 .../nonmatchings/code_1776B0/func_8024ECF8.s | 0 .../nonmatchings/code_1776B0/func_8024EDA4.s | 0 .../nonmatchings/code_1776B0/move_cam_over.s | 0 .../code_1776B0/set_cam_target_pos.s | 0 .../code_1776B0/set_cam_zoffset.s | 0 .../nonmatchings/code_1776B0/set_cam_zoom.s | 0 .../nonmatchings/code_1776B0/unfreeze_cam.s | 0 .../nonmatchings/code_1776B0/use_cam_preset.s | 0 .../code_17D6A0/ForceCloseMessageBox.s | 0 .../code_17D6A0/SetMessageBoxDuration.s | 0 .../nonmatchings/code_17D6A0/ShowMessageBox.s | 0 .../code_17D6A0/ShowVariableMessageBox.s | 0 .../close_action_command_instruction_popup.s | 0 .../nonmatchings/code_17D6A0/create_popup.s | 0 .../nonmatchings/code_17D6A0/func_8024EDC0.s | 0 .../nonmatchings/code_17D6A0/func_8024EDEC.s | 0 .../nonmatchings/code_17D6A0/func_8024EE48.s | 0 .../nonmatchings/code_17D6A0/func_8024EEA8.s | 0 .../nonmatchings/code_17D6A0/func_8024EF08.s | 0 .../nonmatchings/code_17D6A0/func_8024EFA4.s | 0 .../nonmatchings/code_17D6A0/func_8024EFE0.s | 0 .../nonmatchings/code_17D6A0/func_8024F394.s | 0 .../nonmatchings/code_17D6A0/func_8024F5AC.s | 0 .../nonmatchings/code_17D6A0/func_8024F768.s | 0 .../nonmatchings/code_17D6A0/func_8024F7C8.s | 0 .../nonmatchings/code_17D6A0/func_8024F84C.s | 0 .../nonmatchings/code_17D6A0/func_8024F940.s | 0 .../nonmatchings/code_17D6A0/func_8024FAE8.s | 0 .../nonmatchings/code_17D6A0/func_8024FAFC.s | 0 .../nonmatchings/code_17D6A0/func_8024FB3C.s | 0 .../nonmatchings/code_17D6A0/func_80250818.s | 0 .../nonmatchings/code_17D6A0/func_80251434.s | 0 .../nonmatchings/code_17D6A0/func_80251454.s | 0 .../nonmatchings/code_17D6A0/func_80251474.s | 0 .../code_17D6A0/is_popup_displayed.s | 0 .../code_17D6A0/set_popup_duration.s | 0 .../code_17D6A0/show_battle_message.s | 0 .../code_17D6A0/show_message_popup.s | 0 .../show_variable_battle_message.s | 0 .../code_17FEB0/calc_item_damage_enemy.s | 0 .../nonmatchings/code_181810/ActorSpeak.s | 0 .../nonmatchings/code_181810/EndActorSpeech.s | 0 .../code_181810/LoadBattleDmaData.s | 0 .../code_181810/load_tattle_flags.s | 0 .../code_181810/save_tattle_flags.s | 0 .../code_182B30/_remove_part_decoration.s | 0 .../code_182B30/disable_actor_blur.s | 0 .../code_182B30/disable_partner_blur.s | 0 .../code_182B30/disable_player_blur.s | 0 .../code_182B30/enable_actor_blur.s | 0 .../code_182B30/enable_partner_blur.s | 0 .../code_182B30/enable_player_blur.s | 0 .../nonmatchings/code_182B30/func_80254250.s | 0 .../nonmatchings/code_182B30/func_80254610.s | 0 .../nonmatchings/code_182B30/func_802546B0.s | 0 .../nonmatchings/code_182B30/func_80254950.s | 0 .../nonmatchings/code_182B30/func_802549A0.s | 0 .../nonmatchings/code_182B30/func_802549C0.s | 0 .../nonmatchings/code_182B30/func_802549F4.s | 0 .../nonmatchings/code_182B30/func_80254C50.s | 0 .../nonmatchings/code_182B30/func_802550BC.s | 0 .../nonmatchings/code_182B30/func_802552EC.s | 0 .../nonmatchings/code_182B30/func_8025593C.s | 0 .../nonmatchings/code_182B30/func_8025595C.s | 0 .../nonmatchings/code_182B30/func_8025597C.s | 0 .../nonmatchings/code_182B30/func_8025599C.s | 0 .../nonmatchings/code_182B30/func_80255FE0.s | 0 .../nonmatchings/code_182B30/func_802571F0.s | 0 .../nonmatchings/code_182B30/func_80257B28.s | 0 .../nonmatchings/code_182B30/func_80257B48.s | 0 .../nonmatchings/code_182B30/func_80257B68.s | 0 .../nonmatchings/code_182B30/func_80257B88.s | 0 .../nonmatchings/code_182B30/func_80257DA4.s | 0 .../nonmatchings/code_182B30/func_80258E14.s | 0 .../nonmatchings/code_182B30/func_802591EC.s | 0 .../nonmatchings/code_182B30/func_80259494.s | 0 .../nonmatchings/code_182B30/func_8025950C.s | 0 .../nonmatchings/code_182B30/func_802596C0.s | 0 .../nonmatchings/code_182B30/func_802597B0.s | 0 .../nonmatchings/code_182B30/func_8025995C.s | 0 .../nonmatchings/code_182B30/func_80259A48.s | 0 .../nonmatchings/code_182B30/func_80259AAC.s | 0 .../nonmatchings/code_182B30/func_80259D9C.s | 0 .../nonmatchings/code_182B30/func_8025A2C4.s | 0 .../nonmatchings/code_182B30/func_8025A50C.s | 0 .../nonmatchings/code_182B30/func_8025A74C.s | 0 .../nonmatchings/code_182B30/func_8025AA80.s | 0 .../nonmatchings/code_182B30/func_8025AD90.s | 0 .../nonmatchings/code_182B30/func_8025B1A8.s | 0 .../nonmatchings/code_182B30/func_8025B5C0.s | 0 .../nonmatchings/code_182B30/func_8025BAA0.s | 0 .../nonmatchings/code_182B30/func_8025C120.s | 0 .../nonmatchings/code_182B30/func_8025C840.s | 0 .../nonmatchings/code_182B30/func_8025C8A0.s | 0 .../nonmatchings/code_182B30/func_8025C918.s | 0 .../nonmatchings/code_182B30/func_8025CCC8.s | 0 .../nonmatchings/code_182B30/func_8025CD28.s | 0 .../nonmatchings/code_182B30/func_8025CD40.s | 0 .../nonmatchings/code_182B30/func_8025CEC8.s | 0 .../nonmatchings/code_182B30/func_8025D160.s | 0 .../nonmatchings/code_182B30/func_8025D290.s | 0 .../nonmatchings/code_182B30/func_8025D2B0.s | 0 .../nonmatchings/code_182B30/func_8025D3CC.s | 0 .../nonmatchings/code_182B30/func_8025D4A0.s | 0 .../nonmatchings/code_182B30/func_8025D4C8.s | 0 .../nonmatchings/code_182B30/func_8025D620.s | 0 .../nonmatchings/code_182B30/func_8025D640.s | 0 .../nonmatchings/code_182B30/func_8025D6FC.s | 0 .../nonmatchings/code_182B30/func_8025D71C.s | 0 .../nonmatchings/code_182B30/func_8025D810.s | 0 .../nonmatchings/code_182B30/func_8025D830.s | 0 .../nonmatchings/code_182B30/func_8025D8EC.s | 0 .../nonmatchings/code_182B30/func_8025D90C.s | 0 .../nonmatchings/code_182B30/func_8025DA68.s | 0 .../nonmatchings/code_182B30/func_8025DBD0.s | 0 .../nonmatchings/code_182B30/func_8025DD40.s | 0 .../nonmatchings/code_182B30/func_8025DD60.s | 0 .../nonmatchings/code_182B30/func_8025DE88.s | 0 .../nonmatchings/code_182B30/mtx_mirror_y.s | 0 .../code_182B30/reset_actor_blur.s | 0 .../code_182B30/reset_partner_blur.s | 0 .../code_182B30/update_actor_shadow.s | 0 .../code_182B30/update_enemy_shadows.s | 0 .../code_182B30/update_hero_shadows.s | 0 .../code_182B30/update_player_actor_shadow.s | 0 .../nonmatchings/code_18C790/func_8025DEB0.s | 0 .../nonmatchings/code_18C790/func_8025DEC4.s | 0 .../nonmatchings/code_18C790/func_8025E030.s | 0 .../nonmatchings/code_18C790/func_8025E044.s | 0 .../nonmatchings/code_18C790/func_8025E108.s | 0 .../nonmatchings/code_18C790/func_8025E14C.s | 0 .../nonmatchings/code_18C790/func_8025E190.s | 0 .../nonmatchings/code_18C790/func_8025FF8C.s | 0 .../nonmatchings/code_18C790/func_802601BC.s | 0 .../nonmatchings/code_18C790/func_80260948.s | 0 .../nonmatchings/code_18C790/func_80260A20.s | 0 .../nonmatchings/code_18F340/FXRecoverFP.s | 0 .../nonmatchings/code_18F340/FXRecoverHP.s | 0 .../code_18F340/activate_defend_command.s | 0 .../nonmatchings/code_18F340/func_80260A60.s | 0 .../nonmatchings/code_18F340/func_80260AD4.s | 0 .../nonmatchings/code_18F340/func_80260B70.s | 0 .../nonmatchings/code_18F340/func_80260BF4.s | 0 .../nonmatchings/code_18F340/func_80260E90.s | 0 .../nonmatchings/code_18F340/func_80261064.s | 0 .../nonmatchings/code_18F340/func_802610CC.s | 0 .../nonmatchings/code_18F340/func_80261164.s | 0 .../nonmatchings/code_18F340/func_802611E8.s | 0 .../nonmatchings/code_18F340/func_8026127C.s | 0 .../nonmatchings/code_18F340/func_802613BC.s | 0 .../nonmatchings/code_18F340/func_80261478.s | 0 .../nonmatchings/code_18F340/func_80261530.s | 0 .../nonmatchings/code_18F340/func_802615C8.s | 0 .../nonmatchings/code_18F340/func_80261648.s | 0 .../nonmatchings/code_18F340/func_802616B4.s | 0 .../nonmatchings/code_18F340/func_802616F4.s | 0 .../nonmatchings/code_18F340/func_802619B4.s | 0 .../nonmatchings/code_18F340/func_802619E8.s | 0 .../nonmatchings/code_18F340/func_80261B40.s | 0 .../nonmatchings/code_18F340/func_80261DF4.s | 0 .../nonmatchings/code_18F340/func_80261FB4.s | 0 .../nonmatchings/code_18F340/func_802620F8.s | 0 .../nonmatchings/code_190A10/func_80262130.s | 0 .../nonmatchings/code_190A10/func_8026220C.s | 0 .../nonmatchings/code_190B20/add_xz_vec3f.s | 0 .../code_190B20/add_xz_vec3f_copy1.s | 0 .../code_190B20/add_xz_vec3f_copy2.s | 0 .../code_190B20/count_power_plus.s | 0 .../nonmatchings/code_190B20/create_actor.s | 0 .../code_190B20/create_target_list.s | 0 .../code_190B20/deduct_current_move_fp.s | 0 .../nonmatchings/code_190B20/func_80263064.s | 0 .../nonmatchings/code_190B20/func_80263230.s | 0 .../nonmatchings/code_190B20/func_8026324C.s | 0 .../nonmatchings/code_190B20/func_80263268.s | 0 .../nonmatchings/code_190B20/func_80263300.s | 0 .../nonmatchings/code_190B20/func_802633E8.s | 0 .../nonmatchings/code_190B20/func_80263434.s | 0 .../nonmatchings/code_190B20/func_80263464.s | 0 .../nonmatchings/code_190B20/func_802634B8.s | 0 .../nonmatchings/code_190B20/func_802636E4.s | 0 .../nonmatchings/code_190B20/func_80263914.s | 0 .../nonmatchings/code_190B20/func_80263C60.s | 0 .../nonmatchings/code_190B20/func_80263CC4.s | 0 .../nonmatchings/code_190B20/func_80263E08.s | 0 .../nonmatchings/code_190B20/func_80263FE8.s | 0 .../nonmatchings/code_190B20/func_80264084.s | 0 .../nonmatchings/code_190B20/func_80265CE8.s | 0 .../nonmatchings/code_190B20/func_80265D44.s | 0 .../nonmatchings/code_190B20/func_802664DC.s | 0 .../nonmatchings/code_190B20/func_80266684.s | 0 .../nonmatchings/code_190B20/func_802666E4.s | 0 .../nonmatchings/code_190B20/func_802667F0.s | 0 .../nonmatchings/code_190B20/func_80266970.s | 0 .../nonmatchings/code_190B20/func_80266978.s | 0 .../nonmatchings/code_190B20/func_80266ADC.s | 0 .../nonmatchings/code_190B20/func_80266AF8.s | 0 .../nonmatchings/code_190B20/func_80266B14.s | 0 .../nonmatchings/code_190B20/func_80266D6C.s | 0 .../nonmatchings/code_190B20/func_80266DAC.s | 0 .../nonmatchings/code_190B20/func_80266E14.s | 0 .../nonmatchings/code_190B20/func_80266E40.s | 0 .../nonmatchings/code_190B20/func_80266EA8.s | 0 .../nonmatchings/code_190B20/func_80266EE8.s | 0 .../nonmatchings/code_190B20/func_80266F60.s | 0 .../nonmatchings/code_190B20/func_80266F8C.s | 0 .../nonmatchings/code_190B20/func_80266FD8.s | 0 .../nonmatchings/code_190B20/func_80267018.s | 0 .../nonmatchings/code_190B20/func_8026709C.s | 0 .../nonmatchings/code_190B20/func_802670C8.s | 0 .../nonmatchings/code_190B20/func_8026777C.s | 0 .../nonmatchings/code_190B20/func_8026787C.s | 0 .../nonmatchings/code_190B20/func_80267A3C.s | 0 .../nonmatchings/code_190B20/inflict_status.s | 0 .../code_190B20/inflict_status_set_duration.s | 0 .../code_190B20/load_partner_actor.s | 0 .../code_190B20/load_player_actor.s | 0 .../code_190B20/lookup_status_chance.s | 0 .../code_190B20/lookup_status_duration_mod.s | 0 .../code_190B20/play_movement_dust_effects.s | 0 .../code_190B20/reset_all_actor_sounds.s | 0 .../nonmatchings/code_190B20/set_animation.s | 0 .../code_190B20/set_animation_rate.s | 0 .../code_190B20/show_damage_popup.s | 0 .../code_190B20/start_rumble_type.s | 0 .../code_190B20/try_inflict_status.s | 0 .../code_1967B0/LoadFreeItemScript.s | 0 .../nonmatchings/code_1967B0/LoadItemScript.s | 0 .../code_196AA0/CloseActionCommandInfo.s | 0 .../code_196AA0/LoadActionCommand.s | 0 .../code_196AA0/check_block_input.s | 0 .../nonmatchings/code_196AA0/func_80268224.s | 0 .../nonmatchings/code_196AA0/func_80268284.s | 0 .../nonmatchings/code_196AA0/func_80268770.s | 0 .../nonmatchings/code_196AA0/func_80268798.s | 0 .../nonmatchings/code_196AA0/func_802687BC.s | 0 .../nonmatchings/code_196AA0/func_802687E4.s | 0 .../nonmatchings/code_196AA0/func_8026880C.s | 0 .../nonmatchings/code_196AA0/func_80268834.s | 0 .../nonmatchings/code_196AA0/func_80268858.s | 0 .../nonmatchings/code_196AA0/func_80268938.s | 0 .../nonmatchings/code_196AA0/func_80268AF8.s | 0 .../nonmatchings/code_196AA0/func_80268C9C.s | 0 .../nonmatchings/code_196AA0/func_80268E88.s | 0 .../nonmatchings/code_196AA0/func_80269118.s | 0 .../nonmatchings/code_196AA0/func_80269160.s | 0 .../nonmatchings/code_196AA0/func_802691C8.s | 0 .../nonmatchings/code_196AA0/func_80269344.s | 0 .../nonmatchings/code_196AA0/func_80269370.s | 0 .../nonmatchings/code_196AA0/func_8026939C.s | 0 .../nonmatchings/code_196AA0/func_80269470.s | 0 .../nonmatchings/code_196AA0/func_802694A4.s | 0 .../code_197F40/AddActorDecoration.s | 0 .../nonmatchings/code_197F40/AddActorVar.s | 0 .../nonmatchings/code_197F40/BoostAttack.s | 0 .../nonmatchings/code_197F40/BoostDefense.s | 0 .../code_197F40/ChooseNextTarget.s | 0 .../asm}/nonmatchings/code_197F40/CopyBuffs.s | 0 .../code_197F40/CreatePartShadow.s | 0 .../nonmatchings/code_197F40/ElectrifyActor.s | 0 .../code_197F40/GetActorAttackBoost.s | 0 .../code_197F40/GetActorDefenseBoost.s | 0 .../nonmatchings/code_197F40/GetBattleVar.s | 0 .../code_197F40/GetDistanceToGoal.s | 0 .../nonmatchings/code_197F40/GetOwnerTarget.s | 0 .../nonmatchings/code_197F40/GetStatusFlags.s | 0 .../asm}/nonmatchings/code_197F40/HealActor.s | 0 .../code_197F40/LoadBattleSection.s | 0 .../code_197F40/ModifyActorDecoration.s | 0 .../code_197F40/RemoveActorDecoration.s | 0 .../code_197F40/RemovePartShadow.s | 0 .../code_197F40/ResetActorSounds.s | 0 .../nonmatchings/code_197F40/SetActorSounds.s | 0 .../nonmatchings/code_197F40/SetActorType.s | 0 .../nonmatchings/code_197F40/SetBattleVar.s | 0 .../nonmatchings/code_197F40/SetGoalToIndex.s | 0 .../nonmatchings/code_197F40/SetOwnerTarget.s | 0 .../nonmatchings/code_197F40/SetPartAlpha.s | 0 .../nonmatchings/code_197F40/SetPartSounds.s | 0 .../nonmatchings/code_197F40/SummonEnemy.s | 0 .../code_197F40/UseIdleAnimation.s | 0 .../nonmatchings/code_197F40/VanishActor.s | 0 .../nonmatchings/code_197F40/func_8026E198.s | 0 .../nonmatchings/code_197F40/func_8026E208.s | 0 .../nonmatchings/code_197F40/func_8026E260.s | 0 .../nonmatchings/code_197F40/func_8026E558.s | 0 .../nonmatchings/code_197F40/func_8026E914.s | 0 .../nonmatchings/code_197F40/func_8026E9A0.s | 0 .../nonmatchings/code_197F40/func_8026EA7C.s | 0 .../nonmatchings/code_197F40/func_8026EB20.s | 0 .../nonmatchings/code_197F40/func_8026EBF8.s | 0 .../nonmatchings/code_197F40/func_8026ED20.s | 0 .../nonmatchings/code_197F40/func_8026EDE4.s | 0 .../nonmatchings/code_197F40/func_8026F1A0.s | 0 .../code_197F40/set_goal_pos_to_part.s | 0 .../code_197F40/set_part_goal_to_actor_part.s | 0 .../code_19FAF0/CancelablePlayerRunToGoal.s | 0 .../code_19FAF0/DidActionSucceed.s | 0 .../code_19FAF0/DispatchDamagePlayerEvent.s | 0 .../code_19FAF0/EnablePlayerBlur.s | 0 .../code_19FAF0/GetMenuSelection.s | 0 .../code_19FAF0/PlayerDamageEnemy.s | 0 .../code_19FAF0/PlayerFallToGoal.s | 0 .../nonmatchings/code_19FAF0/PlayerLandJump.s | 0 .../code_19FAF0/PlayerPowerBounceEnemy.s | 0 .../code_19FAF0/PlayerRunToGoal.s | 0 .../code_19FAF0/PlayerTestEnemy.s | 0 .../code_19FAF0/calc_player_damage_enemy.s | 0 .../code_19FAF0/calc_player_test_enemy.s | 0 .../dispatch_damage_event_player.s | 0 .../code_19FAF0/dispatch_event_player.s | 0 .../dispatch_event_player_continue_turn.s | 0 .../nonmatchings/code_19FAF0/func_802712A0.s | 0 .../nonmatchings/code_19FAF0/func_80271328.s | 0 .../nonmatchings/code_19FAF0/func_802713B0.s | 0 .../nonmatchings/code_19FAF0/func_80271484.s | 0 .../nonmatchings/code_19FAF0/func_80271588.s | 0 .../nonmatchings/code_19FAF0/func_80273444.s | 0 .../nonmatchings/code_19FAF0/func_80274A18.s | 0 .../nonmatchings/code_19FAF0/func_802752AC.s | 0 .../nonmatchings/code_19FAF0/func_80275F00.s | 0 .../nonmatchings/code_1A5830/DropStarPoints.s | 0 .../code_1A5830/EnemyDamageTarget.s | 0 .../code_1A5830/EnemyTestTarget.s | 0 .../nonmatchings/code_1A5830/FallPartTo.s | 0 .../nonmatchings/code_1A5830/FallToGoal.s | 0 .../asm}/nonmatchings/code_1A5830/FlyPartTo.s | 0 .../asm}/nonmatchings/code_1A5830/FlyToGoal.s | 0 .../nonmatchings/code_1A5830/IdleFlyToGoal.s | 0 .../nonmatchings/code_1A5830/IdleJumpToGoal.s | 0 .../nonmatchings/code_1A5830/IdleRunToGoal.s | 0 .../nonmatchings/code_1A5830/JumpPartTo.s | 0 .../nonmatchings/code_1A5830/JumpToGoal.s | 0 .../code_1A5830/JumpToGoalSimple2.s | 0 .../nonmatchings/code_1A5830/JumpWithBounce.s | 0 .../asm}/nonmatchings/code_1A5830/LandJump.s | 0 .../nonmatchings/code_1A5830/LandJumpPart.s | 0 .../nonmatchings/code_1A5830/RemoveActor.s | 0 .../asm}/nonmatchings/code_1A5830/RunPartTo.s | 0 .../asm}/nonmatchings/code_1A5830/RunToGoal.s | 0 .../nonmatchings/code_1A5830/SetPartSize.s | 0 .../code_1A5830/calc_enemy_damage_target.s | 0 .../code_1A5830/calc_enemy_test_target.s | 0 .../code_1A5830/dispatch_damage_event_actor.s | 0 .../nonmatchings/code_1A5830/play_hit_sound.s | 0 .../code_1A5830/update_lerp_battle.s | 0 .../code_1AC760/MakeOwnerTargetIndex.s | 0 .../code_1AC760/PartnerAfflictEnemy.s | 0 .../code_1AC760/PartnerDamageEnemy.s | 0 .../code_1AC760/PartnerPowerBounceEnemy.s | 0 .../code_1AC760/PartnerTestEnemy.s | 0 .../code_1AC760/calc_partner_damage_enemy.s | 0 .../code_1AC760/calc_partner_test_enemy.s | 0 .../dispatch_damage_event_partner.s | 0 .../nonmatchings/code_1AC760/func_8027FC90.s | 0 .../code_1a1f0_len_5390/MerleeUpdateFX.s | 0 .../check_conversation_trigger.s | 0 .../code_1a1f0_len_5390/create_encounters.s | 0 .../draw_encounters_pre_battle.s | 0 .../show_first_strike_message.s | 0 .../update_encounters_neutral.s | 0 .../update_encounters_post_battle.s | 0 .../update_encounters_pre_battle.s | 0 .../code_1b40_len_20b0/func_80027088.s | 0 .../code_1b40_len_20b0/func_800271FC.s | 0 .../code_1b40_len_20b0/func_8002725C.s | 0 .../code_1b40_len_20b0/func_80027600.s | 0 .../code_1b40_len_20b0/func_80027774.s | 0 .../code_1b40_len_20b0/func_800279B4.s | 0 .../code_1b40_len_20b0/func_80027BAC.s | 0 .../code_1b40_len_20b0/gfx_draw_background.s | 0 .../code_1b40_len_20b0/gfx_draw_frame.s | 0 .../code_1b40_len_20b0/gfx_init_state.s | 0 .../code_1b40_len_20b0/gfx_task_background.s | 0 .../code_1b40_len_20b0/load_engine_data.s | 0 .../code_1b40_len_20b0/step_game_loop.s | 0 .../code_1f580_len_1940/BindNpcAI.s | 0 .../code_1f580_len_1940/RemoveEncounter.s | 0 .../code_1f580_len_1940/RemoveNpc.s | 0 .../code_1f580_len_1940/SetNpcAux.s | 0 .../code_1f580_len_1940/StartBossBattle.s | 0 .../code_1f580_len_1940/start_battle.s | 0 .../code_20ec0_len_5040/DoBasicAI.s | 179 ++++++ .../code_20ec0_len_5040/draw_merlee_message.s | 0 .../draw_merlee_message_string.s | 0 .../draw_merlee_messages.s | 0 .../code_20ec0_len_5040/func_80045AC0.s | 0 .../code_20ec0_len_5040/func_80045B10.s | 0 .../code_20ec0_len_5040/func_80045BC8.s | 0 .../code_20ec0_len_5040/func_80045C88.s | 0 .../code_20ec0_len_5040/func_80045CC4.s | 0 .../code_20ec0_len_5040/func_80045D00.s | 0 .../code_20ec0_len_5040/func_80045D7C.s | 0 .../code_20ec0_len_5040/func_80045FB4.s | 0 .../code_20ec0_len_5040/func_80046030.s | 0 .../code_20ec0_len_5040/func_800465E0.s | 0 .../code_20ec0_len_5040/func_80047608.s | 0 .../code_20ec0_len_5040/func_800476F4.s | 0 .../code_20ec0_len_5040/func_8004778C.s | 0 .../code_20ec0_len_5040/func_800477F4.s | 0 .../code_20ec0_len_5040/func_80047820.s | 0 .../code_20ec0_len_5040/func_80047898.s | 0 .../code_20ec0_len_5040/func_800478F8.s | 0 .../code_20ec0_len_5040/func_80047928.s | 0 .../code_20ec0_len_5040/func_800479A0.s | 0 .../code_20ec0_len_5040/func_80047A00.s | 0 .../code_20ec0_len_5040/func_80047A30.s | 0 .../code_20ec0_len_5040/func_80047AA8.s | 0 .../code_20ec0_len_5040/func_80047B08.s | 0 .../code_20ec0_len_5040/func_80047B38.s | 0 .../code_20ec0_len_5040/func_80047B84.s | 0 .../code_20ec0_len_5040/func_80047BE4.s | 0 .../code_20ec0_len_5040/func_80047C14.s | 0 .../code_20ec0_len_5040/func_80047CA4.s | 0 .../code_20ec0_len_5040/func_80047D00.s | 0 .../code_20ec0_len_5040/func_80047D30.s | 0 .../code_20ec0_len_5040/func_80047DC0.s | 0 .../code_20ec0_len_5040/func_80047E1C.s | 0 .../code_20ec0_len_5040/func_80047E4C.s | 0 .../code_20ec0_len_5040/func_80047EDC.s | 0 .../code_20ec0_len_5040/func_80047F28.s | 0 .../code_20ec0_len_5040/func_80047F58.s | 0 .../code_20ec0_len_5040/func_80047FE8.s | 0 .../code_20ec0_len_5040/func_80048034.s | 0 .../code_20ec0_len_5040/func_80048064.s | 0 .../code_20ec0_len_5040/func_800480F4.s | 0 .../code_20ec0_len_5040/func_80048140.s | 0 .../code_20ec0_len_5040/func_80048170.s | 0 .../code_20ec0_len_5040/func_80048200.s | 0 .../code_20ec0_len_5040/func_8004824C.s | 0 .../code_20ec0_len_5040/func_80048E34.s | 0 .../code_20ec0_len_5040/func_800490B4.s | 224 +++++++ .../code_20ec0_len_5040/func_800495A0.s | 76 +++ .../code_20ec0_len_5040/func_800496B8.s | 0 .../code_20ec0_len_5040/func_80049C04.s | 0 .../code_20ec0_len_5040/func_80049F7C.s | 0 .../code_20ec0_len_5040/func_8004A124.s | 0 .../code_20ec0_len_5040/spawn_drops.s | 0 .../update_merlee_messages.s | 0 .../asm}/nonmatchings/code_23680/DoBasicAI.s | 0 .../nonmatchings/code_23680/func_80048E34.s | 0 .../nonmatchings/code_23680/func_800490B4.s | 0 .../nonmatchings/code_23680/func_800495A0.s | 0 .../nonmatchings/code_23680/func_800496B8.s | 0 .../nonmatchings/code_23680/func_80049C04.s | 0 .../nonmatchings/code_23680/func_80049F7C.s | 0 .../nonmatchings/code_23680/func_8004A124.s | 0 .../code_23680/get_coin_drop_amount.s | 0 .../nonmatchings/code_23680/spawn_drops.s | 0 .../nonmatchings/code_25AF0/func_8004A784.s | 0 .../code_25f00_len_940/func_8004AB00.s | 0 .../code_25f00_len_940/func_8004AE08.s | 0 .../code_25f00_len_940/func_8004B328.s | 0 .../code_25f00_len_940/nuAuDmaCallBack.s | 0 .../code_26840_len_20d0/func_8004B62C.s | 0 .../code_26840_len_20d0/func_8004B748.s | 0 .../code_26840_len_20d0/func_8004BA74.s | 0 .../code_26840_len_20d0/func_8004C0E4.s | 0 .../code_26840_len_20d0/func_8004C268.s | 0 .../code_26840_len_20d0/func_8004C2A4.s | 0 .../code_26840_len_20d0/func_8004C300.s | 0 .../code_26840_len_20d0/func_8004C358.s | 0 .../code_26840_len_20d0/func_8004C3D4.s | 0 .../code_26840_len_20d0/func_8004C444.s | 0 .../code_26840_len_20d0/func_8004C578.s | 0 .../code_26840_len_20d0/func_8004C844.s | 0 .../code_26840_len_20d0/func_8004C884.s | 0 .../code_26840_len_20d0/func_8004CD94.s | 0 .../code_26840_len_20d0/func_8004CDF8.s | 0 .../code_26840_len_20d0/func_8004CE70.s | 0 .../code_26840_len_20d0/func_8004CEA4.s | 0 .../code_26840_len_20d0/func_8004CEC4.s | 0 .../code_26840_len_20d0/func_8004CF0C.s | 0 .../code_26840_len_20d0/func_8004CF3C.s | 0 .../code_26840_len_20d0/func_8004D00C.s | 0 .../code_26840_len_20d0/func_8004D038.s | 0 .../code_26840_len_20d0/func_8004D050.s | 0 .../code_26840_len_20d0/func_8004D07C.s | 0 .../code_26840_len_20d0/func_8004D114.s | 0 .../code_26840_len_20d0/func_8004D130.s | 0 .../code_26840_len_20d0/func_8004D15C.s | 0 .../code_26840_len_20d0/func_8004D180.s | 0 .../code_26840_len_20d0/func_8004D1B4.s | 0 .../code_26840_len_20d0/func_8004D23C.s | 0 .../code_26840_len_20d0/func_8004D2B0.s | 0 .../code_26840_len_20d0/func_8004D2E4.s | 0 .../code_26840_len_20d0/func_8004D310.s | 0 .../code_26840_len_20d0/func_8004D324.s | 0 .../code_26840_len_20d0/func_8004D33C.s | 0 .../code_26840_len_20d0/func_8004D354.s | 0 .../code_26840_len_20d0/func_8004D36C.s | 0 .../code_26840_len_20d0/func_8004D3A0.s | 0 .../code_26840_len_20d0/func_8004D3F8.s | 0 .../code_26840_len_20d0/func_8004D428.s | 0 .../code_26840_len_20d0/func_8004D484.s | 0 .../code_26840_len_20d0/func_8004D4BC.s | 0 .../code_28910_len_5090/func_8004D510.s | 0 .../code_28910_len_5090/func_8004D794.s | 0 .../code_28910_len_5090/func_8004D7E0.s | 0 .../code_28910_len_5090/func_8004DA74.s | 0 .../code_28910_len_5090/func_8004DAE0.s | 0 .../code_28910_len_5090/func_8004DB28.s | 0 .../code_28910_len_5090/func_8004DB4C.s | 0 .../code_28910_len_5090/func_8004DC80.s | 0 .../code_28910_len_5090/func_8004DCB8.s | 0 .../code_28910_len_5090/func_8004DE2C.s | 0 .../code_28910_len_5090/func_8004DFD4.s | 0 .../code_28910_len_5090/func_8004E0F4.s | 0 .../code_28910_len_5090/func_8004E344.s | 0 .../code_28910_len_5090/func_8004E4B8.s | 0 .../code_28910_len_5090/func_8004E5D8.s | 0 .../code_28910_len_5090/func_8004E844.s | 0 .../code_28910_len_5090/func_8004E880.s | 0 .../code_28910_len_5090/func_8004E904.s | 0 .../code_28910_len_5090/func_8004EA34.s | 0 .../code_28910_len_5090/func_8004EAD4.s | 0 .../code_28910_len_5090/func_8004EC04.s | 0 .../code_28910_len_5090/func_8004EC68.s | 0 .../code_28910_len_5090/func_8004FE6C.s | 0 .../code_28910_len_5090/func_8004FED0.s | 0 .../code_28910_len_5090/func_80050020.s | 0 .../code_28910_len_5090/func_8005015C.s | 0 .../code_28910_len_5090/func_800501A8.s | 0 .../code_28910_len_5090/func_800502F0.s | 0 .../code_28910_len_5090/func_80050568.s | 0 .../code_28910_len_5090/func_800505E4.s | 0 .../code_28910_len_5090/func_80050654.s | 0 .../code_28910_len_5090/func_8005068C.s | 0 .../code_28910_len_5090/func_800506C8.s | 0 .../code_28910_len_5090/func_80050770.s | 0 .../code_28910_len_5090/func_80050818.s | 0 .../code_28910_len_5090/func_8005087C.s | 0 .../code_28910_len_5090/func_80050888.s | 0 .../code_28910_len_5090/func_80050900.s | 0 .../code_28910_len_5090/func_80050970.s | 0 .../nonmatchings/code_2BF90/func_80050B90.s | 0 .../nonmatchings/code_2BF90/func_80050C64.s | 0 .../nonmatchings/code_2BF90/func_80050CA0.s | 0 .../nonmatchings/code_2BF90/func_80050D50.s | 0 .../nonmatchings/code_2BF90/func_80050E18.s | 0 .../nonmatchings/code_2BF90/func_80050E84.s | 0 .../nonmatchings/code_2BF90/func_80050EF0.s | 0 .../nonmatchings/code_2BF90/func_80050F64.s | 0 .../nonmatchings/code_2BF90/func_80050FD0.s | 0 .../nonmatchings/code_2BF90/func_80051050.s | 0 .../nonmatchings/code_2BF90/func_800510A4.s | 0 .../nonmatchings/code_2BF90/func_800511BC.s | 0 .../nonmatchings/code_2BF90/func_80051334.s | 0 .../nonmatchings/code_2BF90/func_80051434.s | 0 .../nonmatchings/code_2BF90/func_800521D0.s | 0 .../nonmatchings/code_2BF90/func_800521E8.s | 0 .../nonmatchings/code_2BF90/func_800522A8.s | 0 .../nonmatchings/code_2BF90/func_8005232C.s | 0 .../code_2d9a0_len_890/func_80052660.s | 0 .../code_2d9a0_len_890/func_80052BF8.s | 0 .../code_2d9a0_len_890/func_80052CFC.s | 0 .../code_2d9a0_len_890/func_80052E18.s | 0 .../al_CopyFileTableEntry.s | 0 .../code_2e230_len_2190/al_DmaCopy.s | 0 .../code_2e230_len_2190/al_LoadBank.s | 0 .../code_2e230_len_2190/al_LoadINIT.s | 0 .../code_2e230_len_2190/al_LoadPER.s | 0 .../code_2e230_len_2190/al_LoadPRG.s | 0 .../code_2e230_len_2190/func_800538F8.s | 0 .../code_2e230_len_2190/func_80053974.s | 0 .../code_2e230_len_2190/func_80053BE8.s | 0 .../code_2e230_len_2190/func_80053C58.s | 0 .../code_2e230_len_2190/func_80053CB4.s | 0 .../code_2e230_len_2190/func_80053CF8.s | 0 .../code_2e230_len_2190/func_80053E58.s | 0 .../code_2e230_len_2190/func_80053F80.s | 0 .../code_2e230_len_2190/func_8005465C.s | 0 .../code_2e230_len_2190/func_80054744.s | 0 .../code_2e230_len_2190/func_800549F8.s | 0 .../code_2e230_len_2190/func_80054AA0.s | 0 .../code_2e230_len_2190/func_80054C84.s | 0 .../code_2e230_len_2190/func_80054CE0.s | 0 .../code_2e230_len_2190/func_80054DA8.s | 0 .../code_2e230_len_2190/func_80054E90.s | 0 .../code_2e230_len_2190/func_80054F48.s | 0 .../code_303c0_len_3e10/al_LoadBKHeaders.s | 0 .../nonmatchings/code_30450/func_80055068.s | 0 .../nonmatchings/code_30450/func_8005513C.s | 0 .../nonmatchings/code_30450/func_800558D4.s | 0 .../nonmatchings/code_30450/func_8005591C.s | 0 .../nonmatchings/code_30450/func_80055970.s | 0 .../nonmatchings/code_30450/func_80055A18.s | 0 .../nonmatchings/code_30450/func_80055A6C.s | 0 .../nonmatchings/code_30450/func_80055ABC.s | 0 .../nonmatchings/code_30450/func_80055AF0.s | 0 .../nonmatchings/code_30450/func_80055B28.s | 0 .../nonmatchings/code_30450/func_80055B80.s | 0 .../nonmatchings/code_30450/func_80055BB8.s | 0 .../nonmatchings/code_30450/func_80055BF0.s | 0 .../nonmatchings/code_30450/func_80055C2C.s | 0 .../nonmatchings/code_30450/func_80055C64.s | 0 .../nonmatchings/code_30450/func_80055C94.s | 0 .../nonmatchings/code_30450/func_80055CC4.s | 0 .../nonmatchings/code_30450/func_80055CE8.s | 0 .../nonmatchings/code_30450/func_80055D38.s | 0 .../nonmatchings/code_30450/func_80055D8C.s | 0 .../nonmatchings/code_30450/func_80055DDC.s | 0 .../nonmatchings/code_30450/func_80055E48.s | 0 .../nonmatchings/code_30450/func_80055EB4.s | 0 .../nonmatchings/code_30450/func_800560BC.s | 0 .../nonmatchings/code_30450/func_8005610C.s | 0 .../nonmatchings/code_31650/alAudioFrame.s | 0 .../nonmatchings/code_31650/func_80056250.s | 0 .../nonmatchings/code_31650/func_80056D5C.s | 0 .../nonmatchings/code_31650/func_80056E34.s | 0 .../nonmatchings/code_31650/func_80056EE8.s | 0 .../nonmatchings/code_31650/func_80056FA4.s | 0 .../nonmatchings/code_31650/func_80057224.s | 0 .../nonmatchings/code_31650/func_8005736C.s | 0 .../nonmatchings/code_31650/func_80057548.s | 0 .../nonmatchings/code_31650/func_800576EC.s | 0 .../nonmatchings/code_31650/func_80057874.s | 0 .../nonmatchings/code_31650/func_800579D8.s | 0 .../nonmatchings/code_31650/func_80057C54.s | 0 .../nonmatchings/code_31650/func_80057D0C.s | 0 .../nonmatchings/code_31650/func_80057F20.s | 0 .../nonmatchings/code_31650/func_80058004.s | 0 .../nonmatchings/code_3169f0/func_80200000.s | 0 .../code_316C00/func_802AE000_316C00.s | 0 .../nonmatchings/code_316a70/func_80200080.s | 0 .../nonmatchings/code_316d90/func_802AE000.s | 0 .../nonmatchings/code_325AD0/func_E0200000.s | 0 .../nonmatchings/code_325AD0/func_E0200044.s | 0 .../nonmatchings/code_325AD0/func_E02000AC.s | 0 .../nonmatchings/code_325EE0/func_E0200410.s | 0 .../nonmatchings/code_325EE0/func_E0200420.s | 0 .../nonmatchings/code_325EE0/func_E0200430.s | 0 .../nonmatchings/code_325EE0/func_E0200440.s | 0 .../nonmatchings/code_325EE0/func_E0200450.s | 0 .../nonmatchings/code_325EE0/func_E0200460.s | 0 .../nonmatchings/code_325EE0/func_E0200470.s | 0 .../nonmatchings/code_325EE0/func_E0200480.s | 0 .../nonmatchings/code_325EE0/func_E0200490.s | 0 .../nonmatchings/code_325EE0/func_E02004A0.s | 0 .../nonmatchings/code_325EE0/func_E02004B0.s | 0 .../nonmatchings/code_325EE0/func_E02004C0.s | 0 .../nonmatchings/code_325EE0/func_E02004D0.s | 0 .../nonmatchings/code_325EE0/func_E02004E0.s | 0 .../nonmatchings/code_325EE0/func_E02004F0.s | 0 .../nonmatchings/code_325EE0/func_E0200500.s | 0 .../nonmatchings/code_325EE0/func_E0200510.s | 0 .../nonmatchings/code_325EE0/func_E0200520.s | 0 .../nonmatchings/code_325EE0/func_E0200530.s | 0 .../nonmatchings/code_325EE0/func_E0200540.s | 0 .../nonmatchings/code_325EE0/func_E0200550.s | 0 .../nonmatchings/code_325EE0/func_E0200560.s | 0 .../nonmatchings/code_325EE0/func_E0200570.s | 0 .../nonmatchings/code_325EE0/func_E0200580.s | 0 .../nonmatchings/code_325EE0/func_E0200590.s | 0 .../nonmatchings/code_325EE0/func_E02005A0.s | 0 .../nonmatchings/code_325EE0/func_E02005B0.s | 0 .../nonmatchings/code_325EE0/func_E02005C0.s | 0 .../nonmatchings/code_325EE0/func_E02005D0.s | 0 .../nonmatchings/code_325EE0/func_E02005E0.s | 0 .../nonmatchings/code_325EE0/func_E02005F0.s | 0 .../nonmatchings/code_325EE0/func_E0200600.s | 0 .../nonmatchings/code_325EE0/func_E0200610.s | 0 .../nonmatchings/code_325EE0/func_E0200620.s | 0 .../nonmatchings/code_325EE0/func_E0200630.s | 0 .../nonmatchings/code_325EE0/func_E0200640.s | 0 .../nonmatchings/code_325EE0/func_E0200650.s | 0 .../nonmatchings/code_325EE0/func_E0200660.s | 0 .../nonmatchings/code_325EE0/func_E0200670.s | 0 .../nonmatchings/code_325EE0/func_E0200680.s | 0 .../nonmatchings/code_3278F0/func_E0002000.s | 0 .../nonmatchings/code_3278F0/func_E00021BC.s | 0 .../nonmatchings/code_3278F0/func_E00022BC.s | 0 .../nonmatchings/code_3278F0/func_E0002300.s | 0 .../nonmatchings/code_328110/func_E000C000.s | 0 .../nonmatchings/code_328110/func_E000C094.s | 0 .../nonmatchings/code_328110/func_E000C0C8.s | 0 .../nonmatchings/code_328110/func_E000C160.s | 0 .../nonmatchings/code_328110/func_E000C654.s | 0 .../nonmatchings/code_328110/func_E000C754.s | 0 .../nonmatchings/code_328110/func_E000C798.s | 0 .../nonmatchings/code_32C110/func_E000E000.s | 0 .../nonmatchings/code_32C110/func_E000E174.s | 0 .../nonmatchings/code_32C110/func_E000E244.s | 0 .../nonmatchings/code_32C110/func_E000E288.s | 0 .../nonmatchings/code_32C7A0/func_E0010000.s | 0 .../nonmatchings/code_32C7A0/func_E0010104.s | 0 .../nonmatchings/code_32C7A0/func_E00101E8.s | 0 .../nonmatchings/code_32C7A0/func_E00103F4.s | 0 .../nonmatchings/code_32C7A0/func_E00104B0.s | 0 .../nonmatchings/code_32C7A0/func_E00104F4.s | 0 .../nonmatchings/code_32C7A0/func_E0010510.s | 0 .../nonmatchings/code_32DD10/func_E0012000.s | 0 .../nonmatchings/code_32DD10/func_E0012104.s | 0 .../nonmatchings/code_32DD10/func_E0012204.s | 0 .../nonmatchings/code_32DD10/func_E0012448.s | 0 .../nonmatchings/code_32DD10/func_E0012504.s | 0 .../nonmatchings/code_32DD10/func_E0012548.s | 0 .../nonmatchings/code_32DD10/func_E0012564.s | 0 .../nonmatchings/code_32E490/func_E0014000.s | 0 .../nonmatchings/code_32E490/func_E0014260.s | 0 .../nonmatchings/code_32E490/func_E001449C.s | 0 .../nonmatchings/code_32E490/func_E00144E0.s | 0 .../nonmatchings/code_32EE30/func_E0016000.s | 0 .../nonmatchings/code_32EE30/func_E0016228.s | 0 .../nonmatchings/code_32EE30/func_E0016410.s | 0 .../nonmatchings/code_32EE30/func_E0016454.s | 0 .../nonmatchings/code_32F580/func_E0018000.s | 0 .../nonmatchings/code_32F580/func_E0018078.s | 0 .../nonmatchings/code_32F580/func_E00182B4.s | 0 .../nonmatchings/code_32F580/func_E0018378.s | 0 .../nonmatchings/code_32F580/func_E00183BC.s | 0 .../nonmatchings/code_32F580/func_E00183D8.s | 0 .../nonmatchings/code_32FE30/func_E001A000.s | 0 .../nonmatchings/code_32FE30/func_E001A224.s | 0 .../nonmatchings/code_32FE30/func_E001A3FC.s | 0 .../nonmatchings/code_32FE30/func_E001A440.s | 0 .../nonmatchings/code_330910/func_E001C000.s | 0 .../nonmatchings/code_330910/func_E001C128.s | 0 .../nonmatchings/code_330910/func_E001C200.s | 0 .../nonmatchings/code_330910/func_E001C30C.s | 0 .../nonmatchings/code_331940/func_E001E000.s | 0 .../nonmatchings/code_331940/func_E001E378.s | 0 .../nonmatchings/code_331940/func_E001E6E8.s | 0 .../nonmatchings/code_331940/func_E001E730.s | 0 .../nonmatchings/code_333EC0/func_E0020000.s | 0 .../nonmatchings/code_333EC0/func_E00202CC.s | 0 .../nonmatchings/code_333EC0/func_E0020468.s | 0 .../nonmatchings/code_333EC0/func_E002058C.s | 0 .../nonmatchings/code_333EC0/func_E00205D0.s | 0 .../nonmatchings/code_33450/func_80058050.s | 0 .../nonmatchings/code_33450/func_80058B20.s | 0 .../nonmatchings/code_33450/func_80058C6C.s | 0 .../nonmatchings/code_337240/func_E0022000.s | 0 .../nonmatchings/code_337240/func_E002254C.s | 0 .../nonmatchings/code_337240/func_E0022960.s | 0 .../nonmatchings/code_337240/func_E0022998.s | 0 .../nonmatchings/code_339250/func_E0024000.s | 0 .../nonmatchings/code_339250/func_E0024188.s | 0 .../nonmatchings/code_339250/func_E00242E0.s | 0 .../nonmatchings/code_339250/func_E0024324.s | 0 .../nonmatchings/code_339250/func_E00243BC.s | 0 .../nonmatchings/code_339250/func_E0024454.s | 0 .../nonmatchings/code_33B180/func_E0026000.s | 0 .../nonmatchings/code_33B180/func_E002618C.s | 0 .../nonmatchings/code_33B180/func_E00264B0.s | 0 .../nonmatchings/code_33B180/func_E00264F4.s | 0 .../nonmatchings/code_33CDF0/func_E0028000.s | 0 .../nonmatchings/code_33CDF0/func_E0028248.s | 0 .../nonmatchings/code_33CDF0/func_E00284E8.s | 0 .../nonmatchings/code_33CDF0/func_E002852C.s | 0 .../nonmatchings/code_33E8C0/func_E002A000.s | 0 .../nonmatchings/code_33E8C0/func_E002A28C.s | 0 .../nonmatchings/code_33E8C0/func_E002A380.s | 0 .../nonmatchings/code_33E8C0/func_E002A3C4.s | 0 .../nonmatchings/code_33FE80/func_E002C000.s | 0 .../nonmatchings/code_33FE80/func_E002C23C.s | 0 .../nonmatchings/code_33FE80/func_E002C3D0.s | 0 .../nonmatchings/code_33FE80/func_E002C414.s | 0 .../nonmatchings/code_3419E0/func_E002E000.s | 0 .../nonmatchings/code_3419E0/func_E002E250.s | 0 .../nonmatchings/code_3419E0/func_E002E330.s | 0 .../nonmatchings/code_3419E0/func_E002E368.s | 0 .../code_341d0/clear_effect_data.s | 0 .../nonmatchings/code_341d0/func_80058DD0.s | 0 .../nonmatchings/code_341d0/func_80058E84.s | 0 .../nonmatchings/code_341d0/func_80058F88.s | 0 .../nonmatchings/code_341d0/func_80059008.s | 0 .../nonmatchings/code_341d0/func_8005904C.s | 0 .../nonmatchings/code_341d0/func_80059310.s | 0 .../nonmatchings/code_341d0/func_800598A0.s | 0 .../nonmatchings/code_341d0/func_80059AB8.s | 0 .../nonmatchings/code_341d0/func_80059BD4.s | 0 .../nonmatchings/code_341d0/func_80059F94.s | 0 .../code_341d0/set_effect_pos_offset.s | 0 .../nonmatchings/code_341d0/update_effects.s | 0 .../nonmatchings/code_342140/func_E0030000.s | 0 .../nonmatchings/code_342140/func_E0030730.s | 0 .../nonmatchings/code_342140/func_E0030A24.s | 0 .../nonmatchings/code_342140/func_E0030A68.s | 0 .../nonmatchings/code_343680/func_E0032000.s | 0 .../nonmatchings/code_343680/func_E00321D8.s | 0 .../nonmatchings/code_343680/func_E0032420.s | 0 .../nonmatchings/code_343680/func_E003245C.s | 0 .../nonmatchings/code_344A10/func_E0034000.s | 0 .../nonmatchings/code_344A10/func_E0034110.s | 0 .../nonmatchings/code_344A10/func_E00342C8.s | 0 .../nonmatchings/code_344A10/func_E0034310.s | 0 .../nonmatchings/code_3454E0/func_E0036000.s | 0 .../nonmatchings/code_3454E0/func_E00360E4.s | 0 .../nonmatchings/code_3454E0/func_E00361D8.s | 0 .../nonmatchings/code_3454E0/func_E0036224.s | 0 .../nonmatchings/code_34DD20/func_E0038000.s | 0 .../nonmatchings/code_34DD20/func_E0038424.s | 0 .../nonmatchings/code_34DD20/func_E0038704.s | 0 .../nonmatchings/code_34DD20/func_E0038748.s | 0 .../nonmatchings/code_34EC80/func_E003A000.s | 0 .../nonmatchings/code_34EC80/func_E003A1DC.s | 0 .../nonmatchings/code_34EC80/func_E003A310.s | 0 .../nonmatchings/code_34EC80/func_E003A354.s | 0 .../nonmatchings/code_34F4C0/func_E003C000.s | 0 .../nonmatchings/code_34F4C0/func_E003C244.s | 0 .../nonmatchings/code_34F4C0/func_E003C47C.s | 0 .../nonmatchings/code_34F4C0/func_E003C498.s | 0 .../nonmatchings/code_352440/func_E003E000.s | 0 .../nonmatchings/code_352440/func_E003E400.s | 0 .../nonmatchings/code_352440/func_E003E5F4.s | 0 .../nonmatchings/code_352440/func_E003E638.s | 0 .../nonmatchings/code_353300/func_E0040000.s | 0 .../nonmatchings/code_353300/func_E0040150.s | 0 .../nonmatchings/code_353300/func_E0040210.s | 0 .../nonmatchings/code_353300/func_E0040348.s | 0 .../nonmatchings/code_3547A0/func_E0042000.s | 0 .../nonmatchings/code_3547A0/func_E0042234.s | 0 .../nonmatchings/code_3547A0/func_E0042374.s | 0 .../nonmatchings/code_3547A0/func_E00423B8.s | 0 .../nonmatchings/code_354F60/func_E0044000.s | 0 .../nonmatchings/code_354F60/func_E0044424.s | 0 .../nonmatchings/code_354F60/func_E00448E4.s | 0 .../nonmatchings/code_354F60/func_E004491C.s | 0 .../nonmatchings/code_355EE0/func_E0046000.s | 0 .../nonmatchings/code_355EE0/func_E0046160.s | 0 .../nonmatchings/code_355EE0/func_E004627C.s | 0 .../nonmatchings/code_355EE0/func_E00462C0.s | 0 .../nonmatchings/code_356980/func_E0048000.s | 0 .../nonmatchings/code_356980/func_E0048130.s | 0 .../nonmatchings/code_356980/func_E00481D4.s | 0 .../nonmatchings/code_356980/func_E0048218.s | 0 .../nonmatchings/code_3584C0/func_E004A000.s | 0 .../nonmatchings/code_3584C0/func_E004A330.s | 0 .../nonmatchings/code_3584C0/func_E004A748.s | 0 .../nonmatchings/code_3584C0/func_E004A78C.s | 0 .../nonmatchings/code_359F20/func_E004C000.s | 0 .../nonmatchings/code_359F20/func_E004C20C.s | 0 .../nonmatchings/code_359F20/func_E004C364.s | 0 .../nonmatchings/code_359F20/func_E004C3A8.s | 0 .../nonmatchings/code_35B9D0/func_E004E000.s | 0 .../nonmatchings/code_35B9D0/func_E004E164.s | 0 .../nonmatchings/code_35B9D0/func_E004E1D0.s | 0 .../nonmatchings/code_35B9D0/func_E004E214.s | 0 .../nonmatchings/code_35BFD0/func_E0050000.s | 0 .../nonmatchings/code_35BFD0/func_E00501D8.s | 0 .../nonmatchings/code_35BFD0/func_E00502C4.s | 0 .../nonmatchings/code_35BFD0/func_E0050308.s | 0 .../nonmatchings/code_35CA80/func_E0052000.s | 0 .../nonmatchings/code_35CA80/func_E00520F0.s | 0 .../nonmatchings/code_35CA80/func_E005241C.s | 0 .../nonmatchings/code_35CA80/func_E0052460.s | 0 .../nonmatchings/code_35DA00/func_E0056000.s | 0 .../nonmatchings/code_35DA00/func_E005630C.s | 0 .../nonmatchings/code_35DA00/func_E0056B8C.s | 0 .../nonmatchings/code_35DA00/func_E0056BD0.s | 0 .../nonmatchings/code_35E920/func_E0058000.s | 0 .../nonmatchings/code_35E920/func_E00581B4.s | 0 .../nonmatchings/code_35E920/func_E0058490.s | 0 .../nonmatchings/code_35E920/func_E00584D4.s | 0 .../nonmatchings/code_3602C0/func_E005A000.s | 0 .../nonmatchings/code_3602C0/func_E005A1FC.s | 0 .../nonmatchings/code_3602C0/func_E005A3B0.s | 0 .../nonmatchings/code_3602C0/func_E005A3F4.s | 0 .../nonmatchings/code_360F40/func_E005C000.s | 0 .../nonmatchings/code_360F40/func_E005C180.s | 0 .../nonmatchings/code_360F40/func_E005C2B4.s | 0 .../nonmatchings/code_360F40/func_E005C2F8.s | 0 .../nonmatchings/code_3625C0/func_E005E000.s | 0 .../nonmatchings/code_3625C0/func_E005E1B8.s | 0 .../nonmatchings/code_3625C0/func_E005E318.s | 0 .../nonmatchings/code_3625C0/func_E005E334.s | 0 .../_add_hit_vert_to_buffer.s | 0 .../code_362a0_len_2f70/allocate_hit_tables.s | 0 .../code_362a0_len_2f70/func_8005DB00.s | 0 .../code_362a0_len_2f70/func_8005DD54.s | 0 .../code_362a0_len_2f70/get_collider_center.s | 0 .../get_collider_type_by_id.s | 0 .../get_flat_collider_normal.s | 0 .../code_362a0_len_2f70/load_collision.s | 0 .../code_362a0_len_2f70/load_hit_asset.s | 0 .../code_362a0_len_2f70/load_hit_data.s | 0 .../load_stage_collision.s | 0 .../parent_collider_to_model.s | 0 .../test_down_ray_triangle.s | 0 .../code_362a0_len_2f70/test_ray_colliders.s | 0 .../code_362a0_len_2f70/test_ray_entities.s | 0 .../test_ray_triangle_general.s | 0 .../code_362a0_len_2f70/test_ray_zones.s | 0 .../test_up_ray_collider.s | 0 .../test_up_ray_triangle.s | 0 .../update_collider_transform.s | 0 .../nonmatchings/code_363160/func_E0060000.s | 0 .../nonmatchings/code_363160/func_E00601E0.s | 0 .../nonmatchings/code_363160/func_E006040C.s | 0 .../nonmatchings/code_363160/func_E0060450.s | 0 .../nonmatchings/code_364300/func_E0062000.s | 0 .../nonmatchings/code_364300/func_E0062220.s | 0 .../nonmatchings/code_364300/func_E00624A8.s | 0 .../nonmatchings/code_364300/func_E00624EC.s | 0 .../nonmatchings/code_364F10/func_E0064000.s | 0 .../nonmatchings/code_364F10/func_E00641A4.s | 0 .../nonmatchings/code_364F10/func_E00643DC.s | 0 .../nonmatchings/code_364F10/func_E0064414.s | 0 .../nonmatchings/code_366030/func_E0066000.s | 0 .../nonmatchings/code_366030/func_E0066498.s | 0 .../nonmatchings/code_366030/func_E006672C.s | 0 .../nonmatchings/code_366030/func_E0066770.s | 0 .../nonmatchings/code_36A8D0/func_E0068000.s | 0 .../nonmatchings/code_36A8D0/func_E0068148.s | 0 .../nonmatchings/code_36A8D0/func_E00681D8.s | 0 .../nonmatchings/code_36A8D0/func_E0068234.s | 0 .../nonmatchings/code_36D020/func_E006A000.s | 0 .../nonmatchings/code_36D020/func_E006A0BC.s | 0 .../nonmatchings/code_36D020/func_E006A1E8.s | 0 .../nonmatchings/code_36D020/func_E006A464.s | 0 .../nonmatchings/code_36D020/func_E006A580.s | 0 .../nonmatchings/code_36D020/func_E006A814.s | 0 .../nonmatchings/code_36D020/func_E006A85C.s | 0 .../nonmatchings/code_36D020/func_E006A94C.s | 0 .../nonmatchings/code_36E1D0/func_E006C000.s | 0 .../nonmatchings/code_36E1D0/func_E006C2A0.s | 0 .../nonmatchings/code_36E1D0/func_E006C5A0.s | 0 .../nonmatchings/code_36E1D0/func_E006C5E8.s | 0 .../nonmatchings/code_372790/func_E006E000.s | 0 .../nonmatchings/code_372790/func_E006E35C.s | 0 .../nonmatchings/code_372790/func_E006E6E4.s | 0 .../nonmatchings/code_372790/func_E006E764.s | 0 .../nonmatchings/code_3740B0/func_E0070000.s | 0 .../nonmatchings/code_3740B0/func_E00701F4.s | 0 .../nonmatchings/code_3740B0/func_E00706F0.s | 0 .../nonmatchings/code_3740B0/func_E0070740.s | 0 .../nonmatchings/code_374E50/func_E0072000.s | 0 .../nonmatchings/code_374E50/func_E0072150.s | 0 .../nonmatchings/code_374E50/func_E007238C.s | 0 .../nonmatchings/code_374E50/func_E00723D4.s | 0 .../nonmatchings/code_376460/func_E0074000.s | 0 .../nonmatchings/code_376460/func_E00741E8.s | 0 .../nonmatchings/code_376460/func_E0074598.s | 0 .../nonmatchings/code_376460/func_E00745E0.s | 0 .../nonmatchings/code_377070/func_E0076000.s | 0 .../nonmatchings/code_377070/func_E0076378.s | 0 .../nonmatchings/code_377070/func_E0076808.s | 0 .../nonmatchings/code_377070/func_E007685C.s | 0 .../nonmatchings/code_37A3F0/func_E0078000.s | 0 .../nonmatchings/code_37A3F0/func_E007812C.s | 0 .../nonmatchings/code_37A3F0/func_E0078210.s | 0 .../nonmatchings/code_37A3F0/func_E007827C.s | 0 .../nonmatchings/code_37C540/func_E007A000.s | 0 .../nonmatchings/code_37C540/func_E007A50C.s | 0 .../nonmatchings/code_37C540/func_E007A840.s | 0 .../nonmatchings/code_37C540/func_E007A88C.s | 0 .../nonmatchings/code_37D490/func_E007C000.s | 0 .../nonmatchings/code_37D490/func_E007C130.s | 0 .../nonmatchings/code_37D490/func_E007C1B0.s | 0 .../nonmatchings/code_37D490/func_E007C1F4.s | 0 .../nonmatchings/code_37F720/func_E007E000.s | 0 .../nonmatchings/code_37F720/func_E007E204.s | 0 .../nonmatchings/code_37F720/func_E007E508.s | 0 .../nonmatchings/code_37F720/func_E007E54C.s | 0 .../nonmatchings/code_3812C0/func_E0080000.s | 0 .../nonmatchings/code_3812C0/func_E00801D0.s | 0 .../nonmatchings/code_3812C0/func_E008042C.s | 0 .../nonmatchings/code_3812C0/func_E0080448.s | 0 .../nonmatchings/code_385640/func_E0082000.s | 0 .../nonmatchings/code_385640/func_E00821B8.s | 0 .../nonmatchings/code_385640/func_E0082528.s | 0 .../nonmatchings/code_385640/func_E0082580.s | 0 .../nonmatchings/code_385640/func_E00826C4.s | 0 .../nonmatchings/code_385640/func_E00828B4.s | 0 .../nonmatchings/code_385640/func_E0082A84.s | 0 .../nonmatchings/code_3889D0/func_E0084000.s | 0 .../nonmatchings/code_3889D0/func_E008403C.s | 0 .../nonmatchings/code_3889D0/func_E0084060.s | 0 .../nonmatchings/code_3889D0/func_E0084084.s | 0 .../nonmatchings/code_3889D0/func_E0084660.s | 0 .../nonmatchings/code_3889D0/func_E00848E4.s | 0 .../nonmatchings/code_3889D0/func_E0084928.s | 0 .../nonmatchings/code_389850/func_E0086000.s | 0 .../nonmatchings/code_389850/func_E0086278.s | 0 .../nonmatchings/code_389850/func_E0086398.s | 0 .../nonmatchings/code_389850/func_E00863B4.s | 0 .../nonmatchings/code_38ADF0/func_E0088000.s | 0 .../nonmatchings/code_38ADF0/func_E008817C.s | 0 .../nonmatchings/code_38ADF0/func_E00885A8.s | 0 .../nonmatchings/code_38ADF0/func_E00887A8.s | 0 .../nonmatchings/code_38ADF0/func_E00887E0.s | 0 .../nonmatchings/code_38C5F0/func_E008A000.s | 0 .../nonmatchings/code_38C5F0/func_E008A188.s | 0 .../nonmatchings/code_38C5F0/func_E008A290.s | 0 .../nonmatchings/code_38C5F0/func_E008A53C.s | 0 .../nonmatchings/code_38C5F0/func_E008A6E4.s | 0 .../nonmatchings/code_38C5F0/func_E008A728.s | 0 .../nonmatchings/code_38DE00/func_E008C000.s | 0 .../nonmatchings/code_38DE00/func_E008C3FC.s | 0 .../nonmatchings/code_38DE00/func_E008C6B8.s | 0 .../nonmatchings/code_38DE00/func_E008C6FC.s | 0 .../nonmatchings/code_38EE60/func_E008E000.s | 0 .../nonmatchings/code_38EE60/func_E008E204.s | 0 .../nonmatchings/code_38EE60/func_E008E498.s | 0 .../nonmatchings/code_38EE60/func_E008E4E0.s | 0 .../nonmatchings/code_38F900/func_E0090000.s | 0 .../nonmatchings/code_38F900/func_E00901C8.s | 0 .../nonmatchings/code_38F900/func_E0090428.s | 0 .../nonmatchings/code_38F900/func_E0090444.s | 0 .../nonmatchings/code_391D30/func_E0092000.s | 0 .../nonmatchings/code_391D30/func_E00921B4.s | 0 .../nonmatchings/code_391D30/func_E0092258.s | 0 .../nonmatchings/code_391D30/func_E00922A0.s | 0 .../code_39210_len_aa0/func_8005DECC.s | 0 .../code_39210_len_aa0/func_8005DFD4.s | 0 .../code_39210_len_aa0/func_8005E12C.s | 0 .../nonmatchings/code_3928D0/func_E0094000.s | 0 .../nonmatchings/code_3928D0/func_E0094198.s | 0 .../nonmatchings/code_3928D0/func_E00942C0.s | 0 .../nonmatchings/code_3928D0/func_E00942FC.s | 0 .../nonmatchings/code_394280/func_E0096000.s | 0 .../nonmatchings/code_394280/func_E00960F4.s | 0 .../nonmatchings/code_394280/func_E0096178.s | 0 .../nonmatchings/code_394280/func_E00961BC.s | 0 .../nonmatchings/code_395BB0/func_E0098000.s | 0 .../nonmatchings/code_395BB0/func_E0098170.s | 0 .../nonmatchings/code_395BB0/func_E009829C.s | 0 .../nonmatchings/code_395BB0/func_E00982EC.s | 0 .../nonmatchings/code_3965B0/func_E009A000.s | 0 .../nonmatchings/code_3965B0/func_E009A140.s | 0 .../nonmatchings/code_3965B0/func_E009A398.s | 0 .../nonmatchings/code_3965B0/func_E009A3E0.s | 0 .../nonmatchings/code_3981F0/func_E009C000.s | 0 .../nonmatchings/code_3981F0/func_E009C108.s | 0 .../nonmatchings/code_3981F0/func_E009C1DC.s | 0 .../nonmatchings/code_3981F0/func_E009C220.s | 0 .../nonmatchings/code_39FF20/func_E009E000.s | 0 .../nonmatchings/code_39FF20/func_E009E1E4.s | 0 .../nonmatchings/code_39FF20/func_E009E3DC.s | 0 .../nonmatchings/code_39FF20/func_E009E424.s | 0 .../nonmatchings/code_3A2290/func_E00A0000.s | 0 .../nonmatchings/code_3A2990/func_E00A2000.s | 0 .../nonmatchings/code_3A2990/func_E00A2120.s | 0 .../nonmatchings/code_3A2990/func_E00A21EC.s | 0 .../nonmatchings/code_3A2990/func_E00A223C.s | 0 .../nonmatchings/code_3A37E0/func_E00A4000.s | 0 .../nonmatchings/code_3A37E0/func_E00A41AC.s | 0 .../nonmatchings/code_3A37E0/func_E00A45DC.s | 0 .../nonmatchings/code_3A37E0/func_E00A4650.s | 0 .../nonmatchings/code_3A5550/func_E00A6000.s | 0 .../nonmatchings/code_3A5550/func_E00A6124.s | 0 .../nonmatchings/code_3A5550/func_E00A6358.s | 0 .../nonmatchings/code_3A5550/func_E00A63A4.s | 0 .../nonmatchings/code_3A70F0/func_E00A8000.s | 0 .../nonmatchings/code_3A70F0/func_E00A8104.s | 0 .../nonmatchings/code_3A70F0/func_E00A82D4.s | 0 .../nonmatchings/code_3A70F0/func_E00A8320.s | 0 .../nonmatchings/code_3AA920/func_E00AA000.s | 0 .../nonmatchings/code_3AA920/func_E00AA10C.s | 0 .../nonmatchings/code_3AA920/func_E00AA3C0.s | 0 .../nonmatchings/code_3AA920/func_E00AA404.s | 0 .../nonmatchings/code_3AEE20/func_E00AC000.s | 0 .../nonmatchings/code_3AEE20/func_E00AC124.s | 0 .../nonmatchings/code_3AEE20/func_E00AC288.s | 0 .../nonmatchings/code_3AEE20/func_E00AC2A4.s | 0 .../nonmatchings/code_3B2350/func_E00AE000.s | 0 .../nonmatchings/code_3B2350/func_E00AE1B4.s | 0 .../nonmatchings/code_3B2350/func_E00AE4FC.s | 0 .../nonmatchings/code_3B2350/func_E00AE54C.s | 0 .../nonmatchings/code_3B3EB0/func_E00B0000.s | 0 .../nonmatchings/code_3B3EB0/func_E00B0124.s | 0 .../nonmatchings/code_3B3EB0/func_E00B01F8.s | 0 .../nonmatchings/code_3B3EB0/func_E00B0234.s | 0 .../nonmatchings/code_3B4790/func_E00B2000.s | 0 .../nonmatchings/code_3B4790/func_E00B21E4.s | 0 .../nonmatchings/code_3B4790/func_E00B2460.s | 0 .../nonmatchings/code_3B4790/func_E00B24B0.s | 0 .../nonmatchings/code_3B5CF0/func_E00B4000.s | 0 .../nonmatchings/code_3B5CF0/func_E00B413C.s | 0 .../nonmatchings/code_3B5CF0/func_E00B452C.s | 0 .../nonmatchings/code_3B5CF0/func_E00B457C.s | 0 .../nonmatchings/code_3B7160/func_E00B6000.s | 0 .../nonmatchings/code_3B7160/func_E00B6180.s | 0 .../nonmatchings/code_3B7160/func_E00B629C.s | 0 .../nonmatchings/code_3B7160/func_E00B62E0.s | 0 .../nonmatchings/code_3B7B80/func_E00B8000.s | 0 .../nonmatchings/code_3B7B80/func_E00B8134.s | 0 .../nonmatchings/code_3B7B80/func_E00B81B8.s | 0 .../nonmatchings/code_3B7B80/func_E00B8208.s | 0 .../nonmatchings/code_3B8BD0/func_E00BA000.s | 0 .../nonmatchings/code_3B8BD0/func_E00BA174.s | 0 .../nonmatchings/code_3B8BD0/func_E00BA5DC.s | 0 .../nonmatchings/code_3B8BD0/func_E00BA620.s | 0 .../nonmatchings/code_3BA030/func_E00BC000.s | 0 .../nonmatchings/code_3BA030/func_E00BC1D8.s | 0 .../nonmatchings/code_3BA030/func_E00BC238.s | 0 .../nonmatchings/code_3BA030/func_E00BC2E8.s | 0 .../nonmatchings/code_3BA030/func_E00BC374.s | 0 .../nonmatchings/code_3BBF60/func_E00BE000.s | 0 .../nonmatchings/code_3BBF60/func_E00BE3A4.s | 0 .../nonmatchings/code_3BBF60/func_E00BE578.s | 0 .../nonmatchings/code_3BBF60/func_E00BE5BC.s | 0 .../nonmatchings/code_3BCD60/func_E00C0000.s | 0 .../nonmatchings/code_3BCD60/func_E00C0160.s | 0 .../nonmatchings/code_3BCD60/func_E00C0710.s | 0 .../nonmatchings/code_3BCD60/func_E00C0760.s | 0 .../nonmatchings/code_3C11D0/func_E00C2000.s | 0 .../nonmatchings/code_3C11D0/func_E00C212C.s | 0 .../nonmatchings/code_3C11D0/func_E00C21CC.s | 0 .../nonmatchings/code_3C11D0/func_E00C221C.s | 0 .../nonmatchings/code_3CADF0/func_E00C4000.s | 0 .../nonmatchings/code_3CADF0/func_E00C4178.s | 0 .../nonmatchings/code_3CADF0/func_E00C42C4.s | 0 .../nonmatchings/code_3CADF0/func_E00C4308.s | 0 .../nonmatchings/code_3CC9E0/func_E00C6000.s | 0 .../nonmatchings/code_3CC9E0/func_E00C639C.s | 0 .../nonmatchings/code_3CC9E0/func_E00C6768.s | 0 .../nonmatchings/code_3CC9E0/func_E00C67B0.s | 0 .../nonmatchings/code_3CF3A0/func_E00C8000.s | 0 .../nonmatchings/code_3CF3A0/func_E00C8220.s | 0 .../nonmatchings/code_3CF3A0/func_E00C8404.s | 0 .../nonmatchings/code_3CF3A0/func_E00C8454.s | 0 .../code_3CF80/osContGetInitData.s | 0 .../asm}/nonmatchings/code_3CF80/osContInit.s | 0 .../code_3CF80/osPackRequestData.s | 0 .../nonmatchings/code_3D0500/func_E00CA000.s | 0 .../nonmatchings/code_3D0500/func_E00CA248.s | 0 .../nonmatchings/code_3D0500/func_E00CA484.s | 0 .../nonmatchings/code_3D0500/func_E00CA4CC.s | 0 .../nonmatchings/code_3D1690/func_E00CC000.s | 0 .../nonmatchings/code_3D1690/func_E00CC258.s | 0 .../nonmatchings/code_3D1690/func_E00CC980.s | 0 .../nonmatchings/code_3D1690/func_E00CC9D0.s | 0 .../nonmatchings/code_3D2AC0/func_E00CE000.s | 0 .../nonmatchings/code_3D2AC0/func_E00CE224.s | 0 .../nonmatchings/code_3D2AC0/func_E00CE428.s | 0 .../nonmatchings/code_3D2AC0/func_E00CE478.s | 0 .../nonmatchings/code_3D3E20/func_E00D0000.s | 0 .../nonmatchings/code_3D3E20/func_E00D0194.s | 0 .../nonmatchings/code_3D3E20/func_E00D0448.s | 0 .../nonmatchings/code_3D3E20/func_E00D048C.s | 0 .../nonmatchings/code_3D4970/func_E00D2000.s | 0 .../nonmatchings/code_3D4970/func_E00D2120.s | 0 .../nonmatchings/code_3D4970/func_E00D2234.s | 0 .../nonmatchings/code_3D4970/func_E00D2284.s | 0 .../nonmatchings/code_3D5020/func_E00D6000.s | 0 .../nonmatchings/code_3D5020/func_E00D6720.s | 0 .../nonmatchings/code_3D5020/func_E00D693C.s | 0 .../nonmatchings/code_3D5020/func_E00D6980.s | 0 .../nonmatchings/code_3D67C0/func_E00D8000.s | 0 .../nonmatchings/code_3D67C0/func_E00D8128.s | 0 .../nonmatchings/code_3D67C0/func_E00D8264.s | 0 .../nonmatchings/code_3D67C0/func_E00D8334.s | 0 .../nonmatchings/code_3D67C0/func_E00D8630.s | 0 .../nonmatchings/code_3D7240/func_E00DA000.s | 0 .../nonmatchings/code_3D7240/func_E00DA104.s | 0 .../nonmatchings/code_3D7240/func_E00DA1E0.s | 0 .../nonmatchings/code_3D7240/func_E00DA230.s | 0 .../nonmatchings/code_3D7A70/func_E00DC000.s | 0 .../nonmatchings/code_3D7A70/func_E00DC198.s | 0 .../nonmatchings/code_3D7A70/func_E00DC2C0.s | 0 .../nonmatchings/code_3D7A70/func_E00DC304.s | 0 .../nonmatchings/code_3D8720/func_E00DE000.s | 0 .../nonmatchings/code_3D8720/func_E00DE124.s | 0 .../nonmatchings/code_3D8720/func_E00DE260.s | 0 .../nonmatchings/code_3D8720/func_E00DE2A8.s | 0 .../nonmatchings/code_3DB460/func_E00E0000.s | 0 .../nonmatchings/code_3DB460/func_E00E01D8.s | 0 .../nonmatchings/code_3DB460/func_E00E05B0.s | 0 .../nonmatchings/code_3DB460/func_E00E0600.s | 0 .../nonmatchings/code_3DC310/func_E00E2000.s | 0 .../nonmatchings/code_3DC310/func_E00E2134.s | 0 .../nonmatchings/code_3DC310/func_E00E21C8.s | 0 .../nonmatchings/code_3DC310/func_E00E2218.s | 0 .../nonmatchings/code_3DE000/func_E00E4000.s | 0 .../nonmatchings/code_3DE000/func_E00E4290.s | 0 .../nonmatchings/code_3DE000/func_E00E490C.s | 0 .../nonmatchings/code_3DE000/func_E00E495C.s | 0 .../nonmatchings/code_3E0930/func_E00E6000.s | 0 .../nonmatchings/code_3E0930/func_E00E6184.s | 0 .../nonmatchings/code_3E0930/func_E00E64D4.s | 0 .../nonmatchings/code_3E0930/func_E00E6524.s | 0 .../nonmatchings/code_3E1690/func_E00E8000.s | 0 .../nonmatchings/code_3E1690/func_E00E8264.s | 0 .../nonmatchings/code_3E1690/func_E00E8374.s | 0 .../nonmatchings/code_3E1690/func_E00E83BC.s | 0 .../nonmatchings/code_3E1EE0/func_E00EA000.s | 0 .../nonmatchings/code_3E1EE0/func_E00EA198.s | 0 .../nonmatchings/code_3E1EE0/func_E00EA520.s | 0 .../nonmatchings/code_3E1EE0/func_E00EA66C.s | 0 .../nonmatchings/code_3E43A0/func_E010A000.s | 0 .../nonmatchings/code_3E43A0/func_E010A18C.s | 0 .../nonmatchings/code_3E43A0/func_E010A4A0.s | 0 .../nonmatchings/code_3E43A0/func_E010A4E8.s | 0 .../nonmatchings/code_3E54C0/func_E010C000.s | 0 .../nonmatchings/code_3E54C0/func_E010C198.s | 0 .../nonmatchings/code_3E54C0/func_E010C354.s | 0 .../nonmatchings/code_3E54C0/func_E010C39C.s | 0 .../nonmatchings/code_3EB4E0/func_E010E000.s | 0 .../nonmatchings/code_3EB4E0/func_E010E32C.s | 0 .../nonmatchings/code_3EB4E0/func_E010E4A8.s | 0 .../nonmatchings/code_3EB4E0/func_E010E510.s | 0 .../nonmatchings/code_3EB4E0/func_E010E558.s | 0 .../nonmatchings/code_3F83F0/func_E0110000.s | 0 .../nonmatchings/code_3F83F0/func_E011022C.s | 0 .../nonmatchings/code_3F83F0/func_E01103A4.s | 0 .../nonmatchings/code_3F83F0/func_E01103EC.s | 0 .../nonmatchings/code_3F9E50/func_E0112000.s | 0 .../nonmatchings/code_3F9E50/func_E01121C0.s | 0 .../nonmatchings/code_3F9E50/func_E01122E8.s | 0 .../nonmatchings/code_3F9E50/func_E0112330.s | 0 .../nonmatchings/code_3F9E50/func_E01124CC.s | 0 .../us/asm}/nonmatchings/code_3FEA0/_Printf.s | 0 .../us/asm}/nonmatchings/code_3FEA0/_Putfld.s | 0 .../nonmatchings/code_3FEA0/proutSprintf.s | 0 .../us/asm}/nonmatchings/code_3FEA0/sprintf.s | 0 .../nonmatchings/code_3FEAE0/func_E0114000.s | 0 .../nonmatchings/code_3FEAE0/func_E01140DC.s | 0 .../nonmatchings/code_3FEAE0/func_E0114340.s | 0 .../nonmatchings/code_3FEAE0/func_E0114388.s | 0 .../code_3bf0_len_6f0/update_input.s | 0 .../nonmatchings/code_402640/func_E0116000.s | 0 .../nonmatchings/code_402640/func_E011618C.s | 0 .../nonmatchings/code_402640/func_E01166A0.s | 0 .../nonmatchings/code_402640/func_E01166E8.s | 0 .../nonmatchings/code_402640/func_E0116884.s | 0 .../nonmatchings/code_403400/func_E0118000.s | 0 .../nonmatchings/code_403400/func_E01182F4.s | 0 .../nonmatchings/code_403400/func_E0118454.s | 0 .../nonmatchings/code_403400/func_E011849C.s | 0 .../nonmatchings/code_404220/func_E011A000.s | 0 .../nonmatchings/code_404220/func_E011A104.s | 0 .../nonmatchings/code_404220/func_E011A3A0.s | 0 .../nonmatchings/code_404220/func_E011A3BC.s | 0 .../nonmatchings/code_404220/func_E011A48C.s | 0 .../nonmatchings/code_404220/func_E011A700.s | 0 .../nonmatchings/code_406B40/func_E011C000.s | 0 .../nonmatchings/code_406B40/func_E011C0FC.s | 0 .../nonmatchings/code_406B40/func_E011C17C.s | 0 .../nonmatchings/code_406B40/func_E011C1C4.s | 0 .../nonmatchings/code_409990/func_E011E000.s | 0 .../nonmatchings/code_409990/func_E011E194.s | 0 .../nonmatchings/code_409990/func_E011E530.s | 0 .../nonmatchings/code_409990/func_E011E578.s | 0 .../nonmatchings/code_40B3F0/func_E0120000.s | 0 .../nonmatchings/code_40B3F0/func_E012013C.s | 0 .../nonmatchings/code_40B3F0/func_E012039C.s | 0 .../nonmatchings/code_40B3F0/func_E01203E4.s | 0 .../nonmatchings/code_40C5A0/func_E0122000.s | 0 .../nonmatchings/code_40C5A0/func_E012217C.s | 0 .../nonmatchings/code_40C5A0/func_E01226C4.s | 0 .../nonmatchings/code_40C5A0/func_E012270C.s | 0 .../nonmatchings/code_40E10/osSpTaskLoad.s | 0 .../nonmatchings/code_40E10/osSpTaskStartGo.s | 0 .../nonmatchings/code_412730/func_E0124000.s | 0 .../nonmatchings/code_412730/func_E0124304.s | 0 .../nonmatchings/code_412730/func_E012448C.s | 0 .../nonmatchings/code_412730/func_E01244C4.s | 0 .../nonmatchings/code_413360/func_E0126000.s | 0 .../nonmatchings/code_413360/func_E0126134.s | 0 .../nonmatchings/code_413360/func_E01264A4.s | 0 .../nonmatchings/code_413360/func_E01264EC.s | 0 .../nonmatchings/code_414BA0/func_E0128000.s | 0 .../nonmatchings/code_414BA0/func_E0128130.s | 0 .../nonmatchings/code_414BA0/func_E0128198.s | 0 .../nonmatchings/code_414BA0/func_E01281E0.s | 0 .../code_415D90/can_switch_to_player.s | 0 .../code_415D90/draw_battle_wheel.s | 0 .../nonmatchings/code_415D90/func_802A1000.s | 0 .../nonmatchings/code_415D90/func_802A1030.s | 0 .../nonmatchings/code_415D90/func_802A1050.s | 0 .../nonmatchings/code_415D90/func_802A1078.s | 0 .../nonmatchings/code_415D90/func_802A1098.s | 0 .../nonmatchings/code_415D90/func_802A10B8.s | 0 .../nonmatchings/code_415D90/func_802A11B0.s | 0 .../nonmatchings/code_415D90/func_802A2684.s | 0 .../nonmatchings/code_415D90/func_802A27D0.s | 0 .../nonmatchings/code_415D90/func_802A27E4.s | 0 .../nonmatchings/code_415D90/func_802A2910.s | 0 .../nonmatchings/code_415D90/func_802A2AB8.s | 0 .../nonmatchings/code_415D90/func_802A2C58.s | 0 .../nonmatchings/code_415D90/func_802A2C84.s | 0 .../nonmatchings/code_415D90/func_802A3C98.s | 0 .../nonmatchings/code_415D90/func_802A43DC.s | 0 .../nonmatchings/code_415D90/func_802A4448.s | 0 .../nonmatchings/code_415D90/func_802A4494.s | 0 .../nonmatchings/code_415D90/func_802A4534.s | 0 .../nonmatchings/code_415D90/func_802A45D8.s | 0 .../nonmatchings/code_415D90/func_802A4718.s | 0 .../nonmatchings/code_415D90/func_802A472C.s | 0 .../nonmatchings/code_415D90/func_802A47E0.s | 0 .../nonmatchings/code_415D90/func_802A48FC.s | 0 .../nonmatchings/code_415D90/func_802A4A10.s | 0 .../nonmatchings/code_415D90/func_802A4A54.s | 0 .../nonmatchings/code_415D90/func_802A5290.s | 0 .../nonmatchings/code_415D90/func_802A56F8.s | 0 .../nonmatchings/code_415D90/func_802A5738.s | 0 .../nonmatchings/code_415D90/func_802A57C8.s | 0 .../nonmatchings/code_415D90/func_802A58D0.s | 0 .../nonmatchings/code_415D90/func_802A8180.s | 0 .../nonmatchings/code_415D90/func_802A9AE8.s | 0 .../nonmatchings/code_415D90/func_802A9B30.s | 0 .../nonmatchings/code_415D90/func_802A9B44.s | 0 .../nonmatchings/code_415D90/func_802AA05C.s | 0 .../nonmatchings/code_415D90/func_802AA0A4.s | 0 .../nonmatchings/code_415D90/func_802AA0B8.s | 0 .../nonmatchings/code_415D90/func_802AA640.s | 0 .../nonmatchings/code_415D90/func_802AACD8.s | 0 .../code_415D90/update_partner_menu.s | 0 .../code_415D90/update_player_menu.s | 0 .../code_415D90/update_targeting_enemies.s | 0 .../nonmatchings/code_41880/osInsertTimer.s | 0 .../nonmatchings/code_41880/osSetTimerIntr.s | 0 .../code_41880/osTimerInterrupt.s | 0 .../code_41880/osTimerServicesInit.s | 0 .../code_4219F0/func_802A9000_4219F0.s | 0 .../code_4219F0/func_802A9120_421B10.s | 0 .../code_4219F0/func_802A9234_421C24.s | 0 .../code_4219F0/func_802A9544_421F34.s | 0 .../code_4219F0/func_802A9590_421F80.s | 0 .../code_422000/func_802A9000_422000.s | 0 .../code_422000/func_802A9258_422258.s | 0 .../code_422000/func_802A936C_42236C.s | 0 .../code_422000/func_802A99D4_4229D4.s | 0 .../code_422000/func_802A9A30_422A30.s | 0 .../code_422AD0/func_802A9000_422AD0.s | 0 .../code_422AD0/func_802A92A0_422D70.s | 0 .../code_422AD0/func_802A9378_422E48.s | 0 .../code_422AD0/func_802A96F4_4231C4.s | 0 .../code_422AD0/func_802A9894_423364.s | 0 .../code_4233F0/func_802A9000_4233F0.s | 0 .../code_4233F0/func_802A91B0_4235A0.s | 0 .../code_4233F0/func_802A92DC_4236CC.s | 0 .../code_4233F0/func_802A96B8_423AA8.s | 0 .../code_4233F0/func_802A97FC_423BEC.s | 0 .../code_423C70/func_802A9000_423C70.s | 0 .../code_423C70/func_802A91E0_423E50.s | 0 .../code_423C70/func_802A92F0_423F60.s | 0 .../code_423C70/func_802A9744_4243B4.s | 0 .../code_423C70/func_802A9898_424508.s | 0 .../code_425590/func_802A9000_425590.s | 0 .../code_425590/func_802A9110_4256A0.s | 0 .../code_425590/func_802A91F8_425788.s | 0 .../code_425590/func_802A94A4_425A34.s | 0 .../code_425590/func_802A9544_425AD4.s | 0 .../code_425B50/func_802A9000_425B50.s | 0 .../code_425B50/func_802A916C_425CBC.s | 0 .../code_425B50/func_802A9228_425D78.s | 0 .../code_425B50/func_802A94D8_426028.s | 0 .../code_425B50/func_802A959C_4260EC.s | 0 .../code_426170/func_802A9000_426170.s | 0 .../code_426170/func_802A9170_4262E0.s | 0 .../code_426170/func_802A928C_4263FC.s | 0 .../code_426170/func_802A96DC_42684C.s | 0 .../code_426170/func_802A97BC_42692C.s | 0 .../code_4269D0/func_802A9000_4269D0.s | 0 .../code_4269D0/func_802A9178_426B48.s | 0 .../code_4269D0/func_802A9294_426C64.s | 0 .../code_4269D0/func_802A9834_427204.s | 0 .../code_4269D0/func_802A9914_4272E4.s | 0 .../code_4273B0/func_802A9000_4273B0.s | 0 .../code_4273B0/func_802A9170_427520.s | 0 .../code_4273B0/func_802A928C_42763C.s | 0 .../code_4273B0/func_802A955C_42790C.s | 0 .../code_4273B0/func_802A963C_4279EC.s | 0 .../code_427A70/func_802A9000_427A70.s | 0 .../code_427A70/func_802A9170_427BE0.s | 0 .../code_427A70/func_802A928C_427CFC.s | 0 .../code_427A70/func_802A96EC_42815C.s | 0 .../code_427A70/func_802A97CC_42823C.s | 0 .../code_4282E0/func_802A9000_4282E0.s | 0 .../code_4282E0/func_802A91B8_428498.s | 0 .../code_4282E0/func_802A92D4_4285B4.s | 0 .../code_4282E0/func_802A9664_428944.s | 0 .../code_4282E0/func_802A9708_4289E8.s | 0 .../code_428A70/func_802A9000_428A70.s | 0 .../code_428A70/func_802A9184_428BF4.s | 0 .../code_428A70/func_802A9278_428CE8.s | 0 .../code_428A70/func_802A96EC_42915C.s | 0 .../code_428A70/func_802A9810_429280.s | 0 .../code_429320/func_802A9000_429320.s | 0 .../code_429320/func_802A9178_429498.s | 0 .../code_429320/func_802A9294_4295B4.s | 0 .../code_429320/func_802A984C_429B6C.s | 0 .../code_429320/func_802A992C_429C4C.s | 0 .../code_429D20/func_802A9000_429D20.s | 0 .../code_429D20/func_802A911C_429E3C.s | 0 .../code_429D20/func_802A9208_429F28.s | 0 .../code_429D20/func_802A9634_42A354.s | 0 .../code_429D20/func_802A9720_42A440.s | 0 .../code_42A4F0/func_802A9000_42A4F0.s | 0 .../code_42A4F0/func_802A9398_42A888.s | 0 .../code_42A4F0/func_802A948C_42A97C.s | 0 .../code_42A4F0/func_802AA014_42B504.s | 0 .../code_42A4F0/func_802AA0D8_42B5C8.s | 0 .../code_42C6F0/func_802A9000_42C6F0.s | 0 .../code_42C6F0/func_802A9138_42C828.s | 0 .../code_42C6F0/func_802A9228_42C918.s | 0 .../code_42C6F0/func_802A9718_42CE08.s | 0 .../code_42C6F0/func_802A9764_42CE54.s | 0 .../code_42CF10/func_802A9000_42CF10.s | 0 .../code_42CF10/func_802A9210_42D120.s | 0 .../code_42CF10/func_802A9310_42D220.s | 0 .../code_42CF10/func_802A98D0_42D7E0.s | 0 .../code_42CF10/func_802A9A54_42D964.s | 0 .../code_42DA10/func_802A9000_42DA10.s | 0 .../code_42DA10/func_802A91A0_42DBB0.s | 0 .../code_42DA10/func_802A92A0_42DCB0.s | 0 .../code_42DA10/func_802A97F8_42E208.s | 0 .../code_42DA10/func_802A98E0_42E2F0.s | 0 .../code_42E3A0/func_802A9000_42E3A0.s | 0 .../code_42E3A0/func_802A917C_42E51C.s | 0 .../code_42E3A0/func_802A9298_42E638.s | 0 .../code_42E3A0/func_802A98B0_42EC50.s | 0 .../code_42E3A0/func_802A9990_42ED30.s | 0 .../code_42EE20/func_802A9000_42EE20.s | 0 .../code_42EE20/func_802A916C_42EF8C.s | 0 .../code_42EE20/func_802A9254_42F074.s | 0 .../code_42EE20/func_802A973C_42F55C.s | 0 .../code_42EE20/func_802A981C_42F63C.s | 0 .../code_42F6E0/func_802A9000_42F6E0.s | 0 .../code_42F6E0/func_802A91A0_42F880.s | 0 .../code_42F6E0/func_802A92A0_42F980.s | 0 .../code_42F6E0/func_802A97AC_42FE8C.s | 0 .../code_42F6E0/func_802A9894_42FF74.s | 0 .../code_42e0_len_1f60/_heap_free.s | 0 .../code_42e0_len_1f60/_heap_malloc.s | 0 .../code_42e0_len_1f60/_heap_malloc_tail.s | 0 .../code_42e0_len_1f60/_heap_realloc.s | 0 .../nonmatchings/code_42e0_len_1f60/atan2.s | 0 .../code_42e0_len_1f60/clamp_angle.s | 0 .../nonmatchings/code_42e0_len_1f60/cosine.s | 0 .../code_42e0_len_1f60/func_8002A904.s | 0 .../code_42e0_len_1f60/func_8002AAC4.s | 0 .../code_42e0_len_1f60/func_8002AB5C.s | 0 .../code_42e0_len_1f60/int_to_string.s | 0 .../code_42e0_len_1f60/rand_int.s | 0 .../code_42e0_len_1f60/transform_point.s | 0 .../code_42e0_len_1f60/update_lerp.s | 0 .../code_430020/func_802A9000_430020.s | 0 .../code_430020/func_802A917C_43019C.s | 0 .../code_430020/func_802A9298_4302B8.s | 0 .../code_430020/func_802A97FC_43081C.s | 0 .../code_430020/func_802A98DC_4308FC.s | 0 .../code_43590/osPfsAllocateFile.s | 0 .../code_43590/osPfsDeclearPage.s | 0 .../code_44490/osPfsCheckRamArea.s | 0 .../nonmatchings/code_44490/osPfsInitPak.s | 0 .../nonmatchings/code_44490/osPfsNumFiles.s | 0 .../fio_calc_file_checksum.s | 0 .../fio_calc_header_checksum.s | 0 .../code_6240_len_c00/fio_deserialize_state.s | 0 .../code_6240_len_c00/fio_erase_game.s | 0 .../fio_fetch_saved_file_info.s | 0 .../code_6240_len_c00/fio_flush_backups.s | 0 .../code_6240_len_c00/fio_has_valid_backup.s | 0 .../code_6240_len_c00/fio_load_game.s | 0 .../code_6240_len_c00/fio_read_flash.s | 0 .../code_6240_len_c00/fio_save_game.s | 0 .../code_6240_len_c00/fio_serialize_state.s | 0 .../fio_validate_file_checksum.s | 0 .../fio_validate_header_checksums.s | 0 .../code_6240_len_c00/fio_write_flash.s | 0 .../code_6F10E0/func_802380E4_6F11C4.s | 0 .../code_6F10E0/func_8023817C_6F125C.s | 0 .../code_6F10E0/func_80238A20_6F1B00.s | 0 .../code_6F10E0/func_80238B60_6F1C40.s | 0 .../code_6F10E0/func_80238BCC_6F1CAC.s | 0 .../code_6F10E0/func_80238E04_6F1EE4.s | 0 .../code_6F10E0/func_80238E48_6F1F28.s | 0 .../code_6F10E0/func_80238E74_6F1F54.s | 0 .../code_6F10E0/func_80238EDC_6F1FBC.s | 0 .../code_6F10E0/func_8023903C_6F211C.s | 0 .../code_6F10E0/func_80239068_6F2148.s | 0 .../code_6F10E0/func_802390B0_6F2190.s | 0 .../code_6F10E0/func_802390C8_6F21A8.s | 0 .../code_6F5E80/func_80238000_6F5E80.s | 0 .../code_6F5E80/func_80238114_6F5F94.s | 0 .../code_6F5E80/func_80238298_6F6118.s | 0 .../code_6F5E80/func_802383C0_6F6240.s | 0 .../code_6FAD10/func_80238000_6FAD10.s | 0 .../code_6FAD10/func_80238244_6FAF54.s | 0 .../code_6FAD10/func_80238358_6FB068.s | 0 .../code_6FAD10/func_8023849C_6FB1AC.s | 0 .../code_6FAD10/func_80238590_6FB2A0.s | 0 .../code_6FFD80/func_80238000_6FFD80.s | 0 .../code_6FFD80/func_80238C88_700A08.s | 0 .../code_6FFD80/func_80238CE0_700A60.s | 0 .../code_6FFD80/func_80238E24_700BA4.s | 0 .../code_6FFD80/func_802390B4_700E34.s | 0 .../code_6FFD80/func_802397C8_701548.s | 0 .../code_6e40_len_500/render_curtains.s | 0 .../code_703AF0/func_80238000_703AF0.s | 0 .../code_703AF0/func_80238370_703E60.s | 0 .../code_703AF0/func_802383C0_703EB0.s | 0 .../code_703AF0/func_802383D4_703EC4.s | 0 .../code_703AF0/func_802383E4_703ED4.s | 0 .../code_703AF0/func_802383F8_703EE8.s | 0 .../code_703AF0/func_80238408_703EF8.s | 0 .../code_703AF0/func_80238434_703F24.s | 0 .../code_703AF0/func_80238478_703F68.s | 0 .../code_703AF0/func_802384B0_703FA0.s | 0 .../code_703AF0/func_80238570_704060.s | 0 .../code_703AF0/func_8023859C_70408C.s | 0 .../code_703AF0/func_80238668_704158.s | 0 .../code_703AF0/func_80238784_704274.s | 0 .../code_703AF0/func_80238810_704300.s | 0 .../code_703AF0/func_80238B3C_70462C.s | 0 .../code_703AF0/func_80238C08_7046F8.s | 0 .../code_703AF0/func_80238C84_704774.s | 0 .../code_707CA0/func_80238000_707CA0.s | 0 .../code_707CA0/func_80238114_707DB4.s | 0 .../code_707CA0/func_802381EC_707E8C.s | 0 .../code_707CA0/func_802382A4_707F44.s | 0 .../code_707CA0/func_80238328_707FC8.s | 0 .../code_707CA0/func_80238388_708028.s | 0 .../code_707CA0/func_80238480_708120.s | 0 .../code_707CA0/func_80238540_7081E0.s | 0 .../code_707CA0/func_80238E30_708AD0.s | 0 .../code_70BD10/func_80238000_70BD10.s | 0 .../code_70BD10/func_8023803C_70BD4C.s | 0 .../code_70BD10/func_80238A6C_70C77C.s | 0 .../code_70BD10/func_80238B50_70C860.s | 0 .../code_70BD10/func_80238C14_70C924.s | 0 .../code_70BD10/func_80238C58_70C968.s | 0 .../code_70BD10/func_80238D8C_70CA9C.s | 0 .../code_70BD10/func_8023906C_70CD7C.s | 0 .../code_70BD10/func_80239140_70CE50.s | 0 .../code_70BD10/func_80239F84_70DC94.s | 0 .../code_70BD10/func_8023A19C_70DEAC.s | 0 .../code_70BD10/func_8023A1B0_70DEC0.s | 0 .../code_710EF0/func_80238000_710EF0.s | 0 .../code_710EF0/func_80238014_710F04.s | 0 .../code_710EF0/func_8023808C_710F7C.s | 0 .../code_710EF0/func_802380E4_710FD4.s | 0 .../code_710EF0/func_80238198_711088.s | 0 .../code_710EF0/func_802381C8_7110B8.s | 0 .../code_710EF0/func_802381E8_7110D8.s | 0 .../code_714CF0/func_80238028_714D18.s | 0 .../code_715850/func_802A1000_715850.s | 0 .../code_715850/func_802A11D4_715A24.s | 0 .../code_715850/func_802A123C_715A8C.s | 0 .../code_715850/func_802A12EC_715B3C.s | 0 .../code_715850/func_802A1378_715BC8.s | 0 .../code_715850/func_802A1438_715C88.s | 0 .../code_715850/func_802A14F8_715D48.s | 0 .../code_715850/func_802A154C_715D9C.s | 0 .../code_715850/func_802A15A0_715DF0.s | 0 .../code_716C60/func_802A1000_716C60.s | 0 .../code_716C60/func_802A11D4_716E34.s | 0 .../code_716C60/func_802A123C_716E9C.s | 0 .../code_716C60/func_802A1378_716FD8.s | 0 .../code_7179D0/func_802A1000_7179D0.s | 0 .../code_7179D0/func_802A11D4_717BA4.s | 0 .../code_718850/func_802A1000_718850.s | 0 .../code_718850/func_802A11D4_718A24.s | 0 .../code_718850/func_802A123C_718A8C.s | 0 .../code_718850/func_802A12E4_718B34.s | 0 .../code_718850/func_802A1318_718B68.s | 0 .../code_719970/func_802A1000_719970.s | 0 .../code_719970/func_802A11D4_719B44.s | 0 .../code_71A7F0/func_802A1000_71A7F0.s | 0 .../code_71A7F0/func_802A11D4_71A9C4.s | 0 .../code_71A7F0/func_802A123C_71AA2C.s | 0 .../code_71B1A0/func_802A1000_71B1A0.s | 0 .../code_71B1A0/func_802A11D4_71B374.s | 0 .../code_71B1A0/func_802A12D4_71B474.s | 0 .../code_71B1A0/func_802A1354_71B4F4.s | 0 .../code_71BE30/func_802A1000_71BE30.s | 0 .../code_71BE30/func_802A11D4_71C004.s | 0 .../code_71BE30/func_802A123C_71C06C.s | 0 .../code_71BE30/func_802A13B8_71C1E8.s | 0 .../code_71CCE0/func_802A1000_71CCE0.s | 0 .../code_71CCE0/func_802A11D4_71CEB4.s | 0 .../code_71CCE0/func_802A123C_71CF1C.s | 0 .../code_71CCE0/func_802A12FC_71CFDC.s | 0 .../code_71E650/func_802A1000_71E650.s | 0 .../code_71E650/func_802A11D4_71E824.s | 0 .../code_71E650/func_802A123C_71E88C.s | 0 .../code_71E650/func_802A1740_71ED90.s | 0 .../code_71E650/func_802A1848_71EE98.s | 0 .../code_7215A0/func_802A1000_7215A0.s | 0 .../code_7215A0/func_802A11D4_721774.s | 0 .../code_7215A0/func_802A123C_7217DC.s | 0 .../code_722000/func_802A1000_722000.s | 0 .../code_722000/func_802A11D4_7221D4.s | 0 .../code_722000/func_802A123C_72223C.s | 0 .../code_722B40/func_802A1000_722B40.s | 0 .../code_722B40/func_802A11D4_722D14.s | 0 .../code_722B40/func_802A123C_722D7C.s | 0 .../code_722B40/func_802A1420_722F60.s | 0 .../code_723780/func_802A1000_723780.s | 0 .../code_723780/func_802A11D4_723954.s | 0 .../code_723780/func_802A123C_7239BC.s | 0 .../code_723780/func_802A12FC_723A7C.s | 0 .../code_724CE0/func_802A1000_724CE0.s | 0 .../code_724CE0/func_802A11D4_724EB4.s | 0 .../code_724CE0/func_802A123C_724F1C.s | 0 .../code_724CE0/func_802A12EC_724FCC.s | 0 .../code_724CE0/func_802A1378_725058.s | 0 .../code_724CE0/func_802A1418_7250F8.s | 0 .../code_724CE0/func_802A14D8_7251B8.s | 0 .../code_725F60/func_802A1000_725F60.s | 0 .../code_725F60/func_802A11D4_726134.s | 0 .../code_725F60/func_802A123C_72619C.s | 0 .../code_725F60/func_802A12C4_726224.s | 0 .../code_726DD0/func_802A1000_726DD0.s | 0 .../code_726DD0/func_802A11D4_726FA4.s | 0 .../code_726DD0/func_802A12D4_7270A4.s | 0 .../code_7285E0/func_802A1000_7285E0.s | 0 .../code_7285E0/func_802A11D4_7287B4.s | 0 .../code_728EC0/func_802A1000_728EC0.s | 0 .../code_728EC0/func_802A11D4_729094.s | 0 .../code_728EC0/func_802A123C_7290FC.s | 0 .../code_72A750/func_802A1000_72A750.s | 0 .../code_72A750/func_802A11D4_72A924.s | 0 .../code_72A750/func_802A123C_72A98C.s | 0 .../code_72A750/func_802A1280_72A9D0.s | 0 .../code_72A750/func_802A12E0_72AA30.s | 0 .../code_72B910/func_802A1000_72B910.s | 0 .../code_72B910/func_802A11D4_72BAE4.s | 0 .../code_72B910/func_802A12D4_72BBE4.s | 0 .../code_72C5B0/func_802A1000_72C5B0.s | 0 .../code_72C5B0/func_802A11D4_72C784.s | 0 .../code_72C5B0/func_802A123C_72C7EC.s | 0 .../code_72C5B0/func_802A13E4_72C994.s | 0 .../code_72C5B0/func_802A188C_72CE3C.s | 0 .../code_72DB70/func_802A1000_72DB70.s | 0 .../code_72DB70/func_802A11D4_72DD44.s | 0 .../code_72DB70/func_802A123C_72DDAC.s | 0 .../code_7305A0/func_802A1000_7305A0.s | 0 .../code_7305A0/func_802A11D4_730774.s | 0 .../code_7305A0/func_802A123C_7307DC.s | 0 .../code_7305A0/func_802A127C_73081C.s | 0 .../code_7305A0/func_802A133C_7308DC.s | 0 .../code_7305A0/func_802A13FC_73099C.s | 0 .../code_7305A0/func_802A1450_7309F0.s | 0 .../code_7305A0/func_802A149C_730A3C.s | 0 .../code_7305A0/func_802A14F0_730A90.s | 0 .../code_7330D0/func_802A1000_7330D0.s | 0 .../code_7330D0/func_802A11D4_7332A4.s | 0 .../code_7330D0/func_802A123C_73330C.s | 0 .../code_7330D0/func_802A12EC_7333BC.s | 0 .../code_7330D0/func_802A1378_733448.s | 0 .../code_7330D0/func_802A1438_733508.s | 0 .../code_7330D0/func_802A14F8_7335C8.s | 0 .../code_7330D0/func_802A154C_73361C.s | 0 .../code_7330D0/func_802A15A0_733670.s | 0 .../code_7340_len_b00/crash_create_monitor.s | 0 .../code_7340_len_b00/crash_delay_msec.s | 0 .../code_7340_len_b00/crash_monitor_thread.s | 0 .../code_7340_len_b00/crash_print_fpr.s | 0 .../code_7340_len_b00/crash_printf_string.s | 0 .../code_7340_len_b00/crash_show_handler.s | 0 .../code_7340_len_b00/func_8002BFB0.s | 0 .../code_7340_len_b00/func_8002C054.s | 0 .../code_7340_len_b00/func_8002C1D4.s | 0 .../code_7340_len_b00/func_8002C324.s | 0 .../code_7340_len_b00/func_8002C7B0.s | 0 .../code_7340_len_b00/func_8002C890.s | 0 .../code_7340_len_b00/func_8002C94C.s | 0 .../code_737890/func_802A1000_737890.s | 0 .../code_737890/func_802A1074_737904.s | 0 .../code_743DF0/func_802A10E4_743ED4.s | 0 .../code_743DF0/func_802A1194_743F84.s | 0 .../code_743DF0/func_802A11A4_743F94.s | 0 .../code_743DF0/func_802A11C0_743FB0.s | 0 .../code_756780/func_802A10A4_756824.s | 0 .../code_759b0_len_61b0/func_800DC500.s | 0 .../code_759b0_len_61b0/func_800DC778.s | 0 .../code_759b0_len_61b0/func_800DCB7C.s | 0 .../code_759b0_len_61b0/func_800DCE70.s | 0 .../code_759b0_len_61b0/func_800DD04C.s | 0 .../code_759b0_len_61b0/func_800DD228.s | 0 .../code_759b0_len_61b0/func_800DD44C.s | 0 .../code_759b0_len_61b0/func_800DD618.s | 0 .../code_759b0_len_61b0/func_800DD8FC.s | 0 .../code_759b0_len_61b0/func_800DDAE4.s | 0 .../code_759b0_len_61b0/func_800DDC44.s | 0 .../code_759b0_len_61b0/func_800DDCEC.s | 0 .../code_759b0_len_61b0/func_800DDD94.s | 0 .../code_77480/appendGfx_player.s | 0 .../code_77480/appendGfx_player_spin.s | 0 .../code_77480/check_for_interactables.s | 0 .../code_77480/check_input_use_partner.s | 0 .../code_77480/collision_check_above.s | 0 .../code_77480/do_lateral_collision.s | 0 .../nonmatchings/code_77480/func_800DE46C.s | 0 .../nonmatchings/code_77480/func_800DEE5C.s | 0 .../nonmatchings/code_77480/func_800DF15C.s | 0 .../nonmatchings/code_77480/func_800DFD48.s | 0 .../nonmatchings/code_77480/func_800DFFCC.s | 0 .../nonmatchings/code_77480/func_800E0294.s | 0 .../nonmatchings/code_77480/func_800E0398.s | 0 .../nonmatchings/code_77480/func_800E0580.s | 0 .../nonmatchings/code_77480/func_800E06D8.s | 0 .../nonmatchings/code_77480/func_800E0B90.s | 0 .../code_77480/get_player_back_anim.s | 0 .../code_77480/render_player_model.s | 0 .../code_77480/test_below_player.s | 0 .../code_77480/test_player_lateral.s | 0 .../code_77480/trace_above_player.s | 0 .../code_77480/trace_below_player.s | 0 .../code_77480/update_player_shadow.s | 0 .../code_77F240/func_802A10A4_77F2E4.s | 0 .../code_789E60/func_802A1000_789E60.s | 0 .../code_789E60/func_802A10AC_789F0C.s | 0 .../code_789E60/func_802A116C_789FCC.s | 0 .../code_789E60/func_802A1218_78A078.s | 0 .../code_789E60/func_802A137C_78A1DC.s | 0 .../code_789E60/func_802A1414_78A274.s | 0 .../code_789E60/func_802A1494_78A2F4.s | 0 .../code_789E60/func_802A14E8_78A348.s | 0 .../code_789E60/func_802A1518_78A378.s | 0 .../code_789E60/func_802A15B0_78A410.s | 0 .../code_7900D0/func_802A1000_7900D0.s | 0 .../code_7900D0/func_802A10AC_79017C.s | 0 .../code_7900D0/func_802A116C_79023C.s | 0 .../code_7900D0/func_802A1218_7902E8.s | 0 .../code_7900D0/func_802A137C_79044C.s | 0 .../code_7900D0/func_802A1414_7904E4.s | 0 .../code_7900D0/func_802A1494_790564.s | 0 .../code_7900D0/func_802A14E8_7905B8.s | 0 .../code_7900D0/func_802A1518_7905E8.s | 0 .../code_7900D0/func_802A1528_7905F8.s | 0 .../code_7900D0/func_802A153C_79060C.s | 0 .../code_7900D0/func_802A163C_79070C.s | 0 .../code_7900D0/func_802A16F4_7907C4.s | 0 .../code_793D20/func_802A1000_793D20.s | 0 .../code_793D20/func_802A116C_793E8C.s | 0 .../code_793D20/func_802A1218_793F38.s | 0 .../code_793D20/func_802A1414_794134.s | 0 .../code_793D20/func_802A1494_7941B4.s | 0 .../code_793D20/func_802A14E8_794208.s | 0 .../code_7952E0/func_802A1000_7952E0.s | 0 .../code_7952E0/func_802A10AC_79538C.s | 0 .../code_7952E0/func_802A116C_79544C.s | 0 .../code_7952E0/func_802A1218_7954F8.s | 0 .../code_7952E0/func_802A137C_79565C.s | 0 .../code_7952E0/func_802A1414_7956F4.s | 0 .../code_7952E0/func_802A1494_795774.s | 0 .../code_7952E0/func_802A14E8_7957C8.s | 0 .../code_7952E0/func_802A1518_7957F8.s | 0 .../code_7952E0/func_802A15B4_795894.s | 0 .../code_7952E0/func_802A1628_795908.s | 0 .../code_796FC0/func_802A1000_796FC0.s | 0 .../code_796FC0/func_802A10AC_79706C.s | 0 .../code_796FC0/func_802A116C_79712C.s | 0 .../code_796FC0/func_802A1218_7971D8.s | 0 .../code_796FC0/func_802A1414_7973D4.s | 0 .../code_796FC0/func_802A1494_797454.s | 0 .../code_796FC0/func_802A14E8_7974A8.s | 0 .../code_796FC0/func_802A1518_7974D8.s | 0 .../code_796FC0/func_802A2468_798428.s | 0 .../code_796FC0/func_802A247C_79843C.s | 0 .../code_7997B0/func_802A1000_7997B0.s | 0 .../code_7997B0/func_802A10AC_79985C.s | 0 .../code_7997B0/func_802A116C_79991C.s | 0 .../code_7997B0/func_802A1218_7999C8.s | 0 .../code_7997B0/func_802A137C_799B2C.s | 0 .../code_7997B0/func_802A1414_799BC4.s | 0 .../code_7997B0/func_802A1494_799C44.s | 0 .../code_7997B0/func_802A14E8_799C98.s | 0 .../code_7997B0/func_802A1518_799CC8.s | 0 .../code_7997B0/func_802A2468_79AC18.s | 0 .../code_7997B0/func_802A247C_79AC2C.s | 0 .../code_79BFA0/func_802A1000_79BFA0.s | 0 .../code_79BFA0/func_802A10AC_79C04C.s | 0 .../code_79BFA0/func_802A116C_79C10C.s | 0 .../code_79BFA0/func_802A1218_79C1B8.s | 0 .../code_79BFA0/func_802A137C_79C31C.s | 0 .../code_79BFA0/func_802A1414_79C3B4.s | 0 .../code_79BFA0/func_802A1494_79C434.s | 0 .../code_79BFA0/func_802A14E8_79C488.s | 0 .../code_79BFA0/func_802A1518_79C4B8.s | 0 .../code_79D8A0/func_802A1000_79D8A0.s | 0 .../code_79D8A0/func_802A10AC_79D94C.s | 0 .../code_79D8A0/func_802A116C_79DA0C.s | 0 .../code_79D8A0/func_802A1218_79DAB8.s | 0 .../code_79D8A0/func_802A137C_79DC1C.s | 0 .../code_79D8A0/func_802A1414_79DCB4.s | 0 .../code_79D8A0/func_802A1494_79DD34.s | 0 .../code_79D8A0/func_802A14E8_79DD88.s | 0 .../code_79D8A0/func_802A1518_79DDB8.s | 0 .../nonmatchings/code_7B440/func_800E205C.s | 0 .../nonmatchings/code_7B440/func_800E23FC.s | 0 .../nonmatchings/code_7B440/func_800E24F8.s | 0 .../code_7B440/input_to_move_vector.s | 0 .../code_7bb60_len_41b0/can_player_interact.s | 0 .../code_7bb60_len_41b0/check_input_jump.s | 0 .../code_7bb60_len_41b0/check_input_spin.s | 0 ...ollision_check_player_intersecting_world.s | 0 .../collision_main_above.s | 0 .../collision_main_lateral.s | 0 .../code_7bb60_len_41b0/func_800E29C8.s | 0 .../code_7bb60_len_41b0/func_800E2BB0.s | 0 .../code_7bb60_len_41b0/func_800E2F60.s | 0 .../code_7bb60_len_41b0/func_800E315C.s | 0 .../code_7bb60_len_41b0/func_800E3514.s | 0 .../code_7bb60_len_41b0/func_800E45E0.s | 0 .../code_7bb60_len_41b0/func_800E46C8.s | 0 .../code_7bb60_len_41b0/func_800E4744.s | 0 .../code_7bb60_len_41b0/func_800E4BB8.s | 0 .../code_7bb60_len_41b0/func_800E5174.s | 0 .../code_7bb60_len_41b0/func_800E5348.s | 0 .../code_7bb60_len_41b0/func_800E5530.s | 0 .../code_7bb60_len_41b0/func_800E58F0.s | 0 .../code_7bb60_len_41b0/func_800E5938.s | 0 .../code_7bb60_len_41b0/func_800E59A0.s | 0 .../code_7bb60_len_41b0/func_800E5A2C.s | 0 .../code_7bb60_len_41b0/func_800E5C78.s | 0 .../code_7bb60_len_41b0/func_800E6428.s | 0 .../code_7bb60_len_41b0/func_800E66C4.s | 0 .../code_7bb60_len_41b0/make_disguise_npc.s | 0 .../code_7bb60_len_41b0/phys_player_land.s | 0 .../code_7bb60_len_41b0/update_fall_state.s | 0 .../code_7fd10_len_b40/can_pause.s | 0 .../check_input_open_menus.s | 0 .../code_7fd10_len_b40/func_800E6904.s | 0 .../code_7fd10_len_b40/setup_item_popup.s | 0 .../code_7fd10_len_b40/setup_partner_popup.s | 0 .../code_80850_len_3060/is_ability_active.s | 0 .../status_menu_draw_number.s | 0 .../status_menu_draw_stat.s | 0 .../code_80850_len_3060/update_status_menu.s | 0 .../nonmatchings/code_8560/func_8002D160.s | 0 .../nonmatchings/code_8800/create_cameras_a.s | 0 .../nonmatchings/code_8800/create_cameras_b.s | 0 .../nonmatchings/code_8800/func_8002E82C.s | 0 .../code_8800/get_screen_coords.s | 0 .../code_8800/initialize_next_camera.s | 0 .../nonmatchings/code_8800/render_frame.s | 0 .../nonmatchings/code_8800/set_cam_viewport.s | 0 .../nonmatchings/code_8800/update_cameras.s | 0 .../code_891b0_len_fb0/func_800EFD08.s | 0 .../code_891b0_len_fb0/func_800EFE2C.s | 0 .../code_891b0_len_fb0/func_800F0248.s | 0 .../code_891b0_len_fb0/func_800F0490.s | 0 .../code_891b0_len_fb0/func_800F0864.s | 0 .../code_891b0_len_fb0/func_800F09EC.s | 0 .../code_891b0_len_fb0/func_800F0B3C.s | 0 .../code_891b0_len_fb0/func_800F0C9C.s | 0 .../code_8a160_len_700/func_800F0CB0.s | 0 .../code_8a160_len_700/func_800F0D80.s | 0 .../code_8a160_len_700/func_800F102C.s | 0 .../code_8a860_len_3f30/draw_submenu_title.s | 0 .../code_8a860_len_3f30/func_800F13B0.s | 0 .../code_8a860_len_3f30/func_800F1538.s | 0 .../code_8a860_len_3f30/func_800F16CC.s | 0 .../code_8a860_len_3f30/func_800F1A10.s | 0 .../code_8a860_len_3f30/func_800F3680.s | 0 .../code_8a860_len_3f30/func_800F48F4.s | 0 .../code_8a860_len_3f30/func_800F4944.s | 0 .../code_8a860_len_3f30/func_800F4C1C.s | 0 .../code_8a860_len_3f30/func_800F4C6C.s | 0 .../code_8a860_len_3f30/func_800F4CF0.s | 0 .../code_8a860_len_3f30/func_800F4D28.s | 0 .../code_8a860_len_3f30/func_800F4E40.s | 0 .../code_8a860_len_3f30/func_800F4FC4.s | 0 .../code_8a860_len_3f30/func_800F513C.s | 0 .../code_8e790_len_2850/draw_box.s | 0 .../code_9d10_len_1080/do_camera_type_0.s | 0 .../code_9d10_len_1080/do_camera_type_1.s | 0 .../code_9d10_len_1080/do_camera_type_2.s | 0 .../code_9d10_len_1080/do_camera_type_4.s | 0 .../nonmatchings/code_B0E0/do_camera_type_3.s | 0 .../nonmatchings/code_B0E0/do_camera_type_5.s | 0 .../code_B0E0/do_camera_type_unused.s | 0 .../nonmatchings/code_B0E0/func_80030210.s | 0 .../nonmatchings/code_B0E0/func_8003034C.s | 0 .../code_B0E0/test_ray_zone_aabb.s | 0 .../code_B0E0/update_camera_from_zone.s | 0 .../nonmatchings/code_B4580/func_8011DE80.s | 0 .../nonmatchings/code_B4580/func_8011DFD0.s | 0 .../nonmatchings/code_B4580/func_8011E014.s | 0 .../nonmatchings/code_B4580/func_8011E058.s | 0 .../nonmatchings/code_B4580/func_8011E09C.s | 0 .../nonmatchings/code_B4580/func_8011E0DC.s | 0 .../nonmatchings/code_B4580/func_8011E150.s | 0 .../nonmatchings/code_B4580/func_8011E1C4.s | 0 .../nonmatchings/code_B4580/func_8011E224.s | 0 .../nonmatchings/code_B4580/func_8011E310.s | 0 .../nonmatchings/code_B4580/func_8011E398.s | 0 .../nonmatchings/code_B4580/func_8011E400.s | 0 .../nonmatchings/code_B4580/func_8011E438.s | 0 .../nonmatchings/code_B4580/func_8011E4B8.s | 0 .../nonmatchings/code_B4580/func_8011E5E0.s | 0 .../nonmatchings/code_B4580/func_8011E718.s | 0 .../nonmatchings/code_B4580/func_8011E8BC.s | 0 .../nonmatchings/code_B4580/func_8011EA54.s | 0 .../nonmatchings/code_B4580/func_8011EBF0.s | 0 .../nonmatchings/code_B4580/func_8011F058.s | 0 .../nonmatchings/code_B4580/func_8011F118.s | 0 .../nonmatchings/code_B4580/func_8011F304.s | 0 .../nonmatchings/code_B4580/func_8011F3E8.s | 0 .../nonmatchings/code_B4580/func_8011F4D4.s | 0 .../nonmatchings/code_B4580/func_8011FA54.s | 0 .../nonmatchings/code_B4580/func_8011FF74.s | 0 .../nonmatchings/code_B4580/func_8011FF98.s | 0 .../nonmatchings/code_B4580/func_8011FFB4.s | 0 .../nonmatchings/code_B4580/func_80120028.s | 0 .../nonmatchings/code_B4580/func_8012003C.s | 0 .../nonmatchings/code_B4580/func_8012004C.s | 0 .../nonmatchings/code_B4580/func_80120064.s | 0 .../nonmatchings/code_B4580/func_8012008C.s | 0 .../nonmatchings/code_B4580/func_8012009C.s | 0 .../nonmatchings/code_B4580/func_801200B8.s | 0 .../nonmatchings/code_B4580/func_801200EC.s | 0 .../nonmatchings/code_B4580/func_80120118.s | 0 .../nonmatchings/code_B4580/func_80120198.s | 0 .../nonmatchings/code_B4580/func_80120234.s | 0 .../nonmatchings/code_B4580/func_801203AC.s | 0 .../nonmatchings/code_B4580/func_80120420.s | 0 .../nonmatchings/code_B4580/func_80120474.s | 0 .../nonmatchings/code_B4580/func_80120530.s | 0 .../nonmatchings/code_B4580/func_80120678.s | 0 .../nonmatchings/code_B4580/func_801206F8.s | 0 .../code_B4580/play_model_animation.s | 0 .../code_B9D60/_draw_message_box.s | 0 .../nonmatchings/code_B9D60/_load_string.s | 0 .../nonmatchings/code_B9D60/_update_message.s | 0 .../code_B9D60/clamp_printer_coords.s | 0 .../nonmatchings/code_B9D60/clear_printers.s | 0 .../nonmatchings/code_B9D60/dma_load_string.s | 0 .../asm}/nonmatchings/code_B9D60/draw_digit.s | 0 .../asm}/nonmatchings/code_B9D60/draw_msg.s | 0 .../nonmatchings/code_B9D60/draw_number.s | 0 .../nonmatchings/code_B9D60/func_80124434.s | 0 .../nonmatchings/code_B9D60/func_80124570.s | 0 .../nonmatchings/code_B9D60/func_80125C84.s | 0 .../nonmatchings/code_B9D60/func_80126790.s | 0 .../nonmatchings/code_B9D60/func_80126EAC.s | 0 .../nonmatchings/code_B9D60/func_80126F78.s | 0 .../nonmatchings/code_B9D60/func_80127BA4.s | 0 .../nonmatchings/code_B9D60/func_80127D90.s | 0 .../nonmatchings/code_B9D60/func_8012C324.s | 0 .../nonmatchings/code_B9D60/func_8012C9A8.s | 0 .../nonmatchings/code_B9D60/func_8012CA08.s | 0 .../nonmatchings/code_B9D60/func_8012D3DC.s | 0 .../nonmatchings/code_B9D60/func_8012DB58.s | 0 .../nonmatchings/code_B9D60/func_8012E8E0.s | 0 .../nonmatchings/code_B9D60/get_char_width.s | 0 .../nonmatchings/code_B9D60/get_msg_lines.s | 0 .../code_B9D60/get_string_properties.s | 0 .../code_B9D60/get_string_width.s | 0 .../code_B9D60/initialize_printer.s | 0 .../asm}/nonmatchings/code_B9D60/load_font.s | 0 .../nonmatchings/code_B9D60/load_font_data.s | 0 .../code_B9D60/load_message_to_buffer.s | 0 .../code_B9D60/load_message_to_printer.s | 0 .../nonmatchings/code_B9D60/render_messages.s | 0 .../code_B9D60/set_message_string.s | 0 .../code_B9D60/set_message_value.s | 0 .../nonmatchings/code_B9D60/update_messages.s | 0 .../code_C50A0/appendGfx_item_entity.s | 0 .../code_C50A0/clear_item_entity_data.s | 0 .../code_C50A0/draw_coin_sparkles.s | 0 .../code_C50A0/draw_item_entities.s | 0 .../nonmatchings/code_C50A0/func_8012E9A0.s | 0 .../nonmatchings/code_C50A0/func_8012EC94.s | 0 .../nonmatchings/code_C50A0/func_8012F500.s | 0 .../nonmatchings/code_C50A0/func_8012FE10.s | 0 .../nonmatchings/code_C50A0/func_8012FE78.s | 0 .../nonmatchings/code_C50A0/func_801309F0.s | 0 .../nonmatchings/code_C50A0/func_80130A04.s | 0 .../nonmatchings/code_C50A0/func_80130ACC.s | 0 .../nonmatchings/code_C50A0/func_80130F70.s | 0 .../nonmatchings/code_C50A0/func_80130FAC.s | 0 .../nonmatchings/code_C50A0/func_80131128.s | 0 .../nonmatchings/code_C50A0/func_80131DD4.s | 0 .../nonmatchings/code_C50A0/func_80132D94.s | 0 .../nonmatchings/code_C50A0/func_80133A94.s | 0 .../nonmatchings/code_C50A0/func_80133FC8.s | 0 .../nonmatchings/code_C50A0/func_8013559C.s | 0 .../nonmatchings/code_C50A0/func_801363A0.s | 0 .../nonmatchings/code_C50A0/func_8013673C.s | 0 .../nonmatchings/code_C50A0/func_801369D0.s | 0 .../nonmatchings/code_C50A0/func_80136A08.s | 0 .../nonmatchings/code_C50A0/init_got_item.s | 0 .../code_C50A0/init_item_entity_list.s | 0 .../code_C50A0/make_item_entity.s | 0 .../code_C50A0/remove_item_entity_by_index.s | 0 .../remove_item_entity_by_reference.s | 0 .../code_C50A0/render_item_entities.s | 0 .../code_C50A0/test_item_player_collision.s | 0 .../code_C50A0/update_item_entities.s | 0 .../update_item_entity_collectable.s | 0 .../code_C50A0/update_item_entity_static.s | 0 .../code_C50A0/update_item_entity_temp.s | 0 .../nonmatchings/code_CEE40/func_80138740.s | 0 .../nonmatchings/code_CEE40/func_80138D88.s | 0 .../nonmatchings/code_CEE40/func_80138E54.s | 0 .../nonmatchings/code_CEE40/func_80139F10.s | 0 .../nonmatchings/code_DF950/_play_sound.s | 0 .../nonmatchings/code_DF950/func_80149250.s | 0 .../nonmatchings/code_DF950/func_80149618.s | 0 .../nonmatchings/code_DF950/func_80149670.s | 0 .../nonmatchings/code_DF950/func_80149734.s | 0 .../nonmatchings/code_DF950/func_801497FC.s | 0 .../nonmatchings/code_DF950/func_80149828.s | 0 .../nonmatchings/code_DF950/func_80149838.s | 0 .../nonmatchings/code_DF950/func_801498C4.s | 0 .../nonmatchings/code_DF950/func_80149908.s | 0 .../nonmatchings/code_DF950/func_80149974.s | 0 .../nonmatchings/code_DF950/func_801499EC.s | 0 .../nonmatchings/code_DF950/func_80149A6C.s | 0 .../nonmatchings/code_DF950/func_80149BE4.s | 0 .../nonmatchings/code_DF950/func_80149E04.s | 0 .../nonmatchings/code_DF950/func_80149F58.s | 0 .../nonmatchings/code_DF950/func_8014A1B4.s | 0 .../code_DF950/play_sound_at_position.s | 0 .../asm}/nonmatchings/code_DF950/stop_sound.s | 0 .../code_E20110/func_802B70B4_E201C4.s | 0 .../code_E20110/func_802B71E8_E202F8.s | 0 .../code_E20110/func_802B7450_E20560.s | 0 .../code_E20110/func_802B75E8_E206F8.s | 0 .../code_E20110/func_802B7728_E20838.s | 0 .../nonmatchings/code_E21870/func_802B704C.s | 0 .../nonmatchings/code_E21870/func_802B7140.s | 0 .../nonmatchings/code_E21870/func_802B71D4.s | 0 .../nonmatchings/code_E21870/func_802B74F0.s | 0 .../code_E225B0/func_802B7000_E225B0.s | 0 .../code_E225B0/func_802B72C0_E22870.s | 0 .../code_E225B0/func_802B735C_E2290C.s | 0 .../code_E23260/func_802B6000_E23260.s | 0 .../code_E23260/func_802B61E4_E23444.s | 0 .../code_E236E0/func_802B6000_E236E0.s | 0 .../code_E236E0/func_802B6288_E23968.s | 0 .../code_E236E0/func_802B6550_E23C30.s | 0 .../code_E236E0/func_802B65E8_E23CC8.s | 0 .../code_E236E0/func_802B6738_E23E18.s | 0 .../code_E24040/func_802B6000_E24040.s | 0 .../code_E24040/func_802B60B4_E240F4.s | 0 .../code_E24040/func_802B6198_E241D8.s | 0 .../code_E24040/func_802B6294_E242D4.s | 0 .../code_E24040/func_802B6348_E24388.s | 0 .../code_E24040/func_802B647C_E244BC.s | 0 .../code_E24040/func_802B6508_E24548.s | 0 .../code_E245D0/func_802B6000_E245D0.s | 0 .../code_E245D0/func_802B6198_E24768.s | 0 .../code_E245D0/func_802B6230_E24800.s | 0 .../code_E24920/func_802B6000_E24920.s | 0 .../code_E24920/func_802B61C0_E24AE0.s | 0 .../code_E24920/func_802B62CC_E24BEC.s | 0 .../code_E24920/func_802B644C_E24D6C.s | 0 .../code_E24ED0/func_802B6000_E24ED0.s | 0 .../code_E24ED0/func_802B6048_E24F18.s | 0 .../code_E24ED0/func_802B62A4_E25174.s | 0 .../code_E24ED0/func_802B66A8_E25578.s | 0 .../code_E24ED0/func_802B6820_E256F0.s | 0 .../code_E25D60/func_802B6000_E25D60.s | 0 .../code_E26710/func_802B6000_E26710.s | 0 .../code_E26710/func_802B65F8_E26D08.s | 0 .../code_E26DE0/func_802B6000_E26DE0.s | 0 .../code_E26DE0/func_802B6648_E27428.s | 0 .../code_E27510/func_802B6000_E27510.s | 0 .../code_E27510/func_802B6060_E27570.s | 0 .../code_E27C90/func_802B6000_E27C90.s | 0 .../code_E27F40/func_802B6000_E27F40.s | 0 .../code_E287F0/func_802B6000_E287F0.s | 0 .../code_E28A30/func_802B6000_E28A30.s | 0 .../code_E28A30/func_802B609C_E28ACC.s | 0 .../code_E28A30/func_802B6350_E28D80.s | 0 .../code_E28A30/func_802B63D4_E28E04.s | 0 .../code_E28A30/func_802B6478_E28EA8.s | 0 .../code_E28A30/func_802B6508_E28F38.s | 0 .../code_E28A30/func_802B6638_E29068.s | 0 .../code_E291A0/func_802B6000_E291A0.s | 0 .../code_E29470/func_802B6000_E29470.s | 0 .../code_E29470/func_802B60A4_E29514.s | 0 .../code_E2A340/func_802B6000_E2A340.s | 0 .../code_E2A6B0/func_802B6000_E2A6B0.s | 0 .../code_E2A6B0/func_802B6120_E2A7D0.s | 0 .../code_E2A6B0/func_802B6CF0_E2B3A0.s | 0 .../code_E2B530/func_802BAE00_E2B530.s | 0 .../code_E2B530/func_802BB044_E2B774.s | 0 .../code_E2B530/func_802BB1E8_E2B918.s | 0 .../code_E2B530/func_802BB62C_E2BD5C.s | 0 .../code_E2B530/func_802BB664_E2BD94.s | 0 .../code_E2B530/func_802BB69C_E2BDCC.s | 0 .../code_E2B530/func_802BB6D4_E2BE04.s | 0 .../code_E2BE40/func_802BB710_E2BE40.s | 0 .../code_E2BE40/func_802BB870_E2BFA0.s | 0 .../code_E2BE40/func_802BB8A4_E2BFD4.s | 0 .../code_E2BE40/func_802BBE3C_E2C56C.s | 0 .../code_E2BE40/func_802BC148_E2C878.s | 0 .../code_E2BE40/func_802BC1A8_E2C8D8.s | 0 .../code_E2C930/func_802BC200_E2C930.s | 0 .../code_E2C930/func_802BC3A8_E2CAD8.s | 0 .../code_E2C930/func_802BC3DC_E2CB0C.s | 0 .../code_E2C930/func_802BC974_E2D0A4.s | 0 .../code_E2C930/func_802BCC80_E2D3B0.s | 0 .../code_E2D730/func_802BAE00_E2D730.s | 0 .../code_E2D730/func_802BB000_E2D930.s | 0 .../code_E2D730/func_802BB0A0_E2D9D0.s | 0 .../code_E2D730/func_802BB228_E2DB58.s | 0 .../code_E2D730/func_802BB298_E2DBC8.s | 0 .../code_E2D730/func_802BB314_E2DC44.s | 0 .../code_E2D730/func_802BB34C_E2DC7C.s | 0 .../code_E2D730/func_802BB374_E2DCA4.s | 0 .../code_E2D730/func_802BB648_E2DF78.s | 0 .../code_E2D730/func_802BB6E0_E2E010.s | 0 .../code_E2D730/func_802BB778_E2E0A8.s | 0 .../code_E2D730/func_802BB78C_E2E0BC.s | 0 .../code_E2D730/func_802BB8D4_E2E204.s | 0 .../code_E2D730/func_802BB98C_E2E2BC.s | 0 .../code_E2D730/func_802BB9E0_E2E310.s | 0 .../code_E2E5F0/func_802BBCC0_E2E5F0.s | 0 .../code_E2E5F0/func_802BBD1C_E2E64C.s | 0 .../code_E2E5F0/func_802BBD78_E2E6A8.s | 0 .../code_E2E5F0/func_802BBE8C_E2E7BC.s | 0 .../code_E2E5F0/func_802BC00C_E2E93C.s | 0 .../code_E2E5F0/func_802BC050_E2E980.s | 0 .../code_E2E5F0/func_802BC0B8_E2E9E8.s | 0 .../code_E2E5F0/func_802BC0F0_E2EA20.s | 0 .../code_E2E5F0/func_802BC17C_E2EAAC.s | 0 .../code_E2E5F0/func_802BC1D0_E2EB00.s | 0 .../code_E2E5F0/func_802BC220_E2EB50.s | 0 .../code_E2E5F0/func_802BC250_E2EB80.s | 0 .../code_E2E5F0/func_802BC274_E2EBA4.s | 0 .../code_E2E5F0/func_802BC2B4_E2EBE4.s | 0 .../code_E2E5F0/func_802BC308_E2EC38.s | 0 .../code_E2E5F0/func_802BC32C_E2EC5C.s | 0 .../code_E2E5F0/func_802BC358_E2EC88.s | 0 .../code_E2E5F0/func_802BC37C_E2ECAC.s | 0 .../code_E2E5F0/func_802BC3A0_E2ECD0.s | 0 .../code_E2E5F0/func_802BC3CC_E2ECFC.s | 0 .../code_E2E5F0/func_802BC3E4_E2ED14.s | 0 .../code_E2EDE0/func_802BC4B0_E2EDE0.s | 0 .../code_E2EDE0/func_802BC630_E2EF60.s | 0 .../code_E2EDE0/func_802BC658_E2EF88.s | 0 .../code_E2F750/func_802BAE00_E2F750.s | 0 .../code_E2F750/func_802BAF84_E2F8D4.s | 0 .../code_E2F750/func_802BB108_E2FA58.s | 0 .../code_E2F750/func_802BB3B8_E2FD08.s | 0 .../code_E2F750/func_802BB704_E30054.s | 0 .../code_E2F750/func_802BB76C_E300BC.s | 0 .../code_E2F750/func_802BB7E0_E30130.s | 0 .../code_E2F750/func_802BB8E4_E30234.s | 0 .../code_E2F750/func_802BBA60_E303B0.s | 0 .../code_E2F750/func_802BBDB8_E30708.s | 0 .../code_E2F750/func_802BBE14_E30764.s | 0 .../code_E307C0/func_802BBE70_E307C0.s | 0 .../code_E307C0/func_802BC2BC_E30C0C.s | 0 .../code_E307C0/func_802BC4B8_E30E08.s | 0 .../code_E307C0/func_802BC514_E30E64.s | 0 .../code_E307C0/func_802BC558_E30EA8.s | 0 .../code_E307C0/func_802BC570_E30EC0.s | 0 .../code_E307C0/func_802BC99C_E312EC.s | 0 .../code_E307C0/func_802BC9CC_E3131C.s | 0 .../code_E307C0/func_802BC9FC_E3134C.s | 0 .../code_EA0C10/func_80240310_EA0C10.s | 0 .../code_EA0C10/func_8024037C_EA0C7C.s | 0 .../code_EA0C10/func_802403EC_EA0CEC.s | 0 .../code_EA0C10/func_802404C4_EA0DC4.s | 0 .../code_EA0C10/func_80240518_EA0E18.s | 0 .../code_EA0C10/func_802406CC_EA0FCC.s | 0 .../code_EA0C10/func_8024097C_EA127C.s | 0 .../code_EA0C10/func_80240C5C_EA155C.s | 0 .../code_EA0C10/func_80240CC8_EA15C8.s | 0 .../code_EA0C10/func_80240DC4_EA16C4.s | 0 .../code_EA0C10/func_80241804_EA2104.s | 0 .../code_EA0C10/func_80241894_EA2194.s | 0 .../code_EA0C10/func_80241994_EA2294.s | 0 .../code_EA0C10/func_802419F4_EA22F4.s | 0 .../code_EA0C10/func_80241AE0_EA23E0.s | 0 .../code_EA0C10/func_80241D68_EA2668.s | 0 .../code_EA0C10/func_80241DE4_EA26E4.s | 0 .../code_EA0C10/func_80241F18_EA2818.s | 0 .../code_EA0C10/func_8024207C_EA297C.s | 0 .../code_EA0C10/func_802420FC_EA29FC.s | 0 .../code_EA0C10/func_80242568_EA2E68.s | 0 .../code_EA0C10/func_802425B0_EA2EB0.s | 0 .../code_EA0C10/func_80242608_EA2F08.s | 0 .../code_EA0C10/func_8024267C_EA2F7C.s | 0 .../code_EA0C10/func_80242730_EA3030.s | 0 .../code_EA0C10/func_80242794_EA3094.s | 0 .../code_EA0C10/func_802427F0_EA30F0.s | 0 .../code_EA0C10/func_802429C0_EA32C0.s | 0 .../code_EA0C10/func_80242A14_EA3314.s | 0 .../code_EA0C10/func_80242A4C_EA334C.s | 0 .../code_EA0C10/func_80242AE8_EA33E8.s | 0 .../code_EA0C10/func_80242BD8_EA34D8.s | 0 .../code_EA0C10/func_80242D64_EA3664.s | 0 .../code_EA0C10/func_80242DA8_EA36A8.s | 0 .../code_EA36E0/func_80242DE0_EA36E0.s | 0 .../code_EA36E0/func_80242E00_EA3700.s | 0 .../code_EA36E0/func_80242E2C_EA372C.s | 0 .../code_EA36E0/func_80242EC4_EA37C4.s | 0 .../code_EA36E0/func_80242F64_EA3864.s | 0 .../code_EA36E0/func_80242F9C_EA389C.s | 0 .../code_EA36E0/func_80243054_EA3954.s | 0 .../code_EA36E0/func_802430E4_EA39E4.s | 0 .../code_EA6FD0/func_80240000_EA6FD0.s | 0 .../code_EA7010/func_80240040_EA7010.s | 0 .../code_EA7010/func_80240164_EA7134.s | 0 .../code_EA7320/func_80240350_EA7320.s | 0 .../code_EA7320/func_8024036C_EA733C.s | 0 .../code_EA7320/func_80240388_EA7358.s | 0 .../code_EA8AE0/func_8024030C_EA8DEC.s | 0 .../code_EA8AE0/func_80240358_EA8E38.s | 0 .../code_EA8AE0/func_802404B8_EA8F98.s | 0 .../code_EA8AE0/func_802408C8_EA93A8.s | 0 .../code_EA8AE0/func_80240908_EA93E8.s | 0 .../code_EA8AE0/func_80240A14_EA94F4.s | 0 .../code_EA8AE0/func_80240B00_EA95E0.s | 0 .../code_EA8AE0/func_80240BD4_EA96B4.s | 0 .../code_EA8AE0/func_80240CD8_EA97B8.s | 0 .../code_EA8AE0/func_80240DA4_EA9884.s | 0 .../code_EA8AE0/func_80240E2C_EA990C.s | 0 .../code_EA8AE0/func_802413C0_EA9EA0.s | 0 .../code_EA8AE0/func_802413FC_EA9EDC.s | 0 .../code_EA8AE0/func_8024140C_EA9EEC.s | 0 .../code_EA8AE0/func_80241468_EA9F48.s | 0 .../code_EA8AE0/func_8024151C_EA9FFC.s | 0 .../code_EA8AE0/func_80241580_EAA060.s | 0 .../code_EA8AE0/func_802415DC_EAA0BC.s | 0 .../code_EA8AE0/func_802417AC_EAA28C.s | 0 .../code_EA8AE0/func_80241800_EAA2E0.s | 0 .../code_EA8AE0/func_80241838_EAA318.s | 0 .../code_EA8AE0/func_802418D4_EAA3B4.s | 0 .../code_EA8AE0/func_802419C4_EAA4A4.s | 0 .../code_EA8AE0/func_80241B50_EAA630.s | 0 .../code_EA8AE0/func_80241B94_EAA674.s | 0 .../code_EA8AE0/func_80241BC0_EAA6A0.s | 0 .../code_EB1170/func_80240310_EB1170.s | 0 .../code_EB1170/func_802403C4_EB1224.s | 0 .../code_EB1170/func_80240428_EB1288.s | 0 .../code_EB1170/func_80240484_EB12E4.s | 0 .../code_EB1170/func_80240654_EB14B4.s | 0 .../code_EB1170/func_802406A8_EB1508.s | 0 .../code_EB1170/func_802406E0_EB1540.s | 0 .../code_EB1170/func_8024077C_EB15DC.s | 0 .../code_EB1170/func_8024086C_EB16CC.s | 0 .../code_EB1170/func_802409F8_EB1858.s | 0 .../code_EB1170/func_80240A3C_EB189C.s | 0 .../code_EB1170/func_80240A68_EB18C8.s | 0 .../code_EB1170/func_80240A8C_EB18EC.s | 0 .../code_EB5130/func_8024030C_EB543C.s | 0 .../code_EB5470/func_80240340_EB5470.s | 0 .../code_EB5470/func_8024036C_EB549C.s | 0 .../code_EB7540/func_80240310_EB7540.s | 0 .../code_EB7540/func_802403D8_EB7608.s | 0 .../code_EB7540/func_80240478_EB76A8.s | 0 .../code_EB7540/func_80240504_EB7734.s | 0 .../code_EB7540/func_80240520_EB7750.s | 0 .../code_EB8E50/func_80240000_EB8E50.s | 0 .../code_EB8E90/func_80240040_EB8E90.s | 0 .../code_EB8E90/func_80240198_EB8FE8.s | 0 .../code_EB8E90/func_80240440_EB9290.s | 0 .../code_EB8E90/func_80240500_EB9350.s | 0 .../code_EB8E90/func_802406BC_EB950C.s | 0 .../code_EB8E90/func_80240770_EB95C0.s | 0 .../code_EB8E90/func_802407E4_EB9634.s | 0 .../code_EB8E90/func_8024085C_EB96AC.s | 0 .../code_EB8E90/func_8024098C_EB97DC.s | 0 .../code_EB8E90/func_80240AAC_EB98FC.s | 0 .../code_EB8E90/func_80240B14_EB9964.s | 0 .../code_EB8E90/func_80240BD4_EB9A24.s | 0 .../code_EB8E90/func_80240EFC_EB9D4C.s | 0 .../code_EB9D90/func_80240F40_EB9D90.s | 0 .../code_EB9D90/func_80240FB0_EB9E00.s | 0 .../code_EB9D90/func_802410E4_EB9F34.s | 0 .../code_EB9D90/func_8024121C_EBA06C.s | 0 .../code_EB9D90/func_802413AC_EBA1FC.s | 0 .../code_EB9D90/func_802413CC_EBA21C.s | 0 .../code_EB9D90/func_802413EC_EBA23C.s | 0 .../code_EC2200/func_80240000_EC2200.s | 0 .../code_EC2240/func_80240040_EC2240.s | 0 .../code_EC2240/func_802400F4_EC22F4.s | 0 .../code_EC2240/func_80240158_EC2358.s | 0 .../code_EC2610/func_80240410_EC2610.s | 0 .../code_EC2610/func_80240480_EC2680.s | 0 .../code_EC71B0/func_8024030C_EC74BC.s | 0 .../code_EC71B0/func_80240344_EC74F4.s | 0 .../code_EC7590/func_802403E0_EC7590.s | 0 .../code_EC7590/func_80240450_EC7600.s | 0 .../code_EC7590/func_8024061C_EC77CC.s | 0 .../code_EC7590/func_802406D0_EC7880.s | 0 .../code_EC9D00/func_80240000_EC9D00.s | 0 .../code_EC9D00/func_8024001C_EC9D1C.s | 0 .../code_EC9D00/func_8024003C_EC9D3C.s | 0 .../code_EC9D00/func_80240068_EC9D68.s | 0 .../code_EC9D00/func_802400D4_EC9DD4.s | 0 .../code_EC9D00/func_80240120_EC9E20.s | 0 .../code_EC9D00/func_802401CC_EC9ECC.s | 0 .../code_EC9D00/func_8024041C_ECA11C.s | 0 .../code_EC9D00/func_80240448_ECA148.s | 0 .../code_EC9D00/func_80240480_ECA180.s | 0 .../code_EC9D00/func_80240510_ECA210.s | 0 .../code_EC9D00/func_80240544_ECA244.s | 0 .../code_EC9D00/func_802405A8_ECA2A8.s | 0 .../code_EC9D00/func_80240600_ECA300.s | 0 .../code_EC9D00/func_80240B38_ECA838.s | 0 .../code_EC9D00/func_80240D08_ECAA08.s | 0 .../code_ECAA40/func_80240D40_ECAA40.s | 0 .../code_ECAA80/func_80240D80_ECAA80.s | 0 .../code_ECAA80/func_80241364_ECB064.s | 0 .../code_ECAA80/func_802414C8_ECB1C8.s | 0 .../code_ECAA80/func_8024150C_ECB20C.s | 0 .../code_ECAA80/func_80241770_ECB470.s | 0 .../code_ECAA80/func_802417CC_ECB4CC.s | 0 .../code_ECAA80/func_8024199C_ECB69C.s | 0 .../code_ECAA80/func_802419F0_ECB6F0.s | 0 .../code_ECAA80/func_80241A28_ECB728.s | 0 .../code_ECAA80/func_80241AC4_ECB7C4.s | 0 .../code_ECAA80/func_80241B88_ECB888.s | 0 .../code_ECAA80/func_80241BF8_ECB8F8.s | 0 .../code_ECB930/func_80241C30_ECB930.s | 0 .../code_ECB930/func_80241CA0_ECB9A0.s | 0 .../code_ECBB70/func_80241E70_ECBB70.s | 0 .../code_ECFFF0/func_80240000_ECFFF0.s | 0 .../code_ED0030/func_80240040_ED0030.s | 0 .../code_ED00D0/func_802400E0_ED00D0.s | 0 .../code_ED00D0/func_80240150_ED0140.s | 0 .../code_ED0310/func_80240320_ED0310.s | 0 .../code_ED0310/func_802404D0_ED04C0.s | 0 .../code_ED0310/func_80240AF8_ED0AE8.s | 0 .../code_ED0310/func_80240BB8_ED0BA8.s | 0 .../code_ED0310/func_80240EFC_ED0EEC.s | 0 .../code_ED0310/func_80240F74_ED0F64.s | 0 .../code_ED0310/func_80241114_ED1104.s | 0 .../code_ED0310/func_80241178_ED1168.s | 0 .../code_ED0310/func_80241508_ED14F8.s | 0 .../code_ED0310/func_8024162C_ED161C.s | 0 .../code_ED4220/func_80240000_ED4220.s | 0 .../code_ED4260/func_80240040_ED4260.s | 0 .../code_ED42A0/func_80240080_ED42A0.s | 0 .../code_ED42A0/func_80240134_ED4354.s | 0 .../code_ED42A0/func_80240198_ED43B8.s | 0 .../code_ED42A0/func_802402BC_ED44DC.s | 0 .../code_ED46D0/func_802404B0_ED46D0.s | 0 .../code_ED46D0/func_80240B10_ED4D30.s | 0 .../nonmatchings/code_ED510/EnableGroup.s | 0 .../code_ED510/ModifyColliderFlags.s | 0 .../nonmatchings/code_ED510/ResetFromLava.s | 0 .../nonmatchings/code_ED510/RotateGroup.s | 0 .../asm}/nonmatchings/code_ED510/ScaleGroup.s | 0 .../asm}/nonmatchings/code_ED510/ScaleModel.s | 0 .../nonmatchings/code_ED510/SetModelFlags.s | 0 .../nonmatchings/code_ED510/SetZoneEnabled.s | 0 .../nonmatchings/code_ED510/TranslateGroup.s | 0 .../nonmatchings/code_ED510/TranslateModel.s | 0 .../nonmatchings/code_ED510/func_802C90FC.s | 0 .../nonmatchings/code_ED510/func_802C95A0.s | 0 .../nonmatchings/code_ED510/func_802C9FD4.s | 0 .../asm}/nonmatchings/code_ED510/goto_map.s | 0 .../code_ED510/modify_collider_family_flags.s | 0 .../code_ED510/set_zone_enabled.s | 0 .../code_ED5540/func_80241320_ED5540.s | 0 .../code_ED5540/func_80241390_ED55B0.s | 0 .../code_ED8E20/func_80240000_ED8E20.s | 0 .../code_ED8E20/func_80240020_ED8E40.s | 0 .../code_ED8E20/func_80240034_ED8E54.s | 0 .../code_ED8E20/func_802400F0_ED8F10.s | 0 .../code_ED8E20/func_80240208_ED9028.s | 0 .../code_ED8E20/func_80240274_ED9094.s | 0 .../code_ED8E20/func_80240318_ED9138.s | 0 .../code_EDBFE0/func_80240000_EDBFE0.s | 0 .../code_EDC020/func_80240040_EDC020.s | 0 .../code_EDC020/func_802400B0_EDC090.s | 0 .../code_EDC020/func_8024027C_EDC25C.s | 0 .../code_EDC020/func_80240330_EDC310.s | 0 .../code_EDC020/func_80240394_EDC374.s | 0 .../code_EDC020/func_802403F0_EDC3D0.s | 0 .../code_EDC020/func_802405C0_EDC5A0.s | 0 .../code_EDC020/func_80240614_EDC5F4.s | 0 .../code_EDC020/func_8024064C_EDC62C.s | 0 .../code_EDE9C0/func_80240000_EDE9C0.s | 0 .../code_EDEA00/func_80240040_EDEA00.s | 0 .../code_EDEA00/func_802401C4_EDEB84.s | 0 .../code_EDEA00/func_80240374_EDED34.s | 0 .../code_EDEA00/func_8024099C_EDF35C.s | 0 .../code_EDEA00/func_80240A5C_EDF41C.s | 0 .../code_EDEA00/func_80240DA0_EDF760.s | 0 .../code_EDEA00/func_80240E18_EDF7D8.s | 0 .../code_EDEA00/func_80240FB8_EDF978.s | 0 .../code_EDEA00/func_8024101C_EDF9DC.s | 0 .../code_EDEA00/func_802413AC_EDFD6C.s | 0 .../code_EDEA00/func_802414D0_EDFE90.s | 0 .../code_EDEA00/func_802416E8_EE00A8.s | 0 .../code_EDEA00/func_80241730_EE00F0.s | 0 .../code_EDEA00/func_80241B94_EE0554.s | 0 .../code_EDEA00/func_80241DE4_EE07A4.s | 0 .../code_EDEA00/func_802422F0_EE0CB0.s | 0 .../code_EDEA00/func_8024236C_EE0D2C.s | 0 .../code_EDEA00/func_802424A0_EE0E60.s | 0 .../code_EDEA00/func_80242604_EE0FC4.s | 0 .../code_EDEA00/func_80242684_EE1044.s | 0 .../code_EDEA00/func_80242AF0_EE14B0.s | 0 .../code_EDEA00/func_80243470_EE1E30.s | 0 .../code_EDEA00/func_80243584_EE1F44.s | 0 .../pause_interp_text_scroll_EE1DD8.s | 0 .../code_EE2040/func_80243680_EE2040.s | 0 .../code_EE65B0/func_8024030C_EE68BC.s | 0 .../code_EE65B0/func_80240340_EE68F0.s | 0 .../code_EE65B0/func_802403D4_EE6984.s | 0 .../code_EE65B0/func_8024042C_EE69DC.s | 0 .../code_EE65B0/func_8024046C_EE6A1C.s | 0 .../code_EE65B0/func_80240504_EE6AB4.s | 0 .../code_EE65B0/func_802407D4_EE6D84.s | 0 .../code_EE70C0/func_80240B10_EE70C0.s | 0 .../code_EE70C0/func_80240CC0_EE7270.s | 0 .../code_EE70C0/func_802412E8_EE7898.s | 0 .../code_EE70C0/func_802413A8_EE7958.s | 0 .../code_EE70C0/func_802416EC_EE7C9C.s | 0 .../code_EE70C0/func_80241764_EE7D14.s | 0 .../code_EE70C0/func_80241904_EE7EB4.s | 0 .../code_EE70C0/func_80241968_EE7F18.s | 0 .../code_EE70C0/func_80241CF8_EE82A8.s | 0 .../code_EE70C0/func_80241E1C_EE83CC.s | 0 .../code_EE70C0/func_80242034_EE85E4.s | 0 .../code_EE70C0/func_80242090_EE8640.s | 0 .../code_EE70C0/func_80242260_EE8810.s | 0 .../code_EE70C0/func_802422B4_EE8864.s | 0 .../code_EE70C0/func_802422EC_EE889C.s | 0 .../code_EE8940/func_80242390_EE8940.s | 0 .../code_EED100/func_80240000_EED100.s | 0 .../code_EED140/func_80240040_EED140.s | 0 .../code_EED1E0/func_802400E0_EED1E0.s | 0 .../code_EED1E0/func_802400FC_EED1FC.s | 0 .../code_EED1E0/func_8024011C_EED21C.s | 0 .../code_EED1E0/func_80240148_EED248.s | 0 .../code_EED1E0/func_802401B4_EED2B4.s | 0 .../code_EED1E0/func_80240200_EED300.s | 0 .../code_EED1E0/func_802402AC_EED3AC.s | 0 .../code_EED1E0/func_802404FC_EED5FC.s | 0 .../code_EED1E0/func_80240528_EED628.s | 0 .../code_EED1E0/func_80240560_EED660.s | 0 .../code_EED1E0/func_802405F0_EED6F0.s | 0 .../code_EED1E0/func_80240624_EED724.s | 0 .../code_EED1E0/func_80240688_EED788.s | 0 .../code_EED1E0/func_802406E0_EED7E0.s | 0 .../code_EED1E0/func_80240C18_EEDD18.s | 0 .../code_EED1E0/func_80240DE8_EEDEE8.s | 0 .../code_EED1E0/func_80240E18_EEDF18.s | 0 .../code_EEDF50/func_80240E50_EEDF50.s | 0 .../code_EEDF50/func_80241000_EEE100.s | 0 .../code_EEDF50/func_80241628_EEE728.s | 0 .../code_EEDF50/func_802416E8_EEE7E8.s | 0 .../code_EEDF50/func_80241A2C_EEEB2C.s | 0 .../code_EEDF50/func_80241AA4_EEEBA4.s | 0 .../code_EEDF50/func_80241C44_EEED44.s | 0 .../code_EEDF50/func_80241CA8_EEEDA8.s | 0 .../code_EEDF50/func_80242038_EEF138.s | 0 .../code_EEDF50/func_8024215C_EEF25C.s | 0 .../code_EEDF50/func_80242374_EEF474.s | 0 .../code_EEDF50/func_802424A4_EEF5A4.s | 0 .../code_EEDF50/func_80242724_EEF824.s | 0 .../code_EEDF50/func_80242780_EEF880.s | 0 .../code_EEFAA0/func_802429A0_EEFAA0.s | 0 .../code_EF2610/func_80240000_EF2610.s | 0 .../code_EF2680/func_80240070_EF2680.s | 0 .../code_EF2680/func_80240220_EF2830.s | 0 .../code_EF2680/func_80240848_EF2E58.s | 0 .../code_EF2680/func_80240908_EF2F18.s | 0 .../code_EF2680/func_80240C4C_EF325C.s | 0 .../code_EF2680/func_80240CC4_EF32D4.s | 0 .../code_EF2680/func_80240E64_EF3474.s | 0 .../code_EF2680/func_80240EC8_EF34D8.s | 0 .../code_EF2680/func_80241258_EF3868.s | 0 .../code_EF2680/func_8024137C_EF398C.s | 0 .../code_EF2680/func_80241594_EF3BA4.s | 0 .../code_EF2680/func_802415DC_EF3BEC.s | 0 .../code_EF2680/func_80241A40_EF4050.s | 0 .../code_EF2680/func_80241C90_EF42A0.s | 0 .../code_EF2680/func_8024219C_EF47AC.s | 0 .../code_EF2680/func_80242218_EF4828.s | 0 .../code_EF2680/func_8024234C_EF495C.s | 0 .../code_EF2680/func_802424B0_EF4AC0.s | 0 .../code_EF2680/func_80242530_EF4B40.s | 0 .../code_EF2680/func_8024299C_EF4FAC.s | 0 .../code_EF7A80/func_8024030C_EF7D8C.s | 0 .../code_EF7A80/func_80240340_EF7DC0.s | 0 .../code_EF7A80/func_80240394_EF7E14.s | 0 .../code_EF7FB0/func_80240530_EF7FB0.s | 0 .../code_EF8010/func_80240590_EF8010.s | 0 .../code_EF8010/func_80240600_EF8080.s | 0 .../code_EFEB00/func_8024030C_EFEE0C.s | 0 .../code_EFEB00/func_80240340_EFEE40.s | 0 .../code_EFEB00/func_802404D0_EFEFD0.s | 0 .../code_EFEB00/func_80240540_EFF040.s | 0 .../code_EFEB00/func_80240660_EFF160.s | 0 .../code_EFEB00/func_80240784_EFF284.s | 0 .../code_EFEB00/func_802407B0_EFF2B0.s | 0 .../nonmatchings/code_F5750/PlayerFaceNpc.s | 0 .../code_F5750/SetPlayerAnimation.s | 0 .../nonmatchings/code_F5750/UseEntryHeading.s | 0 .../nonmatchings/code_F5750/UseExitHeading.s | 0 .../nonmatchings/code_F5750/func_802D1270.s | 0 .../nonmatchings/code_F5750/func_802D1380.s | 0 .../nonmatchings/code_F5750/func_802D23F8.s | 0 .../nonmatchings/code_F5750/func_802D2520.s | 0 .../nonmatchings/code_F5750/func_802D2884.s | 0 .../nonmatchings/code_F5750/func_802D2D30.s | 0 .../nonmatchings/code_F5750/func_802D2ED4.s | 0 .../nonmatchings/code_F5750/func_802D2F34.s | 0 .../nonmatchings/code_F5750/func_802D2FCC.s | 0 .../nonmatchings/code_F5750/func_802D3028.s | 0 .../nonmatchings/code_F5750/func_802D31E0.s | 0 .../nonmatchings/code_F5750/func_802D3398.s | 0 .../nonmatchings/code_F5750/func_802D33D4.s | 0 .../nonmatchings/code_F5750/func_802D3624.s | 0 .../nonmatchings/code_F5750/func_802D3674.s | 0 .../nonmatchings/code_F5750/func_802D36E0.s | 0 .../nonmatchings/code_F5750/func_802D378C.s | 0 .../nonmatchings/code_F5750/func_802D3840.s | 0 .../nonmatchings/code_F5750/func_802D38EC.s | 0 .../nonmatchings/code_F5750/func_802D3998.s | 0 .../nonmatchings/code_F5750/func_802D39FC.s | 0 .../nonmatchings/code_F5750/func_802D3A60.s | 0 .../nonmatchings/code_F5750/func_802D3C58.s | 0 .../nonmatchings/code_F5750/func_802D3EB8.s | 0 .../nonmatchings/code_F5750/func_802D3F74.s | 0 .../nonmatchings/code_F5750/func_802D3FC8.s | 0 .../nonmatchings/code_F5750/func_802D4050.s | 0 .../nonmatchings/code_F5750/func_802D417C.s | 0 .../nonmatchings/code_F5750/func_802D420C.s | 0 .../nonmatchings/code_F5750/func_802D42AC.s | 0 .../nonmatchings/code_F5750/func_802D4364.s | 0 .../nonmatchings/code_F5750/func_802D43F4.s | 0 .../nonmatchings/code_F5750/func_802D4434.s | 0 .../nonmatchings/code_F5750/func_802D4488.s | 0 .../nonmatchings/code_F5750/func_802D4560.s | 0 .../nonmatchings/code_F5750/player_jump.s | 0 .../asm}/nonmatchings/code_FBE10/PlayEffect.s | 0 .../asm}/nonmatchings/code_FBE10/ShowEmote.s | 0 .../nonmatchings/code_FBE10/ShowSleepBubble.s | 0 .../nonmatchings/code_FBE10/func_802D7690.s | 0 .../nonmatchings/code_FBE10/func_802D7E08.s | 0 .../nonmatchings/code_FBE10/func_802D8248.s | 0 .../code_a5dd0_len_114e0/AssignAreaFlag.s | 0 .../code_a5dd0_len_114e0/AssignBlockFlag.s | 0 .../code_a5dd0_len_114e0/AssignCrateFlag.s | 0 .../code_a5dd0_len_114e0/AssignPanelFlag.s | 0 .../code_a5dd0_len_114e0/AssignScript.s | 0 .../code_a5dd0_len_114e0/MakeEntity.s | 0 .../code_a5dd0_len_114e0/UseDynamicShadow.s | 0 .../_load_model_textures.s | 0 .../code_a5dd0_len_114e0/_set_game_mode.s | 0 .../code_a5dd0_len_114e0/appendGfx_model.s | 0 .../appendGfx_model_group.s | 0 .../calculate_model_sizes.s | 0 .../code_a5dd0_len_114e0/clear_entity_data.s | 0 .../code_a5dd0_len_114e0/clear_model_data.s | 0 .../code_a5dd0_len_114e0/clone_model.s | 0 .../code_a5dd0_len_114e0/create_entity.s | 0 .../create_entity_shadow.s | 0 .../create_shadow_from_data.s | 0 .../code_a5dd0_len_114e0/create_shadow_type.s | 0 .../code_a5dd0_len_114e0/delete_entity.s | 0 .../delete_entity_and_unload_data.s | 0 .../code_a5dd0_len_114e0/disable_world_fog.s | 0 .../code_a5dd0_len_114e0/enable_world_fog.s | 0 .../entity_get_collision_flags.s | 0 .../exec_entity_updatecmd.s | 0 .../code_a5dd0_len_114e0/func_8010FE44.s | 0 .../code_a5dd0_len_114e0/func_80110678.s | 0 .../code_a5dd0_len_114e0/func_8011085C.s | 0 .../code_a5dd0_len_114e0/func_801109DC.s | 0 .../code_a5dd0_len_114e0/func_80110BCC.s | 0 .../code_a5dd0_len_114e0/func_80110BF8.s | 0 .../code_a5dd0_len_114e0/func_80110E58.s | 0 .../code_a5dd0_len_114e0/func_80110F10.s | 0 .../code_a5dd0_len_114e0/func_801110B4.s | 0 .../code_a5dd0_len_114e0/func_80111790.s | 0 .../code_a5dd0_len_114e0/func_801117DC.s | 0 .../code_a5dd0_len_114e0/func_80111E9C.s | 0 .../code_a5dd0_len_114e0/func_80112328.s | 0 .../code_a5dd0_len_114e0/func_80112344.s | 0 .../code_a5dd0_len_114e0/func_801125E8.s | 0 .../code_a5dd0_len_114e0/func_80112B20.s | 0 .../code_a5dd0_len_114e0/func_80112B98.s | 0 .../code_a5dd0_len_114e0/func_80112D84.s | 0 .../code_a5dd0_len_114e0/func_80112DD4.s | 0 .../code_a5dd0_len_114e0/func_80112DFC.s | 0 .../code_a5dd0_len_114e0/func_80112E24.s | 0 .../code_a5dd0_len_114e0/func_80112E4C.s | 0 .../code_a5dd0_len_114e0/func_80112EEC.s | 0 .../code_a5dd0_len_114e0/func_80112FC4.s | 0 .../code_a5dd0_len_114e0/func_80114B58.s | 0 .../code_a5dd0_len_114e0/func_80115498.s | 0 .../code_a5dd0_len_114e0/func_80116674.s | 0 .../code_a5dd0_len_114e0/func_80116698.s | 0 .../code_a5dd0_len_114e0/func_80117D00.s | 0 .../code_a5dd0_len_114e0/func_80117E74.s | 0 .../code_a5dd0_len_114e0/func_8011800C.s | 0 .../code_a5dd0_len_114e0/func_801180E8.s | 0 .../code_a5dd0_len_114e0/func_8011B090.s | 0 .../code_a5dd0_len_114e0/func_8011B1C0.s | 0 .../code_a5dd0_len_114e0/func_8011B1D8.s | 0 .../code_a5dd0_len_114e0/func_8011B37C.s | 0 .../code_a5dd0_len_114e0/func_8011B5D0.s | 0 .../code_a5dd0_len_114e0/func_8011B660.s | 0 .../code_a5dd0_len_114e0/func_8011B7C0.s | 0 .../code_a5dd0_len_114e0/func_8011B950.s | 0 .../code_a5dd0_len_114e0/func_8011BAE8.s | 0 .../code_a5dd0_len_114e0/func_8011BC7C.s | 0 .../code_a5dd0_len_114e0/func_8011BCB4.s | 0 .../code_a5dd0_len_114e0/func_8011BCD0.s | 0 .../code_a5dd0_len_114e0/func_8011BCEC.s | 0 .../code_a5dd0_len_114e0/func_8011BEB4.s | 0 .../code_a5dd0_len_114e0/func_8011BF14.s | 0 .../code_a5dd0_len_114e0/func_8011BF98.s | 0 .../code_a5dd0_len_114e0/func_8011BFD4.s | 0 .../code_a5dd0_len_114e0/func_8011C028.s | 0 .../code_a5dd0_len_114e0/func_8011C0DC.s | 0 .../code_a5dd0_len_114e0/func_8011C130.s | 0 .../code_a5dd0_len_114e0/func_8011C164.s | 0 .../code_a5dd0_len_114e0/func_8011C2B0.s | 0 .../code_a5dd0_len_114e0/func_8011C2EC.s | 0 .../code_a5dd0_len_114e0/func_8011C32C.s | 0 .../code_a5dd0_len_114e0/func_8011C80C.s | 0 .../code_a5dd0_len_114e0/func_8011CFBC.s | 0 .../code_a5dd0_len_114e0/func_8011D7E4.s | 0 .../code_a5dd0_len_114e0/func_8011D82C.s | 0 .../code_a5dd0_len_114e0/func_8011D890.s | 0 .../code_a5dd0_len_114e0/func_8011D8D0.s | 0 .../code_a5dd0_len_114e0/func_8011D9B8.s | 0 .../get_background_color_blend.s | 0 .../code_a5dd0_len_114e0/get_entity_type.s | 0 .../get_model_center_and_size.s | 0 .../get_model_list_index_from_tree_index.s | 0 .../code_a5dd0_len_114e0/get_model_property.s | 0 .../get_world_fog_color.s | 0 .../get_world_fog_distance.s | 0 .../code_a5dd0_len_114e0/init_model_data.s | 0 .../is_entity_data_loaded.s | 0 .../is_identity_fixed_mtx.s | 0 .../is_world_fog_enabled.s | 0 .../load_area_specific_entity_data.s | 0 .../load_data_for_models.s | 0 .../load_model_textures.s | 0 .../load_model_transforms.s | 0 .../load_simple_entity_data.s | 0 .../load_split_entity_data.s | 0 .../code_a5dd0_len_114e0/load_tile_header.s | 0 .../code_a5dd0_len_114e0/mdl_create_model.s | 0 .../mdl_get_child_count.s | 0 .../code_a5dd0_len_114e0/queue_render_task.s | 0 .../code_a5dd0_len_114e0/render_entities.s | 0 .../code_a5dd0_len_114e0/render_models.s | 0 .../code_a5dd0_len_114e0/render_shadows.s | 0 .../code_a5dd0_len_114e0/render_ui.s | 0 .../code_a5dd0_len_114e0/set_aux_pan_u.s | 0 .../code_a5dd0_len_114e0/set_aux_pan_v.s | 0 .../set_background_color_blend.s | 0 .../set_entity_updatecmd.s | 0 .../code_a5dd0_len_114e0/set_main_pan_u.s | 0 .../code_a5dd0_len_114e0/set_main_pan_v.s | 0 .../code_a5dd0_len_114e0/set_next_game_mode.s | 0 .../set_npc_shadow_scale.s | 0 .../set_peach_shadow_scale.s | 0 .../set_standard_shadow_scale.s | 0 .../set_world_fog_color.s | 0 .../code_a5dd0_len_114e0/set_world_fog_dist.s | 0 .../step_current_game_mode.s | 0 .../step_entity_updatecmd.s | 0 .../test_player_entity_aabb.s | 0 .../code_a5dd0_len_114e0/update_entities.s | 0 .../update_entity_inverse_rotation_matrix.s | 0 .../update_entity_transform_matrix.s | 0 .../update_shadow_transform_matrix.s | 0 .../code_a5dd0_len_114e0/update_shadows.s | 0 .../code_ad90_len_2880/do_camera_type_6.s | 0 .../update_camera_from_zone.s | 0 .../ALT_load_entity_model.s | 0 .../appendGfx_entity_model.s | 0 .../bind_dynamic_entity_3.s | 0 .../bind_dynamic_entity_7.s | 0 .../bind_dynamic_entity_B.s | 0 .../clear_dynamic_entity_list.s | 0 .../clear_entity_model_flags.s | 0 .../clear_entity_models.s | 0 .../draw_entity_model_extra1.s | 0 .../draw_entity_model_extra2.s | 0 .../draw_entity_model_extra3.s | 0 .../draw_entity_model_main.s | 0 .../draw_entity_model_shadow.s | 0 .../free_entity_model_by_index.s | 0 .../free_entity_model_by_ref.s | 0 .../code_b72b0_len_15ed0/func_80122D7C.s | 0 .../code_b72b0_len_15ed0/func_80122F64.s | 0 .../code_b72b0_len_15ed0/func_80122F8C.s | 0 .../code_b72b0_len_15ed0/func_80122FB8.s | 0 .../code_b72b0_len_15ed0/func_801234E0.s | 0 .../code_b72b0_len_15ed0/func_80123550.s | 0 .../code_b72b0_len_15ed0/func_801235C0.s | 0 .../code_b72b0_len_15ed0/init_entity_models.s | 0 .../code_b72b0_len_15ed0/load_entity_model.s | 0 .../render_dynamic_entities.s | 0 .../set_entity_model_flags.s | 0 .../step_entity_rendercmd.s | 0 .../update_dynamic_entities.s | 0 .../update_entity_rendercmd.s | 0 .../_render_transition_stencil.s | 0 .../clear_transition_stencil.s | 0 .../code_cd180_len_38f0/func_80137DC0.s | 0 .../code_cd180_len_38f0/func_80138188.s | 0 .../code_cd180_len_38f0/func_801382AC.s | 0 .../code_cd180_len_38f0/func_801385D4.s | 0 .../render_transition_stencil_lower.s | 0 .../render_transition_stencil_upper.s | 0 .../set_map_transition_effect.s | 0 .../set_transition_stencil_alpha.s | 0 .../set_transition_stencil_center.s | 0 .../set_transition_stencil_center_worldpos.s | 0 .../set_transition_stencil_color.s | 0 .../set_transition_stencil_zoom_0.s | 0 .../set_transition_stencil_zoom_1.s | 0 .../code_d0a70_len_4fe0/func_8013A370.s | 0 .../code_d0a70_len_4fe0/func_8013A37C.s | 0 .../code_d0a70_len_4fe0/func_8013A4D0.s | 0 .../code_d0a70_len_4fe0/func_8013A610.s | 0 .../code_d0a70_len_4fe0/func_8013A650.s | 0 .../code_d0a70_len_4fe0/func_8013A6E8.s | 0 .../code_d0a70_len_4fe0/func_8013A704.s | 0 .../code_d0a70_len_4fe0/func_8013A888.s | 0 .../code_d0a70_len_4fe0/func_8013A8E0.s | 0 .../code_d0a70_len_4fe0/func_8013A920.s | 0 .../code_d0a70_len_4fe0/func_8013A93C.s | 0 .../code_d0a70_len_4fe0/func_8013A9C8.s | 0 .../code_d0a70_len_4fe0/func_8013A9E8.s | 0 .../code_d0a70_len_4fe0/func_8013AA9C.s | 0 .../code_d0a70_len_4fe0/func_8013AF20.s | 0 .../code_d0a70_len_4fe0/func_8013AF70.s | 0 .../code_d0a70_len_4fe0/func_8013B0EC.s | 0 .../code_d0a70_len_4fe0/func_8013B1B0.s | 0 .../code_d0a70_len_4fe0/func_8013BC88.s | 0 .../code_d0a70_len_4fe0/func_8013C048.s | 0 .../code_d0a70_len_4fe0/func_8013C220.s | 0 .../code_d0a70_len_4fe0/func_8013C3F0.s | 0 .../code_d0a70_len_4fe0/func_8013CFA8.s | 0 .../code_d0a70_len_4fe0/func_8013DAB4.s | 0 .../code_d0a70_len_4fe0/func_8013E2F0.s | 0 .../code_d0a70_len_4fe0/func_8013E904.s | 0 .../code_d0a70_len_4fe0/func_8013EE48.s | 0 .../code_d0a70_len_4fe0/func_8013EE68.s | 0 .../code_d0a70_len_4fe0/func_8013F1F8.s | 0 .../code_d5a50_len_5fd0/clear_icon_flags.s | 0 .../code_d5a50_len_5fd0/create_icon.s | 0 .../code_d5a50_len_5fd0/draw_icon_0.s | 0 .../code_d5a50_len_5fd0/draw_icon_1.s | 0 .../code_d5a50_len_5fd0/draw_icon_2.s | 0 .../code_d5a50_len_5fd0/draw_menu_icon.s | 0 .../code_d5a50_len_5fd0/free_icon.s | 0 .../code_d5a50_len_5fd0/func_8013F350.s | 0 .../code_d5a50_len_5fd0/func_8013F704.s | 0 .../code_d5a50_len_5fd0/func_80141100.s | 0 .../code_d5a50_len_5fd0/func_801413F8.s | 0 .../code_d5a50_len_5fd0/func_80141704.s | 0 .../code_d5a50_len_5fd0/func_80142210.s | 0 .../code_d5a50_len_5fd0/func_8014271C.s | 0 .../code_d5a50_len_5fd0/func_80143C48.s | 0 .../code_d5a50_len_5fd0/func_80144218.s | 0 .../code_d5a50_len_5fd0/func_80144238.s | 0 .../code_d5a50_len_5fd0/func_80144258.s | 0 .../code_d5a50_len_5fd0/func_80144278.s | 0 .../code_d5a50_len_5fd0/func_801449DC.s | 0 .../code_d5a50_len_5fd0/func_80144A5C.s | 0 .../code_d5a50_len_5fd0/func_80144C20.s | 0 .../code_d5a50_len_5fd0/func_80144DF4.s | 0 .../code_d5a50_len_5fd0/func_80144E4C.s | 0 .../code_d5a50_len_5fd0/func_80144E74.s | 0 .../code_d5a50_len_5fd0/func_80144F28.s | 0 .../code_d5a50_len_5fd0/func_80144FD8.s | 0 .../code_d5a50_len_5fd0/func_80145070.s | 0 .../code_d5a50_len_5fd0/func_80145108.s | 0 .../code_d5a50_len_5fd0/func_80145184.s | 0 .../code_d5a50_len_5fd0/func_801451D4.s | 0 .../code_d5a50_len_5fd0/func_80145224.s | 0 .../code_d5a50_len_5fd0/func_80145274.s | 0 .../code_d5a50_len_5fd0/func_801452B4.s | 0 .../code_d5a50_len_5fd0/func_801452E8.s | 0 .../code_d5a50_len_5fd0/get_icon_render_pos.s | 0 .../code_d5a50_len_5fd0/get_menu_icon.s | 0 .../get_menu_icon_script.s | 0 .../code_d5a50_len_5fd0/icon_set_opacity.s | 0 .../code_d5a50_len_5fd0/icon_set_tint.s | 0 .../code_d5a50_len_5fd0/init_menu_icon_list.s | 0 .../code_d5a50_len_5fd0/render_menu_icon.s | 0 .../code_d5a50_len_5fd0/render_menu_icons.s | 0 .../code_d5a50_len_5fd0/set_icon_flags.s | 0 .../code_d5a50_len_5fd0/set_icon_render_pos.s | 0 .../set_menu_icon_script.s | 0 .../code_d5a50_len_5fd0/update_menu_icons.s | 0 .../create_camera_lead_player_mtx.s | 0 .../code_d610_len_1330/func_80032210.s | 0 .../code_d610_len_1330/func_800322DC.s | 0 .../code_d610_len_1330/func_800325E4.s | 0 .../code_d610_len_1330/func_800328A4.s | 0 .../code_d610_len_1330/func_80032970.s | 0 .../code_d610_len_1330/func_80032C64.s | 0 .../code_d610_len_1330/get_game_mode.s | 0 .../code_d610_len_1330/set_game_mode.s | 0 .../code_dbd70_len_700/clear_trigger_data.s | 0 .../code_dbd70_len_700/create_trigger.s | 0 .../code_dbd70_len_700/is_trigger_bound.s | 0 .../code_dbd70_len_700/update_triggers.s | 0 .../enable_background_wave.s | 0 .../basic_hidden_window_update.s | 0 .../code_ddaf0_len_c50/basic_window_update.s | 0 .../main_menu_window_update.s | 0 .../code_ddaf0_len_c50/render_window_root.s | 0 .../code_ddaf0_len_c50/render_windows.s | 0 .../set_window_properties.s | 0 .../code_ddaf0_len_c50/set_windows_visible.s | 0 .../code_ddaf0_len_c50/setup_pause_menu_tab.s | 0 .../update_window_hierarchy.s | 0 .../code_ddaf0_len_c50/update_windows.s | 0 .../appendGfx_shaded_sprite.s | 0 .../code_de740_len_23f0/func_80148040.s | 0 .../code_de740_len_23f0/func_801480F0.s | 0 .../code_de740_len_23f0/func_80148154.s | 0 .../render_shaded_sprite.s | 0 .../code_e0b30_len_b80/func_8014A548.s | 0 .../code_e0b30_len_b80/func_8014AC94.s | 0 .../code_e0b30_len_b80/func_8014AD40.s | 0 .../nonmatchings/code_e20eb0/func_802B70B4.s | 0 .../nonmatchings/code_e20eb0/func_802B71C8.s | 0 .../nonmatchings/code_e20eb0/func_802B742C.s | 0 .../code_e79b0_len_1920/func_802C39F8.s | 0 .../code_e79b0_len_1920/func_802C3EE4.s | 0 .../code_e79b0_len_1920/sort_scripts.s | 0 .../code_e79b0_len_1920/start_child_script.s | 0 .../code_e79b0_len_1920/start_script.s | 0 .../code_e79b0_len_1920/update_scripts.s | 0 .../code_ebd0_len_6a0/func_80033BC0.s | 0 .../code_ebd0_len_6a0/step_battle.s | 0 .../code_ef070_len_3400/AdjustCam.s | 0 .../code_ef070_len_3400/LoadSettings.s | 0 .../code_ef070_len_3400/ResetCam.s | 0 .../code_ef070_len_3400/SetCamProperties.s | 0 .../code_ef070_len_3400/ShakeCam.s | 0 .../code_ef070_len_3400/UseSettingsFrom.s | 0 .../code_ef070_len_3400/draw_anim_models.s | 0 .../code_ef070_len_3400/func_802CB008.s | 0 .../code_ef070_len_3400/func_802CD4B4.s | 0 .../code_ef070_len_3400/func_802CD5C0.s | 0 .../code_ef070_len_3400/func_802CD6E0.s | 0 .../code_ef070_len_3400/func_802CD7D8.s | 0 .../code_ef070_len_3400/func_802CD8F8.s | 0 .../code_ef070_len_3400/func_802CD9F0.s | 0 .../code_f2470_len_27f0/BringPartnerOut.s | 0 .../code_f2470_len_27f0/CreateNpc.s | 0 .../code_f2470_len_27f0/InterpNpcYaw.s | 0 .../code_f2470_len_27f0/NpcFaceNpc.s | 0 .../code_f2470_len_27f0/NpcFacePlayer.s | 0 .../code_f2470_len_27f0/NpcFlyTo.s | 0 .../code_f2470_len_27f0/NpcMoveTo.s | 0 .../code_f2470_len_27f0/PutPartnerAway.s | 0 .../code_f2470_len_27f0/_npc_jump_to.s | 0 .../code_f270_len_1190/begin_state_logos.s | 0 .../begin_state_pause_menu.s | 0 .../code_f270_len_1190/func_800343A4.s | 0 .../code_f270_len_1190/func_80034BFC.s | 0 .../code_f270_len_1190/func_80034C3C.s | 0 .../code_f270_len_1190/step_logos.s | 0 .../code_f270_len_1190/step_pause_menu.s | 0 .../code_f4c60_len_4300/ShowChoice.s | 0 .../ShowMessageAtScreenPos.s | 0 .../ShowMessageAtWorldPos.s | 0 .../code_f4c60_len_4300/_show_message.s | 0 .../code_f8f60_len_1560/GetNextPathPos.s | 0 .../code_f8f60_len_1560/func_802D5270.s | 0 .../code_f8f60_len_1560/setup_path_data.s | 0 .../code_fa4c0_len_3bf0/func_802D5B10.s | 0 .../code_fa4c0_len_3bf0/func_802D5C70.s | 0 .../code_fa4c0_len_3bf0/func_802D6420.s | 0 .../code_fa4c0_len_3bf0/func_802D663C.s | 0 .../code_fa4c0_len_3bf0/func_802D7460.s | 0 .../code_fa4c0_len_3bf0/func_802D74C0.s | 0 .../code_fe0b0_len_5a0/SetSpriteShading.s | 0 .../code_fee30_len_2d60/func_802DBD40.s | 0 .../code_fee30_len_2d60/func_802DBD8C.s | 0 .../code_fee30_len_2d60/func_802DBDBC.s | 0 .../code_fee30_len_2d60/func_802DBE78.s | 0 .../code_fee30_len_2d60/func_802DBFC0.s | 0 .../code_fee30_len_2d60/func_802DC008.s | 0 .../code_fee30_len_2d60/func_802DD634.s | 0 .../code_fee30_len_2d60/func_802DD6DC.s | 0 .../code_fee30_len_2d60/func_802DD7B0.s | 0 .../code_fee30_len_2d60/func_802DD820.s | 0 .../code_fee30_len_2d60/func_802DD89C.s | 0 .../code_fee30_len_2d60/func_802DD8F8.s | 0 .../code_fee30_len_2d60/func_802DDA8C.s | 0 .../code_fee30_len_2d60/func_802DDEC4.s | 0 .../code_fee30_len_2d60/func_802DDEE4.s | 0 .../code_fee30_len_2d60/func_802DDFF8.s | 0 .../code_fee30_len_2d60/func_802DE044.s | 0 .../code_fee30_len_2d60/func_802DE0C0.s | 0 .../code_fee30_len_2d60/func_802DE0EC.s | 0 .../code_fee30_len_2d60/func_802DE2AC.s | 0 .../code_fee30_len_2d60/func_802DE3D8.s | 0 .../code_fee30_len_2d60/func_802DE5C8.s | 0 .../code_fee30_len_2d60/func_802DE5E8.s | 0 .../code_fee30_len_2d60/func_802DE748.s | 0 .../code_fee30_len_2d60/func_802DE780.s | 0 .../code_fee30_len_2d60/func_802DE894.s | 0 .../code_fee30_len_2d60/func_802DE8DC.s | 0 .../code_fee30_len_2d60/func_802DE9D8.s | 0 .../code_fee30_len_2d60/func_802DEA40.s | 0 .../code_fee30_len_2d60/func_802DEA6C.s | 0 .../code_fee30_len_2d60/render_sprite.s | 0 .../code_fee30_len_2d60/set_anim_timescale.s | 0 .../spr_appendMDL_component.s | 0 .../code_fee30_len_2d60/spr_draw_component.s | 0 .../code_fee30_len_2d60/spr_transform_point.s | 0 .../code_fee30_len_2d60/update_component.s | 0 .../os/code_39cb0_len_100/boot_idle.s | 0 .../code_3b710_len_40/nuGfxSwapCfbFuncSet.s | 0 .../os/code_3b770_len_80/nuGfxRetraceWait.s | 0 .../os/code_3b7f0_len_120/nuSiCallBackAdd.s | 0 .../code_3b7f0_len_120/nuSiCallBackRemove.s | 0 .../os/code_3b910_len_410/contQuery.s | 0 .../os/code_3b910_len_410/contReadData.s | 0 .../os/code_3b910_len_410/contReadNW.s | 0 .../os/code_3b910_len_410/contRetrace.s | 0 .../os/code_3b910_len_410/nuContDataClose.s | 0 .../os/code_3b910_len_410/nuContDataLock.s | 0 .../os/code_3b910_len_410/nuContDataOpen.s | 0 .../os/code_3b910_len_410/nuContDataUnLock.s | 0 .../os/code_3b910_len_410/nuContMgrInit.s | 0 .../os/code_3b910_len_410/nuContMgrRemove.s | 0 .../os/code_3bd20_len_c0/nuContQueryRead.s | 0 .../os/code_3bde0_len_3e0/osCreatePiManager.s | 0 .../os/code_3bde0_len_3e0/osEPiRawStartDma.s | 0 .../os/code_3c220_len_a0/osEPiStartDma.s | 0 .../os/code_3c2c0_len_50/osEPiLinkHandle.s | 0 .../os/code_3c310_len_180/osCartRomInit.s | 0 .../os/code_3c490_len_3c0/osDevMgrMain.s | 0 .../code_3c850_len_f0/osPiCreateAccessQueue.s | 0 .../os/code_3c850_len_f0/osPiGetAccess.s | 0 .../os/code_3c850_len_f0/osPiRelAccess.s | 0 .../os/code_3c940_len_140/osAiGetLength.s | 0 .../os/code_3c940_len_140/osAiGetStatus.s | 0 .../os/code_3c940_len_140/osAiSetFrequency.s | 0 .../os/code_3ca80_len_a0/osAiSetNextBuffer.s | 0 .../os/code_3cb20_len_130/osInvalDCache.s | 0 .../os/code_3cb20_len_130/osInvalICache.s | 0 .../os/code_3cc50_len_80/osWritebackDCache.s | 0 .../code_3ccd0_len_30/osWritebackDCacheAll.s | 0 .../os/code_3cd00_len_5f0/osContGetQuery.s | 0 .../os/code_3cd00_len_5f0/osContGetReadData.s | 0 .../os/code_3cd00_len_5f0/osContStartQuery.s | 0 .../code_3cd00_len_5f0/osContStartReadData.s | 0 .../os/code_3cd00_len_5f0/osPackReadData.s | 0 .../nonmatchings/os/code_3d2f0_len_10/sqrtf.s | 0 .../nonmatchings/os/code_3d300_len_30/coss.s | 0 .../os/code_3dcc0_len_a60/guLookAtHilite.s | 0 .../os/code_3dcc0_len_a60/guLookAtHiliteF.s | 0 .../os/code_3e720_len_5f0/guLookAtReflect.s | 0 .../os/code_3e720_len_5f0/guLookAtReflectF.s | 0 .../os/code_3ef90_len_600/guPerspective.s | 0 .../os/code_3ef90_len_600/guPerspectiveF.s | 0 .../os/code_3f310_len_3c0/guPosition.s | 0 .../os/code_3f310_len_3c0/guPositionF.s | 0 .../os/code_3f6d0_len_320/guRotateAngles.s | 0 .../os/code_3f6d0_len_320/guRotateAnglesF.s | 0 .../nonmatchings/os/code_3f9f0_len_60/sins.s | 0 .../os/code_3fa50_len_f60/bcopy.s | 0 .../os/code_3fa50_len_f60/bzero.s | 0 .../os/code_3fa50_len_f60/memcpy.s | 0 .../os/code_3fa50_len_f60/strchr.s | 0 .../os/code_3fa50_len_f60/strlen.s | 0 .../os/code_409b0_len_140/osJamMesg.s | 0 .../nonmatchings/os/code_40E10/osSpTaskLoad.s | 0 .../os/code_40E10/osSpTaskStartGo.s | 0 .../os/code_40af0_len_130/osRecvMesg.s | 0 .../os/code_40c20_len_1f0/osSendMesg.s | 0 .../os/code_40c20_len_1f0/osSetEventMesg.s | 0 .../os/code_41050_len_120/osSpTaskYield.s | 0 .../code_41170_len_f0/osSiCreateAccessQueue.s | 0 .../os/code_41170_len_f0/osSiGetAccess.s | 0 .../os/code_41170_len_f0/osSiRelAccess.s | 0 .../os/code_41350_len_d0/osSetThreadPri.s | 0 .../os/code_41420_len_120/osStartThread.s | 0 .../os/code_41540_len_c0/osStopThread.s | 0 .../os/code_41600_len_40/osDequeueThread.s | 0 .../os/code_41640_len_50/osYieldThread.s | 0 .../os/code_41690_len_10/osGetActiveQueue.s | 0 .../os/code_416a0_len_90/osGetTime.s | 0 .../os/code_41730_len_20/osSetTime.s | 0 .../os/code_41750_len_450/osSetTimer.s | 0 .../os/code_41ba0_len_c0/osMapTLB.s | 0 .../os/code_41c60_len_c0/osProbeTLB.s | 0 .../os/code_41d20_len_40/osUnmapTLB.s | 0 .../os/code_41d60_len_50/osUnmapTLBAll.s | 0 .../osViGetCurrentFramebuffer.s | 0 .../osViGetNextFramebuffer.s | 0 .../os/code_41e30_len_40/osViGetCurrentMode.s | 0 .../os/code_41e70_len_340/osCreateViManager.s | 0 .../os/code_41e70_len_340/viMgrMain.s | 0 .../os/code_421b0_len_60/osViSetEvent.s | 0 .../os/code_42210_len_50/osViSetMode.s | 0 .../osViSetSpecialFeatures.s | 0 .../os/code_423d0_len_50/osViSetYScale.s | 0 .../os/code_42420_len_50/osViSwapBuffer.s | 0 .../os/code_42470_len_310/osViSwapContext.s | 0 .../os/code_42780_len_120/osViBlack.s | 0 .../os/code_42900_len_80/guMtxF2L.s | 0 .../os/code_42980_len_80/guMtxL2F.s | 0 .../os/code_42a00_len_100/guMtxCatF.s | 0 .../os/code_42b00_len_c0/guScale.s | 0 .../os/code_42bc0_len_60/guScaleF.s | 0 .../os/code_42c20_len_e0/guTranslate.s | 0 .../os/code_42d00_len_60/guTranslateF.s | 0 .../os/code_42d60_len_80/guMtxCat.s | 0 .../os/code_42de0_len_90/guMtxXFML.s | 0 .../os/code_42e70_len_390/guMtxXFMF.s | 0 .../os/code_43200_len_7c0/__osMotorAccess.s | 0 .../os/code_43200_len_7c0/osMotorInit.s | 0 .../os/code_439c0_len_220/osPfsDeleteFile.s | 0 .../os/code_439c0_len_220/osPfsReleasePages.s | 0 .../os/code_43be0_len_5e0/osPfsFileState.s | 0 .../code_43be0_len_5e0/osPfsReadWriteFile.s | 0 .../os/code_441c0_len_1c0/osPfsFindFile.s | 0 .../os/code_44380_len_4e0/osPfsFreeBlocks.s | 0 .../os/code_44860_len_60/osPfsRepairId.s | 0 .../osPfsGetOneChannelData.s | 0 .../os/code_448c0_len_210/osPfsGetStatus.s | 0 .../osPfsRequestOneChannel.s | 0 .../os/code_44ad0_len_70/osPfsSelectBank.s | 0 .../os/code_44b40_len_a90/osCheckId.s | 0 .../os/code_44b40_len_a90/osCheckPackId.s | 0 .../os/code_44b40_len_a90/osGetId.s | 0 .../os/code_44b40_len_a90/osIdCheckSum.s | 0 .../os/code_44b40_len_a90/osPfsRWInode.s | 0 .../os/code_44b40_len_a90/osRepairPackId.s | 0 .../os/code_44b40_len_a90/osSumcalc.s | 0 .../os/code_455d0_len_1f0/osContRamRead.s | 0 .../os/code_457c0_len_270/osContRamWrite.s | 0 .../os/code_45a30_len_20/osAfterPreNMI.s | 0 .../__osInitialize_common.s | 0 .../os/code_45a50_len_3a0/func_8006A650.s | 0 .../os/code_45a50_len_3a0/func_8006A9E0.s | 0 .../code_467f0_len_90/osResetGlobalIntMask.s | 0 .../os/code_467f0_len_90/osSetGlobalIntMask.s | 0 .../os/code_46880_len_260/osEPiRawReadIo.s | 0 .../os/code_46880_len_260/osPiGetCmdQueue.s | 0 .../os/code_46880_len_260/osPiRawStartDma.s | 0 .../os/code_46ae0_len_170/osEPiRawWriteIo.s | 0 .../os/code_46c50_len_20/osAiDeviceBusy.s | 0 .../os/code_46c70_len_e00/_Genld.s | 0 .../os/code_46c70_len_e00/_Ldtob.s | 0 .../os/code_46c70_len_e00/_Ldunscale.s | 0 .../os/code_46c70_len_e00/_Litob.s | 0 .../nonmatchings/os/code_46c70_len_e00/bcmp.s | 0 .../os/code_47a70_len_10/osGetSR.s | 0 .../os/code_47a80_len_10/osSetCompare.s | 0 .../os/code_47a90_len_50/osSetFpcCsr.s | 0 .../os/code_47a90_len_50/osSetSR.s | 0 .../os/code_47a90_len_50/osSetWatchLo.s | 0 .../os/code_47a90_len_50/osSpDeviceBusy.s | 0 .../os/code_47ae0_len_e0/osSpGetStatus.s | 0 .../os/code_47ae0_len_e0/osSpRawStartDma.s | 0 .../os/code_47ae0_len_e0/osSpSetPc.s | 0 .../os/code_47ae0_len_e0/osSpSetStatus.s | 0 .../os/code_47bc0_len_50/osSiRawReadIo.s | 0 .../os/code_47c10_len_50/osSiRawWriteIo.s | 0 .../os/code_47c60_len_f0/osContAddressCrc.s | 0 .../os/code_47c60_len_f0/osContDataCrc.s | 0 .../os/code_47d50_len_e0/osDestroyThread.s | 0 .../os/code_47e30_len_60/osMapTLBRdb.s | 0 .../os/code_47e90_len_110/osViInit.s | 0 .../code_47fa0_len_20/osViGetCurrentContext.s | 0 .../os/code_47fc0_len_60/guNormalize.s | 0 .../os/code_48020_len_a00/corrupted.s | 0 .../os/code_48020_len_a00/corrupted_init.s | 0 .../os/code_48020_len_a00/osPfsChecker.s | 0 .../os/code_48020_len_a00/osPfsGetInitData.s | 0 .../os/code_48020_len_a00/osPfsIsPlug.s | 0 .../os/code_48020_len_a00/osPfsRequestData.s | 0 .../os/code_48c00_len_5c0/func_8006D800.s | 0 .../os/code_491c0_len_f80/func_8006DDC0.s | 0 .../os/code_491c0_len_f80/func_8006E310.s | 0 .../os/code_49C70/func_8006E870.s | 0 .../os/code_4a140_len_70/strcmp.s | 0 .../os/code_4a140_len_70/strcpy.s | 0 .../os/code_4a1b0_len_40/memset.s | 0 .../os/code_4a1f0_len_170/decode_yay0.s | 0 .../os/code_4a1f0_len_170/func_8006EF28.s | 0 .../os/code_4a360_len_930/osFlashAllErase.s | 0 .../code_4a360_len_930/osFlashClearStatus.s | 0 .../os/code_4a360_len_930/osFlashInit.s | 0 .../os/code_4a360_len_930/osFlashReadArray.s | 0 .../os/code_4a360_len_930/osFlashReadId.s | 0 .../os/code_4a360_len_930/osFlashReadStatus.s | 0 .../code_4a360_len_930/osFlashSectorErase.s | 0 .../os/code_4a360_len_930/osFlashWriteArray.s | 0 .../code_4a360_len_930/osFlashWriteBuffer.s | 0 .../os/code_4ac90_len_3910/func_8006F890.s | 0 .../os/code_4ac90_len_3910/func_8006F8F0.s | 0 .../os/code_4ac90_len_3910/func_8006F950.s | 0 .../os/code_4ac90_len_3910/func_8006F9B0.s | 0 .../os/code_4ac90_len_3910/func_8006FA10.s | 0 .../os/code_4ac90_len_3910/func_8006FA70.s | 0 .../os/code_4ac90_len_3910/func_8006FB90.s | 0 .../os/code_4ac90_len_3910/func_8006FBF0.s | 0 .../os/code_4ac90_len_3910/func_8006FC50.s | 0 .../os/code_4ac90_len_3910/func_8006FCB0.s | 0 .../os/code_4ac90_len_3910/func_8006FD10.s | 0 .../os/code_4ac90_len_3910/func_8006FD70.s | 0 .../os/code_4ac90_len_3910/func_8006FDD0.s | 0 .../os/code_4ac90_len_3910/func_8006FE30.s | 0 .../os/code_4ac90_len_3910/func_8006FEF0.s | 0 .../os/code_4ac90_len_3910/func_8006FF50.s | 0 .../os/code_4ac90_len_3910/func_8006FFB0.s | 0 .../os/code_4ac90_len_3910/func_80070010.s | 0 .../os/code_4ac90_len_3910/func_80070070.s | 0 .../os/code_4ac90_len_3910/func_800700D0.s | 0 .../os/code_4ac90_len_3910/func_80070130.s | 0 .../os/code_4ac90_len_3910/func_80070190.s | 0 .../os/code_4ac90_len_3910/func_800701F0.s | 0 .../os/code_4ac90_len_3910/func_80070250.s | 0 .../os/code_4ac90_len_3910/func_800702B0.s | 0 .../os/code_4ac90_len_3910/func_80070310.s | 0 .../os/code_4ac90_len_3910/func_80070370.s | 0 .../os/code_4ac90_len_3910/func_800703D0.s | 0 .../os/code_4ac90_len_3910/func_80070430.s | 0 .../os/code_4ac90_len_3910/func_80070490.s | 0 .../os/code_4ac90_len_3910/func_800704F0.s | 0 .../os/code_4ac90_len_3910/func_80070550.s | 0 .../os/code_4ac90_len_3910/func_800705B0.s | 0 .../os/code_4ac90_len_3910/func_80070610.s | 0 .../os/code_4ac90_len_3910/func_80070670.s | 0 .../os/code_4ac90_len_3910/func_800706D0.s | 0 .../os/code_4ac90_len_3910/func_80070730.s | 0 .../os/code_4ac90_len_3910/func_80070850.s | 0 .../os/code_4ac90_len_3910/func_800708B0.s | 0 .../os/code_4ac90_len_3910/func_80070910.s | 0 .../os/code_4ac90_len_3910/func_80070970.s | 0 .../os/code_4ac90_len_3910/func_800709D0.s | 0 .../os/code_4ac90_len_3910/func_80070A30.s | 0 .../os/code_4ac90_len_3910/func_80070A90.s | 0 .../os/code_4ac90_len_3910/func_80070AF0.s | 0 .../os/code_4ac90_len_3910/func_80070B50.s | 0 .../os/code_4ac90_len_3910/func_80070BB0.s | 0 .../os/code_4ac90_len_3910/func_80070C10.s | 0 .../os/code_4ac90_len_3910/func_80070C70.s | 0 .../os/code_4ac90_len_3910/func_80070CD0.s | 0 .../os/code_4ac90_len_3910/func_80070D30.s | 0 .../os/code_4ac90_len_3910/func_80070D90.s | 0 .../os/code_4ac90_len_3910/func_80070DF0.s | 0 .../os/code_4ac90_len_3910/func_80070E50.s | 0 .../os/code_4ac90_len_3910/func_80070EB0.s | 0 .../os/code_4ac90_len_3910/func_80070F10.s | 0 .../os/code_4ac90_len_3910/func_80070F70.s | 0 .../os/code_4ac90_len_3910/func_80070FD0.s | 0 .../os/code_4ac90_len_3910/func_80071030.s | 0 .../os/code_4ac90_len_3910/func_80071090.s | 0 .../os/code_4ac90_len_3910/func_800710F0.s | 0 .../os/code_4ac90_len_3910/func_80071150.s | 0 .../os/code_4ac90_len_3910/func_800711B0.s | 0 .../os/code_4ac90_len_3910/func_80071210.s | 0 .../os/code_4ac90_len_3910/func_80071270.s | 0 .../os/code_4ac90_len_3910/func_800712D0.s | 0 .../os/code_4ac90_len_3910/func_80071330.s | 0 .../os/code_4ac90_len_3910/func_80071390.s | 0 .../os/code_4ac90_len_3910/func_800713F0.s | 0 .../os/code_4ac90_len_3910/func_80071450.s | 0 .../os/code_4ac90_len_3910/func_800714B0.s | 0 .../os/code_4ac90_len_3910/func_80071510.s | 0 .../os/code_4ac90_len_3910/func_80071570.s | 0 .../os/code_4ac90_len_3910/func_800715D0.s | 0 .../os/code_4ac90_len_3910/func_80071630.s | 0 .../os/code_4ac90_len_3910/func_80071690.s | 0 .../os/code_4ac90_len_3910/func_800716F0.s | 0 .../os/code_4ac90_len_3910/func_80071750.s | 0 .../os/code_4ac90_len_3910/func_800717B0.s | 0 .../os/code_4ac90_len_3910/func_80071810.s | 0 .../os/code_4ac90_len_3910/func_80071870.s | 0 .../os/code_4ac90_len_3910/func_800718D0.s | 0 .../os/code_4ac90_len_3910/func_80071930.s | 0 .../os/code_4ac90_len_3910/func_80071990.s | 0 .../os/code_4ac90_len_3910/func_800719F0.s | 0 .../os/code_4ac90_len_3910/func_80071A50.s | 0 .../os/code_4ac90_len_3910/func_80071AB0.s | 0 .../os/code_4ac90_len_3910/func_80071B10.s | 0 .../os/code_4ac90_len_3910/func_80071B70.s | 0 .../os/code_4ac90_len_3910/func_80071BD0.s | 0 .../os/code_4ac90_len_3910/func_80071C30.s | 0 .../os/code_4ac90_len_3910/func_80071C90.s | 0 .../os/code_4ac90_len_3910/func_80071CF0.s | 0 .../os/code_4ac90_len_3910/func_80071D50.s | 0 .../os/code_4ac90_len_3910/func_80071DB0.s | 0 .../os/code_4ac90_len_3910/func_80071E10.s | 0 .../os/code_4ac90_len_3910/func_80071E70.s | 0 .../os/code_4ac90_len_3910/func_80071ED0.s | 0 .../os/code_4ac90_len_3910/func_80071F30.s | 0 .../os/code_4ac90_len_3910/func_80071F90.s | 0 .../os/code_4ac90_len_3910/func_80071FF0.s | 0 .../os/code_4ac90_len_3910/func_80072050.s | 0 .../os/code_4ac90_len_3910/func_800720B0.s | 0 .../os/code_4ac90_len_3910/func_80072110.s | 0 .../os/code_4ac90_len_3910/func_80072170.s | 0 .../os/code_4ac90_len_3910/func_800721D0.s | 0 .../os/code_4ac90_len_3910/func_80072230.s | 0 .../os/code_4ac90_len_3910/func_80072290.s | 0 .../os/code_4ac90_len_3910/func_800722F0.s | 0 .../os/code_4ac90_len_3910/func_80072350.s | 0 .../os/code_4ac90_len_3910/func_800723B0.s | 0 .../os/code_4ac90_len_3910/func_80072410.s | 0 .../os/code_4ac90_len_3910/func_80072470.s | 0 .../os/code_4ac90_len_3910/func_800724D0.s | 0 .../os/code_4ac90_len_3910/func_80072530.s | 0 .../os/code_4ac90_len_3910/func_80072590.s | 0 .../os/code_4ac90_len_3910/func_800725F0.s | 0 .../os/code_4ac90_len_3910/func_80072650.s | 0 .../os/code_4ac90_len_3910/func_800726B0.s | 0 .../os/code_4ac90_len_3910/func_80072710.s | 0 .../os/code_4ac90_len_3910/func_80072770.s | 0 .../os/code_4ac90_len_3910/func_800727D0.s | 0 .../os/code_4ac90_len_3910/func_80072830.s | 0 .../os/code_4ac90_len_3910/func_80072890.s | 0 .../os/code_4ac90_len_3910/func_800728F0.s | 0 .../os/code_4ac90_len_3910/func_80072950.s | 0 .../os/code_4ac90_len_3910/func_800729B0.s | 0 .../os/code_4ac90_len_3910/func_80072A10.s | 0 .../os/code_4ac90_len_3910/func_80072A70.s | 0 .../os/code_4ac90_len_3910/func_80072AD0.s | 0 .../os/code_4ac90_len_3910/func_80072B30.s | 0 .../os/code_4ac90_len_3910/func_80072BB0.s | 0 .../os/code_4ac90_len_3910/func_80072BCC.s | 0 .../os/code_4ac90_len_3910/func_80072CDC.s | 0 .../os/code_4ac90_len_3910/func_80072CF4.s | 0 .../os/code_4ac90_len_3910/fx_emote.s | 0 .../os/code_4ac90_len_3910/fx_sleep_bubble.s | 0 .../os/code_4ac90_len_3910/fx_sweat.s | 0 .../os/code_4ac90_len_3910/fx_walk_large.s | 0 .../os/code_4ac90_len_3910/fx_walk_normal.s | 0 .../os/code_4ac90_len_3910/load_battle.s | 0 .../code_4ac90_len_3910/load_battle_section.s | 0 .../os/code_4ac90_len_3910/load_demo_battle.s | 0 .../os/code_4ac90_len_3910/set_battle_stage.s | 0 .../code_4ac90_len_3910/setup_demo_player.s | 0 .../nonmatchings/os/guFrustum/guFrustum.s | 0 .../nonmatchings/os/guFrustum/guFrustumF.s | 0 .../asm}/nonmatchings/os/guLookAt/guLookAt.s | 0 .../asm}/nonmatchings/os/guLookAt/guLookAtF.s | 0 .../nonmatchings/os/guMtxIdent/guMtxIdent.s | 0 .../nonmatchings/os/guMtxIdentF/guMtxIdentF.s | 0 .../us/asm}/nonmatchings/os/guOrtho/guOrtho.s | 0 .../asm}/nonmatchings/os/guOrtho/guOrthoF.s | 0 .../asm}/nonmatchings/os/guRotate/guRotate.s | 0 .../asm}/nonmatchings/os/guRotate/guRotateF.s | 0 .../us/asm}/nonmatchings/os/ldiv/ldiv.s | 0 .../us/asm}/nonmatchings/os/ldiv/lldiv.s | 0 .../os/nusys/code_3B4A0/nuPiReadRomOverlay.s | 0 .../os/nusys/code_7e40_len_3f0/nuGfxTaskMgr.s | 0 .../code_7e40_len_3f0/nuGfxTaskMgrInit.s | 0 .../nusys/code_7e40_len_3f0/nuGfxTaskStart.s | 0 .../nusys/nuContRmbModeSet/nuContRmbModeSet.s | 0 .../os/nusys/nuGfxSetCfb/nuGfxSetCfb.s | 0 .../os/nusys/nuGfxThread/nuGfxThread2.s | 0 .../os/nusys/nuSched/nuScEventHandler.s | 0 .../os/nusys/nuSched/nuScExecuteAudio.s | 0 .../os/nusys/nuSched/nuScExecuteGraphics.s | 0 .../os/nusys/nuSched/nuScGetAudioMQ.s | 0 .../os/nusys/nuSched/nuScGetFrameRate.s | 0 .../os/nusys/nuSched/nuScGetGfxMQ.s | 0 .../os/nusys/nuSched/nuScSetFrameBufferNum.s | 0 .../os/nusys/nuSched/nuScWaitTaskReady.s | 0 .../os/nusys/nuSiMgr/nuSiMgrInit.s | 0 .../os/nusys/nuSiMgr/nuSiMgrRestart.s | 0 .../os/nusys/nuSiMgr/nuSiMgrThread.s | 0 .../os/nusys/nuSiMgr/nuSiSendMesg.s | 0 .../os/osCreateMesgQueue/osCreateMesgQueue.s | 0 .../os/osCreateThread/osCreateThread.s | 0 .../nonmatchings/os/osEPiReadIo/osEPiReadIo.s | 0 .../os/osEPiWriteIo/osEPiWriteIo.s | 0 .../os/osGetThreadPri/osGetThreadPri.s | 0 .../os/osSiRawStartDma/osSiRawStartDma.s | 0 .../os/osSpTaskYield/osSpTaskYield.s | 0 .../os/osSpTaskYielded/osSpTaskYielded.s | 0 .../os/osViRepeatLine/osViRepeatLine.s | 0 .../osVirtualToPhysical/osVirtualToPhysical.s | 0 .../asm}/nonmatchings/si/get_float_variable.s | 0 .../us/asm}/nonmatchings/si/get_variable.s | 0 .../asm}/nonmatchings/si/set_float_variable.s | 0 .../us/asm}/nonmatchings/si/set_variable.s | 0 .../nonmatchings/si/si_execute_next_command.s | 0 .../asm}/nonmatchings/si/si_goto_end_case.s | 0 .../asm}/nonmatchings/si/si_goto_end_loop.s | 0 .../asm}/nonmatchings/si/si_goto_next_case.s | 0 .../si/si_handle_parallel_thread.s | 0 .../si/si_handle_print_debug_var.s | 0 .../nonmatchings/si/si_handle_spawn_thread.s | 0 .../us/asm}/nonmatchings/si/si_skip_else.s | 0 .../us/asm}/nonmatchings/si/si_skip_if.s | 0 .../arn_02/BDD1B0/func_80240000_BDD1B0.s | 0 .../arn_02/BDD1B0/func_80240160_BDD310.s | 0 .../arn_02/BDD1B0/func_802401D4_BDD384.s | 0 .../arn_02/BDD1B0/func_80240304_BDD4B4.s | 0 .../arn_02/BDD1B0/func_802403A0_BDD550.s | 0 .../arn_02/BDD1B0/func_80240428_BDD5D8.s | 0 .../arn_02/BDD1B0/func_802404D0_BDD680.s | 0 .../arn_02/BDD1B0/func_80240644_BDD7F4.s | 0 .../arn_02/BDD1B0/func_80240694_BDD844.s | 0 .../arn_02/BDD1B0/func_80240834_BDD9E4.s | 0 .../arn_02/BDD1B0/func_80240984_BDDB34.s | 0 .../arn_02/BDD1B0/func_80240A30_BDDBE0.s | 0 .../arn_02/BDD1B0/func_80240B68_BDDD18.s | 0 .../arn_02/BDD1B0/func_80240BE4_BDDD94.s | 0 .../arn_02/BDD1B0/func_80240C90_BDDE40.s | 0 .../arn_03/BDED90/func_80240000_BDED90.s | 0 .../arn_03/BDED90/func_80240158_BDEEE8.s | 0 .../arn_03/BDED90/func_802404C0_BDF250.s | 0 .../arn_03/BDED90/func_8024067C_BDF40C.s | 0 .../arn_03/BDED90/func_8024094C_BDF6DC.s | 0 .../arn_03/BDED90/func_80240AD4_BDF864.s | 0 .../arn_03/BDED90/func_80240B94_BDF924.s | 0 .../arn_03/BDED90/func_80240E90_BDFC20.s | 0 .../arn_03/BDED90/func_80241068_BDFDF8.s | 0 .../arn_03/BDED90/func_8024113C_BDFECC.s | 0 .../arn_03/BDED90/func_802412B0_BE0040.s | 0 .../arn_03/BDED90/func_802415F4_BE0384.s | 0 .../arn_03/BDED90/func_80241648_BE03D8.s | 0 .../arn_03/BDED90/func_80241680_BE0410.s | 0 .../arn_04/BE37B0/func_80240000_BE37B0.s | 0 .../arn_04/BE37B0/func_80240158_BE3908.s | 0 .../arn_04/BE37B0/func_802404C0_BE3C70.s | 0 .../arn_04/BE37B0/func_8024067C_BE3E2C.s | 0 .../arn_04/BE37B0/func_8024094C_BE40FC.s | 0 .../arn_04/BE37B0/func_80240AD4_BE4284.s | 0 .../arn_04/BE37B0/func_80240B94_BE4344.s | 0 .../arn_04/BE37B0/func_80240E90_BE4640.s | 0 .../arn_04/BE37B0/func_80241040_BE47F0.s | 0 .../arn_04/BE37B0/func_80241728_BE4ED8.s | 0 .../arn_04/BE37B0/func_80241AE4_BE5294.s | 0 .../arn_04/BE37B0/func_80241CE8_BE5498.s | 0 .../arn_04/BE37B0/func_80242078_BE5828.s | 0 .../arn_04/BE37B0/func_8024219C_BE594C.s | 0 .../arn_04/BE37B0/func_80242388_BE5B38.s | 0 .../arn_04/BE37B0/func_802424E8_BE5C98.s | 0 .../arn_04/BE37B0/func_8024255C_BE5D0C.s | 0 .../arn_04/BE37B0/func_8024268C_BE5E3C.s | 0 .../arn_04/BE37B0/func_80242728_BE5ED8.s | 0 .../arn_04/BE37B0/func_802427B0_BE5F60.s | 0 .../arn_04/BE37B0/func_80242858_BE6008.s | 0 .../arn_04/BE37B0/func_802429CC_BE617C.s | 0 .../arn_04/BE37B0/func_80242A1C_BE61CC.s | 0 .../arn_04/BE37B0/func_80242BBC_BE636C.s | 0 .../arn_04/BE37B0/func_80242D0C_BE64BC.s | 0 .../arn_04/BE37B0/func_80242DB8_BE6568.s | 0 .../arn_04/BE37B0/func_80242EF0_BE66A0.s | 0 .../arn_04/BE37B0/func_80242F6C_BE671C.s | 0 .../arn_04/BE37B0/func_80243018_BE67C8.s | 0 .../arn_05/BE7BE0/func_80240000_BE7BE0.s | 0 .../arn_05/BE7BE0/func_80240158_BE7D38.s | 0 .../arn_05/BE7BE0/func_802404C0_BE80A0.s | 0 .../arn_05/BE7BE0/func_8024067C_BE825C.s | 0 .../arn_05/BE7BE0/func_8024094C_BE852C.s | 0 .../arn_05/BE7BE0/func_80240AD4_BE86B4.s | 0 .../arn_05/BE7BE0/func_80240B94_BE8774.s | 0 .../arn_05/BE7BE0/func_80240E90_BE8A70.s | 0 .../arn_05/BE7BE0/func_80241068_BE8C48.s | 0 .../arn_05/BE7BE0/func_8024113C_BE8D1C.s | 0 .../arn_05/BE7BE0/func_802412B0_BE8E90.s | 0 .../arn_05/BE7BE0/func_802412C8_BE8EA8.s | 0 .../arn_07/BECDF0/func_80240000_BECDF0.s | 0 .../arn_07/BECDF0/func_8024004C_BECE3C.s | 0 .../arn_07/BECDF0/func_802401AC_BECF9C.s | 0 .../arn_07/BECDF0/func_802405BC_BED3AC.s | 0 .../arn_07/BECDF0/func_802405FC_BED3EC.s | 0 .../arn_07/BECDF0/func_80240708_BED4F8.s | 0 .../arn_07/BED5F0/func_80240800_BED5F0.s | 0 .../arn_07/BED740/func_80240950_BED740.s | 0 .../arn_07/BED740/func_80240B00_BED8F0.s | 0 .../arn_07/BED740/func_802411E8_BEDFD8.s | 0 .../arn_07/BED740/func_802415A4_BEE394.s | 0 .../arn_07/BED740/func_802417A8_BEE598.s | 0 .../arn_07/BED740/func_80241B38_BEE928.s | 0 .../arn_07/BED740/func_80241C5C_BEEA4C.s | 0 .../arn_08/BF47A0/func_80240000_BF47A0.s | 0 .../arn_08/BF47A0/func_8024008C_BF482C.s | 0 .../arn_08/BF4860/func_802400C0_BF4860.s | 0 .../arn_08/BF4860/func_802400D4_BF4874.s | 0 .../arn_08/BF4860/func_802400F4_BF4894.s | 0 .../arn_08/BF4860/func_8024019C_BF493C.s | 0 .../arn_09/BF6060/func_80240000_BF6060.s | 0 .../dgb_00/BFA0A0/func_80240000_BFA0A0.s | 0 .../dgb_01/BFD9A0/func_80240120_BFD9A0.s | 0 .../dgb_01/BFD9A0/func_802402D0_BFDB50.s | 0 .../dgb_01/BFD9A0/func_802409B8_BFE238.s | 0 .../dgb_01/BFD9A0/func_80240D74_BFE5F4.s | 0 .../dgb_01/BFD9A0/func_80240F78_BFE7F8.s | 0 .../dgb_01/BFD9A0/func_80241308_BFEB88.s | 0 .../dgb_01/BFD9A0/func_8024142C_BFECAC.s | 0 .../dgb_01/BFD9A0/func_80241618_BFEE98.s | 0 .../dgb_01/BFD9A0/func_80241770_BFEFF0.s | 0 .../dgb_01/BFD9A0/func_80241874_BFF0F4.s | 0 .../dgb_01/BFD9A0/func_80241954_BFF1D4.s | 0 .../dgb_01/BFD9A0/func_80241BF0_BFF470.s | 0 .../dgb_01/BFD9A0/func_80241CA8_BFF528.s | 0 .../dgb_01/BFD9A0/func_80241E28_BFF6A8.s | 0 .../dgb_01/BFD9A0/func_80241E70_BFF6F0.s | 0 .../dgb_01/BFD9A0/func_80241EF0_BFF770.s | 0 .../dgb_01/BFD9A0/func_80241F98_BFF818.s | 0 .../dgb_01/BFD9A0/func_802422B0_BFFB30.s | 0 .../dgb_01/BFD9A0/func_8024252C_BFFDAC.s | 0 .../dgb_01/BFD9A0/func_80242684_BFFF04.s | 0 .../dgb_01/BFD9A0/func_802429EC_C0026C.s | 0 .../dgb_01/BFD9A0/func_80242BA8_C00428.s | 0 .../dgb_01/BFD9A0/func_80242E78_C006F8.s | 0 .../dgb_01/BFD9A0/func_80243000_C00880.s | 0 .../dgb_01/BFD9A0/func_802430C0_C00940.s | 0 .../dgb_02/C2EBA0/func_80240208_C2EDA8.s | 0 .../dgb_02/C2EBA0/func_8024061C_C2F1BC.s | 0 .../dgb_02/C2EBA0/func_802408D0_C2F470.s | 0 .../dgb_02/C2EBA0/func_80240958_C2F4F8.s | 0 .../dgb_02/C2EBA0/func_80240C10_C2F7B0.s | 0 .../dgb_02/C2EBA0/func_80240C74_C2F814.s | 0 .../dgb_02/C2EBA0/func_80240D1C_C2F8BC.s | 0 .../dgb_02/C2EBA0/func_80240E54_C2F9F4.s | 0 .../dgb_02/C2EBA0/func_80240F00_C2FAA0.s | 0 .../dgb_02/C2EBA0/func_80241078_C2FC18.s | 0 .../dgb_02/C2EBA0/func_802410D4_C2FC74.s | 0 .../C2EBA0/update_starpoints_display_C2EF5C.s | 0 .../dgb_03/C314E0/func_80240000_C314E0.s | 0 .../dgb_03/C314E0/func_802400BC_C3159C.s | 0 .../dgb_03/C31730/func_80240458_C31938.s | 0 .../dgb_03/C31730/func_8024060C_C31AEC.s | 0 .../dgb_03/C31730/func_8024086C_C31D4C.s | 0 .../dgb_03/C31730/func_80240B20_C32000.s | 0 .../dgb_03/C31730/func_80240C78_C32158.s | 0 .../dgb_03/C31730/func_80240FE0_C324C0.s | 0 .../dgb_03/C31730/func_8024119C_C3267C.s | 0 .../dgb_03/C31730/func_8024146C_C3294C.s | 0 .../dgb_03/C31730/func_802415F4_C32AD4.s | 0 .../dgb_03/C31730/func_802416B4_C32B94.s | 0 .../dgb_03/C31730/func_802419B0_C32E90.s | 0 .../dgb_03/C31730/func_80241C7C_C3315C.s | 0 .../dgb_03/C31730/func_80241D04_C331E4.s | 0 .../dgb_03/C31730/func_80241FBC_C3349C.s | 0 .../dgb_03/C31730/func_80242020_C33500.s | 0 .../dgb_03/C31730/func_802420C8_C335A8.s | 0 .../dgb_03/C31730/func_80242200_C336E0.s | 0 .../dgb_03/C31730/func_802422AC_C3378C.s | 0 .../dgb_03/C31730/func_80242424_C33904.s | 0 .../dgb_03/C31730/func_80242480_C33960.s | 0 .../dgb_04/C36530/func_80240000_C36530.s | 0 .../dgb_04/C36530/func_802401B0_C366E0.s | 0 .../dgb_04/C36530/func_80240898_C36DC8.s | 0 .../dgb_04/C36530/func_80240C54_C37184.s | 0 .../dgb_04/C36530/func_80240E58_C37388.s | 0 .../dgb_04/C36530/func_802411E8_C37718.s | 0 .../dgb_04/C36530/func_8024130C_C3783C.s | 0 .../dgb_04/C36530/func_802414F8_C37A28.s | 0 .../dgb_04/C36530/func_80241650_C37B80.s | 0 .../dgb_04/C36530/func_80241754_C37C84.s | 0 .../dgb_04/C36530/func_802417F8_C37D28.s | 0 .../dgb_04/C36530/func_80241A94_C37FC4.s | 0 .../dgb_04/C36530/func_80241B4C_C3807C.s | 0 .../dgb_04/C36530/func_80241CCC_C381FC.s | 0 .../dgb_04/C36530/func_80241D14_C38244.s | 0 .../dgb_04/C36530/func_80241D94_C382C4.s | 0 .../dgb_04/C36530/func_80241E3C_C3836C.s | 0 .../dgb_04/C36530/func_80242154_C38684.s | 0 .../dgb_04/C36530/func_802423EC_C3891C.s | 0 .../dgb_04/C36530/func_8024240C_C3893C.s | 0 .../dgb_04/C36530/func_80242438_C38968.s | 0 .../dgb_04/C36530/func_802424A4_C389D4.s | 0 .../dgb_04/C36530/func_802424F0_C38A20.s | 0 .../dgb_04/C36530/func_8024259C_C38ACC.s | 0 .../dgb_04/C36530/func_802427EC_C38D1C.s | 0 .../dgb_04/C36530/func_80242818_C38D48.s | 0 .../dgb_04/C36530/func_80242850_C38D80.s | 0 .../dgb_04/C36530/func_802428E0_C38E10.s | 0 .../dgb_04/C36530/func_80242914_C38E44.s | 0 .../dgb_04/C36530/func_80242978_C38EA8.s | 0 .../dgb_04/C36530/func_802429D0_C38F00.s | 0 .../dgb_04/C36530/func_80242F08_C39438.s | 0 .../dgb_04/C36530/func_802430D8_C39608.s | 0 .../dgb_05/C3AA10/func_80240000_C3AA10.s | 0 .../dgb_05/C3AA10/func_80240030_C3AA40.s | 0 .../dgb_05/C3AA10/func_80240268_C3AC78.s | 0 .../dgb_05/C3AA10/func_8024041C_C3AE2C.s | 0 .../dgb_05/C3AA10/func_8024067C_C3B08C.s | 0 .../dgb_05/C3AA10/func_80240704_C3B114.s | 0 .../dgb_05/C3AA10/func_802409BC_C3B3CC.s | 0 .../dgb_05/C3AA10/func_80240A20_C3B430.s | 0 .../dgb_05/C3AA10/func_80240AC8_C3B4D8.s | 0 .../dgb_05/C3AA10/func_80240C00_C3B610.s | 0 .../dgb_05/C3AA10/func_80240CAC_C3B6BC.s | 0 .../dgb_05/C3AA10/func_80240E24_C3B834.s | 0 .../dgb_05/C3AA10/func_80240E80_C3B890.s | 0 .../dgb_05/C3AA10/func_802411D0_C3BBE0.s | 0 .../dgb_06/C3D080/func_80240000_C3D080.s | 0 .../dgb_07/C3DBF0/func_80240208_C3DDF8.s | 0 .../dgb_07/C3DBF0/func_8024061C_C3E20C.s | 0 .../dgb_07/C3DBF0/func_802406A4_C3E294.s | 0 .../dgb_07/C3DBF0/func_8024095C_C3E54C.s | 0 .../dgb_07/C3DBF0/func_802409C0_C3E5B0.s | 0 .../dgb_07/C3DBF0/func_80240A68_C3E658.s | 0 .../dgb_07/C3DBF0/func_80240BA0_C3E790.s | 0 .../dgb_07/C3DBF0/func_80240C4C_C3E83C.s | 0 .../dgb_07/C3DBF0/func_80240DC4_C3E9B4.s | 0 .../dgb_07/C3DBF0/func_80240E20_C3EA10.s | 0 .../dgb_07/C3DBF0/func_80241170_C3ED60.s | 0 .../C3DBF0/update_starpoints_display_C3DFAC.s | 0 .../dgb_08/C3FDB0/func_80240000_C3FDB0.s | 0 .../dgb_08/C3FDB0/func_80240158_C3FF08.s | 0 .../dgb_08/C3FDB0/func_802404C0_C40270.s | 0 .../dgb_08/C3FDB0/func_8024067C_C4042C.s | 0 .../dgb_08/C3FDB0/func_8024094C_C406FC.s | 0 .../dgb_08/C3FDB0/func_80240AD4_C40884.s | 0 .../dgb_08/C3FDB0/func_80240B94_C40944.s | 0 .../dgb_08/C3FDB0/func_80241098_C40E48.s | 0 .../dgb_08/C3FDB0/func_8024124C_C40FFC.s | 0 .../dgb_08/C3FDB0/func_802414AC_C4125C.s | 0 .../dgb_08/C3FDB0/func_80241760_C41510.s | 0 .../dgb_08/C3FDB0/func_80241910_C416C0.s | 0 .../dgb_08/C3FDB0/func_80241FF8_C41DA8.s | 0 .../dgb_08/C3FDB0/func_802423B4_C42164.s | 0 .../dgb_08/C3FDB0/func_802425B8_C42368.s | 0 .../dgb_08/C3FDB0/func_80242948_C426F8.s | 0 .../dgb_08/C3FDB0/func_80242A6C_C4281C.s | 0 .../dgb_08/C3FDB0/func_80242C58_C42A08.s | 0 .../dgb_08/C3FDB0/func_80242DB0_C42B60.s | 0 .../dgb_08/C3FDB0/func_80242EB4_C42C64.s | 0 .../dgb_08/C3FDB0/func_80242F94_C42D44.s | 0 .../dgb_08/C3FDB0/func_80243230_C42FE0.s | 0 .../dgb_08/C3FDB0/func_802432E8_C43098.s | 0 .../dgb_08/C3FDB0/func_80243468_C43218.s | 0 .../dgb_08/C3FDB0/func_802434B0_C43260.s | 0 .../dgb_08/C3FDB0/func_80243530_C432E0.s | 0 .../dgb_08/C3FDB0/func_802435D8_C43388.s | 0 .../dgb_08/C3FDB0/func_802438F0_C436A0.s | 0 .../dgb_08/C3FDB0/func_80243B98_C43948.s | 0 .../dgb_08/C3FDB0/func_80243C10_C439C0.s | 0 .../dgb_08/C3FDB0/func_80243C50_C43A00.s | 0 .../dgb_09/C46BE0/func_80240208_C46DE8.s | 0 .../dgb_09/C46BE0/func_8024061C_C471FC.s | 0 .../dgb_09/C46BE0/func_802408D0_C474B0.s | 0 .../dgb_09/C46BE0/func_80240958_C47538.s | 0 .../dgb_09/C46BE0/func_80240C10_C477F0.s | 0 .../dgb_09/C46BE0/func_80240C74_C47854.s | 0 .../dgb_09/C46BE0/func_80240D1C_C478FC.s | 0 .../dgb_09/C46BE0/func_80240E54_C47A34.s | 0 .../dgb_09/C46BE0/func_80240F00_C47AE0.s | 0 .../dgb_09/C46BE0/func_80241078_C47C58.s | 0 .../dgb_09/C46BE0/func_802410D4_C47CB4.s | 0 .../dgb_09/C46BE0/func_80241424_C48004.s | 0 .../dgb_09/C46BE0/func_802415D4_C481B4.s | 0 .../dgb_09/C46BE0/func_80241CBC_C4889C.s | 0 .../dgb_09/C46BE0/func_80242078_C48C58.s | 0 .../dgb_09/C46BE0/func_8024227C_C48E5C.s | 0 .../dgb_09/C46BE0/func_8024260C_C491EC.s | 0 .../dgb_09/C46BE0/func_80242730_C49310.s | 0 .../dgb_09/C46BE0/func_8024291C_C494FC.s | 0 .../dgb_09/C46BE0/func_80242A74_C49654.s | 0 .../dgb_09/C46BE0/func_80242B78_C49758.s | 0 .../dgb_09/C46BE0/func_80242C1C_C497FC.s | 0 .../dgb_09/C46BE0/func_80242EB8_C49A98.s | 0 .../dgb_09/C46BE0/func_80242F70_C49B50.s | 0 .../dgb_09/C46BE0/func_802430F0_C49CD0.s | 0 .../dgb_09/C46BE0/func_80243138_C49D18.s | 0 .../dgb_09/C46BE0/func_802431B8_C49D98.s | 0 .../dgb_09/C46BE0/func_80243260_C49E40.s | 0 .../dgb_09/C46BE0/func_80243578_C4A158.s | 0 .../C46BE0/update_starpoints_display_C46F9C.s | 0 .../dgb_10/C4C390/func_80240000_C4C390.s | 0 .../dgb_10/C4C390/func_802400A0_C4C430.s | 0 .../dgb_10/C4C390/func_8024013C_C4C4CC.s | 0 .../dgb_10/C4C390/func_802401C0_C4C550.s | 0 .../dgb_11/C4D3E0/func_80240000_C4D3E0.s | 0 .../dgb_12/C4DEF0/func_80240000_C4DEF0.s | 0 .../dgb_15/C4F510/func_80240208_C4F718.s | 0 .../dgb_15/C4F510/func_8024061C_C4FB2C.s | 0 .../dgb_15/C4F510/func_802408D0_C4FDE0.s | 0 .../dgb_15/C4F510/func_80240A28_C4FF38.s | 0 .../dgb_15/C4F510/func_80240D90_C502A0.s | 0 .../dgb_15/C4F510/func_80240F4C_C5045C.s | 0 .../dgb_15/C4F510/func_8024121C_C5072C.s | 0 .../dgb_15/C4F510/func_802413A4_C508B4.s | 0 .../dgb_15/C4F510/func_80241464_C50974.s | 0 .../C4F510/update_starpoints_display_C4F8CC.s | 0 .../dgb_16/C52540/func_80240208_C52748.s | 0 .../dgb_16/C52540/func_8024061C_C52B5C.s | 0 .../dgb_16/C52540/func_802406A4_C52BE4.s | 0 .../dgb_16/C52540/func_8024095C_C52E9C.s | 0 .../dgb_16/C52540/func_802409C0_C52F00.s | 0 .../dgb_16/C52540/func_80240A68_C52FA8.s | 0 .../dgb_16/C52540/func_80240BA0_C530E0.s | 0 .../dgb_16/C52540/func_80240C4C_C5318C.s | 0 .../dgb_16/C52540/func_80240DC4_C53304.s | 0 .../dgb_16/C52540/func_80240E20_C53360.s | 0 .../dgb_16/C52540/func_80241170_C536B0.s | 0 .../C52540/update_starpoints_display_C528FC.s | 0 .../dgb_18/C55F40/func_80240000_C55F40.s | 0 .../dgb_18/C55F40/func_80240158_C56098.s | 0 .../dgb_18/C55F40/func_802404C0_C56400.s | 0 .../dgb_18/C55F40/func_8024067C_C565BC.s | 0 .../dgb_18/C55F40/func_8024094C_C5688C.s | 0 .../dgb_18/C55F40/func_80240AD4_C56A14.s | 0 .../dgb_18/C55F40/func_80240B94_C56AD4.s | 0 .../dgb_18/C55F40/func_80240EBC_C56DFC.s | 0 .../dgb_18/C56EF0/func_80240FB0_C56EF0.s | 0 .../dro_01/95B200/func_80240034_95B234.s | 0 .../dro_01/95B200/func_802402E0_95B4E0.s | 0 .../dro_01/95B200/func_80240404_95B604.s | 0 .../dro_01/95B7E0/func_802405E0_95B7E0.s | 0 .../dro_01/95B7E0/func_80240738_95B938.s | 0 .../dro_01/95B7E0/func_80240AA0_95BCA0.s | 0 .../dro_01/95B7E0/func_80240C5C_95BE5C.s | 0 .../dro_01/95B7E0/func_80240F2C_95C12C.s | 0 .../dro_01/95B7E0/func_802410B4_95C2B4.s | 0 .../dro_01/95B7E0/func_80241174_95C374.s | 0 .../dro_01/95B7E0/func_80241470_95C670.s | 0 .../dro_01/95B7E0/func_802415AC_95C7AC.s | 0 .../dro_01/95B7E0/func_802417D0_95C9D0.s | 0 .../dro_01/95B7E0/func_8024183C_95CA3C.s | 0 .../dro_01/95B7E0/func_802419E8_95CBE8.s | 0 .../dro_01/95B7E0/func_80241B5C_95CD5C.s | 0 .../dro_01/95B7E0/func_80241BE0_95CDE0.s | 0 .../dro_01/95B7E0/func_80241DF8_95CFF8.s | 0 .../dro_01/95B7E0/func_80241EAC_95D0AC.s | 0 .../dro_01/95B7E0/func_80241EE0_95D0E0.s | 0 .../dro_01/95B7E0/func_80241F60_95D160.s | 0 .../dro_01/95B7E0/func_80241F78_95D178.s | 0 .../dro_01/95B7E0/func_80241F94_95D194.s | 0 .../dro_01/95B7E0/func_80242468_95D668.s | 0 .../dro_01/95B7E0/func_802424D4_95D6D4.s | 0 .../dro_01/95B7E0/func_80242730_95D930.s | 0 .../dro_01/95B7E0/func_80242784_95D984.s | 0 .../dro_01/95B7E0/func_802427BC_95D9BC.s | 0 .../dro_01/95B7E0/func_80242858_95DA58.s | 0 .../dro_01/95B7E0/func_80243014_95E214.s | 0 .../dro_01/95B7E0/func_80243058_95E258.s | 0 .../dro_01/95B7E0/func_80243084_95E284.s | 0 .../dro_01/95B7E0/func_8024309C_95E29C.s | 0 .../dro_01/95B7E0/func_802430C8_95E2C8.s | 0 .../dro_01/95B7E0/func_802431B4_95E3B4.s | 0 .../dro_01/95B7E0/func_802431FC_95E3FC.s | 0 .../dro_01/95B7E0/func_80243350_95E550.s | 0 .../dro_01/95E660/func_80243460_95E660.s | 0 .../dro_01/95E660/func_80243578_95E778.s | 0 .../dro_01/95E7A0/func_802435D4_95E7D4.s | 0 .../dro_02/9691C0/func_80240000_9691C0.s | 0 .../dro_02/9691C0/func_80240124_9692E4.s | 0 .../dro_02/9694C0/func_80240300_9694C0.s | 0 .../dro_02/9694C0/func_8024043C_9695FC.s | 0 .../dro_02/9694C0/func_80240660_969820.s | 0 .../dro_02/9694C0/func_802406CC_96988C.s | 0 .../dro_02/9694C0/func_80240878_969A38.s | 0 .../dro_02/9694C0/func_802409EC_969BAC.s | 0 .../dro_02/9694C0/func_80240A70_969C30.s | 0 .../dro_02/9694C0/func_80240C88_969E48.s | 0 .../dro_02/9694C0/func_80240D3C_969EFC.s | 0 .../dro_02/9694C0/func_80240D70_969F30.s | 0 .../dro_02/9694C0/func_80240DF0_969FB0.s | 0 .../dro_02/9694C0/func_80240E08_969FC8.s | 0 .../dro_02/9694C0/func_80240E24_969FE4.s | 0 .../dro_02/9694C0/func_802412F8_96A4B8.s | 0 .../dro_02/9694C0/func_80241364_96A524.s | 0 .../dro_02/9694C0/func_80241394_96A554.s | 0 .../dro_02/9694C0/func_802414C0_96A680.s | 0 .../dro_02/9694C0/func_802415CC_96A78C.s | 0 .../dro_02/9694C0/func_802416FC_96A8BC.s | 0 .../dro_02/9694C0/func_80241874_96AA34.s | 0 .../dro_02/9694C0/func_8024190C_96AACC.s | 0 .../dro_02/9694C0/func_80242214_96B3D4.s | 0 .../dro_02/9694C0/func_8024240C_96B5CC.s | 0 .../dro_02/9694C0/func_80242EAC_96C06C.s | 0 .../dro_02/9694C0/func_8024303C_96C1FC.s | 0 .../dro_02/9694C0/func_80243068_96C228.s | 0 .../dro_02/9694C0/func_802432C0_96C480.s | 0 .../dro_02/9694C0/func_80243314_96C4D4.s | 0 .../dro_02/9694C0/func_8024334C_96C50C.s | 0 .../dro_02/9694C0/func_802433E8_96C5A8.s | 0 .../dro_02/9694C0/func_802434CC_96C68C.s | 0 .../dro_02/9694C0/func_80243548_96C708.s | 0 .../dro_02/9694C0/func_80243644_96C804.s | 0 .../dro_02/9694C0/func_80243698_96C858.s | 0 .../dro_02/9694C0/func_80243778_96C938.s | 0 .../dro_02/9694C0/func_802439FC_96CBBC.s | 0 .../dro_02/9694C0/func_80243A40_96CC00.s | 0 .../end_00/DF6A00/func_80240000_DF6A00.s | 0 .../end_00/DF6A20/func_80240020_DF6A20.s | 0 .../end_00/DF6A20/func_80240270_DF6C70.s | 0 .../end_00/DF6A20/func_80240540_DF6F40.s | 0 .../end_00/DF6A20/func_8024081C_DF721C.s | 0 .../end_00/DF6A20/func_80240AE8_DF74E8.s | 0 .../end_00/DF6A20/func_80240EB0_DF78B0.s | 0 .../end_00/DF6A20/func_80240FEC_DF79EC.s | 0 .../end_00/DF6A20/func_802411CC_DF7BCC.s | 0 .../end_00/DF6A20/func_80241294_DF7C94.s | 0 .../end_00/DF6A20/func_802414CC_DF7ECC.s | 0 .../end_00/DF6A20/func_80241768_DF8168.s | 0 .../end_00/DF6A20/func_802419F8_DF83F8.s | 0 .../end_00/DF6A20/func_80241B34_DF8534.s | 0 .../end_00/DF6A20/func_802421D8_DF8BD8.s | 0 .../end_00/DF6A20/func_80242358_DF8D58.s | 0 .../end_00/DF6A20/func_80242500_DF8F00.s | 0 .../end_00/DF6A20/func_80242558_DF8F58.s | 0 .../end_00/DF6A20/func_80242580_DF8F80.s | 0 .../end_00/DF6A20/func_80242680_DF9080.s | 0 .../end_00/DF6A20/func_80242744_DF9144.s | 0 .../end_00/DF6A20/func_802427A4_DF91A4.s | 0 .../end_00/DF6A20/func_802427D8_DF91D8.s | 0 .../end_00/DF6A20/func_80242830_DF9230.s | 0 .../end_00/DF6A20/func_80242898_DF9298.s | 0 .../end_00/DF9300/func_80242900_DF9300.s | 0 .../end_00/DF9300/func_80242A30_DF9430.s | 0 .../end_00/DF9300/func_80242AD4_DF94D4.s | 0 .../end_00/DF9510/func_80242B10_DF9510.s | 0 .../end_01/E05360/func_80240000_E05360.s | 0 .../end_01/E05370/func_80240010_E05370.s | 0 .../end_01/E05390/func_80240030_E05390.s | 0 .../end_01/E05390/func_80240280_E055E0.s | 0 .../end_01/E05390/func_80240550_E058B0.s | 0 .../end_01/E05390/func_8024082C_E05B8C.s | 0 .../end_01/E05390/func_80240AF8_E05E58.s | 0 .../end_01/E05390/func_80240EC0_E06220.s | 0 .../end_01/E05390/func_80240FFC_E0635C.s | 0 .../end_01/E05390/func_802411DC_E0653C.s | 0 .../end_01/E05390/func_802412A4_E06604.s | 0 .../end_01/E05390/func_802414DC_E0683C.s | 0 .../end_01/E05390/func_80241778_E06AD8.s | 0 .../end_01/E05390/func_80241A08_E06D68.s | 0 .../end_01/E05390/func_80241B44_E06EA4.s | 0 .../end_01/E05390/func_802421E8_E07548.s | 0 .../end_01/E05390/func_80242368_E076C8.s | 0 .../end_01/E05390/func_80242510_E07870.s | 0 .../end_01/E05390/func_80242568_E078C8.s | 0 .../end_01/E05390/func_80242590_E078F0.s | 0 .../end_01/E05390/func_80242690_E079F0.s | 0 .../end_01/E05390/func_80242754_E07AB4.s | 0 .../end_01/E05390/func_802427B4_E07B14.s | 0 .../end_01/E05390/func_802427E8_E07B48.s | 0 .../end_01/E05390/func_80242840_E07BA0.s | 0 .../end_01/E05390/func_8024289C_E07BFC.s | 0 .../end_01/E07C20/func_802428C0_E07C20.s | 0 .../end_01/E07C20/func_80242900_E07C60.s | 0 .../end_01/E07C20/func_80242978_E07CD8.s | 0 .../end_01/E07C20/func_80242A68_E07DC8.s | 0 .../end_01/E07C20/func_80242B68_E07EC8.s | 0 .../end_01/E07C20/func_80242C68_E07FC8.s | 0 .../end_01/E08050/func_80242CF0_E08050.s | 0 .../end_01/E08050/func_80242E14_E08174.s | 0 .../flo_00/C9DF20/func_80240000_C9DF20.s | 0 .../flo_00/C9DF60/func_80240040_C9DF60.s | 0 .../flo_00/C9DF60/func_80240198_C9E0B8.s | 0 .../flo_00/C9DF60/func_80240500_C9E420.s | 0 .../flo_00/C9DF60/func_802406BC_C9E5DC.s | 0 .../flo_00/C9DF60/func_8024098C_C9E8AC.s | 0 .../flo_00/C9DF60/func_80240B14_C9EA34.s | 0 .../flo_00/C9DF60/func_80240BD4_C9EAF4.s | 0 .../flo_00/C9EE30/func_80240F10_C9EE30.s | 0 .../flo_00/C9EE30/func_80240F80_C9EEA0.s | 0 .../flo_00/C9EE30/func_802410B4_C9EFD4.s | 0 .../flo_00/C9EE30/func_8024139C_C9F2BC.s | 0 .../flo_00/C9EE30/func_802413BC_C9F2DC.s | 0 .../flo_03/CA72A0/func_80240000_CA72A0.s | 0 .../flo_03/CA72E0/func_80240040_CA72E0.s | 0 .../flo_03/CA72E0/func_80240158_CA73F8.s | 0 .../flo_07/CAC1F0/func_80240344_CAC534.s | 0 .../flo_07/CAC5D0/func_8024061C_CAC80C.s | 0 .../flo_08/CAED40/func_8024001C_CAED5C.s | 0 .../flo_08/CAED40/func_8024003C_CAED7C.s | 0 .../flo_08/CAED40/func_80240068_CAEDA8.s | 0 .../flo_08/CAED40/func_802400D4_CAEE14.s | 0 .../flo_08/CAED40/func_80240120_CAEE60.s | 0 .../flo_08/CAED40/func_802401CC_CAEF0C.s | 0 .../flo_08/CAED40/func_8024041C_CAF15C.s | 0 .../flo_08/CAED40/func_80240448_CAF188.s | 0 .../flo_08/CAED40/func_80240480_CAF1C0.s | 0 .../flo_08/CAED40/func_80240510_CAF250.s | 0 .../flo_08/CAED40/func_80240544_CAF284.s | 0 .../flo_08/CAED40/func_802405A8_CAF2E8.s | 0 .../flo_08/CAED40/func_80240600_CAF340.s | 0 .../flo_08/CAED40/func_80240B38_CAF878.s | 0 .../flo_08/CAED40/func_80240D08_CAFA48.s | 0 .../flo_08/CAFA80/func_80240D40_CAFA80.s | 0 .../flo_08/CAFAC0/func_80240D80_CAFAC0.s | 0 .../flo_08/CAFAC0/func_80241364_CB00A4.s | 0 .../flo_08/CAFAC0/func_802414C8_CB0208.s | 0 .../flo_08/CAFAC0/func_8024150C_CB024C.s | 0 .../flo_08/CAFAC0/func_80241970_CB06B0.s | 0 .../flo_08/CAFAC0/func_802419C4_CB0704.s | 0 .../flo_08/CAFAC0/func_802419FC_CB073C.s | 0 .../flo_08/CAFAC0/func_80241A98_CB07D8.s | 0 .../flo_08/CAFAC0/func_80241B5C_CB089C.s | 0 .../flo_08/CAFAC0/func_80241BCC_CB090C.s | 0 .../flo_08/CB0B80/func_80241E40_CB0B80.s | 0 .../flo_09/CB5000/func_80240000_CB5000.s | 0 .../flo_09/CB5040/func_80240040_CB5040.s | 0 .../flo_09/CB5320/func_80240320_CB5320.s | 0 .../flo_09/CB5320/func_802404D0_CB54D0.s | 0 .../flo_09/CB5320/func_80240BB8_CB5BB8.s | 0 .../flo_09/CB5320/func_80240F74_CB5F74.s | 0 .../flo_09/CB5320/func_80241178_CB6178.s | 0 .../flo_09/CB5320/func_80241508_CB6508.s | 0 .../flo_09/CB5320/func_8024162C_CB662C.s | 0 .../flo_10/CB9200/func_80240000_CB9200.s | 0 .../flo_10/CB9240/func_80240040_CB9240.s | 0 .../flo_10/CB9280/func_80240080_CB9280.s | 0 .../flo_10/CB96B0/func_802404B0_CB96B0.s | 0 .../flo_10/CB96B0/func_80240A98_CB9C98.s | 0 .../flo_11/CBDCD0/func_80240034_CBDD04.s | 0 .../flo_11/CBDCD0/func_802402E0_CBDFB0.s | 0 .../flo_12/CC0E30/func_80240000_CC0E30.s | 0 .../flo_12/CC0E70/func_8024027C_CC10AC.s | 0 .../flo_12/CC0E70/func_802405C0_CC13F0.s | 0 .../flo_12/CC0E70/func_80240614_CC1444.s | 0 .../flo_12/CC0E70/func_8024064C_CC147C.s | 0 .../flo_13/CC3810/func_80240000_CC3810.s | 0 .../flo_13/CC3850/func_80240040_CC3850.s | 0 .../flo_13/CC3850/func_802401C4_CC39D4.s | 0 .../flo_13/CC3850/func_80240374_CC3B84.s | 0 .../flo_13/CC3850/func_80240A5C_CC426C.s | 0 .../flo_13/CC3850/func_80240E18_CC4628.s | 0 .../flo_13/CC3850/func_8024101C_CC482C.s | 0 .../flo_13/CC3850/func_802413AC_CC4BBC.s | 0 .../flo_13/CC3850/func_802414D0_CC4CE0.s | 0 .../flo_13/CC3850/func_802416BC_CC4ECC.s | 0 .../flo_13/CC3850/func_80241704_CC4F14.s | 0 .../flo_13/CC3850/func_80241B68_CC5378.s | 0 .../flo_13/CC3850/func_80241DB8_CC55C8.s | 0 .../flo_13/CC3850/func_80242314_CC5B24.s | 0 .../flo_13/CC3850/func_8024262C_CC5E3C.s | 0 .../flo_13/CC3850/func_80242A6C_CC627C.s | 0 .../flo_13/CC3850/func_80243368_CC6B78.s | 0 .../flo_13/CC3850/func_802433C0_CC6BD0.s | 0 .../flo_13/CC3850/func_802434D4_CC6CE4.s | 0 .../flo_13/CC6DE0/func_802435D0_CC6DE0.s | 0 .../flo_14/CCB310/func_8024030C_CCB61C.s | 0 .../flo_14/CCB310/func_80240340_CCB650.s | 0 .../flo_14/CCB310/func_802403D4_CCB6E4.s | 0 .../flo_14/CCB310/func_8024042C_CCB73C.s | 0 .../flo_14/CCB310/func_8024046C_CCB77C.s | 0 .../flo_14/CCB310/func_80240504_CCB814.s | 0 .../flo_14/CCB310/func_802407D4_CCBAE4.s | 0 .../flo_14/CCBE20/func_80240B10_CCBE20.s | 0 .../flo_14/CCBE20/func_80240CC0_CCBFD0.s | 0 .../flo_14/CCBE20/func_802413A8_CCC6B8.s | 0 .../flo_14/CCBE20/func_80241764_CCCA74.s | 0 .../flo_14/CCBE20/func_80241968_CCCC78.s | 0 .../flo_14/CCBE20/func_80241CF8_CCD008.s | 0 .../flo_14/CCBE20/func_80241E1C_CCD12C.s | 0 .../flo_14/CCBE20/func_80242234_CCD544.s | 0 .../flo_14/CCBE20/func_80242288_CCD598.s | 0 .../flo_14/CCBE20/func_802422C0_CCD5D0.s | 0 .../flo_14/CCD670/func_80242360_CCD670.s | 0 .../flo_16/CD1E30/func_80240000_CD1E30.s | 0 .../flo_16/CD1E70/func_80240040_CD1E70.s | 0 .../flo_16/CD1F10/func_802400FC_CD1F2C.s | 0 .../flo_16/CD1F10/func_8024011C_CD1F4C.s | 0 .../flo_16/CD1F10/func_80240148_CD1F78.s | 0 .../flo_16/CD1F10/func_802401B4_CD1FE4.s | 0 .../flo_16/CD1F10/func_80240200_CD2030.s | 0 .../flo_16/CD1F10/func_802402AC_CD20DC.s | 0 .../flo_16/CD1F10/func_802404FC_CD232C.s | 0 .../flo_16/CD1F10/func_80240528_CD2358.s | 0 .../flo_16/CD1F10/func_80240560_CD2390.s | 0 .../flo_16/CD1F10/func_802405F0_CD2420.s | 0 .../flo_16/CD1F10/func_80240624_CD2454.s | 0 .../flo_16/CD1F10/func_80240688_CD24B8.s | 0 .../flo_16/CD1F10/func_802406E0_CD2510.s | 0 .../flo_16/CD1F10/func_80240C18_CD2A48.s | 0 .../flo_16/CD1F10/func_80240DE8_CD2C18.s | 0 .../flo_16/CD1F10/func_80240E18_CD2C48.s | 0 .../flo_16/CD2C80/func_80240E50_CD2C80.s | 0 .../flo_16/CD2C80/func_80241000_CD2E30.s | 0 .../flo_16/CD2C80/func_802416E8_CD3518.s | 0 .../flo_16/CD2C80/func_80241AA4_CD38D4.s | 0 .../flo_16/CD2C80/func_80241CA8_CD3AD8.s | 0 .../flo_16/CD2C80/func_80242038_CD3E68.s | 0 .../flo_16/CD2C80/func_8024215C_CD3F8C.s | 0 .../flo_16/CD2C80/func_80242478_CD42A8.s | 0 .../flo_16/CD2C80/func_802426F8_CD4528.s | 0 .../flo_16/CD2C80/func_80242754_CD4584.s | 0 .../flo_16/CD4770/func_80242940_CD4770.s | 0 .../flo_17/CD72E0/func_80240000_CD72E0.s | 0 .../flo_17/CD7320/func_80240040_CD7320.s | 0 .../flo_17/CD7350/func_80240070_CD7350.s | 0 .../flo_17/CD7350/func_80240220_CD7500.s | 0 .../flo_17/CD7350/func_80240908_CD7BE8.s | 0 .../flo_17/CD7350/func_80240CC4_CD7FA4.s | 0 .../flo_17/CD7350/func_80240EC8_CD81A8.s | 0 .../flo_17/CD7350/func_80241258_CD8538.s | 0 .../flo_17/CD7350/func_8024137C_CD865C.s | 0 .../flo_17/CD7350/func_80241568_CD8848.s | 0 .../flo_17/CD7350/func_802415B0_CD8890.s | 0 .../flo_17/CD7350/func_80241A14_CD8CF4.s | 0 .../flo_17/CD7350/func_80241C64_CD8F44.s | 0 .../flo_17/CD7350/func_802421C0_CD94A0.s | 0 .../flo_17/CD7350/func_802424D8_CD97B8.s | 0 .../flo_17/CD7350/func_80242918_CD9BF8.s | 0 .../flo_18/CDC6A0/func_8024030C_CDC9AC.s | 0 .../flo_18/CDC6A0/func_80240340_CDC9E0.s | 0 .../flo_18/CDCBD0/func_80240530_CDCBD0.s | 0 .../flo_19/CE36F0/func_8024030C_CE39FC.s | 0 .../flo_19/CE36F0/func_80240340_CE3A30.s | 0 .../flo_19/CE36F0/func_802404D0_CE3BC0.s | 0 .../flo_19/CE36F0/func_80240540_CE3C30.s | 0 .../flo_19/CE36F0/func_80240660_CE3D50.s | 0 .../flo_19/CE36F0/func_80240784_CE3E74.s | 0 .../flo_21/CE6700/func_80240000_CE6700.s | 0 .../flo_21/CE6700/func_8024004C_CE674C.s | 0 .../flo_21/CE6700/func_802401AC_CE68AC.s | 0 .../flo_21/CE6700/func_802405BC_CE6CBC.s | 0 .../flo_21/CE6700/func_802405FC_CE6CFC.s | 0 .../flo_21/CE6700/func_80240708_CE6E08.s | 0 .../flo_21/CE6700/func_80240B00_CE7200.s | 0 .../flo_22/CEC240/func_80240000_CEC240.s | 0 .../flo_22/CEC280/func_80240040_CEC280.s | 0 .../flo_23/CEE260/func_80240000_CEE260.s | 0 .../flo_23/CEE2A0/func_8024026C_CEE4CC.s | 0 .../flo_23/CEE2A0/func_802402C0_CEE520.s | 0 .../flo_23/CEE2A0/func_802402F8_CEE558.s | 0 .../flo_23/CEE2A0/func_80240410_CEE670.s | 0 .../flo_23/CEE2A0/func_80240728_CEE988.s | 0 .../flo_23/CEE2A0/func_80240B68_CEEDC8.s | 0 .../flo_23/CEE2A0/func_80240C2C_CEEE8C.s | 0 .../flo_23/CEE2A0/func_80240C9C_CEEEFC.s | 0 .../flo_24/CF0940/func_80240000_CF0940.s | 0 .../flo_25/CF2BD0/func_80240000_CF2BD0.s | 0 .../flo_25/CF2C10/func_80240040_CF2C10.s | 0 .../flo_25/CF2C10/func_802401F0_CF2DC0.s | 0 .../flo_25/CF2C10/func_802408D8_CF34A8.s | 0 .../flo_25/CF2C10/func_80240C94_CF3864.s | 0 .../flo_25/CF2C10/func_80240E98_CF3A68.s | 0 .../flo_25/CF2C10/func_80241228_CF3DF8.s | 0 .../flo_25/CF2C10/func_8024134C_CF3F1C.s | 0 .../flo_25/CF2C10/func_80241668_CF4238.s | 0 .../flo_25/CF2C10/func_802418E8_CF44B8.s | 0 .../flo_25/CF2C10/func_80241944_CF4514.s | 0 .../flo_25/CF2C10/func_80241D58_CF4928.s | 0 .../flo_25/CF2C10/func_80241DAC_CF497C.s | 0 .../flo_25/CF2C10/func_80241DE4_CF49B4.s | 0 .../flo_25/CF2C10/func_80241E80_CF4A50.s | 0 .../flo_25/CF2C10/func_80241F44_CF4B14.s | 0 .../flo_25/CF2C10/func_80241FB4_CF4B84.s | 0 .../flo_25/CF4E00/func_80242230_CF4E00.s | 0 .../gv_01/E1E460/func_80240034_E1E494.s | 0 .../gv_01/E1E460/func_80240688_E1EAE8.s | 0 .../hos_00/A0BCF0/func_80240000_A0BCF0.s | 0 .../hos_00/A0BD40/func_80240050_A0BD40.s | 0 .../hos_00/A0BD40/func_80240170_A0BE60.s | 0 .../hos_00/A0BD40/func_8024036C_A0C05C.s | 0 .../hos_00/A0BD40/func_80240584_A0C274.s | 0 .../hos_00/A0C4B0/func_802407C0_A0C4B0.s | 0 .../hos_00/A0C4E0/func_802407F0_A0C4E0.s | 0 .../hos_00/A0C4E0/func_80240908_A0C5F8.s | 0 .../hos_00/A0C4E0/func_8024091C_A0C60C.s | 0 .../hos_00/A0C4E0/func_80240994_A0C684.s | 0 .../hos_00/A0C4E0/func_80240A54_A0C744.s | 0 .../hos_00/A0C4E0/func_80240B20_A0C810.s | 0 .../hos_00/A0C4E0/func_80240B3C_A0C82C.s | 0 .../hos_00/A0C930/func_80240C40_A0C930.s | 0 .../hos_01/A10880/func_80240000_A10880.s | 0 .../hos_01/A10880/func_80240120_A109A0.s | 0 .../hos_01/A10880/func_8024031C_A10B9C.s | 0 .../hos_01/A10880/func_80240534_A10DB4.s | 0 .../hos_01/A10880/func_80240768_A10FE8.s | 0 .../hos_01/A11020/func_80240AAC_A1132C.s | 0 .../hos_01/A11020/func_80240B10_A11390.s | 0 .../hos_01/A11020/func_80240B64_A113E4.s | 0 .../hos_01/A11020/func_80240C08_A11488.s | 0 .../hos_01/A11020/func_80240C84_A11504.s | 0 .../hos_01/A11020/func_80240CB0_A11530.s | 0 .../hos_01/A11020/func_80240CDC_A1155C.s | 0 .../hos_01/A11650/func_80240DEC_A1166C.s | 0 .../hos_02/A16220/func_8024030C_A1652C.s | 0 .../hos_02/A16220/func_80240434_A16654.s | 0 .../hos_02/A16220/func_80240610_A16830.s | 0 .../hos_02/A16220/func_80240904_A16B24.s | 0 .../hos_02/A16220/func_80240BFC_A16E1C.s | 0 .../hos_02/A16220/func_80240EF4_A17114.s | 0 .../hos_02/A16220/func_80240F68_A17188.s | 0 .../hos_02/A171F0/func_80240FD0_A171F0.s | 0 .../hos_02/A17210/func_80240FF0_A17210.s | 0 .../hos_02/A17210/func_802411A0_A173C0.s | 0 .../hos_02/A17210/func_80241888_A17AA8.s | 0 .../hos_02/A17210/func_80241C44_A17E64.s | 0 .../hos_02/A17210/func_80241E48_A18068.s | 0 .../hos_02/A17210/func_802421D8_A183F8.s | 0 .../hos_02/A17210/func_802422FC_A1851C.s | 0 .../hos_02/A17210/func_80242618_A18838.s | 0 .../hos_02/A17210/func_80242898_A18AB8.s | 0 .../hos_02/A17210/func_802428F4_A18B14.s | 0 .../hos_03/A1B100/func_80240000_A1B100.s | 0 .../hos_03/A1B130/func_8024033C_A1B43C.s | 0 .../hos_03/A1B130/func_8024060C_A1B70C.s | 0 .../hos_03/A1B130/func_802407E8_A1B8E8.s | 0 .../hos_03/A1B130/func_80240928_A1BA28.s | 0 .../hos_03/A1B130/func_80240A50_A1BB50.s | 0 .../hos_03/A1BDB0/func_80240CB0_A1BDB0.s | 0 .../hos_03/A1BDB0/func_80240E60_A1BF60.s | 0 .../hos_03/A1BDB0/func_80241548_A1C648.s | 0 .../hos_03/A1BDB0/func_80241904_A1CA04.s | 0 .../hos_03/A1BDB0/func_80241B08_A1CC08.s | 0 .../hos_03/A1BDB0/func_80241E98_A1CF98.s | 0 .../hos_03/A1BDB0/func_80241FBC_A1D0BC.s | 0 .../hos_03/A1BDB0/func_802421F0_A1D2F0.s | 0 .../hos_03/A1BDB0/func_8024226C_A1D36C.s | 0 .../hos_03/A1BDB0/func_80242368_A1D468.s | 0 .../hos_03/A1BDB0/func_802423BC_A1D4BC.s | 0 .../hos_03/A1BDB0/func_8024249C_A1D59C.s | 0 .../hos_03/A1BDB0/func_802424A4_A1D5A4.s | 0 .../hos_03/A1BDB0/func_802425E0_A1D6E0.s | 0 .../hos_03/A1BDB0/func_80242804_A1D904.s | 0 .../hos_03/A1BDB0/func_80242870_A1D970.s | 0 .../hos_03/A1BDB0/func_80242A1C_A1DB1C.s | 0 .../hos_03/A1BDB0/func_80242B90_A1DC90.s | 0 .../hos_03/A1BDB0/func_80242C14_A1DD14.s | 0 .../hos_03/A1BDB0/func_80242E2C_A1DF2C.s | 0 .../hos_03/A1BDB0/func_80242EE0_A1DFE0.s | 0 .../hos_03/A1BDB0/func_80242F14_A1E014.s | 0 .../hos_03/A1BDB0/func_80242F94_A1E094.s | 0 .../hos_03/A1BDB0/func_80242FAC_A1E0AC.s | 0 .../hos_03/A1BDB0/func_80242FC8_A1E0C8.s | 0 .../hos_03/A1BDB0/func_8024349C_A1E59C.s | 0 .../hos_03/A1BDB0/func_80243508_A1E608.s | 0 .../hos_04/A26ED0/func_80240000_A26ED0.s | 0 .../hos_04/A26ED0/func_80240154_A27024.s | 0 .../hos_04/A27490/func_802405C0_A27490.s | 0 .../hos_04/A274B0/func_80240654_A27524.s | 0 .../hos_04/A274B0/func_8024068C_A2755C.s | 0 .../hos_04/A274B0/func_80240694_A27564.s | 0 .../hos_04/A274B0/func_80240734_A27604.s | 0 .../hos_04/A274B0/func_802408F8_A277C8.s | 0 .../hos_04/A274B0/func_802409B0_A27880.s | 0 .../hos_04/A274B0/func_80240A84_A27954.s | 0 .../hos_04/A27A30/func_80240B60_A27A30.s | 0 .../hos_04/A27AA0/func_80240BD0_A27AA0.s | 0 .../hos_04/A27AA0/func_80240E40_A27D10.s | 0 .../hos_04/A27AA0/func_80240E6C_A27D3C.s | 0 .../hos_05/A2A240/func_80240000_A2A240.s | 0 .../hos_05/A2A240/func_80240124_A2A364.s | 0 .../hos_05/A2A240/func_80240604_A2A844.s | 0 .../hos_05/A2A240/func_80240634_A2A874.s | 0 .../hos_05/A2A240/func_80240690_A2A8D0.s | 0 .../hos_05/A2AA70/func_80240830_A2AA70.s | 0 .../hos_05/A2AAC0/func_80240880_A2AAC0.s | 0 .../hos_05/A2AAC0/func_802409C4_A2AC04.s | 0 .../hos_05/A2AAC0/func_80240D54_A2AF94.s | 0 .../hos_05/A2AAC0/func_80240DA0_A2AFE0.s | 0 .../hos_05/A2AAC0/func_80240DF8_A2B038.s | 0 .../hos_05/A2AAC0/func_80240E30_A2B070.s | 0 .../hos_05/A2AAC0/func_80240E50_A2B090.s | 0 .../hos_05/A2AAC0/func_80240F30_A2B170.s | 0 .../hos_05/A2AAC0/func_80240F88_A2B1C8.s | 0 .../hos_05/A2AAC0/func_80240FE0_A2B220.s | 0 .../hos_05/A2AAC0/func_80241044_A2B284.s | 0 .../hos_05/A2AAC0/func_802410E4_A2B324.s | 0 .../hos_05/A2AAC0/func_80241274_A2B4B4.s | 0 .../hos_05/A2AAC0/func_8024146C_A2B6AC.s | 0 .../hos_05/A2AAC0/func_802416BC_A2B8FC.s | 0 .../hos_05/A2AAC0/func_80241850_A2BA90.s | 0 .../hos_05/A2AAC0/func_802419F4_A2BC34.s | 0 .../hos_05/A2AAC0/func_80241B40_A2BD80.s | 0 .../hos_05/A2AAC0/func_80241C54_A2BE94.s | 0 .../hos_05/A2AAC0/func_80241D08_A2BF48.s | 0 .../hos_05/A2AAC0/func_80241D7C_A2BFBC.s | 0 .../hos_05/A2AAC0/func_80241F54_A2C194.s | 0 .../hos_05/A2AAC0/func_802421E0_A2C420.s | 0 .../hos_05/A2AAC0/func_802422A0_A2C4E0.s | 0 .../hos_05/A2AAC0/func_802423D4_A2C614.s | 0 .../hos_05/A2AAC0/func_802425A0_A2C7E0.s | 0 .../hos_05/A2AAC0/func_80242704_A2C944.s | 0 .../hos_05/A2AAC0/func_802428C8_A2CB08.s | 0 .../hos_05/A2AAC0/func_80242F74_A2D1B4.s | 0 .../hos_05/A2AAC0/func_8024301C_A2D25C.s | 0 .../hos_05/A2AAC0/func_80243100_A2D340.s | 0 .../hos_05/A2AAC0/func_80243164_A2D3A4.s | 0 .../hos_05/A2AAC0/func_8024370C_A2D94C.s | 0 .../hos_05/A2AAC0/func_80243758_A2D998.s | 0 .../hos_05/A2AAC0/func_80243CC0_A2DF00.s | 0 .../hos_05/A2AAC0/func_80243ED0_A2E110.s | 0 .../hos_05/A2AAC0/func_80243FC4_A2E204.s | 0 .../hos_05/A2AAC0/func_802440D0_A2E310.s | 0 .../hos_05/A2AAC0/func_80244454_A2E694.s | 0 .../hos_05/A2AAC0/func_802444E8_A2E728.s | 0 .../hos_05/A2AAC0/func_80244550_A2E790.s | 0 .../hos_05/A2AAC0/func_80244774_A2E9B4.s | 0 .../hos_05/A2AAC0/func_8024486C_A2EAAC.s | 0 .../hos_05/A2AAC0/func_80244934_A2EB74.s | 0 .../A2AAC0/update_heroes_start_turn_A2C264.s | 0 .../hos_05/A2EC30/func_802449F0_A2EC30.s | 0 .../hos_05/A2EC30/func_80244C60_A2EEA0.s | 0 .../hos_05/A2EC30/func_80244C8C_A2EECC.s | 0 .../hos_05/A2EF00/func_80244DE4_A2F024.s | 0 .../hos_05/A2EF00/func_802452C4_A2F504.s | 0 .../hos_05/A2EF00/func_8024569C_A2F8DC.s | 0 .../hos_05/A2EF00/func_80245718_A2F958.s | 0 .../hos_05/A2EF00/func_80245794_A2F9D4.s | 0 .../hos_05/A2EF00/func_802457C0_A2FA00.s | 0 .../A2EF00/pause_tabs_draw_badges_A2EF00.s | 0 .../hos_06/A397F0/func_80240310_A397F0.s | 0 .../hos_06/A397F0/func_80240654_A39B34.s | 0 .../hos_06/A397F0/func_802406A8_A39B88.s | 0 .../hos_06/A397F0/func_802406E0_A39BC0.s | 0 .../hos_06/A397F0/func_802409F8_A39ED8.s | 0 .../hos_06/A397F0/func_80240A3C_A39F1C.s | 0 .../hos_06/A397F0/func_80240A68_A39F48.s | 0 .../hos_06/A397F0/func_80240A94_A39F74.s | 0 .../hos_06/A397F0/func_80240AD0_A39FB0.s | 0 .../hos_06/A3A210/func_80240D30_A3A210.s | 0 .../hos_06/A3A230/func_80240F7C_A3A45C.s | 0 .../hos_06/A3A230/func_80240FD0_A3A4B0.s | 0 .../hos_06/A3A230/func_80241008_A3A4E8.s | 0 .../hos_06/A3A230/func_802410A4_A3A584.s | 0 .../hos_06/A3A230/func_802411BC_A3A69C.s | 0 .../hos_06/A3A230/func_802411F0_A3A6D0.s | 0 .../hos_06/A3A230/func_8024126C_A3A74C.s | 0 .../hos_06/A3A230/func_802414E4_A3A9C4.s | 0 .../hos_06/A3A230/func_80241668_A3AB48.s | 0 .../hos_06/A3A230/func_802417EC_A3ACCC.s | 0 .../hos_06/A3A230/func_80241860_A3AD40.s | 0 .../hos_06/A3A230/func_802418A4_A3AD84.s | 0 .../hos_06/A3A230/func_802418E8_A3ADC8.s | 0 .../hos_06/A3A230/func_80241A58_A3AF38.s | 0 .../hos_06/A3A230/func_80241B74_A3B054.s | 0 .../hos_06/A3A230/func_80241CCC_A3B1AC.s | 0 .../hos_06/A3A230/func_80241F98_A3B478.s | 0 .../hos_06/A3B4B0/func_80241FD0_A3B4B0.s | 0 .../hos_06/A3B4B0/func_8024228C_A3B76C.s | 0 .../hos_06/A3B4B0/func_802424CC_A3B9AC.s | 0 .../hos_06/A3B4B0/func_80242534_A3BA14.s | 0 .../hos_10/A3F740/func_80240000_A3F740.s | 0 .../hos_10/A3F760/func_8024032C_A3FA6C.s | 0 .../hos_10/A3F760/func_80240364_A3FAA4.s | 0 .../hos_10/A3F760/func_80240404_A3FB44.s | 0 .../hos_10/A3FEB0/func_80240770_A3FEB0.s | 0 .../hos_10/A3FEB0/func_80240A84_A401C4.s | 0 .../hos_10/A3FEB0/func_80240B44_A40284.s | 0 .../hos_10/A3FEB0/func_80240B98_A402D8.s | 0 .../hos_10/A3FEB0/func_80240BEC_A4032C.s | 0 .../hos_10/A3FEB0/func_80240BFC_A4033C.s | 0 .../hos_20/A45C40/func_80240310_A45C40.s | 0 .../isk_02/978750/func_80240040_978750.s | 0 .../isk_04/97B670/func_802400BC_97B6EC.s | 0 .../isk_04/97B670/func_802403D4_97BA04.s | 0 .../isk_04/97BF60/func_80240930_97BF60.s | 0 .../isk_04/97BF60/func_8024095C_97BF8C.s | 0 .../isk_05/97DAD0/func_80240000_97DAD0.s | 0 .../isk_05/97DAD0/func_80240230_97DD00.s | 0 .../isk_05/97DAD0/func_80240628_97E0F8.s | 0 .../isk_05/97DAD0/func_802407CC_97E29C.s | 0 .../isk_05/97DAD0/func_802408AC_97E37C.s | 0 .../isk_05/97DAD0/func_80240BF0_97E6C0.s | 0 .../isk_05/97DAD0/func_80240E14_97E8E4.s | 0 .../isk_05/97DAD0/func_80240EA8_97E978.s | 0 .../isk_05/97DAD0/func_80240F3C_97EA0C.s | 0 .../isk_05/97DAD0/func_80241108_97EBD8.s | 0 .../isk_05/97DAD0/func_802411F8_97ECC8.s | 0 .../isk_05/97DAD0/func_802415C0_97F090.s | 0 .../isk_05/97DAD0/func_80241610_97F0E0.s | 0 .../isk_05/97DAD0/func_80241B28_97F5F8.s | 0 .../isk_05/97DAD0/func_80241C34_97F704.s | 0 .../isk_05/97DAD0/func_80241C5C_97F72C.s | 0 .../isk_05/97DAD0/func_80241D44_97F814.s | 0 .../isk_05/97DAD0/func_80241DF8_97F8C8.s | 0 .../isk_05/97DAD0/func_80241E24_97F8F4.s | 0 .../isk_07/982440/func_80240000_982440.s | 0 .../isk_07/982440/func_80240014_982454.s | 0 .../isk_07/982530/func_802400F0_982530.s | 0 .../isk_08/984E30/func_8024007C_984EAC.s | 0 .../isk_08/984E30/func_80240394_9851C4.s | 0 .../isk_09/9864E0/func_80240000_9864E0.s | 0 .../isk_09/9864E0/func_802402BC_98679C.s | 0 .../isk_09/9867D0/func_802402F0_9867D0.s | 0 .../isk_10/988B60/func_8024001C_988B7C.s | 0 .../isk_10/988B60/func_8024003C_988B9C.s | 0 .../isk_10/988B60/func_80240068_988BC8.s | 0 .../isk_10/988B60/func_802400D4_988C34.s | 0 .../isk_10/988B60/func_80240120_988C80.s | 0 .../isk_10/988B60/func_802401CC_988D2C.s | 0 .../isk_10/988B60/func_8024041C_988F7C.s | 0 .../isk_10/988B60/func_80240448_988FA8.s | 0 .../isk_10/988B60/func_80240480_988FE0.s | 0 .../isk_10/988B60/func_80240510_989070.s | 0 .../isk_10/988B60/func_80240544_9890A4.s | 0 .../isk_10/988B60/func_802405A8_989108.s | 0 .../isk_10/988B60/func_80240600_989160.s | 0 .../isk_10/988B60/func_80240B38_989698.s | 0 .../isk_10/988B60/func_80240D08_989868.s | 0 .../isk_10/988B60/func_80240D38_989898.s | 0 .../isk_11/98AA10/func_80240000_98AA10.s | 0 .../isk_11/98AAC0/func_802400B0_98AAC0.s | 0 .../isk_13/98F7E0/func_80240000_98F7E0.s | 0 .../isk_13/98F7E0/func_80240230_98FA10.s | 0 .../isk_13/98F7E0/func_80240628_98FE08.s | 0 .../isk_13/98F7E0/func_802407CC_98FFAC.s | 0 .../isk_13/98F7E0/func_802408AC_99008C.s | 0 .../isk_13/98F7E0/func_80240BF0_9903D0.s | 0 .../isk_13/98F7E0/func_80240E14_9905F4.s | 0 .../isk_13/98F7E0/func_80240EA8_990688.s | 0 .../isk_13/98F7E0/func_80240F3C_99071C.s | 0 .../isk_13/98F7E0/func_80241108_9908E8.s | 0 .../isk_13/98F7E0/func_802411F8_9909D8.s | 0 .../isk_13/98F7E0/func_802415C0_990DA0.s | 0 .../isk_13/98F7E0/func_80241610_990DF0.s | 0 .../isk_13/98F7E0/func_80241BA8_991388.s | 0 .../isk_13/98F7E0/func_80241D08_9914E8.s | 0 .../isk_13/98F7E0/func_80241D38_991518.s | 0 .../isk_13/98F7E0/func_80241E34_991614.s | 0 .../isk_13/98F7E0/func_80241EF8_9916D8.s | 0 .../isk_13/98F7E0/func_80242044_991824.s | 0 .../isk_14/992730/func_80240000_992730.s | 0 .../isk_14/992730/func_80240230_992960.s | 0 .../isk_14/992730/func_80240628_992D58.s | 0 .../isk_14/992730/func_802407CC_992EFC.s | 0 .../isk_14/992730/func_802408AC_992FDC.s | 0 .../isk_14/992730/func_80240BF0_993320.s | 0 .../isk_14/992730/func_80240E14_993544.s | 0 .../isk_14/992730/func_80240EA8_9935D8.s | 0 .../isk_14/992730/func_80240F3C_99366C.s | 0 .../isk_14/992730/func_80241108_993838.s | 0 .../isk_14/992730/func_802411F8_993928.s | 0 .../isk_14/992730/func_802415C0_993CF0.s | 0 .../isk_14/992730/func_80241610_993D40.s | 0 .../isk_14/992730/func_80241AF0_994220.s | 0 .../isk_14/992730/func_80241BC4_9942F4.s | 0 .../isk_14/992730/func_80241BEC_99431C.s | 0 .../isk_14/992730/func_80241CA0_9943D0.s | 0 .../isk_16/9951F0/func_80240000_9951F0.s | 0 .../isk_16/9951F0/func_8024004C_99523C.s | 0 .../isk_16/9951F0/func_802401AC_99539C.s | 0 .../isk_16/9951F0/func_802405BC_9957AC.s | 0 .../isk_16/9951F0/func_802405FC_9957EC.s | 0 .../isk_16/9951F0/func_80240708_9958F8.s | 0 .../isk_16/9959F0/func_80240800_9959F0.s | 0 .../isk_16/9959F0/func_80240924_995B14.s | 0 .../isk_18/997F70/func_8024007C_997FEC.s | 0 .../isk_18/997F70/func_80240394_998304.s | 0 .../iwa_00/90CC40/func_80240000_90CC40.s | 0 .../iwa_00/90CC40/func_80240118_90CD58.s | 0 .../iwa_00/90CEF0/func_802402B0_90CEF0.s | 0 .../iwa_01/90F6B0/func_80240000_90F6B0.s | 0 .../iwa_01/90F6B0/func_80240398_90FA48.s | 0 .../iwa_01/90FBD0/func_80240520_90FBD0.s | 0 .../iwa_01/90FBD0/func_80240710_90FDC0.s | 0 .../iwa_01/90FBD0/func_80240854_90FF04.s | 0 .../iwa_01/90FBD0/func_80240A7C_91012C.s | 0 .../iwa_01/90FBD0/func_80240FB8_910668.s | 0 .../iwa_01/90FBD0/func_80241414_910AC4.s | 0 .../iwa_01/90FBD0/func_802415E0_910C90.s | 0 .../iwa_01/90FBD0/func_802416F0_910DA0.s | 0 .../iwa_01/90FBD0/func_8024192C_910FDC.s | 0 .../iwa_01/90FBD0/func_802419C0_911070.s | 0 .../iwa_01/90FBD0/func_80241A4C_9110FC.s | 0 .../iwa_01/90FBD0/func_80241B74_911224.s | 0 .../iwa_01/90FBD0/func_80241C78_911328.s | 0 .../iwa_01/90FBD0/func_80241CF0_9113A0.s | 0 .../iwa_01/90FBD0/func_80241D70_911420.s | 0 .../iwa_01/90FBD0/func_80241F6C_91161C.s | 0 .../iwa_01/90FBD0/func_802422C4_911974.s | 0 .../iwa_01/90FBD0/func_80242424_911AD4.s | 0 .../iwa_01/90FBD0/func_80242498_911B48.s | 0 .../iwa_01/90FBD0/func_802425C8_911C78.s | 0 .../iwa_01/90FBD0/func_80242664_911D14.s | 0 .../iwa_01/90FBD0/func_802426EC_911D9C.s | 0 .../iwa_01/90FBD0/func_80242794_911E44.s | 0 .../iwa_01/90FBD0/func_80242908_911FB8.s | 0 .../iwa_01/90FBD0/func_80242958_912008.s | 0 .../iwa_01/90FBD0/func_80242AF8_9121A8.s | 0 .../iwa_01/90FBD0/func_80242C48_9122F8.s | 0 .../iwa_01/90FBD0/func_80242CF4_9123A4.s | 0 .../iwa_01/90FBD0/func_80242E2C_9124DC.s | 0 .../iwa_01/90FBD0/func_80242EA8_912558.s | 0 .../iwa_01/90FBD0/func_80242F54_912604.s | 0 .../iwa_01/912960/func_802432B0_912960.s | 0 .../iwa_02/915D70/func_80240000_915D70.s | 0 .../iwa_02/915D70/func_80240160_915ED0.s | 0 .../iwa_02/915D70/func_802401D4_915F44.s | 0 .../iwa_02/915D70/func_80240304_916074.s | 0 .../iwa_02/915D70/func_802403A0_916110.s | 0 .../iwa_02/915D70/func_80240428_916198.s | 0 .../iwa_02/915D70/func_802404D0_916240.s | 0 .../iwa_02/915D70/func_80240644_9163B4.s | 0 .../iwa_02/915D70/func_80240694_916404.s | 0 .../iwa_02/915D70/func_80240834_9165A4.s | 0 .../iwa_02/915D70/func_80240984_9166F4.s | 0 .../iwa_02/915D70/func_80240A30_9167A0.s | 0 .../iwa_02/915D70/func_80240B68_9168D8.s | 0 .../iwa_02/915D70/func_80240BE4_916954.s | 0 .../iwa_02/915D70/func_80240C90_916A00.s | 0 .../iwa_02/915D70/func_80240FE0_916D50.s | 0 .../iwa_03/918BB0/func_80240000_918BB0.s | 0 .../iwa_03/918BB0/func_802402BC_918E6C.s | 0 .../iwa_03/918EF0/func_80240340_918EF0.s | 0 .../iwa_03/918EF0/func_802404A0_919050.s | 0 .../iwa_03/918EF0/func_80240514_9190C4.s | 0 .../iwa_03/918EF0/func_80240644_9191F4.s | 0 .../iwa_03/918EF0/func_802406E0_919290.s | 0 .../iwa_03/918EF0/func_80240768_919318.s | 0 .../iwa_03/918EF0/func_80240810_9193C0.s | 0 .../iwa_03/918EF0/func_80240984_919534.s | 0 .../iwa_03/918EF0/func_802409D4_919584.s | 0 .../iwa_03/918EF0/func_80240B74_919724.s | 0 .../iwa_03/918EF0/func_80240CC4_919874.s | 0 .../iwa_03/918EF0/func_80240D70_919920.s | 0 .../iwa_03/918EF0/func_80240EA8_919A58.s | 0 .../iwa_03/918EF0/func_80240F24_919AD4.s | 0 .../iwa_03/918EF0/func_80240FD0_919B80.s | 0 .../iwa_03/918EF0/func_80241320_919ED0.s | 0 .../iwa_04/91B8E0/func_80240000_91B8E0.s | 0 .../iwa_04/91B8E0/func_80240080_91B960.s | 0 .../iwa_04/91B8E0/func_802401E0_91BAC0.s | 0 .../iwa_04/91B8E0/func_80240254_91BB34.s | 0 .../iwa_04/91B8E0/func_80240384_91BC64.s | 0 .../iwa_04/91B8E0/func_80240420_91BD00.s | 0 .../iwa_04/91B8E0/func_802404A8_91BD88.s | 0 .../iwa_04/91B8E0/func_80240550_91BE30.s | 0 .../iwa_04/91B8E0/func_802406C4_91BFA4.s | 0 .../iwa_04/91B8E0/func_80240714_91BFF4.s | 0 .../iwa_04/91B8E0/func_802408B4_91C194.s | 0 .../iwa_04/91B8E0/func_80240A04_91C2E4.s | 0 .../iwa_04/91B8E0/func_80240AB0_91C390.s | 0 .../iwa_04/91B8E0/func_80240BE8_91C4C8.s | 0 .../iwa_04/91B8E0/func_80240C64_91C544.s | 0 .../iwa_04/91B8E0/func_80240D10_91C5F0.s | 0 .../iwa_04/91B8E0/func_80241060_91C940.s | 0 .../iwa_04/91B8E0/func_8024107C_91C95C.s | 0 .../iwa_10/91E570/func_80240000_91E570.s | 0 .../iwa_10/91E5B0/func_80240040_91E5B0.s | 0 .../iwa_10/91E6D0/func_8024030C_91E87C.s | 0 .../iwa_10/91E6D0/func_8024032C_91E89C.s | 0 .../iwa_10/91E6D0/func_80240358_91E8C8.s | 0 .../iwa_10/91E6D0/func_802403C4_91E934.s | 0 .../iwa_10/91E6D0/func_80240410_91E980.s | 0 .../iwa_10/91E6D0/func_802404BC_91EA2C.s | 0 .../iwa_10/91E6D0/func_8024070C_91EC7C.s | 0 .../iwa_10/91E6D0/func_80240738_91ECA8.s | 0 .../iwa_10/91E6D0/func_80240770_91ECE0.s | 0 .../iwa_10/91E6D0/func_80240800_91ED70.s | 0 .../iwa_10/91E6D0/func_80240834_91EDA4.s | 0 .../iwa_10/91E6D0/func_80240898_91EE08.s | 0 .../iwa_10/91E6D0/func_802408F0_91EE60.s | 0 .../iwa_10/91E6D0/func_80240E28_91F398.s | 0 .../iwa_10/91E6D0/func_80240FF8_91F568.s | 0 .../iwa_10/91F5A0/func_80241030_91F5A0.s | 0 .../iwa_10/91F5A0/func_802413E0_91F950.s | 0 .../iwa_10/91F5A0/func_80241434_91F9A4.s | 0 .../iwa_10/91F5A0/func_8024146C_91F9DC.s | 0 .../iwa_10/91FA80/func_80241510_91FA80.s | 0 .../iwa_11/9269F0/func_80240000_9269F0.s | 0 .../iwa_11/926A10/func_802401B0_926BA0.s | 0 .../iwa_11/926A10/func_80240208_926BF8.s | 0 .../iwa_11/926C70/func_80240280_926C70.s | 0 .../jan_00/B20540/func_8024030C_B2084C.s | 0 .../jan_00/B20540/func_80240340_B20880.s | 0 .../jan_00/B20540/func_802403F4_B20934.s | 0 .../jan_00/B20540/func_80240738_B20C78.s | 0 .../jan_00/B20540/func_8024078C_B20CCC.s | 0 .../jan_00/B20540/func_802407C4_B20D04.s | 0 .../jan_00/B20540/func_80240ADC_B2101C.s | 0 .../jan_00/B20540/func_80240B20_B21060.s | 0 .../jan_00/B20540/func_80240B4C_B2108C.s | 0 .../jan_00/B20540/func_80240CF8_B21238.s | 0 .../jan_00/B20540/func_80240F14_B21454.s | 0 .../jan_00/B20540/func_80241134_B21674.s | 0 .../jan_00/B216E0/func_802411A0_B216E0.s | 0 .../jan_00/B216E0/func_802411EC_B2172C.s | 0 .../jan_00/B216E0/func_80241338_B21878.s | 0 .../jan_00/B216E0/func_802415B0_B21AF0.s | 0 .../jan_00/B216E0/func_80241654_B21B94.s | 0 .../jan_00/B216E0/func_802416F8_B21C38.s | 0 .../jan_00/B216E0/func_80241868_B21DA8.s | 0 .../jan_01/B28030/func_8024030C_B2833C.s | 0 .../jan_01/B28030/func_80240340_B28370.s | 0 .../jan_01/B28030/func_80240570_B285A0.s | 0 .../jan_01/B28030/func_80240968_B28998.s | 0 .../jan_01/B28030/func_80240B0C_B28B3C.s | 0 .../jan_01/B28030/func_80240BEC_B28C1C.s | 0 .../jan_01/B28030/func_80240F30_B28F60.s | 0 .../jan_01/B28030/func_80241154_B29184.s | 0 .../jan_01/B28030/func_80241170_B291A0.s | 0 .../jan_02/B2C470/func_80240000_B2C470.s | 0 .../jan_02/B2C4A0/func_8024033C_B2C7AC.s | 0 .../jan_02/B2C4A0/func_80240360_B2C7D0.s | 0 .../jan_02/B2C4A0/func_802403F8_B2C868.s | 0 .../jan_02/B2C8A0/func_80240430_B2C8A0.s | 0 .../jan_02/B2C8A0/func_80240588_B2C9F8.s | 0 .../jan_02/B2C8A0/func_802408F0_B2CD60.s | 0 .../jan_02/B2C8A0/func_80240AAC_B2CF1C.s | 0 .../jan_02/B2C8A0/func_80240D7C_B2D1EC.s | 0 .../jan_02/B2C8A0/func_80240F04_B2D374.s | 0 .../jan_02/B2C8A0/func_80240FC4_B2D434.s | 0 .../jan_02/B2C8A0/func_802414EC_B2D95C.s | 0 .../jan_02/B2C8A0/func_80241540_B2D9B0.s | 0 .../jan_02/B2C8A0/func_80241578_B2D9E8.s | 0 .../jan_02/B2C8A0/func_80241614_B2DA84.s | 0 .../jan_02/B2C8A0/func_80241750_B2DBC0.s | 0 .../jan_02/B2C8A0/func_80241974_B2DDE4.s | 0 .../jan_02/B2C8A0/func_802419E0_B2DE50.s | 0 .../jan_02/B2C8A0/func_80241B8C_B2DFFC.s | 0 .../jan_02/B2C8A0/func_80241D00_B2E170.s | 0 .../jan_02/B2C8A0/func_80241D84_B2E1F4.s | 0 .../jan_02/B2C8A0/func_80241F9C_B2E40C.s | 0 .../jan_02/B2C8A0/func_80242050_B2E4C0.s | 0 .../jan_02/B2C8A0/func_80242084_B2E4F4.s | 0 .../jan_02/B2C8A0/func_80242104_B2E574.s | 0 .../jan_02/B2C8A0/func_8024211C_B2E58C.s | 0 .../jan_02/B2C8A0/func_80242138_B2E5A8.s | 0 .../jan_02/B2C8A0/func_8024260C_B2EA7C.s | 0 .../jan_02/B2C8A0/func_80242678_B2EAE8.s | 0 .../jan_02/B2C8A0/func_802426A8_B2EB18.s | 0 .../jan_03/B34BD0/func_80240034_B34C04.s | 0 .../jan_03/B34BD0/func_802405EC_B351BC.s | 0 .../jan_03/B34BD0/func_80240620_B351F0.s | 0 .../jan_03/B34BD0/func_80240778_B35348.s | 0 .../jan_03/B34BD0/func_80240AE0_B356B0.s | 0 .../jan_03/B34BD0/func_80240C9C_B3586C.s | 0 .../jan_03/B34BD0/func_80240F6C_B35B3C.s | 0 .../jan_03/B34BD0/func_802410F4_B35CC4.s | 0 .../jan_03/B34BD0/func_802411B4_B35D84.s | 0 .../jan_03/B34BD0/func_802414F8_B360C8.s | 0 .../jan_03/B34BD0/func_80241574_B36144.s | 0 .../jan_03/B34BD0/func_80241670_B36240.s | 0 .../jan_03/B34BD0/func_802416C4_B36294.s | 0 .../jan_03/B34BD0/func_802417A4_B36374.s | 0 .../jan_03/B34BD0/func_802419D8_B365A8.s | 0 .../jan_03/B34BD0/func_80241A2C_B365FC.s | 0 .../jan_03/B34BD0/func_80241A64_B36634.s | 0 .../jan_03/B34BD0/func_80241B00_B366D0.s | 0 .../jan_03/B34BD0/func_80241B9C_B3676C.s | 0 .../jan_03/B34BD0/func_80241CD8_B368A8.s | 0 .../jan_03/B34BD0/func_80241EFC_B36ACC.s | 0 .../jan_03/B34BD0/func_80241F68_B36B38.s | 0 .../jan_03/B34BD0/func_80242114_B36CE4.s | 0 .../jan_03/B34BD0/func_80242288_B36E58.s | 0 .../jan_03/B34BD0/func_8024230C_B36EDC.s | 0 .../jan_03/B34BD0/func_80242524_B370F4.s | 0 .../jan_03/B34BD0/func_802425D8_B371A8.s | 0 .../jan_03/B34BD0/func_8024260C_B371DC.s | 0 .../jan_03/B34BD0/func_8024268C_B3725C.s | 0 .../jan_03/B34BD0/func_802426A4_B37274.s | 0 .../jan_03/B34BD0/func_802426C0_B37290.s | 0 .../jan_03/B34BD0/func_80242B94_B37764.s | 0 .../jan_03/B34BD0/func_80242C00_B377D0.s | 0 .../jan_03/B34BD0/func_80242EAC_B37A7C.s | 0 .../jan_03/B34BD0/func_80242EF0_B37AC0.s | 0 .../jan_03/B34BD0/func_80242F1C_B37AEC.s | 0 .../jan_03/B37B70/func_80242FA0_B37B70.s | 0 .../jan_04/B44770/func_80240000_B44770.s | 0 .../jan_04/B44AC0/func_80240350_B44AC0.s | 0 .../jan_04/B44D80/func_80240610_B44D80.s | 0 .../jan_04/B45150/func_802409E0_B45150.s | 0 .../jan_04/B451F0/func_80240A80_B451F0.s | 0 .../jan_04/B451F0/func_80240BE8_B45358.s | 0 .../jan_04/B451F0/func_80240D0C_B4547C.s | 0 .../jan_04/B45730/func_80240FC0_B45730.s | 0 .../jan_05/B4AA70/func_80240000_B4AA70.s | 0 .../jan_05/B4ADC0/func_80240350_B4ADC0.s | 0 .../jan_05/B4AF10/func_802406DC_B4B14C.s | 0 .../jan_05/B4AF10/func_80240738_B4B1A8.s | 0 .../jan_05/B4B260/func_802407F0_B4B260.s | 0 .../jan_05/B4B260/func_802408A4_B4B314.s | 0 .../jan_05/B4B260/func_80240AD4_B4B544.s | 0 .../jan_05/B4B260/func_80240ECC_B4B93C.s | 0 .../jan_05/B4B260/func_80241070_B4BAE0.s | 0 .../jan_05/B4B260/func_80241150_B4BBC0.s | 0 .../jan_05/B4B260/func_80241494_B4BF04.s | 0 .../jan_05/B4B260/func_80241708_B4C178.s | 0 .../jan_05/B4B260/func_80241AD4_B4C544.s | 0 .../jan_05/B4B260/func_80241C88_B4C6F8.s | 0 .../jan_05/B4B260/func_80241EE8_B4C958.s | 0 .../jan_05/B4B260/func_8024219C_B4CC0C.s | 0 .../jan_06/B52B40/func_80240310_B52B40.s | 0 .../jan_06/B52BE0/func_802403B0_B52BE0.s | 0 .../B52F70/delete_player_actor_B53598.s | 0 .../jan_06/B52F70/func_80240740_B52F70.s | 0 .../jan_06/B52F70/func_80240970_B531A0.s | 0 .../jan_06/B52F70/func_80240F0C_B5373C.s | 0 .../jan_06/B52F70/func_80240FEC_B5381C.s | 0 .../jan_06/B52F70/func_80241330_B53B60.s | 0 .../jan_06/B52F70/func_80241554_B53D84.s | 0 .../jan_06/B52F70/func_80241658_B53E88.s | 0 .../jan_06/B52F70/func_80241A24_B54254.s | 0 .../jan_06/B52F70/func_80241BD8_B54408.s | 0 .../jan_06/B52F70/func_80241E38_B54668.s | 0 .../jan_06/B52F70/func_802420EC_B5491C.s | 0 .../jan_07/B59870/func_80240050_B598C0.s | 0 .../jan_07/B59870/func_8024041C_B59C8C.s | 0 .../jan_07/B59870/func_802405D0_B59E40.s | 0 .../jan_07/B59870/func_80240830_B5A0A0.s | 0 .../jan_07/B59870/func_80240AE4_B5A354.s | 0 .../jan_08/B5E5C0/func_8024054C_B5E7FC.s | 0 .../jan_08/B5E5C0/func_802405A8_B5E858.s | 0 .../jan_08/B5E910/func_8024067C_B5E92C.s | 0 .../jan_08/B5E910/func_8024069C_B5E94C.s | 0 .../jan_08/B5E910/func_802406C8_B5E978.s | 0 .../jan_08/B5E910/func_80240734_B5E9E4.s | 0 .../jan_08/B5E910/func_80240780_B5EA30.s | 0 .../jan_08/B5E910/func_8024082C_B5EADC.s | 0 .../jan_08/B5E910/func_80240A7C_B5ED2C.s | 0 .../jan_08/B5E910/func_80240AA8_B5ED58.s | 0 .../jan_08/B5E910/func_80240AE0_B5ED90.s | 0 .../jan_08/B5E910/func_80240B70_B5EE20.s | 0 .../jan_08/B5E910/func_80240BA4_B5EE54.s | 0 .../jan_08/B5E910/func_80240C08_B5EEB8.s | 0 .../jan_08/B5E910/func_80240C60_B5EF10.s | 0 .../jan_08/B5E910/func_80241198_B5F448.s | 0 .../jan_08/B5E910/func_80241368_B5F618.s | 0 .../jan_08/B5F650/func_802413A0_B5F650.s | 0 .../jan_08/B5F650/func_802414A4_B5F754.s | 0 .../jan_08/B5F650/func_80241870_B5FB20.s | 0 .../jan_08/B5F650/func_80241A24_B5FCD4.s | 0 .../jan_08/B5F650/func_80241C84_B5FF34.s | 0 .../jan_08/B5F650/func_80241F38_B601E8.s | 0 .../jan_09/B65AB0/func_80240034_B65AE4.s | 0 .../jan_09/B660A0/func_8024082C_B662DC.s | 0 .../jan_09/B660A0/func_80240888_B66338.s | 0 .../jan_09/B663F0/func_80240990_B66440.s | 0 .../jan_09/B663F0/func_80240D5C_B6680C.s | 0 .../jan_09/B663F0/func_80240F10_B669C0.s | 0 .../jan_09/B663F0/func_80241170_B66C20.s | 0 .../jan_09/B663F0/func_80241424_B66ED4.s | 0 .../jan_10/B6C6A0/delete_actor_B6CF4C.s | 0 .../jan_10/B6C6A0/func_80240310_B6C6A0.s | 0 .../jan_10/B6C6A0/func_80240540_B6C8D0.s | 0 .../jan_10/B6C6A0/func_80240938_B6CCC8.s | 0 .../jan_10/B6C6A0/func_80240ADC_B6CE6C.s | 0 .../jan_10/B6C6A0/func_80240F00_B6D290.s | 0 .../jan_10/B6D4C0/func_80241130_B6D4C0.s | 0 .../jan_10/B6D610/func_802414BC_B6D84C.s | 0 .../jan_11/B70860/func_80240000_B70860.s | 0 .../jan_11/B70860/func_8024018C_B709EC.s | 0 .../jan_11/B70860/func_80240438_B70C98.s | 0 .../jan_11/B71010/func_802407B0_B71010.s | 0 .../jan_11/B71010/func_802407DC_B7103C.s | 0 .../jan_12/B730B0/func_80240000_B730B0.s | 0 .../jan_12/B730B0/func_802400F8_B731A8.s | 0 .../jan_12/B730B0/func_80240170_B73220.s | 0 .../jan_12/B730B0/func_802401CC_B7327C.s | 0 .../jan_12/B73570/func_80240510_B735C0.s | 0 .../jan_12/B73570/func_802408DC_B7398C.s | 0 .../jan_12/B73570/func_80240A90_B73B40.s | 0 .../jan_12/B73570/func_80240CF0_B73DA0.s | 0 .../jan_12/B73570/func_80240FA4_B74054.s | 0 .../jan_13/B767B0/func_80240000_B767B0.s | 0 .../jan_13/B767B0/func_802401AC_B7695C.s | 0 .../jan_13/B767B0/func_80240214_B769C4.s | 0 .../jan_13/B767B0/func_802402B8_B76A68.s | 0 .../jan_14/B7A050/func_80240000_B7A050.s | 0 .../jan_14/B7A050/func_802400F8_B7A148.s | 0 .../jan_14/B7A050/func_80240170_B7A1C0.s | 0 .../jan_14/B7A050/func_802401CC_B7A21C.s | 0 .../jan_14/B7A510/func_802404C0_B7A510.s | 0 .../jan_14/B7A510/func_802406F0_B7A740.s | 0 .../jan_14/B7A510/func_80240AE8_B7AB38.s | 0 .../jan_14/B7A510/func_80240C8C_B7ACDC.s | 0 .../jan_14/B7A510/func_80240D6C_B7ADBC.s | 0 .../jan_14/B7A510/func_802410B0_B7B100.s | 0 .../jan_15/B7D920/func_80240000_B7D920.s | 0 .../jan_16/B80000/func_80240000_B80000.s | 0 .../jan_16/B80000/func_80240124_B80124.s | 0 .../jan_17/B837C0/func_80240000_B837C0.s | 0 .../jan_19/B83E60/func_80240000_B83E60.s | 0 .../jan_22/B84180/func_80240000_B84180.s | 0 .../jan_22/B84180/func_80240158_B842D8.s | 0 .../jan_22/B84180/func_802404C0_B84640.s | 0 .../jan_22/B84180/func_8024067C_B847FC.s | 0 .../jan_22/B84180/func_8024094C_B84ACC.s | 0 .../jan_22/B84180/func_80240AD4_B84C54.s | 0 .../jan_22/B84180/func_80240B94_B84D14.s | 0 .../jan_22/B84180/func_80240E90_B85010.s | 0 .../jan_22/B84180/func_80240FA8_B85128.s | 0 .../jan_22/B84180/func_80240FC4_B85144.s | 0 .../jan_22/B851A0/func_80241020_B851A0.s | 0 .../jan_22/B851A0/func_802410C4_B85244.s | 0 .../jan_22/B851A0/func_80241168_B852E8.s | 0 .../jan_22/B851A0/func_802412E0_B85460.s | 0 .../jan_22/B851A0/func_8024160C_B8578C.s | 0 .../jan_22/B851A0/func_80241668_B857E8.s | 0 .../kgr_01/8A9A10/func_80240000_8A9A10.s | 0 .../kgr_01/8A9B70/func_80240160_8A9B70.s | 0 .../kgr_01/8A9B70/func_80240354_8A9D64.s | 0 .../kgr_01/8A9B70/func_802403E0_8A9DF0.s | 0 .../kgr_01/8A9B70/func_80240500_8A9F10.s | 0 .../kgr_02/8AA450/func_80240000_8AA450.s | 0 .../kgr_02/8AA5B0/func_80240160_8AA5B0.s | 0 .../kgr_02/8AAB80/func_80240730_8AAB80.s | 0 .../kgr_02/8AAB80/func_80240748_8AAB98.s | 0 .../kgr_02/8AAB80/func_80240760_8AABB0.s | 0 .../kkj_00/ABB290/func_80240000_ABB290.s | 0 .../kkj_00/ABB290/func_80240040_ABB2D0.s | 0 .../kkj_00/ABB340/func_802400B0_ABB340.s | 0 .../kkj_00/ABB340/func_80240208_ABB498.s | 0 .../kkj_00/ABB340/func_80240570_ABB800.s | 0 .../kkj_00/ABB340/func_8024072C_ABB9BC.s | 0 .../kkj_00/ABB340/func_802409FC_ABBC8C.s | 0 .../kkj_00/ABB340/func_80240B84_ABBE14.s | 0 .../kkj_00/ABB340/func_80240C44_ABBED4.s | 0 .../kkj_00/ABB340/func_80240F40_ABC1D0.s | 0 .../kkj_01/AC5170/func_80240000_AC5170.s | 0 .../kkj_01/AC5170/func_80240158_AC52C8.s | 0 .../kkj_01/AC5170/func_802404C0_AC5630.s | 0 .../kkj_01/AC5170/func_8024067C_AC57EC.s | 0 .../kkj_01/AC5170/func_8024094C_AC5ABC.s | 0 .../kkj_01/AC5170/func_80240AD4_AC5C44.s | 0 .../kkj_01/AC5170/func_80240B94_AC5D04.s | 0 .../kkj_03/AC9710/func_80240000_AC9710.s | 0 .../kkj_10/ACAB20/func_80240000_ACAB20.s | 0 .../kkj_10/ACAB20/func_80240034_ACAB54.s | 0 .../kkj_10/ACABD0/func_802400B0_ACABD0.s | 0 .../kkj_10/ACABD0/func_802402C0_ACADE0.s | 0 .../kkj_10/ACABD0/func_8024036C_ACAE8C.s | 0 .../kkj_10/ACABD0/func_80240644_ACB164.s | 0 .../kkj_10/ACABD0/func_80240728_ACB248.s | 0 .../kkj_10/ACB3C0/func_802408A0_ACB3C0.s | 0 .../kkj_10/ACB3C0/func_80240AB0_ACB5D0.s | 0 .../kkj_10/ACB3C0/func_80240B5C_ACB67C.s | 0 .../kkj_10/ACB3C0/func_80240E34_ACB954.s | 0 .../kkj_10/ACB3C0/func_80240F18_ACBA38.s | 0 .../kkj_10/ACB3C0/func_80240F44_ACBA64.s | 0 .../kkj_10/ACB3C0/func_80240F60_ACBA80.s | 0 .../kkj_11/ACE140/func_80240000_ACE140.s | 0 .../kkj_11/ACE140/func_80240034_ACE174.s | 0 .../kkj_11/ACE1F0/func_802400B0_ACE1F0.s | 0 .../kkj_11/ACE1F0/func_802402C0_ACE400.s | 0 .../kkj_11/ACE1F0/func_8024036C_ACE4AC.s | 0 .../kkj_11/ACE1F0/func_80240644_ACE784.s | 0 .../kkj_11/ACE1F0/func_80240728_ACE868.s | 0 .../kkj_11/ACE9E0/func_802408A0_ACE9E0.s | 0 .../kkj_11/ACE9E0/func_80240AB0_ACEBF0.s | 0 .../kkj_11/ACE9E0/func_80240B5C_ACEC9C.s | 0 .../kkj_11/ACE9E0/func_80240E34_ACEF74.s | 0 .../kkj_11/ACE9E0/func_80240F18_ACF058.s | 0 .../kkj_11/ACE9E0/func_80240F44_ACF084.s | 0 .../kkj_11/ACE9E0/func_80240F60_ACF0A0.s | 0 .../kkj_12/AD4090/func_80240000_AD4090.s | 0 .../kkj_12/AD4090/func_80240034_AD40C4.s | 0 .../kkj_12/AD4100/func_80240070_AD4100.s | 0 .../kkj_12/AD4100/func_80240280_AD4310.s | 0 .../kkj_12/AD4100/func_8024032C_AD43BC.s | 0 .../kkj_12/AD4100/func_80240604_AD4694.s | 0 .../kkj_12/AD4100/func_802406E8_AD4778.s | 0 .../kkj_12/AD4100/func_80240714_AD47A4.s | 0 .../kkj_12/AD4100/func_80240730_AD47C0.s | 0 .../kkj_12/AD4100/func_8024089C_AD492C.s | 0 .../kkj_13/AD5ED0/func_80240000_AD5ED0.s | 0 .../kkj_13/AD6200/func_80240330_AD6200.s | 0 .../kkj_13/AD6200/func_80240390_AD6260.s | 0 .../kkj_13/AD6200/func_802403F0_AD62C0.s | 0 .../kkj_13/AD6200/func_8024046C_AD633C.s | 0 .../kkj_13/AD6200/func_802404E0_AD63B0.s | 0 .../kkj_14/ADAEA0/func_80240000_ADAEA0.s | 0 .../kkj_14/ADAEF0/func_8024035C_ADB1FC.s | 0 .../kkj_14/ADAEF0/func_80240384_ADB224.s | 0 .../kkj_14/ADAEF0/func_802403A0_ADB240.s | 0 .../kkj_14/ADAEF0/func_802403CC_ADB26C.s | 0 .../kkj_14/ADAEF0/func_802403F8_ADB298.s | 0 .../kkj_14/ADAEF0/func_80240480_ADB320.s | 0 .../kkj_14/ADAEF0/func_8024049C_ADB33C.s | 0 .../kkj_15/AE5590/func_8024030C_AE589C.s | 0 .../kkj_15/AE58D0/func_80240340_AE58D0.s | 0 .../kkj_15/AE5A90/func_80240500_AE5A90.s | 0 .../kkj_15/AE5B60/func_802405D0_AE5B60.s | 0 .../kkj_15/AE5B60/func_802405EC_AE5B7C.s | 0 .../kkj_16/AED410/func_80240000_AED410.s | 0 .../kkj_16/AED410/func_80240028_AED438.s | 0 .../kkj_16/AED410/func_80240060_AED470.s | 0 .../kkj_16/AED410/func_80240270_AED680.s | 0 .../kkj_16/AED410/func_8024031C_AED72C.s | 0 .../kkj_16/AED410/func_802405F4_AEDA04.s | 0 .../kkj_16/AED410/func_802406D8_AEDAE8.s | 0 .../kkj_16/AEDC60/func_80240850_AEDC60.s | 0 .../kkj_16/AEDC60/func_80240A60_AEDE70.s | 0 .../kkj_16/AEDC60/func_80240B0C_AEDF1C.s | 0 .../kkj_16/AEDC60/func_80240DE4_AEE1F4.s | 0 .../kkj_16/AEDC60/func_80240EC8_AEE2D8.s | 0 .../kkj_16/AEDC60/func_80240EF4_AEE304.s | 0 .../kkj_16/AEDC60/func_80240F10_AEE320.s | 0 .../kkj_17/AF1C60/func_80240000_AF1C60.s | 0 .../kkj_17/AF1C60/func_802402BC_AF1F1C.s | 0 .../kkj_17/AF1C60/func_80240500_AF2160.s | 0 .../kkj_17/AF1C60/func_80240568_AF21C8.s | 0 .../kkj_18/AF2CA0/func_8024030C_AF2FAC.s | 0 .../kkj_18/AF2FE0/func_8024056C_AF320C.s | 0 .../kkj_18/AF2FE0/func_802405C0_AF3260.s | 0 .../kkj_18/AF2FE0/func_802405F8_AF3298.s | 0 .../kkj_18/AF2FE0/func_80240694_AF3334.s | 0 .../kkj_18/AF2FE0/func_80240730_AF33D0.s | 0 .../kkj_18/AF2FE0/func_80240774_AF3414.s | 0 .../kkj_19/AF7950/func_80240000_AF7950.s | 0 .../kkj_19/AF7950/func_80240068_AF79B8.s | 0 .../kkj_19/AF7950/func_802400E4_AF7A34.s | 0 .../kkj_19/AF7950/func_80240178_AF7AC8.s | 0 .../kkj_19/AF7950/func_802401FC_AF7B4C.s | 0 .../kkj_19/AF7C00/func_802404DC_AF7E2C.s | 0 .../kkj_19/AF7C00/func_80240530_AF7E80.s | 0 .../kkj_19/AF7C00/func_80240568_AF7EB8.s | 0 .../kkj_19/AF7C00/func_80240604_AF7F54.s | 0 .../kkj_19/AF7C00/func_802406A0_AF7FF0.s | 0 .../kkj_19/AF7C00/func_802406C4_AF8014.s | 0 .../kkj_19/AF7C00/func_80240B4C_AF849C.s | 0 .../kkj_19/AF7C00/func_80240B8C_AF84DC.s | 0 .../kkj_19/AF7C00/func_80240BE4_AF8534.s | 0 .../kkj_19/AF7C00/func_80240C10_AF8560.s | 0 .../kkj_19/AF7C00/func_80240C4C_AF859C.s | 0 .../kkj_19/AF7C00/func_80240CB4_AF8604.s | 0 .../kkj_20/AFDB40/func_80240000_AFDB40.s | 0 .../kkj_20/AFDE00/func_80240308_AFDE48.s | 0 .../kkj_20/AFDE00/func_80240384_AFDEC4.s | 0 .../kkj_20/AFDE00/func_80240480_AFDFC0.s | 0 .../kkj_20/AFDE00/func_802404D4_AFE014.s | 0 .../kkj_20/AFDE00/func_802405B4_AFE0F4.s | 0 .../kkj_20/AFDE00/func_802405BC_AFE0FC.s | 0 .../kkj_23/B02880/func_80240000_B02880.s | 0 .../kkj_23/B028A0/func_80240020_B028A0.s | 0 .../kkj_23/B028A0/func_80240048_B028C8.s | 0 .../kkj_23/B028A0/func_80240080_B02900.s | 0 .../kkj_23/B028A0/func_802400E0_B02960.s | 0 .../kkj_23/B028A0/func_802402F0_B02B70.s | 0 .../kkj_23/B028A0/func_8024039C_B02C1C.s | 0 .../kkj_23/B028A0/func_80240674_B02EF4.s | 0 .../kkj_23/B028A0/func_80240758_B02FD8.s | 0 .../kkj_23/B028A0/func_80240784_B03004.s | 0 .../kkj_23/B028A0/func_802407A0_B03020.s | 0 .../kkj_23/B03190/func_80240910_B03190.s | 0 .../kkj_23/B03190/func_802409AC_B0322C.s | 0 .../kkj_24/B06570/func_80240000_B06570.s | 0 .../kkj_25/B06A00/func_80240000_B06A00.s | 0 .../kkj_25/B06A20/func_80240020_B06A20.s | 0 .../kkj_25/B06A80/func_80240080_B06A80.s | 0 .../kkj_25/B06A80/func_802400AC_B06AAC.s | 0 .../kkj_25/B06A80/func_802400FC_B06AFC.s | 0 .../kkj_25/B06A80/func_80240264_B06C64.s | 0 .../kkj_25/B06D10/func_80240310_B06D10.s | 0 .../kkj_25/B06D10/func_802406EC_B070EC.s | 0 .../kkj_25/B06D10/func_80240800_B07200.s | 0 .../kkj_25/B06D10/func_8024086C_B0726C.s | 0 .../kkj_25/B06D10/func_8024092C_B0732C.s | 0 .../kkj_25/B06D10/func_802409EC_B073EC.s | 0 .../kkj_25/B06D10/func_80240AAC_B074AC.s | 0 .../kkj_25/B06D10/func_80240B18_B07518.s | 0 .../kkj_25/B06D10/func_80240B8C_B0758C.s | 0 .../kkj_25/B06D10/func_80240BA0_B075A0.s | 0 .../kkj_25/B06D10/func_80240C60_B07660.s | 0 .../kkj_25/B06D10/func_80240CD4_B076D4.s | 0 .../kkj_25/B06D10/func_80240CE8_B076E8.s | 0 .../kkj_25/B06D10/func_80240D30_B07730.s | 0 .../kkj_25/B06D10/func_80240E54_B07854.s | 0 .../kkj_25/B06D10/func_80240EB8_B078B8.s | 0 .../kkj_25/B06D10/func_80240F2C_B0792C.s | 0 .../kkj_26/B13120/func_80240000_B13120.s | 0 .../kkj_27/B14080/func_80240310_B14080.s | 0 .../kkj_27/B14080/func_8024041C_B1418C.s | 0 .../kkj_27/B14080/func_80240448_B141B8.s | 0 .../kkj_29/B150B0/func_80240000_B150B0.s | 0 .../kkj_29/B150E0/func_80240030_B150E0.s | 0 .../kmr_00/8ABF90/func_80240000_8ABF90.s | 0 .../kmr_00/8ABF90/func_80240388_8AC318.s | 0 .../kmr_00/8ABF90/func_802404E8_8AC478.s | 0 .../kmr_00/8ABF90/func_802405F0_8AC580.s | 0 .../kmr_00/8ABF90/func_80240CB0_8ACC40.s | 0 .../kmr_02/8B0070/func_80240034_8B00A4.s | 0 .../kmr_02/8B0070/func_802402E0_8B0350.s | 0 .../kmr_02/8B0070/func_80240370_8B03E0.s | 0 .../kmr_02/8B0070/func_80240390_8B0400.s | 0 .../kmr_02/8B0070/func_802404CC_8B053C.s | 0 .../kmr_02/8B0070/func_802406F0_8B0760.s | 0 .../kmr_02/8B0070/func_8024075C_8B07CC.s | 0 .../kmr_02/8B0070/func_80240908_8B0978.s | 0 .../kmr_02/8B0070/func_80240A7C_8B0AEC.s | 0 .../kmr_02/8B0070/func_80240B00_8B0B70.s | 0 .../kmr_02/8B0070/func_80240D18_8B0D88.s | 0 .../kmr_02/8B0070/func_80240DCC_8B0E3C.s | 0 .../kmr_02/8B0070/func_80240E00_8B0E70.s | 0 .../kmr_02/8B0070/func_80240E80_8B0EF0.s | 0 .../kmr_02/8B0070/func_80240E98_8B0F08.s | 0 .../kmr_02/8B0070/func_80240EB4_8B0F24.s | 0 .../kmr_02/8B0070/func_80241388_8B13F8.s | 0 .../kmr_02/8B0070/func_802413F4_8B1464.s | 0 .../kmr_02/8B0070/func_80241424_8B1494.s | 0 .../kmr_02/8B0070/func_802414D8_8B1548.s | 0 .../kmr_02/8B0070/func_80241964_8B19D4.s | 0 .../kmr_02/8B0070/func_80241A10_8B1A80.s | 0 .../kmr_02/8B0070/func_80241C18_8B1C88.s | 0 .../kmr_02/8B0070/func_80241E90_8B1F00.s | 0 .../kmr_02/8B0070/func_80242014_8B2084.s | 0 .../kmr_02/8B0070/func_8024226C_8B22DC.s | 0 .../kmr_02/8B0070/func_802422C0_8B2330.s | 0 .../kmr_02/8B0070/func_802422F8_8B2368.s | 0 .../kmr_02/8B0070/func_80242394_8B2404.s | 0 .../kmr_02/8B0070/func_802426A0_8B2710.s | 0 .../kmr_02/8B0070/func_802426E4_8B2754.s | 0 .../kmr_02/8B0070/func_80242710_8B2780.s | 0 .../kmr_02/8B0070/func_80242734_8B27A4.s | 0 .../kmr_02/8B0070/func_80242788_8B27F8.s | 0 .../kmr_02/8B0070/func_802427B0_8B2820.s | 0 .../kmr_02/8B0070/func_802427CC_8B283C.s | 0 .../kmr_02/8B0070/func_802427EC_8B285C.s | 0 .../kmr_02/8B0070/func_8024280C_8B287C.s | 0 .../kmr_02/8B0070/func_80242860_8B28D0.s | 0 .../kmr_02/8B0070/func_8024295C_8B29CC.s | 0 .../kmr_02/8B0070/func_80242BA8_8B2C18.s | 0 .../kmr_02/8B0070/func_80242BC0_8B2C30.s | 0 .../kmr_02/8B0070/func_80242F08_8B2F78.s | 0 .../kmr_02/8B0070/func_80242F28_8B2F98.s | 0 .../kmr_02/8B0070/func_80242F7C_8B2FEC.s | 0 .../kmr_02/8B0070/func_80243034_8B30A4.s | 0 .../kmr_02/8B30E0/func_802430B8_8B3128.s | 0 .../kmr_02/8B30E0/func_80243134_8B31A4.s | 0 .../kmr_02/8B30E0/func_80243230_8B32A0.s | 0 .../kmr_02/8B30E0/func_80243284_8B32F4.s | 0 .../kmr_02/8B30E0/func_80243364_8B33D4.s | 0 .../kmr_02/8B33E0/func_80243370_8B33E0.s | 0 .../kmr_02/8B33E0/func_802433AC_8B341C.s | 0 .../kmr_02/8B33E0/func_80243514_8B3584.s | 0 .../kmr_02/8B36B0/func_8024366C_8B36DC.s | 0 .../kmr_02/8B36B0/func_802436FC_8B376C.s | 0 .../kmr_02/8B3A10/func_802439A0_8B3A10.s | 0 .../kmr_04/8CA960/func_802402C8_8CABC8.s | 0 .../kmr_04/8CA960/func_802403E0_8CACE0.s | 0 .../kmr_05/8CE070/func_80240000_8CE070.s | 0 .../kmr_05/8CE070/func_802401B0_8CE220.s | 0 .../kmr_05/8CE070/func_80240898_8CE908.s | 0 .../kmr_05/8CE070/func_80240C54_8CECC4.s | 0 .../kmr_05/8CE070/func_80240E58_8CEEC8.s | 0 .../kmr_05/8CE070/func_802411E8_8CF258.s | 0 .../kmr_05/8CE070/func_8024130C_8CF37C.s | 0 .../kmr_06/8D1510/func_80240000_8D1510.s | 0 .../kmr_06/8D1510/func_802401B0_8D16C0.s | 0 .../kmr_06/8D1510/func_80240898_8D1DA8.s | 0 .../kmr_06/8D1510/func_80240C54_8D2164.s | 0 .../kmr_06/8D1510/func_80240E58_8D2368.s | 0 .../kmr_06/8D1510/func_802411E8_8D26F8.s | 0 .../kmr_06/8D1510/func_8024130C_8D281C.s | 0 .../kmr_06/8D2A10/func_80241500_8D2A10.s | 0 .../kmr_06/8D2A10/func_802417A8_8D2CB8.s | 0 .../kmr_06/8D2A10/func_802417E0_8D2CF0.s | 0 .../kmr_06/8D2A10/func_80241950_8D2E60.s | 0 .../kmr_06/8D2A10/func_802419EC_8D2EFC.s | 0 .../kmr_06/8D2A10/func_80241A68_8D2F78.s | 0 .../kmr_06/8D2A10/func_80241C78_8D3188.s | 0 .../kmr_07/8D3DC0/func_80240000_8D3DC0.s | 0 .../kmr_07/8D3DC0/func_802400B4_8D3E74.s | 0 .../kmr_07/8D3DC0/func_80240540_8D4300.s | 0 .../kmr_07/8D3DC0/func_802405EC_8D43AC.s | 0 .../kmr_07/8D3DC0/func_802407F4_8D45B4.s | 0 .../kmr_07/8D3DC0/func_80240A6C_8D482C.s | 0 .../kmr_09/8D5E00/func_80240000_8D5E00.s | 0 .../kmr_09/8D5E00/func_802401B0_8D5FB0.s | 0 .../kmr_09/8D5E00/func_80240898_8D6698.s | 0 .../kmr_09/8D5E00/func_80240C54_8D6A54.s | 0 .../kmr_09/8D5E00/func_80240E58_8D6C58.s | 0 .../kmr_09/8D5E00/func_802411E8_8D6FE8.s | 0 .../kmr_09/8D5E00/func_8024130C_8D710C.s | 0 .../kmr_10/8D84D0/func_80240000_8D84D0.s | 0 .../kmr_10/8D84D0/func_802402BC_8D878C.s | 0 .../kmr_11/8DA100/func_8024023C_8DA33C.s | 0 .../kmr_11/8DA100/func_8024027C_8DA37C.s | 0 .../kmr_11/8DA3A0/func_802402A0_8DA3A0.s | 0 .../kmr_11/8DA3A0/func_80240344_8DA444.s | 0 .../kmr_11/8DA3A0/func_80240370_8DA470.s | 0 .../kmr_11/8DA3A0/func_80240424_8DA524.s | 0 .../kmr_11/8DA3A0/func_802408B0_8DA9B0.s | 0 .../kmr_11/8DA3A0/func_8024095C_8DAA5C.s | 0 .../kmr_11/8DA3A0/func_80240B64_8DAC64.s | 0 .../kmr_11/8DA3A0/func_80240DDC_8DAEDC.s | 0 .../kmr_20/8EBE20/func_80240000_8EBE20.s | 0 .../kmr_20/8EBE50/func_80240064_8EBE84.s | 0 .../kmr_20/8EBE50/func_80240310_8EC130.s | 0 .../kmr_20/8EBE50/func_80240330_8EC150.s | 0 .../kmr_20/8EBE50/func_80240358_8EC178.s | 0 .../kmr_20/8EBE50/func_802405BC_8EC3DC.s | 0 .../kmr_20/8EBE50/func_802406BC_8EC4DC.s | 0 .../kmr_20/8EBE50/func_802406C8_8EC4E8.s | 0 .../kmr_20/8EBE50/func_80240B20_8EC940.s | 0 .../kmr_20/8EBE50/func_80240B48_8EC968.s | 0 .../kmr_20/8EBE50/func_80240B54_8EC974.s | 0 .../kmr_20/8EBE50/func_80240DA4_8ECBC4.s | 0 .../kmr_20/8ECBF0/func_80240DD0_8ECBF0.s | 0 .../kmr_20/8ED0C0/func_802412E8_8ED108.s | 0 .../kmr_20/8ED0C0/func_80241364_8ED184.s | 0 .../kmr_20/8ED0C0/func_80241460_8ED280.s | 0 .../kmr_20/8ED0C0/func_802414B4_8ED2D4.s | 0 .../kmr_20/8ED0C0/func_80241594_8ED3B4.s | 0 .../kmr_20/8ED0C0/func_8024159C_8ED3BC.s | 0 .../kmr_20/8ED0C0/func_802415C4_8ED3E4.s | 0 .../kmr_20/8ED0C0/func_802415EC_8ED40C.s | 0 .../kmr_20/8ED440/func_80241620_8ED440.s | 0 .../kmr_20/8ED440/func_80241738_8ED558.s | 0 .../kmr_20/8ED5A0/func_802417B4_8ED5D4.s | 0 .../kmr_20/8ED5A0/func_80241C9C_8EDABC.s | 0 .../kmr_20/8ED5A0/func_80241CF0_8EDB10.s | 0 .../kmr_20/8ED5A0/func_80241D1C_8EDB3C.s | 0 .../kmr_20/8EDB70/func_80241D84_8EDBA4.s | 0 .../kmr_20/8EDB70/func_80242030_8EDE50.s | 0 .../kmr_20/8EDB70/func_80242084_8EDEA4.s | 0 .../kmr_20/8EDB70/func_802420EC_8EDF0C.s | 0 .../kmr_20/8EDB70/func_80242144_8EDF64.s | 0 .../kmr_20/8EDB70/func_8024216C_8EDF8C.s | 0 .../kmr_20/8EDFC0/func_802421A0_8EDFC0.s | 0 .../kmr_20/8EDFC0/func_80242870_8EE690.s | 0 .../kmr_20/8EDFC0/func_80242A04_8EE824.s | 0 .../kmr_20/8EDFC0/func_80242A3C_8EE85C.s | 0 .../kmr_20/8EDFC0/func_80242B04_8EE924.s | 0 .../kmr_21/8FEE80/func_80240000_8FEE80.s | 0 .../kmr_21/8FEE90/func_80240010_8FEE90.s | 0 .../kmr_21/8FEE90/func_80240210_8FF090.s | 0 .../kmr_21/8FEE90/func_80240298_8FF118.s | 0 .../kmr_21/8FEE90/func_802402B4_8FF134.s | 0 .../kmr_21/8FEE90/func_802402C8_8FF148.s | 0 .../kmr_22/8FF670/func_80240000_8FF670.s | 0 .../kmr_22/8FF680/func_80240010_8FF680.s | 0 .../kmr_22/8FF680/func_802401E0_8FF850.s | 0 .../kmr_22/8FF680/func_80240208_8FF878.s | 0 .../kmr_22/8FF8B0/func_80240240_8FF8B0.s | 0 .../kmr_22/8FF8B0/func_80240314_8FF984.s | 0 .../kmr_22/8FF8B0/func_80240418_8FFA88.s | 0 .../kmr_22/8FF8B0/func_802404E4_8FFB54.s | 0 .../kmr_22/8FF8B0/func_8024056C_8FFBDC.s | 0 .../kmr_22/8FF8B0/func_80240B00_900170.s | 0 .../kmr_22/8FF8B0/func_80240B3C_9001AC.s | 0 .../kmr_22/8FF8B0/func_80240B4C_9001BC.s | 0 .../kmr_22/8FF8B0/func_80240BA8_900218.s | 0 .../kmr_23/907A30/func_80240000_907A30.s | 0 .../kmr_23/907A40/func_80240010_907A40.s | 0 .../kmr_23/907A40/func_80240040_907A70.s | 0 .../kmr_23/907A40/func_80240274_907CA4.s | 0 .../kmr_23/907A40/func_80240300_907D30.s | 0 .../kmr_23/907A40/func_802403A8_907DD8.s | 0 .../kmr_23/907A40/func_80240494_907EC4.s | 0 .../kmr_23/907A40/func_80240528_907F58.s | 0 .../kmr_23/907A40/func_8024061C_90804C.s | 0 .../kmr_23/907A40/func_802407B8_9081E8.s | 0 .../kmr_23/907A40/func_8024088C_9082BC.s | 0 .../kmr_23/907A40/func_80240A00_908430.s | 0 .../kmr_23/907A40/func_80240BB4_9085E4.s | 0 .../kmr_23/907A40/func_80240C94_9086C4.s | 0 .../kmr_23/907A40/func_80240CA8_9086D8.s | 0 .../kmr_23/907A40/func_80240D14_908744.s | 0 .../kmr_23/907A40/func_80240D5C_90878C.s | 0 .../kmr_23/907A40/func_80240DA4_9087D4.s | 0 .../kmr_24/90B240/func_80240000_90B240.s | 0 .../kmr_24/90B250/func_80240010_90B250.s | 0 .../kmr_24/90B250/func_80240074_90B2B4.s | 0 .../kmr_30/90B9E0/func_80240310_90B9E0.s | 0 .../kmr_30/90B9E0/func_8024045C_90BB2C.s | 0 .../kpa_01/A46F60/func_80240000_A46F60.s | 0 .../kpa_01/A470C0/func_802401DC_A4713C.s | 0 .../kpa_01/A470C0/func_802404F4_A47454.s | 0 .../kpa_03/A485C0/func_80240000_A485C0.s | 0 .../kpa_03/A48720/func_802401DC_A4879C.s | 0 .../kpa_03/A48720/func_802404F4_A48AB4.s | 0 .../kpa_03/A48720/func_80240A48_A49008.s | 0 .../kpa_03/A48720/func_80240C18_A491D8.s | 0 .../kpa_03/A48720/func_80241128_A496E8.s | 0 .../kpa_03/A48720/func_8024119C_A4975C.s | 0 .../kpa_03/A48720/func_802412C8_A49888.s | 0 .../kpa_03/A48720/func_80241368_A49928.s | 0 .../kpa_03/A48720/func_802413CC_A4998C.s | 0 .../kpa_03/A48720/func_8024150C_A49ACC.s | 0 .../kpa_03/A48720/func_802416B0_A49C70.s | 0 .../kpa_03/A48720/func_802416EC_A49CAC.s | 0 .../kpa_03/A48720/func_802418AC_A49E6C.s | 0 .../kpa_03/A48720/func_80241918_A49ED8.s | 0 .../kpa_03/A48720/func_80241A4C_A4A00C.s | 0 .../kpa_03/A48720/func_80241AB4_A4A074.s | 0 .../kpa_03/A48720/func_80241D20_A4A2E0.s | 0 .../kpa_03/A48720/func_80241D6C_A4A32C.s | 0 .../kpa_03/A48720/func_80241DFC_A4A3BC.s | 0 .../kpa_03/A4A410/func_80241E50_A4A410.s | 0 .../kpa_04/A4BF60/func_80240000_A4BF60.s | 0 .../kpa_04/A4BF60/func_802400BC_A4C01C.s | 0 .../kpa_08/A4CA20/func_8024001C_A4CA3C.s | 0 .../kpa_08/A4CAC0/func_802400A0_A4CAC0.s | 0 .../kpa_08/A4CAC0/func_80240270_A4CC90.s | 0 .../kpa_08/A4CAC0/func_80240780_A4D1A0.s | 0 .../kpa_08/A4CAC0/func_802407F4_A4D214.s | 0 .../kpa_08/A4CAC0/func_80240920_A4D340.s | 0 .../kpa_08/A4CAC0/func_802409C0_A4D3E0.s | 0 .../kpa_08/A4CAC0/func_80240A24_A4D444.s | 0 .../kpa_08/A4CAC0/func_80240B64_A4D584.s | 0 .../kpa_08/A4CAC0/func_80240D08_A4D728.s | 0 .../kpa_08/A4CAC0/func_80240D44_A4D764.s | 0 .../kpa_08/A4CAC0/func_80240F04_A4D924.s | 0 .../kpa_08/A4CAC0/func_80240F70_A4D990.s | 0 .../kpa_08/A4CAC0/func_802410A4_A4DAC4.s | 0 .../kpa_08/A4CAC0/func_8024110C_A4DB2C.s | 0 .../kpa_08/A4CAC0/func_80241378_A4DD98.s | 0 .../kpa_08/A4CAC0/func_802413C4_A4DDE4.s | 0 .../kpa_08/A4CAC0/func_80241454_A4DE74.s | 0 .../kpa_09/A4F000/func_8024001C_A4F01C.s | 0 .../kpa_09/A4F0A0/func_802400A0_A4F0A0.s | 0 .../kpa_09/A4F0A0/func_80240290_A4F290.s | 0 .../kpa_09/A4F0A0/func_802403D4_A4F3D4.s | 0 .../kpa_09/A4F0A0/func_802405FC_A4F5FC.s | 0 .../kpa_09/A4F0A0/func_80240B38_A4FB38.s | 0 .../kpa_09/A4F0A0/func_80240F94_A4FF94.s | 0 .../kpa_100/A93160/func_80240000_A93160.s | 0 .../kpa_101/A93440/func_80240000_A93440.s | 0 .../kpa_102/A93A50/func_80240310_A93A50.s | 0 .../kpa_102/A93A50/func_80240500_A93C40.s | 0 .../kpa_102/A93A50/func_80240644_A93D84.s | 0 .../kpa_102/A93A50/func_8024086C_A93FAC.s | 0 .../kpa_102/A93A50/func_80240DA8_A944E8.s | 0 .../kpa_102/A93A50/func_80241204_A94944.s | 0 .../kpa_102/A93A50/func_802415D8_A94D18.s | 0 .../kpa_102/A93A50/func_802418F0_A95030.s | 0 .../kpa_102/A93A50/func_80241D30_A95470.s | 0 .../kpa_102/A93A50/func_80241F00_A95640.s | 0 .../kpa_102/A93A50/func_80242410_A95B50.s | 0 .../kpa_102/A93A50/func_8024244C_A95B8C.s | 0 .../kpa_102/A93A50/func_802425D8_A95D18.s | 0 .../kpa_102/A93A50/func_802429C8_A96108.s | 0 .../kpa_102/A93A50/func_80242ABC_A961FC.s | 0 .../kpa_102/A93A50/func_80242D00_A96440.s | 0 .../kpa_102/A93A50/func_80242D3C_A9647C.s | 0 .../kpa_102/A93A50/func_80242F08_A96648.s | 0 .../kpa_102/A93A50/func_80242F74_A966B4.s | 0 .../kpa_102/A93A50/func_802430A8_A967E8.s | 0 .../kpa_102/A93A50/func_80243198_A968D8.s | 0 .../kpa_102/A93A50/func_80243270_A969B0.s | 0 .../kpa_102/A93A50/func_80243504_A96C44.s | 0 .../kpa_102/A93A50/func_8024353C_A96C7C.s | 0 .../kpa_11/A52BD0/func_8024038C_A52C4C.s | 0 .../kpa_11/A52BD0/func_802406A4_A52F64.s | 0 .../kpa_111/A99590/func_80240000_A99590.s | 0 .../kpa_111/A99590/func_802400BC_A9964C.s | 0 .../kpa_111/A99590/func_80240170_A99700.s | 0 .../kpa_111/A99590/func_80240360_A998F0.s | 0 .../kpa_111/A99590/func_802404A4_A99A34.s | 0 .../kpa_111/A99590/func_802406CC_A99C5C.s | 0 .../kpa_111/A99590/func_80240C08_A9A198.s | 0 .../kpa_111/A99590/func_80241064_A9A5F4.s | 0 .../kpa_113/A9CC70/func_80240040_A9CC70.s | 0 .../kpa_113/A9CC70/func_802400FC_A9CD2C.s | 0 .../kpa_113/A9CC70/func_8024022C_A9CE5C.s | 0 .../kpa_113/A9CC70/func_80240544_A9D174.s | 0 .../kpa_114/A9E980/func_80240000_A9E980.s | 0 .../kpa_115/A9ED40/func_80240000_A9ED40.s | 0 .../kpa_115/A9ED40/func_802400BC_A9EDFC.s | 0 .../kpa_115/A9ED40/func_80240170_A9EEB0.s | 0 .../kpa_115/A9ED40/func_80240360_A9F0A0.s | 0 .../kpa_115/A9ED40/func_802404A4_A9F1E4.s | 0 .../kpa_115/A9ED40/func_802406CC_A9F40C.s | 0 .../kpa_115/A9ED40/func_80240C08_A9F948.s | 0 .../kpa_115/A9ED40/func_80241064_A9FDA4.s | 0 .../kpa_12/A54950/func_80240000_A54950.s | 0 .../kpa_12/A54CA0/func_80240350_A54CA0.s | 0 .../kpa_12/A54CA0/func_8024037C_A54CCC.s | 0 .../kpa_12/A54CA0/func_80240444_A54D94.s | 0 .../kpa_13/A55F20/func_80240000_A55F20.s | 0 .../kpa_13/A56270/func_80240350_A56270.s | 0 .../kpa_13/A56270/func_8024037C_A5629C.s | 0 .../kpa_13/A56270/func_80240444_A56364.s | 0 .../kpa_130/AA2D20/func_80240000_AA2D20.s | 0 .../kpa_130/AA2D20/func_80240048_AA2D68.s | 0 .../kpa_130/AA2D20/func_802404AC_AA31CC.s | 0 .../kpa_133/AA7790/func_80240310_AA7790.s | 0 .../kpa_133/AA7790/func_802403C0_AA7840.s | 0 .../kpa_134/AA92B0/func_80240310_AA92B0.s | 0 .../kpa_134/AA92B0/func_8024033C_AA92DC.s | 0 .../kpa_134/AA92B0/func_80240408_AA93A8.s | 0 .../kpa_134/AA92B0/func_80240434_AA93D4.s | 0 .../kpa_134/AA94B0/func_80240510_AA94B0.s | 0 .../kpa_134/AA94B0/func_80240564_AA9504.s | 0 .../kpa_14/A574B0/func_80240000_A574B0.s | 0 .../kpa_14/A574F0/func_8024034C_A577FC.s | 0 .../kpa_14/A57830/func_80240380_A57830.s | 0 .../kpa_14/A57830/func_80240710_A57BC0.s | 0 .../kpa_14/A57830/func_8024073C_A57BEC.s | 0 .../kpa_14/A57830/func_80240840_A57CF0.s | 0 .../kpa_15/A596A0/func_80240310_A596A0.s | 0 .../kpa_16/A5A340/func_80240310_A5A340.s | 0 .../kpa_16/A5A340/func_8024034C_A5A37C.s | 0 .../kpa_16/A5A340/func_80240370_A5A3A0.s | 0 .../kpa_50/A609D0/func_80240000_A609D0.s | 0 .../kpa_50/A609D0/func_802401F0_A60BC0.s | 0 .../kpa_50/A609D0/func_80240334_A60D04.s | 0 .../kpa_50/A609D0/func_8024055C_A60F2C.s | 0 .../kpa_50/A609D0/func_80240A98_A61468.s | 0 .../kpa_50/A609D0/func_80240EF4_A618C4.s | 0 .../kpa_50/A609D0/func_802412C8_A61C98.s | 0 .../kpa_50/A609D0/func_802415E0_A61FB0.s | 0 .../kpa_51/A64090/func_80240000_A64090.s | 0 .../kpa_51/A640E0/func_80240050_A640E0.s | 0 .../kpa_51/A640E0/func_80240220_A642B0.s | 0 .../kpa_51/A640E0/func_80240730_A647C0.s | 0 .../kpa_51/A640E0/func_802407A4_A64834.s | 0 .../kpa_51/A640E0/func_802408D0_A64960.s | 0 .../kpa_51/A640E0/func_80240970_A64A00.s | 0 .../kpa_51/A640E0/func_802409D4_A64A64.s | 0 .../kpa_51/A640E0/func_80240B14_A64BA4.s | 0 .../kpa_51/A640E0/func_80240CB8_A64D48.s | 0 .../kpa_51/A640E0/func_80240CF4_A64D84.s | 0 .../kpa_51/A640E0/func_80240EB4_A64F44.s | 0 .../kpa_51/A640E0/func_80240F20_A64FB0.s | 0 .../kpa_51/A640E0/func_80241054_A650E4.s | 0 .../kpa_51/A640E0/func_802410BC_A6514C.s | 0 .../kpa_51/A640E0/func_80241328_A653B8.s | 0 .../kpa_51/A640E0/func_80241374_A65404.s | 0 .../kpa_51/A640E0/func_80241404_A65494.s | 0 .../kpa_51/A640E0/func_802414C8_A65558.s | 0 .../kpa_51/A640E0/func_802417E0_A65870.s | 0 .../kpa_52/A671E0/func_802400E0_A671E0.s | 0 .../kpa_52/A671E0/func_802402D0_A673D0.s | 0 .../kpa_52/A671E0/func_80240414_A67514.s | 0 .../kpa_52/A671E0/func_8024063C_A6773C.s | 0 .../kpa_52/A671E0/func_80240B78_A67C78.s | 0 .../kpa_52/A671E0/func_80240FD4_A680D4.s | 0 .../kpa_53/A6ACA0/func_80240000_A6ACA0.s | 0 .../kpa_53/A6ACA0/func_80240050_A6ACF0.s | 0 .../kpa_61/A6E6F0/func_8024038C_A6E76C.s | 0 .../kpa_61/A6E6F0/func_802406A4_A6EA84.s | 0 .../kpa_61/A6E6F0/func_80240AE4_A6EEC4.s | 0 .../kpa_61/A6E6F0/func_80240CB4_A6F094.s | 0 .../kpa_61/A6E6F0/func_802411C4_A6F5A4.s | 0 .../kpa_61/A6E6F0/func_80241200_A6F5E0.s | 0 .../kpa_61/A6E6F0/func_8024138C_A6F76C.s | 0 .../kpa_61/A6E6F0/func_8024177C_A6FB5C.s | 0 .../kpa_61/A6E6F0/func_80241870_A6FC50.s | 0 .../kpa_61/A6E6F0/func_80241AB4_A6FE94.s | 0 .../kpa_61/A6E6F0/func_80241AF0_A6FED0.s | 0 .../kpa_61/A6E6F0/func_80241CBC_A7009C.s | 0 .../kpa_61/A6E6F0/func_80241D28_A70108.s | 0 .../kpa_61/A6E6F0/func_80241E5C_A7023C.s | 0 .../kpa_61/A6E6F0/func_80241F4C_A7032C.s | 0 .../kpa_61/A6E6F0/func_802422F0_A706D0.s | 0 .../A6E6F0/update_heroes_start_turn_A70404.s | 0 .../kpa_63/A735B0/func_80240000_A735B0.s | 0 .../kpa_70/A74B80/func_8024038C_A74BFC.s | 0 .../kpa_70/A74B80/func_802406A4_A74F14.s | 0 .../kpa_81/A784C0/func_80240000_A784C0.s | 0 .../kpa_81/A78510/func_8024027C_A7873C.s | 0 .../kpa_81/A78510/func_802402D0_A78790.s | 0 .../kpa_81/A78510/func_80240308_A787C8.s | 0 .../kpa_81/A78510/func_802403A4_A78864.s | 0 .../kpa_82/A7A500/func_80240000_A7A500.s | 0 .../kpa_82/A7A550/func_8024027C_A7A77C.s | 0 .../kpa_82/A7A550/func_802402D0_A7A7D0.s | 0 .../kpa_82/A7A550/func_80240308_A7A808.s | 0 .../kpa_82/A7A550/func_802403A4_A7A8A4.s | 0 .../kpa_83/A83490/func_80240000_A83490.s | 0 .../kpa_83/A834E0/func_80240050_A834E0.s | 0 .../kpa_91/A86A50/func_80240000_A86A50.s | 0 .../kpa_91/A86A50/func_80240158_A86BA8.s | 0 .../kpa_91/A86A50/func_802404C0_A86F10.s | 0 .../kpa_91/A86A50/func_8024067C_A870CC.s | 0 .../kpa_91/A86A50/func_8024094C_A8739C.s | 0 .../kpa_91/A86A50/func_80240AD4_A87524.s | 0 .../kpa_91/A86A50/func_80240B94_A875E4.s | 0 .../kpa_91/A86A50/func_80240F0C_A8795C.s | 0 .../kpa_91/A86A50/func_80241224_A87C74.s | 0 .../kpa_91/A86A50/func_80241570_A87FC0.s | 0 .../kpa_91/A86A50/func_802415EC_A8803C.s | 0 .../kpa_91/A86A50/func_802416E8_A88138.s | 0 .../kpa_91/A86A50/func_8024173C_A8818C.s | 0 .../kpa_91/A86A50/func_8024181C_A8826C.s | 0 .../kpa_95/A8CB60/func_802400E0_A8CB60.s | 0 .../kpa_95/A8CB60/func_80240238_A8CCB8.s | 0 .../kpa_95/A8CB60/func_802405A0_A8D020.s | 0 .../kpa_95/A8CB60/func_8024075C_A8D1DC.s | 0 .../kpa_95/A8CB60/func_80240A2C_A8D4AC.s | 0 .../kpa_95/A8CB60/func_80240BB4_A8D634.s | 0 .../kpa_95/A8CB60/func_80240C74_A8D6F4.s | 0 .../kpa_95/A8CB60/func_80240FEC_A8DA6C.s | 0 .../kpa_95/A8CB60/func_80241304_A8DD84.s | 0 .../kpa_95/A8CB60/func_80241650_A8E0D0.s | 0 .../kpa_95/A8CB60/func_802416CC_A8E14C.s | 0 .../kpa_95/A8CB60/func_802417C8_A8E248.s | 0 .../kpa_95/A8CB60/func_8024181C_A8E29C.s | 0 .../kpa_95/A8CB60/func_802418FC_A8E37C.s | 0 .../kpa_96/A927C0/func_80240000_A927C0.s | 0 .../kzn_02/C5AA50/func_80240310_C5AA50.s | 0 .../kzn_02/C5AA50/func_80240384_C5AAC4.s | 0 .../kzn_02/C5AA50/func_802403B0_C5AAF0.s | 0 .../kzn_02/C5AA50/func_802403DC_C5AB1C.s | 0 .../kzn_02/C5AC20/func_802404E0_C5AC20.s | 0 .../kzn_02/C5AC20/func_80240690_C5ADD0.s | 0 .../kzn_02/C5AC20/func_80240D78_C5B4B8.s | 0 .../kzn_02/C5AC20/func_80241134_C5B874.s | 0 .../kzn_02/C5AC20/func_80241338_C5BA78.s | 0 .../kzn_02/C5AC20/func_802416C8_C5BE08.s | 0 .../kzn_02/C5AC20/func_802417EC_C5BF2C.s | 0 .../kzn_02/C5AC20/func_80241B08_C5C248.s | 0 .../kzn_02/C5AC20/func_80241D88_C5C4C8.s | 0 .../kzn_02/C5AC20/func_80241DE4_C5C524.s | 0 .../kzn_02/C5AC20/func_80241FCC_C5C70C.s | 0 .../kzn_02/C5AC20/func_80242310_C5CA50.s | 0 .../kzn_02/C5AC20/func_80242364_C5CAA4.s | 0 .../kzn_02/C5AC20/func_8024239C_C5CADC.s | 0 .../kzn_02/C5AC20/func_802426B4_C5CDF4.s | 0 .../kzn_02/C5AC20/func_802426F8_C5CE38.s | 0 .../kzn_02/C5CE70/func_80242730_C5CE70.s | 0 .../kzn_03/C61020/func_8024038C_C6109C.s | 0 .../kzn_03/C61020/func_802406A4_C613B4.s | 0 .../kzn_03/C61020/func_80240E00_C61B10.s | 0 .../kzn_03/C61020/func_80240FB4_C61CC4.s | 0 .../kzn_03/C61020/func_80241214_C61F24.s | 0 .../kzn_03/C61020/func_802414C8_C621D8.s | 0 .../kzn_03/C61020/func_80241534_C62244.s | 0 .../kzn_03/C61020/func_80241630_C62340.s | 0 .../kzn_03/C61020/func_80242070_C62D80.s | 0 .../kzn_03/C61020/func_80242100_C62E10.s | 0 .../kzn_03/C61020/func_80242200_C62F10.s | 0 .../kzn_03/C61020/func_80242260_C62F70.s | 0 .../kzn_03/C61020/func_8024234C_C6305C.s | 0 .../kzn_03/C61020/func_8024259C_C632AC.s | 0 .../kzn_03/C61020/func_802428E0_C635F0.s | 0 .../kzn_03/C61020/func_80242934_C63644.s | 0 .../kzn_03/C61020/func_8024296C_C6367C.s | 0 .../kzn_03/C61020/func_80242C84_C63994.s | 0 .../kzn_03/C61020/func_80242CC8_C639D8.s | 0 .../kzn_03/C63A10/func_80242D38_C63A48.s | 0 .../kzn_03/C63A10/func_80242DB0_C63AC0.s | 0 .../kzn_03/C63A10/func_80242E54_C63B64.s | 0 .../kzn_03/C63A10/func_80242EF8_C63C08.s | 0 .../kzn_03/C63A10/func_80243070_C63D80.s | 0 .../kzn_04/C68440/func_8024032C_C6845C.s | 0 .../kzn_04/C68440/func_8024034C_C6847C.s | 0 .../kzn_04/C68440/func_80240378_C684A8.s | 0 .../kzn_04/C68440/func_802403E4_C68514.s | 0 .../kzn_04/C68440/func_80240430_C68560.s | 0 .../kzn_04/C68440/func_802404DC_C6860C.s | 0 .../kzn_04/C68440/func_8024072C_C6885C.s | 0 .../kzn_04/C68440/func_80240758_C68888.s | 0 .../kzn_04/C68440/func_80240790_C688C0.s | 0 .../kzn_04/C68440/func_80240820_C68950.s | 0 .../kzn_04/C68440/func_80240854_C68984.s | 0 .../kzn_04/C68440/func_802408B8_C689E8.s | 0 .../kzn_04/C68440/func_80240910_C68A40.s | 0 .../kzn_04/C68440/func_80240E48_C68F78.s | 0 .../kzn_04/C68440/func_80241018_C69148.s | 0 .../kzn_04/C69180/func_80241050_C69180.s | 0 .../kzn_04/C69180/func_80241644_C69774.s | 0 .../kzn_06/C6CC30/func_80240310_C6CC30.s | 0 .../kzn_06/C6CD10/func_802403F0_C6CD10.s | 0 .../kzn_06/C6CD10/func_80240738_C6D058.s | 0 .../kzn_06/C6CD10/func_802407FC_C6D11C.s | 0 .../kzn_06/C6CD10/func_80240A44_C6D364.s | 0 .../kzn_07/C6E330/func_80240000_C6E330.s | 0 .../kzn_07/C6E330/func_80240348_C6E678.s | 0 .../kzn_07/C6EA50/func_80240720_C6EA50.s | 0 .../kzn_07/C6EA50/func_802407F4_C6EB24.s | 0 .../kzn_07/C6EA50/func_80240820_C6EB50.s | 0 .../kzn_07/C6EA50/func_802409D0_C6ED00.s | 0 .../kzn_07/C6EA50/func_802410B8_C6F3E8.s | 0 .../kzn_07/C6EA50/func_80241474_C6F7A4.s | 0 .../kzn_07/C6EA50/func_80241678_C6F9A8.s | 0 .../kzn_07/C6EA50/func_80241A08_C6FD38.s | 0 .../kzn_07/C6EA50/func_80241B2C_C6FE5C.s | 0 .../kzn_07/C6EA50/func_80241E48_C70178.s | 0 .../kzn_07/C6EA50/func_802420C8_C703F8.s | 0 .../kzn_07/C6EA50/func_80242124_C70454.s | 0 .../kzn_08/C71480/func_80240000_C71480.s | 0 .../kzn_08/C71480/func_80240348_C717C8.s | 0 .../kzn_08/C71480/func_80240718_C71B98.s | 0 .../kzn_08/C71C10/func_80240790_C71C10.s | 0 .../kzn_08/C71ED0/func_80240A50_C71ED0.s | 0 .../kzn_08/C71ED0/func_80240C00_C72080.s | 0 .../kzn_08/C71ED0/func_802412E8_C72768.s | 0 .../kzn_08/C71ED0/func_802416A4_C72B24.s | 0 .../kzn_08/C71ED0/func_802418A8_C72D28.s | 0 .../kzn_08/C71ED0/func_80241C38_C730B8.s | 0 .../kzn_08/C71ED0/func_80241D5C_C731DC.s | 0 .../kzn_08/C71ED0/func_80242078_C734F8.s | 0 .../kzn_08/C71ED0/func_802422F8_C73778.s | 0 .../kzn_08/C71ED0/func_80242354_C737D4.s | 0 .../kzn_08/C71ED0/func_80242744_C73BC4.s | 0 .../kzn_08/C71ED0/func_802428F8_C73D78.s | 0 .../kzn_08/C71ED0/func_80242B58_C73FD8.s | 0 .../kzn_08/C71ED0/func_80242E0C_C7428C.s | 0 .../kzn_08/C71ED0/func_80242E78_C742F8.s | 0 .../kzn_08/C71ED0/func_80242F74_C743F4.s | 0 .../kzn_08/C71ED0/func_802439B4_C74E34.s | 0 .../kzn_08/C71ED0/func_80243A44_C74EC4.s | 0 .../kzn_08/C71ED0/func_80243B44_C74FC4.s | 0 .../kzn_08/C71ED0/func_80243BA4_C75024.s | 0 .../kzn_08/C71ED0/func_80243C90_C75110.s | 0 .../kzn_08/C71ED0/func_80243EE0_C75360.s | 0 .../kzn_09/C76CE0/func_8024001C_C76CFC.s | 0 .../kzn_09/C76CE0/func_8024003C_C76D1C.s | 0 .../kzn_09/C76CE0/func_80240068_C76D48.s | 0 .../kzn_09/C76CE0/func_802400D4_C76DB4.s | 0 .../kzn_09/C76CE0/func_80240120_C76E00.s | 0 .../kzn_09/C76CE0/func_802401CC_C76EAC.s | 0 .../kzn_09/C76CE0/func_8024041C_C770FC.s | 0 .../kzn_09/C76CE0/func_80240448_C77128.s | 0 .../kzn_09/C76CE0/func_80240480_C77160.s | 0 .../kzn_09/C76CE0/func_80240510_C771F0.s | 0 .../kzn_09/C76CE0/func_80240544_C77224.s | 0 .../kzn_09/C76CE0/func_802405A8_C77288.s | 0 .../kzn_09/C76CE0/func_80240600_C772E0.s | 0 .../kzn_09/C76CE0/func_80240B38_C77818.s | 0 .../kzn_09/C76CE0/func_80240D08_C779E8.s | 0 .../kzn_09/C77A20/func_80240D40_C77A20.s | 0 .../kzn_09/C77A20/func_80240DE4_C77AC4.s | 0 .../kzn_09/C77A20/func_80240E88_C77B68.s | 0 .../kzn_09/C77A20/func_80241000_C77CE0.s | 0 .../kzn_09/C77D00/func_80241228_C77F08.s | 0 .../kzn_09/C77D00/func_802413DC_C780BC.s | 0 .../kzn_09/C77D00/func_8024163C_C7831C.s | 0 .../kzn_09/C77D00/func_802418F0_C785D0.s | 0 .../kzn_09/C77D00/func_8024195C_C7863C.s | 0 .../kzn_09/C77D00/func_80241A58_C78738.s | 0 .../kzn_09/C77D00/func_80242498_C79178.s | 0 .../kzn_09/C77D00/func_80242528_C79208.s | 0 .../kzn_09/C77D00/func_80242628_C79308.s | 0 .../kzn_09/C77D00/func_80242688_C79368.s | 0 .../kzn_09/C77D00/func_80242774_C79454.s | 0 .../kzn_09/C77D00/func_80242A40_C79720.s | 0 .../kzn_09/C77D00/func_80242D58_C79A38.s | 0 .../kzn_09/C77D00/func_802432AC_C79F8C.s | 0 .../kzn_09/C77D00/func_802435F0_C7A2D0.s | 0 .../kzn_09/C77D00/func_80243644_C7A324.s | 0 .../kzn_09/C77D00/func_8024367C_C7A35C.s | 0 .../kzn_09/C77D00/func_80243994_C7A674.s | 0 .../kzn_09/C77D00/func_802439D8_C7A6B8.s | 0 .../kzn_10/C7E180/func_8024030C_C7E48C.s | 0 .../kzn_10/C7E4B0/func_80240330_C7E4B0.s | 0 .../kzn_10/C7E4B0/func_80240350_C7E4D0.s | 0 .../kzn_10/C7E4B0/func_8024037C_C7E4FC.s | 0 .../kzn_10/C7E4B0/func_80240414_C7E594.s | 0 .../kzn_10/C7E4B0/func_802404B4_C7E634.s | 0 .../kzn_10/C7E4B0/func_802404EC_C7E66C.s | 0 .../kzn_10/C7E4B0/func_802405A4_C7E724.s | 0 .../kzn_10/C7E4B0/func_80240638_C7E7B8.s | 0 .../kzn_11/C804B0/func_80240310_C804B0.s | 0 .../kzn_11/C804B0/func_80240408_C805A8.s | 0 .../kzn_11/C804B0/func_80240434_C805D4.s | 0 .../kzn_11/C80600/func_80240460_C80600.s | 0 .../kzn_11/C80600/func_80240610_C807B0.s | 0 .../kzn_11/C80600/func_80240CF8_C80E98.s | 0 .../kzn_11/C80600/func_802410B4_C81254.s | 0 .../kzn_11/C80600/func_802412B8_C81458.s | 0 .../kzn_11/C80600/func_80241648_C817E8.s | 0 .../kzn_11/C80600/func_8024176C_C8190C.s | 0 .../kzn_11/C80600/func_80241A88_C81C28.s | 0 .../kzn_11/C80600/func_80241D08_C81EA8.s | 0 .../kzn_11/C80600/func_80241D64_C81F04.s | 0 .../kzn_11/C80600/func_80241F4C_C820EC.s | 0 .../kzn_11/C80600/func_80242540_C826E0.s | 0 .../kzn_17/C85DC0/func_80240518_C85FC8.s | 0 .../kzn_17/C85DC0/func_802406CC_C8617C.s | 0 .../kzn_17/C85DC0/func_8024092C_C863DC.s | 0 .../kzn_17/C85DC0/func_80240BE0_C86690.s | 0 .../kzn_17/C85DC0/func_80240C4C_C866FC.s | 0 .../kzn_17/C85DC0/func_80240D48_C867F8.s | 0 .../kzn_17/C85DC0/func_80241788_C87238.s | 0 .../kzn_17/C85DC0/func_80241818_C872C8.s | 0 .../kzn_17/C85DC0/func_80241918_C873C8.s | 0 .../kzn_17/C85DC0/func_80241978_C87428.s | 0 .../kzn_17/C85DC0/func_80241A64_C87514.s | 0 .../kzn_17/C85DC0/func_80241D30_C877E0.s | 0 .../kzn_17/C85DC0/func_80242048_C87AF8.s | 0 .../kzn_17/C85DC0/func_8024259C_C8804C.s | 0 .../kzn_17/C85DC0/func_802428E0_C88390.s | 0 .../kzn_17/C85DC0/func_80242934_C883E4.s | 0 .../kzn_17/C85DC0/func_8024296C_C8841C.s | 0 .../kzn_17/C85DC0/func_80242C84_C88734.s | 0 .../kzn_17/C85DC0/func_80242CC8_C88778.s | 0 .../kzn_17/C887B0/func_80242D00_C887B0.s | 0 .../kzn_17/C887B0/func_80242D20_C887D0.s | 0 .../kzn_17/C887B0/func_80242D4C_C887FC.s | 0 .../kzn_17/C887B0/func_80242DE4_C88894.s | 0 .../kzn_17/C887B0/func_80242E84_C88934.s | 0 .../kzn_17/C887B0/func_80242EBC_C8896C.s | 0 .../kzn_17/C887B0/func_80242F74_C88A24.s | 0 .../kzn_17/C887B0/func_80243004_C88AB4.s | 0 .../kzn_18/C8C0A0/func_80240000_C8C0A0.s | 0 .../kzn_18/C8C3F0/func_80240350_C8C3F0.s | 0 .../kzn_18/C8C3F0/func_8024036C_C8C40C.s | 0 .../kzn_18/C8C3F0/func_80240388_C8C428.s | 0 .../kzn_19/C8DBB0/func_8024030C_C8DEBC.s | 0 .../kzn_19/C8DBB0/func_80240358_C8DF08.s | 0 .../kzn_19/C8DBB0/func_802404B8_C8E068.s | 0 .../kzn_19/C8DBB0/func_802408C8_C8E478.s | 0 .../kzn_19/C8DBB0/func_80240908_C8E4B8.s | 0 .../kzn_19/C8DBB0/func_80240A14_C8E5C4.s | 0 .../kzn_19/C8DBB0/func_80240B00_C8E6B0.s | 0 .../kzn_19/C8DBB0/func_80240BD4_C8E784.s | 0 .../kzn_19/C8DBB0/func_80240CD8_C8E888.s | 0 .../kzn_19/C8DBB0/func_80240DA4_C8E954.s | 0 .../kzn_19/C8DBB0/func_80240E2C_C8E9DC.s | 0 .../kzn_19/C8DBB0/func_802413C0_C8EF70.s | 0 .../kzn_19/C8DBB0/func_802413FC_C8EFAC.s | 0 .../kzn_19/C8DBB0/func_8024140C_C8EFBC.s | 0 .../kzn_19/C8DBB0/func_80241468_C8F018.s | 0 .../kzn_19/C8DBB0/func_802417AC_C8F35C.s | 0 .../kzn_19/C8DBB0/func_80241800_C8F3B0.s | 0 .../kzn_19/C8DBB0/func_80241838_C8F3E8.s | 0 .../kzn_19/C8DBB0/func_80241B50_C8F700.s | 0 .../kzn_19/C8DBB0/func_80241B94_C8F744.s | 0 .../kzn_19/C8DBB0/func_80241BC0_C8F770.s | 0 .../kzn_20/C96240/func_80240310_C96240.s | 0 .../kzn_20/C96240/func_80240654_C96584.s | 0 .../kzn_20/C96240/func_802406A8_C965D8.s | 0 .../kzn_20/C96240/func_802406E0_C96610.s | 0 .../kzn_20/C96240/func_802409F8_C96928.s | 0 .../kzn_20/C96240/func_80240A3C_C9696C.s | 0 .../kzn_20/C96240/func_80240A68_C96998.s | 0 .../kzn_20/C96240/func_80240A8C_C969BC.s | 0 .../kzn_22/C9A200/func_8024030C_C9A50C.s | 0 .../kzn_22/C9A540/func_80240340_C9A540.s | 0 .../kzn_22/C9A540/func_8024036C_C9A56C.s | 0 .../kzn_23/C9C610/func_80240310_C9C610.s | 0 .../kzn_23/C9C610/func_80240478_C9C778.s | 0 .../kzn_23/C9C610/func_80240520_C9C820.s | 0 .../mac_00/7EAD10/func_80240034_7EAD44.s | 0 .../mac_00/7EB340/func_80240630_7EB340.s | 0 .../mac_00/7EB340/func_8024076C_7EB47C.s | 0 .../mac_00/7EB340/func_80240990_7EB6A0.s | 0 .../mac_00/7EB340/func_802409FC_7EB70C.s | 0 .../mac_00/7EB340/func_80240BA8_7EB8B8.s | 0 .../mac_00/7EB340/func_80240D1C_7EBA2C.s | 0 .../mac_00/7EB340/func_80240DA0_7EBAB0.s | 0 .../mac_00/7EB340/func_80240FB8_7EBCC8.s | 0 .../mac_00/7EB340/func_8024106C_7EBD7C.s | 0 .../mac_00/7EB340/func_802410A0_7EBDB0.s | 0 .../mac_00/7EB340/func_80241120_7EBE30.s | 0 .../mac_00/7EB340/func_80241138_7EBE48.s | 0 .../mac_00/7EB340/func_80241154_7EBE64.s | 0 .../mac_00/7EB340/func_80241628_7EC338.s | 0 .../mac_00/7EB340/func_80241694_7EC3A4.s | 0 .../mac_00/7EB340/func_802418F0_7EC600.s | 0 .../mac_00/7EB340/func_80241944_7EC654.s | 0 .../mac_00/7EB340/func_8024197C_7EC68C.s | 0 .../mac_00/7EB340/func_80241A18_7EC728.s | 0 .../mac_00/7EB340/func_80241D30_7ECA40.s | 0 .../mac_00/7EB340/func_80241D74_7ECA84.s | 0 .../mac_00/7EB340/func_80241DA0_7ECAB0.s | 0 .../mac_00/7EB340/func_80241E04_7ECB14.s | 0 .../mac_00/7EB340/func_80241E80_7ECB90.s | 0 .../mac_00/7EB340/func_80241FF0_7ECD00.s | 0 .../mac_00/7EB340/func_80242178_7ECE88.s | 0 .../mac_00/7EB340/func_802421D0_7ECEE0.s | 0 .../mac_00/7EB340/func_80242250_7ECF60.s | 0 .../mac_00/7EB340/func_8024228C_7ECF9C.s | 0 .../mac_00/7ECFD0/func_802423F0_7ED100.s | 0 .../mac_00/7ED280/func_80242570_7ED280.s | 0 .../mac_00/7ED280/func_802426C8_7ED3D8.s | 0 .../mac_00/7ED280/func_80242A30_7ED740.s | 0 .../mac_00/7ED280/func_80242BEC_7ED8FC.s | 0 .../mac_00/7ED280/func_80242EBC_7EDBCC.s | 0 .../mac_00/7ED280/func_80243044_7EDD54.s | 0 .../mac_00/7ED280/func_80243104_7EDE14.s | 0 .../mac_00/7ED280/func_80243400_7EE110.s | 0 .../mac_00/7ED280/func_80243744_7EE454.s | 0 .../mac_00/7ED280/func_80243798_7EE4A8.s | 0 .../mac_00/7ED280/func_802437D0_7EE4E0.s | 0 .../mac_00/7ED280/func_80243AE8_7EE7F8.s | 0 .../mac_00/7ED280/func_80243B2C_7EE83C.s | 0 .../mac_01/800880/func_802400C8_800948.s | 0 .../mac_01/800C40/func_802403C0_800C40.s | 0 .../mac_01/800C40/func_80240628_800EA8.s | 0 .../mac_01/801700/func_80240E80_801700.s | 0 .../mac_01/801700/func_80240ED8_801758.s | 0 .../mac_01/8017D0/func_80241080_801900.s | 0 .../mac_01/8017D0/func_802411D8_801A58.s | 0 .../mac_01/8017D0/func_80241540_801DC0.s | 0 .../mac_01/8017D0/func_802416FC_801F7C.s | 0 .../mac_01/8017D0/func_802419CC_80224C.s | 0 .../mac_01/8017D0/func_80241B54_8023D4.s | 0 .../mac_01/8017D0/func_80241C14_802494.s | 0 .../mac_01/8017D0/func_80241F10_802790.s | 0 .../mac_01/8017D0/func_8024204C_8028CC.s | 0 .../mac_01/8017D0/func_80242270_802AF0.s | 0 .../mac_01/8017D0/func_802422DC_802B5C.s | 0 .../mac_01/8017D0/func_80242488_802D08.s | 0 .../mac_01/8017D0/func_802425FC_802E7C.s | 0 .../mac_01/8017D0/func_80242680_802F00.s | 0 .../mac_01/8017D0/func_80242898_803118.s | 0 .../mac_01/8017D0/func_8024294C_8031CC.s | 0 .../mac_01/8017D0/func_80242980_803200.s | 0 .../mac_01/8017D0/func_80242A00_803280.s | 0 .../mac_01/8017D0/func_80242A18_803298.s | 0 .../mac_01/8017D0/func_80242A34_8032B4.s | 0 .../mac_01/8017D0/func_80242F08_803788.s | 0 .../mac_01/8017D0/func_80242F74_8037F4.s | 0 .../mac_01/8017D0/func_80242FA4_803824.s | 0 .../mac_01/8017D0/func_80243380_803C00.s | 0 .../mac_01/8017D0/func_80243494_803D14.s | 0 .../mac_01/8017D0/func_80243500_803D80.s | 0 .../mac_01/8017D0/func_802435C0_803E40.s | 0 .../mac_01/8017D0/func_80243680_803F00.s | 0 .../mac_01/8017D0/func_80243740_803FC0.s | 0 .../mac_01/8017D0/func_80243870_8040F0.s | 0 .../mac_01/8017D0/func_8024396C_8041EC.s | 0 .../mac_01/8017D0/func_802439C0_804240.s | 0 .../mac_01/8017D0/func_80243CD4_804554.s | 0 .../mac_01/8017D0/func_80243D28_8045A8.s | 0 .../mac_01/8017D0/func_80243D60_8045E0.s | 0 .../mac_01/8017D0/func_80244078_8048F8.s | 0 .../mac_01/8017D0/func_802440BC_80493C.s | 0 .../mac_01/8017D0/func_802440FC_80497C.s | 0 .../mac_01/8017D0/func_802441EC_804A6C.s | 0 .../mac_01/8017D0/func_80244308_804B88.s | 0 .../mac_01/8017D0/func_802443E0_804C60.s | 0 .../mac_01/8017D0/func_802446AC_804F2C.s | 0 .../mac_01/8017D0/func_802447E0_805060.s | 0 .../mac_01/8017D0/func_80244848_8050C8.s | 0 .../mac_01/8017D0/func_802448A0_805120.s | 0 .../mac_01/8017D0/func_80244984_805204.s | 0 .../mac_01/8017D0/func_802449F8_805278.s | 0 .../mac_01/8017D0/func_80244D68_8055E8.s | 0 .../mac_01/8017D0/func_80244E10_805690.s | 0 .../mac_01/8017D0/func_80244E90_805710.s | 0 .../mac_01/8017D0/func_80244F5C_8057DC.s | 0 .../mac_01/8017D0/func_80245018_805898.s | 0 .../mac_01/8017D0/func_80245028_8058A8.s | 0 .../mac_01/8017D0/func_8024522C_805AAC.s | 0 .../mac_01/8017D0/func_80245488_805D08.s | 0 .../8017D0/pause_tabs_draw_badges_805540.s | 0 .../8017D0/pause_tabs_draw_stats_805418.s | 0 .../pause_tutorial_draw_contents_804074.s | 0 .../mac_01/805DD0/func_80245550_805DD0.s | 0 .../mac_01/805DD0/func_802456A8_805F28.s | 0 .../mac_01/805DD0/func_80245A10_806290.s | 0 .../mac_01/805DD0/func_80245BCC_80644C.s | 0 .../mac_01/805DD0/func_80245E9C_80671C.s | 0 .../mac_01/805DD0/func_80246024_8068A4.s | 0 .../mac_01/805DD0/func_802460E4_806964.s | 0 .../mac_01/805DD0/func_802463E0_806C60.s | 0 .../mac_02/8232C0/func_80240034_8232F4.s | 0 .../mac_02/8238B0/func_802405F0_8238B0.s | 0 .../mac_02/823BF0/func_80240930_823BF0.s | 0 .../mac_02/823BF0/func_80240A88_823D48.s | 0 .../mac_02/823BF0/func_80240DF0_8240B0.s | 0 .../mac_02/823BF0/func_80240FAC_82426C.s | 0 .../mac_02/823BF0/func_8024127C_82453C.s | 0 .../mac_02/823BF0/func_80241404_8246C4.s | 0 .../mac_02/823BF0/func_802414C4_824784.s | 0 .../mac_02/823BF0/func_802417C0_824A80.s | 0 .../mac_02/823BF0/func_802418FC_824BBC.s | 0 .../mac_02/823BF0/func_80241B20_824DE0.s | 0 .../mac_02/823BF0/func_80241B8C_824E4C.s | 0 .../mac_02/823BF0/func_80241D38_824FF8.s | 0 .../mac_02/823BF0/func_80241EAC_82516C.s | 0 .../mac_02/823BF0/func_80241F30_8251F0.s | 0 .../mac_02/823BF0/func_80242148_825408.s | 0 .../mac_02/823BF0/func_802421FC_8254BC.s | 0 .../mac_02/823BF0/func_80242230_8254F0.s | 0 .../mac_02/823BF0/func_802422B0_825570.s | 0 .../mac_02/823BF0/func_802422C8_825588.s | 0 .../mac_02/823BF0/func_802422E4_8255A4.s | 0 .../mac_02/823BF0/func_802427B8_825A78.s | 0 .../mac_02/823BF0/func_80242824_825AE4.s | 0 .../mac_02/823BF0/func_80242A80_825D40.s | 0 .../mac_02/823BF0/func_80242AD4_825D94.s | 0 .../mac_02/823BF0/func_80242B0C_825DCC.s | 0 .../mac_02/823BF0/func_80242BA8_825E68.s | 0 .../mac_02/823BF0/func_80242C44_825F04.s | 0 .../mac_02/823BF0/func_80242DBC_82607C.s | 0 .../mac_02/823BF0/func_80242F60_826220.s | 0 .../mac_02/823BF0/func_80243040_826300.s | 0 .../mac_02/823BF0/func_80243088_826348.s | 0 .../mac_02/823BF0/func_802430D0_826390.s | 0 .../mac_02/823BF0/func_80243380_826640.s | 0 .../mac_02/823BF0/func_802433C4_826684.s | 0 .../mac_03/831800/func_80240034_831834.s | 0 .../mac_03/831800/func_802402E0_831AE0.s | 0 .../mac_03/831B20/func_802404B0_831CB0.s | 0 .../mac_03/831B20/func_802405EC_831DEC.s | 0 .../mac_03/831B20/func_80240810_832010.s | 0 .../mac_03/831B20/func_8024087C_83207C.s | 0 .../mac_03/831B20/func_80240A28_832228.s | 0 .../mac_03/831B20/func_80240B9C_83239C.s | 0 .../mac_03/831B20/func_80240C20_832420.s | 0 .../mac_03/831B20/func_80240E38_832638.s | 0 .../mac_03/831B20/func_80240EEC_8326EC.s | 0 .../mac_03/831B20/func_80240F20_832720.s | 0 .../mac_03/831B20/func_80240FA0_8327A0.s | 0 .../mac_03/831B20/func_80240FB8_8327B8.s | 0 .../mac_03/831B20/func_80240FD4_8327D4.s | 0 .../mac_03/831B20/func_802414A8_832CA8.s | 0 .../mac_03/831B20/func_80241514_832D14.s | 0 .../mac_03/831B20/func_80241770_832F70.s | 0 .../mac_03/831B20/func_802417C4_832FC4.s | 0 .../mac_03/831B20/func_802417FC_832FFC.s | 0 .../mac_03/831B20/func_80241B14_833314.s | 0 .../mac_03/831B20/func_80241B58_833358.s | 0 .../mac_03/831B20/func_80241B84_833384.s | 0 .../mac_03/831B20/func_80241BD8_8333D8.s | 0 .../mac_03/833740/func_80241F40_833740.s | 0 .../mac_03/833740/func_80241F80_833780.s | 0 .../mac_03/833740/func_80241FA0_8337A0.s | 0 .../mac_03/833740/func_8024206C_83386C.s | 0 .../mac_03/833740/func_802421E8_8339E8.s | 0 .../mac_03/833740/func_80242384_833B84.s | 0 .../mac_03/833740/func_802424A0_833CA0.s | 0 .../mac_03/833740/func_802425A8_833DA8.s | 0 .../mac_03/833740/func_80242608_833E08.s | 0 .../mac_03/833740/func_80242694_833E94.s | 0 .../mac_03/833740/func_802427D0_833FD0.s | 0 .../mac_04/842BD0/func_80240000_842BD0.s | 0 .../mac_04/842C20/func_80240050_842C20.s | 0 .../mac_04/842C20/func_80240194_842D64.s | 0 .../mac_04/842D90/func_802401C0_842D90.s | 0 .../mac_04/843030/func_80240460_843030.s | 0 .../mac_04/843030/func_8024059C_84316C.s | 0 .../mac_04/843030/func_802407C0_843390.s | 0 .../mac_04/843030/func_8024082C_8433FC.s | 0 .../mac_04/843030/func_802409D8_8435A8.s | 0 .../mac_04/843030/func_80240B4C_84371C.s | 0 .../mac_04/843030/func_80240BD0_8437A0.s | 0 .../mac_04/843030/func_80240DE8_8439B8.s | 0 .../mac_04/843030/func_80240E9C_843A6C.s | 0 .../mac_04/843030/func_80240ED0_843AA0.s | 0 .../mac_04/843030/func_80240F50_843B20.s | 0 .../mac_04/843030/func_80240F68_843B38.s | 0 .../mac_04/843030/func_80240F84_843B54.s | 0 .../mac_04/843030/func_80241458_844028.s | 0 .../mac_04/843030/func_802414C4_844094.s | 0 .../mac_04/843030/func_80241720_8442F0.s | 0 .../mac_04/843030/func_80241774_844344.s | 0 .../mac_04/843030/func_802417AC_84437C.s | 0 .../mac_04/843030/func_80241848_844418.s | 0 .../mac_04/843030/func_802418AC_84447C.s | 0 .../mac_04/843030/func_80241980_844550.s | 0 .../mac_04/843030/func_802419AC_84457C.s | 0 .../mac_04/843030/func_802419E4_8445B4.s | 0 .../mac_04/843030/func_80241A64_844634.s | 0 .../mac_04/843030/func_80241B90_844760.s | 0 .../mac_04/843030/func_80241BB8_844788.s | 0 .../mac_04/843030/func_80241C40_844810.s | 0 .../mac_04/843030/func_80241C60_844830.s | 0 .../mac_04/844860/func_80241C90_844860.s | 0 .../mac_04/844860/func_80241CEC_8448BC.s | 0 .../mac_04/844860/func_80241D30_844900.s | 0 .../mac_04/844860/func_80241DAC_84497C.s | 0 .../mac_05/852170/func_8024030C_85247C.s | 0 .../mac_05/852170/func_8024047C_8525EC.s | 0 .../mac_05/852170/func_80240490_852600.s | 0 .../mac_05/852170/func_802405E8_852758.s | 0 .../mac_05/852170/func_80240950_852AC0.s | 0 .../mac_05/852170/func_80240B0C_852C7C.s | 0 .../mac_05/852170/func_80240DDC_852F4C.s | 0 .../mac_05/852170/func_80240F64_8530D4.s | 0 .../mac_05/852170/func_80241024_853194.s | 0 .../mac_05/852170/func_80241320_853490.s | 0 .../mac_05/852170/func_8024145C_8535CC.s | 0 .../mac_05/852170/func_80241680_8537F0.s | 0 .../mac_05/852170/func_802416EC_85385C.s | 0 .../mac_05/852170/func_80241898_853A08.s | 0 .../mac_05/852170/func_80241A0C_853B7C.s | 0 .../mac_05/852170/func_80241A90_853C00.s | 0 .../mac_05/852170/func_80241CA8_853E18.s | 0 .../mac_05/852170/func_80241D5C_853ECC.s | 0 .../mac_05/852170/func_80241D90_853F00.s | 0 .../mac_05/852170/func_80241E10_853F80.s | 0 .../mac_05/852170/func_80241E28_853F98.s | 0 .../mac_05/852170/func_80241E44_853FB4.s | 0 .../mac_05/852170/func_80242318_854488.s | 0 .../mac_05/852170/func_80242384_8544F4.s | 0 .../mac_05/852170/func_802425E0_854750.s | 0 .../mac_05/852170/func_80242634_8547A4.s | 0 .../mac_05/852170/func_8024266C_8547DC.s | 0 .../mac_05/852170/func_80242708_854878.s | 0 .../mac_05/852170/func_80242A20_854B90.s | 0 .../mac_05/852170/func_80242A64_854BD4.s | 0 .../mac_05/852170/func_80242A90_854C00.s | 0 .../mac_05/852170/func_80242C78_854DE8.s | 0 .../mac_05/852170/func_80242E84_854FF4.s | 0 .../mac_05/852170/func_80243088_8551F8.s | 0 .../mac_05/852170/func_802430B4_855224.s | 0 .../mac_05/852170/func_802431B0_855320.s | 0 .../mac_05/852170/func_80243254_8553C4.s | 0 .../mac_05/852170/func_8024335C_8554CC.s | 0 .../mac_05/852170/func_80243380_8554F0.s | 0 .../mac_05/852170/func_802433BC_85552C.s | 0 .../mac_05/855560/func_802433F0_855560.s | 0 .../mac_05/855560/func_8024343C_8555AC.s | 0 .../mac_05/855560/func_80243588_8556F8.s | 0 .../mac_05/855560/func_80243800_855970.s | 0 .../mac_05/855560/func_802438A4_855A14.s | 0 .../mac_05/855560/func_80243948_855AB8.s | 0 .../mac_05/855560/func_80243AB8_855C28.s | 0 .../mac_05/855560/func_80243BA4_855D14.s | 0 .../mac_05/855560/func_80243CD4_855E44.s | 0 .../mac_05/855560/func_80243D78_855EE8.s | 0 .../mac_05/855F20/func_80243DB0_855F20.s | 0 .../mac_05/855F20/func_80243F0C_85607C.s | 0 .../mac_06/864B40/func_8024030C_864E4C.s | 0 .../mac_06/865000/func_802404C0_865000.s | 0 .../mac_06/865000/func_8024050C_86504C.s | 0 .../mac_06/865000/func_80240658_865198.s | 0 .../mac_06/865000/func_802408D0_865410.s | 0 .../mac_06/865000/func_80240974_8654B4.s | 0 .../mac_06/865000/func_80240A18_865558.s | 0 .../mac_06/865000/func_80240B88_8656C8.s | 0 .../mac_06/865000/func_80240C74_8657B4.s | 0 .../mac_06/865000/func_80240DA4_8658E4.s | 0 .../mac_06/865000/func_80240E48_865988.s | 0 .../mac_06/8659C0/func_80240E80_8659C0.s | 0 .../mac_06/8659C0/func_80241098_865BD8.s | 0 .../mac_06/8659C0/func_80241290_865DD0.s | 0 .../mac_06/8659C0/func_802412AC_865DEC.s | 0 .../mac_06/8659C0/func_80241388_865EC8.s | 0 .../mac_06/8659C0/func_802415FC_86613C.s | 0 .../machi/7E73A0/func_80240000_7E73A0.s | 0 .../machi/7E73A0/func_80240030_7E73D0.s | 0 .../machi/7E73A0/func_80240038_7E73D8.s | 0 .../machi/7E73A0/func_80240040_7E73E0.s | 0 .../machi/7E73A0/func_80240048_7E73E8.s | 0 .../machi/7E73A0/func_802400C8_7E7468.s | 0 .../machi/7E73A0/func_80240114_7E74B4.s | 0 .../machi/7E7550/func_802401B0_7E7550.s | 0 .../machi/7E7550/func_802402EC_7E768C.s | 0 .../machi/7E7550/func_80240318_7E76B8.s | 0 .../machi/7E7550/func_80240344_7E76E4.s | 0 .../machi/7E7550/func_802403A0_7E7740.s | 0 .../machi/7E7550/func_80240410_7E77B0.s | 0 .../machi/7E7550/func_8024045C_7E77FC.s | 0 .../machi/7E7850/func_802404B0_7E7850.s | 0 .../mgm_00/E0E7A0/func_80240034_E0E7D4.s | 0 .../mgm_00/E0E7A0/func_802402E0_E0EA80.s | 0 .../mgm_00/E0E7A0/func_80240438_E0EBD8.s | 0 .../mgm_00/E0E7A0/func_802407A0_E0EF40.s | 0 .../mgm_00/E0E7A0/func_8024095C_E0F0FC.s | 0 .../mgm_00/E0E7A0/func_80240C2C_E0F3CC.s | 0 .../mgm_00/E0E7A0/func_80240DB4_E0F554.s | 0 .../mgm_00/E0E7A0/func_80240E74_E0F614.s | 0 .../mgm_00/E0E7A0/func_80241170_E0F910.s | 0 .../mgm_00/E0F980/func_802411E0_E0F980.s | 0 .../mgm_00/E0F980/func_80241540_E0FCE0.s | 0 .../mgm_00/E0F980/func_802416C0_E0FE60.s | 0 .../mgm_00/E0F980/func_802416F8_E0FE98.s | 0 .../mgm_01/E12760/func_80240000_E12760.s | 0 .../mgm_01/E12930/func_802401D0_E12930.s | 0 .../mgm_01/E12930/func_802403C4_E12B24.s | 0 .../mgm_01/E12930/func_802403FC_E12B5C.s | 0 .../mgm_01/E12930/func_80240438_E12B98.s | 0 .../mgm_01/E12930/func_8024045C_E12BBC.s | 0 .../mgm_01/E12930/func_8024050C_E12C6C.s | 0 .../mgm_01/E12930/func_8024058C_E12CEC.s | 0 .../mgm_01/E12930/func_802406C4_E12E24.s | 0 .../mgm_01/E12930/func_802407E4_E12F44.s | 0 .../mgm_01/E12930/func_8024084C_E12FAC.s | 0 .../mgm_01/E12930/func_802408EC_E1304C.s | 0 .../mgm_01/E12930/func_80240AAC_E1320C.s | 0 .../mgm_01/E12930/func_80240BF4_E13354.s | 0 .../mgm_01/E12930/func_80240C54_E133B4.s | 0 .../mgm_01/E12930/func_80240CD0_E13430.s | 0 .../mgm_01/E12930/func_80240D84_E134E4.s | 0 .../mgm_01/E12930/func_80240DB8_E13518.s | 0 .../mgm_01/E12930/func_80240ECC_E1362C.s | 0 .../mgm_01/E12930/func_80240F90_E136F0.s | 0 .../mgm_01/E12930/func_80241090_E137F0.s | 0 .../mgm_01/E12930/func_80241234_E13994.s | 0 .../mgm_01/E12930/func_80241510_E13C70.s | 0 .../mgm_01/E12930/func_80241574_E13CD4.s | 0 .../mgm_01/E12930/func_802415EC_E13D4C.s | 0 .../mgm_01/E12930/func_80241690_E13DF0.s | 0 .../mgm_01/E12930/func_802416CC_E13E2C.s | 0 .../mgm_01/E12930/func_802416F8_E13E58.s | 0 .../mgm_01/E12930/func_80241760_E13EC0.s | 0 .../mgm_01/E12930/func_80241780_E13EE0.s | 0 .../mgm_02/E15D80/func_80240000_E15D80.s | 0 .../mgm_02/E15D80/func_80240430_E161B0.s | 0 .../mgm_02/E15D80/func_80240468_E161E8.s | 0 .../mgm_02/E15D80/func_80240544_E162C4.s | 0 .../mgm_02/E15D80/func_80240580_E16300.s | 0 .../mgm_02/E15D80/func_802405A4_E16324.s | 0 .../mgm_02/E15D80/func_802405D0_E16350.s | 0 .../mgm_02/E15D80/func_80240644_E163C4.s | 0 .../mgm_02/E15D80/func_80240790_E16510.s | 0 .../mgm_02/E15D80/func_80240BB0_E16930.s | 0 .../mgm_02/E15D80/func_80241DCC_E17B4C.s | 0 .../mgm_02/E15D80/func_80241F38_E17CB8.s | 0 .../mgm_02/E15D80/func_80241FE4_E17D64.s | 0 .../mgm_02/E15D80/func_80242274_E17FF4.s | 0 .../mgm_02/E15D80/func_802422D0_E18050.s | 0 .../mgm_02/E15D80/func_80242314_E18094.s | 0 .../mgm_02/E15D80/func_80242340_E180C0.s | 0 .../mgm_02/E15D80/func_802423A4_E18124.s | 0 .../mgm_02/E18150/func_802423D0_E18150.s | 0 .../mim_01/B93440/func_80240000_B93440.s | 0 .../mim_01/B934B0/func_80240070_B934B0.s | 0 .../mim_01/B934B0/func_802403F0_B93830.s | 0 .../mim_01/B93940/func_80240708_B93B48.s | 0 .../mim_01/B93940/func_802408BC_B93CFC.s | 0 .../mim_01/B93940/func_80240B1C_B93F5C.s | 0 .../mim_01/B93940/func_80240DD0_B94210.s | 0 .../mim_01/B93940/func_80240E3C_B9427C.s | 0 .../mim_01/B93940/func_80240F38_B94378.s | 0 .../mim_01/B93940/func_80241978_B94DB8.s | 0 .../mim_01/B93940/func_80241A08_B94E48.s | 0 .../mim_01/B93940/func_80241B08_B94F48.s | 0 .../mim_01/B93940/func_80241B68_B94FA8.s | 0 .../mim_01/B93940/func_80241C54_B95094.s | 0 .../mim_02/B97C00/func_80240000_B97C00.s | 0 .../mim_02/B97C70/func_80240070_B97C70.s | 0 .../mim_02/B97C70/func_802402A0_B97EA0.s | 0 .../mim_02/B97C70/func_80240698_B98298.s | 0 .../mim_02/B97C70/func_8024083C_B9843C.s | 0 .../mim_02/B97C70/func_8024091C_B9851C.s | 0 .../mim_02/B97C70/func_80240C60_B98860.s | 0 .../mim_02/B97C70/func_802410B0_B98CB0.s | 0 .../mim_02/B97C70/func_80241104_B98D04.s | 0 .../mim_02/B97C70/func_8024113C_B98D3C.s | 0 .../mim_03/B9B480/func_80240000_B9B480.s | 0 .../mim_03/B9B480/func_80240068_B9B4E8.s | 0 .../mim_03/B9B480/func_802400A0_B9B520.s | 0 .../mim_03/B9B480/func_80240420_B9B8A0.s | 0 .../mim_04/B9D960/func_80240000_B9D960.s | 0 .../mim_04/B9D9D0/func_80240070_B9D9D0.s | 0 .../mim_04/B9D9D0/func_802401DC_B9DB3C.s | 0 .../mim_04/B9DB60/func_80240200_B9DB60.s | 0 .../mim_04/B9DB60/func_80240430_B9DD90.s | 0 .../mim_04/B9DB60/func_80240828_B9E188.s | 0 .../mim_04/B9DB60/func_802409CC_B9E32C.s | 0 .../mim_04/B9DB60/func_80240AAC_B9E40C.s | 0 .../mim_04/B9DB60/func_80240DF0_B9E750.s | 0 .../mim_04/B9DB60/func_80241014_B9E974.s | 0 .../mim_05/BA0730/func_80240000_BA0730.s | 0 .../mim_05/BA07A0/func_80240278_BA09A8.s | 0 .../mim_05/BA07A0/func_8024042C_BA0B5C.s | 0 .../mim_05/BA07A0/func_8024068C_BA0DBC.s | 0 .../mim_05/BA07A0/func_80240940_BA1070.s | 0 .../mim_05/BA07A0/func_802409AC_BA10DC.s | 0 .../mim_05/BA07A0/func_80240AA8_BA11D8.s | 0 .../mim_05/BA07A0/func_802414E8_BA1C18.s | 0 .../mim_05/BA07A0/func_80241578_BA1CA8.s | 0 .../mim_05/BA07A0/func_80241678_BA1DA8.s | 0 .../mim_05/BA07A0/func_802416D8_BA1E08.s | 0 .../mim_05/BA07A0/func_802417C4_BA1EF4.s | 0 .../mim_06/BA4780/func_80240000_BA4780.s | 0 .../mim_06/BA47F0/func_80240070_BA47F0.s | 0 .../mim_06/BA47F0/func_802403F0_BA4B70.s | 0 .../mim_06/BA47F0/func_802404F8_BA4C78.s | 0 .../mim_06/BA4CF0/func_80240778_BA4EF8.s | 0 .../mim_06/BA4CF0/func_8024092C_BA50AC.s | 0 .../mim_06/BA4CF0/func_80240B8C_BA530C.s | 0 .../mim_06/BA4CF0/func_80240E40_BA55C0.s | 0 .../mim_06/BA4CF0/func_80240EAC_BA562C.s | 0 .../mim_06/BA4CF0/func_80240FA8_BA5728.s | 0 .../mim_06/BA4CF0/func_802419E8_BA6168.s | 0 .../mim_06/BA4CF0/func_80241A78_BA61F8.s | 0 .../mim_06/BA4CF0/func_80241B78_BA62F8.s | 0 .../mim_06/BA4CF0/func_80241BD8_BA6358.s | 0 .../mim_06/BA4CF0/func_80241CC4_BA6444.s | 0 .../mim_06/BA4CF0/func_80241F14_BA6694.s | 0 .../mim_06/BA4CF0/func_80242144_BA68C4.s | 0 .../mim_06/BA4CF0/func_8024253C_BA6CBC.s | 0 .../mim_06/BA4CF0/func_802426E0_BA6E60.s | 0 .../mim_06/BA4CF0/func_802427C0_BA6F40.s | 0 .../mim_06/BA4CF0/func_80242B04_BA7284.s | 0 .../mim_07/BAA140/func_80240000_BAA140.s | 0 .../mim_07/BAA1B0/func_80240070_BAA1B0.s | 0 .../mim_07/BAA1B0/func_802400D8_BAA218.s | 0 .../mim_07/BAA1B0/func_80240244_BAA384.s | 0 .../mim_07/BAA3B0/func_80240270_BAA3B0.s | 0 .../mim_07/BAA3B0/func_802404A0_BAA5E0.s | 0 .../mim_07/BAA3B0/func_80240898_BAA9D8.s | 0 .../mim_07/BAA3B0/func_80240A3C_BAAB7C.s | 0 .../mim_07/BAA3B0/func_80240B1C_BAAC5C.s | 0 .../mim_07/BAA3B0/func_80240E60_BAAFA0.s | 0 .../mim_08/BAD940/func_80240000_BAD940.s | 0 .../mim_08/BAD940/func_80240068_BAD9A8.s | 0 .../mim_08/BAD940/func_802400A0_BAD9E0.s | 0 .../mim_08/BAD940/func_80240250_BADB90.s | 0 .../mim_08/BAD940/func_80240938_BAE278.s | 0 .../mim_08/BAD940/func_80240CF4_BAE634.s | 0 .../mim_08/BAD940/func_80240EF8_BAE838.s | 0 .../mim_08/BAD940/func_80241288_BAEBC8.s | 0 .../mim_08/BAD940/func_802413AC_BAECEC.s | 0 .../mim_08/BAD940/func_802417A0_BAF0E0.s | 0 .../mim_08/BAD940/func_80241954_BAF294.s | 0 .../mim_08/BAD940/func_80241BB4_BAF4F4.s | 0 .../mim_08/BAD940/func_80241E68_BAF7A8.s | 0 .../mim_08/BAD940/func_80241ED4_BAF814.s | 0 .../mim_08/BAD940/func_80241FD0_BAF910.s | 0 .../mim_08/BAD940/func_80242A10_BB0350.s | 0 .../mim_08/BAD940/func_80242AA0_BB03E0.s | 0 .../mim_08/BAD940/func_80242BA0_BB04E0.s | 0 .../mim_08/BAD940/func_80242C00_BB0540.s | 0 .../mim_08/BAD940/func_80242CEC_BB062C.s | 0 .../mim_09/BB2E00/func_80240000_BB2E00.s | 0 .../mim_09/BB2E00/func_80240068_BB2E68.s | 0 .../mim_09/BB2E00/func_802400A0_BB2EA0.s | 0 .../mim_09/BB2E00/func_802402D0_BB30D0.s | 0 .../mim_09/BB2E00/func_802406C8_BB34C8.s | 0 .../mim_09/BB2E00/func_8024086C_BB366C.s | 0 .../mim_09/BB2E00/func_8024094C_BB374C.s | 0 .../mim_09/BB2E00/func_80240C90_BB3A90.s | 0 .../mim_10/BB59E0/func_80240000_BB59E0.s | 0 .../mim_10/BB59E0/func_80240030_BB5A10.s | 0 .../mim_10/BB59E0/func_80240080_BB5A60.s | 0 .../mim_10/BB59E0/func_802400EC_BB5ACC.s | 0 .../mim_10/BB59E0/func_80240148_BB5B28.s | 0 .../mim_11/BB7070/func_80240034_BB70A4.s | 0 .../mim_11/BB7070/func_802405EC_BB765C.s | 0 .../mim_11/BB7070/func_8024066C_BB76DC.s | 0 .../mim_11/BB7070/func_80240790_BB7800.s | 0 .../mim_11/BB7940/func_802408D0_BB7940.s | 0 .../mim_11/BB7940/func_802408F0_BB7960.s | 0 .../mim_12/BBB380/func_80240000_BBB380.s | 0 .../mim_12/BBB380/func_80240064_BBB3E4.s | 0 .../mim_12/BBB380/func_802400CC_BBB44C.s | 0 .../mim_12/BBB380/func_8024019C_BBB51C.s | 0 .../mim_12/BBB380/func_8024025C_BBB5DC.s | 0 .../mim_12/BBB380/func_802404A8_BBB828.s | 0 .../nok_01/9C53E0/func_80240000_9C53E0.s | 0 .../nok_01/9C53E0/func_802400B4_9C5494.s | 0 .../nok_01/9C53E0/func_80240540_9C5920.s | 0 .../nok_01/9C53E0/func_802405EC_9C59CC.s | 0 .../nok_01/9C53E0/func_802407F4_9C5BD4.s | 0 .../nok_01/9C53E0/func_80240AB4_9C5E94.s | 0 .../nok_01/9C53E0/func_80240B30_9C5F10.s | 0 .../nok_01/9C53E0/func_80240C2C_9C600C.s | 0 .../nok_01/9C53E0/func_80240C80_9C6060.s | 0 .../nok_01/9C53E0/func_80240D60_9C6140.s | 0 .../nok_01/9C53E0/func_80240D68_9C6148.s | 0 .../nok_01/9C53E0/func_80240EA4_9C6284.s | 0 .../nok_01/9C53E0/func_802410C8_9C64A8.s | 0 .../nok_01/9C53E0/func_80241134_9C6514.s | 0 .../nok_01/9C53E0/func_802412E0_9C66C0.s | 0 .../nok_01/9C53E0/func_80241454_9C6834.s | 0 .../nok_01/9C53E0/func_802414D8_9C68B8.s | 0 .../nok_01/9C53E0/func_802416F0_9C6AD0.s | 0 .../nok_01/9C53E0/func_802417A4_9C6B84.s | 0 .../nok_01/9C53E0/func_802417D8_9C6BB8.s | 0 .../nok_01/9C53E0/func_80241858_9C6C38.s | 0 .../nok_01/9C53E0/func_80241870_9C6C50.s | 0 .../nok_01/9C53E0/func_8024188C_9C6C6C.s | 0 .../nok_01/9C53E0/func_80241D60_9C7140.s | 0 .../nok_01/9C53E0/func_80241DCC_9C71AC.s | 0 .../nok_01/9C53E0/func_80242028_9C7408.s | 0 .../nok_01/9C53E0/func_8024207C_9C745C.s | 0 .../nok_01/9C53E0/func_802420B4_9C7494.s | 0 .../nok_01/9C53E0/func_802423CC_9C77AC.s | 0 .../nok_01/9C53E0/func_80242410_9C77F0.s | 0 .../nok_01/9C53E0/func_8024243C_9C781C.s | 0 .../nok_01/9C53E0/func_802426A4_9C7A84.s | 0 .../nok_01/9C53E0/func_80242760_9C7B40.s | 0 .../nok_01/9C53E0/func_80242790_9C7B70.s | 0 .../nok_01/9C53E0/func_802427C0_9C7BA0.s | 0 .../nok_01/9C53E0/func_80242804_9C7BE4.s | 0 .../nok_01/9C53E0/func_80242858_9C7C38.s | 0 .../nok_01/9C53E0/func_80242898_9C7C78.s | 0 .../nok_01/9C53E0/func_802428B8_9C7C98.s | 0 .../nok_01/9C53E0/func_802428D8_9C7CB8.s | 0 .../nok_01/9C53E0/func_80242910_9C7CF0.s | 0 .../nok_02/9D7020/func_80240034_9D7054.s | 0 .../nok_02/9D7020/func_802402E0_9D7300.s | 0 .../nok_02/9D7020/func_80240624_9D7644.s | 0 .../nok_02/9D7020/func_80240678_9D7698.s | 0 .../nok_02/9D7020/func_802406B0_9D76D0.s | 0 .../nok_02/9D7770/func_80240750_9D7770.s | 0 .../nok_02/9D7990/func_80240970_9D7990.s | 0 .../nok_02/9D7AA0/func_80240A80_9D7AA0.s | 0 .../nok_02/9D7AA0/func_80240BD8_9D7BF8.s | 0 .../nok_02/9D7AA0/func_80240F40_9D7F60.s | 0 .../nok_02/9D7AA0/func_802410FC_9D811C.s | 0 .../nok_02/9D7AA0/func_802413CC_9D83EC.s | 0 .../nok_02/9D7AA0/func_80241554_9D8574.s | 0 .../nok_02/9D7AA0/func_80241614_9D8634.s | 0 .../nok_02/9D7AA0/func_80241910_9D8930.s | 0 .../nok_02/9D7AA0/func_80241A4C_9D8A6C.s | 0 .../nok_02/9D7AA0/func_80241C70_9D8C90.s | 0 .../nok_02/9D7AA0/func_80241CDC_9D8CFC.s | 0 .../nok_02/9D7AA0/func_80241E88_9D8EA8.s | 0 .../nok_02/9D7AA0/func_80241FFC_9D901C.s | 0 .../nok_02/9D7AA0/func_80242080_9D90A0.s | 0 .../nok_02/9D7AA0/func_80242298_9D92B8.s | 0 .../nok_02/9D7AA0/func_8024234C_9D936C.s | 0 .../nok_02/9D7AA0/func_80242380_9D93A0.s | 0 .../nok_02/9D7AA0/func_80242400_9D9420.s | 0 .../nok_02/9D7AA0/func_80242418_9D9438.s | 0 .../nok_02/9D7AA0/func_80242434_9D9454.s | 0 .../nok_02/9D7AA0/func_80242908_9D9928.s | 0 .../nok_02/9D7AA0/func_80242974_9D9994.s | 0 .../nok_02/9D7AA0/func_80242BD0_9D9BF0.s | 0 .../nok_02/9D7AA0/func_80242C24_9D9C44.s | 0 .../nok_02/9D7AA0/func_80242C5C_9D9C7C.s | 0 .../nok_02/9D7AA0/func_80242F74_9D9F94.s | 0 .../nok_02/9D7AA0/func_80242FB8_9D9FD8.s | 0 .../nok_02/9D7AA0/func_80242FE4_9DA004.s | 0 .../nok_02/9D7AA0/func_80243010_9DA030.s | 0 .../nok_02/9D7AA0/func_802430CC_9DA0EC.s | 0 .../nok_02/9D7AA0/func_80243214_9DA234.s | 0 .../nok_02/9D7AA0/func_80243294_9DA2B4.s | 0 .../nok_02/9D7AA0/func_8024351C_9DA53C.s | 0 .../nok_02/9D7AA0/func_80243754_9DA774.s | 0 .../nok_02/9DA8F0/func_802438D0_9DA8F0.s | 0 .../nok_02/9DA8F0/func_80243BEC_9DAC0C.s | 0 .../nok_02/9DA8F0/func_80243C40_9DAC60.s | 0 .../nok_02/9DA8F0/func_80243C78_9DAC98.s | 0 .../nok_02/9DA8F0/func_80243D14_9DAD34.s | 0 .../nok_02/9DA8F0/func_80243DB0_9DADD0.s | 0 .../nok_02/9DA8F0/func_80243EC8_9DAEE8.s | 0 .../nok_02/9DA8F0/func_80243F10_9DAF30.s | 0 .../nok_02/9DA8F0/func_80244078_9DB098.s | 0 .../nok_02/9DA8F0/func_80244224_9DB244.s | 0 .../nok_02/9DA8F0/func_80244288_9DB2A8.s | 0 .../nok_02/9DA8F0/func_802442E0_9DB300.s | 0 .../nok_03/9EB7F0/func_80240000_9EB7F0.s | 0 .../nok_03/9EB7F0/func_80240230_9EBA20.s | 0 .../nok_03/9EB7F0/func_80240628_9EBE18.s | 0 .../nok_03/9EB7F0/func_802407CC_9EBFBC.s | 0 .../nok_03/9EB7F0/func_802408AC_9EC09C.s | 0 .../nok_03/9EB7F0/func_80240BF0_9EC3E0.s | 0 .../nok_04/9EDBF0/func_80240000_9EDBF0.s | 0 .../nok_04/9EDBF0/func_80240314_9EDF04.s | 0 .../nok_04/9EDBF0/func_802403C0_9EDFB0.s | 0 .../nok_04/9EDBF0/func_802404D0_9EE0C0.s | 0 .../nok_04/9EDBF0/func_8024051C_9EE10C.s | 0 .../nok_04/9EDBF0/func_80240548_9EE138.s | 0 .../nok_04/9EDBF0/func_80240574_9EE164.s | 0 .../nok_04/9EDBF0/func_80240630_9EE220.s | 0 .../nok_04/9EDBF0/func_802406C4_9EE2B4.s | 0 .../nok_04/9EDBF0/func_80240814_9EE404.s | 0 .../nok_04/9EDBF0/func_80240E4C_9EEA3C.s | 0 .../nok_04/9EDBF0/func_80240E70_9EEA60.s | 0 .../nok_04/9EEA80/func_80240E90_9EEA80.s | 0 .../nok_11/9F4A40/func_8024007C_9F4ABC.s | 0 .../nok_11/9F4A40/func_80240394_9F4DD4.s | 0 .../nok_11/9F4A40/func_802407D4_9F5214.s | 0 .../nok_11/9F4A40/func_80240984_9F53C4.s | 0 .../nok_11/9F4A40/func_8024106C_9F5AAC.s | 0 .../nok_11/9F4A40/func_80241428_9F5E68.s | 0 .../nok_11/9F4A40/func_8024162C_9F606C.s | 0 .../nok_11/9F4A40/func_802419BC_9F63FC.s | 0 .../nok_11/9F4A40/func_80241AE0_9F6520.s | 0 .../nok_11/9F4A40/func_80241F08_9F6948.s | 0 .../nok_11/9F4A40/func_80241F30_9F6970.s | 0 .../nok_12/9FA7F0/func_80240000_9FA7F0.s | 0 .../nok_12/9FA970/func_80240180_9FA970.s | 0 .../nok_12/9FA970/func_80240224_9FAA14.s | 0 .../nok_12/9FAAE0/func_802402F0_9FAAE0.s | 0 .../nok_12/9FAAE0/func_8024030C_9FAAFC.s | 0 .../nok_12/9FAD60/func_802405EC_9FADDC.s | 0 .../nok_12/9FAD60/func_80240904_9FB0F4.s | 0 .../nok_12/9FAD60/func_80240D44_9FB534.s | 0 .../nok_12/9FAD60/func_80240E9C_9FB68C.s | 0 .../nok_12/9FAD60/func_80241204_9FB9F4.s | 0 .../nok_12/9FAD60/func_802413C0_9FBBB0.s | 0 .../nok_12/9FAD60/func_80241690_9FBE80.s | 0 .../nok_12/9FAD60/func_80241818_9FC008.s | 0 .../nok_12/9FAD60/func_802418D8_9FC0C8.s | 0 .../nok_12/9FAD60/func_80241BD4_9FC3C4.s | 0 .../nok_12/9FC6D0/func_80241EE0_9FC6D0.s | 0 .../nok_12/9FC6D0/func_80241FD0_9FC7C0.s | 0 .../nok_13/A00600/func_80240000_A00600.s | 0 .../nok_13/A00600/func_80240230_A00830.s | 0 .../nok_13/A00600/func_80240628_A00C28.s | 0 .../nok_13/A00600/func_802407CC_A00DCC.s | 0 .../nok_13/A00600/func_802408AC_A00EAC.s | 0 .../nok_13/A00600/func_80240BF0_A011F0.s | 0 .../nok_13/A01420/func_80240E20_A01420.s | 0 .../nok_13/A01420/func_80241360_A01960.s | 0 .../nok_13/A01420/func_802413CC_A019CC.s | 0 .../nok_14/A02840/func_80240000_A02840.s | 0 .../nok_14/A029C0/func_80240180_A029C0.s | 0 .../nok_14/A029C0/func_8024019C_A029DC.s | 0 .../nok_14/A02A00/func_8024023C_A02A7C.s | 0 .../nok_14/A02A00/func_80240554_A02D94.s | 0 .../nok_14/A02A00/func_80240994_A031D4.s | 0 .../nok_14/A02A00/func_80240B44_A03384.s | 0 .../nok_14/A02A00/func_8024122C_A03A6C.s | 0 .../nok_14/A02A00/func_802415E8_A03E28.s | 0 .../nok_14/A02A00/func_802417EC_A0402C.s | 0 .../nok_14/A02A00/func_80241B7C_A043BC.s | 0 .../nok_14/A02A00/func_80241CA0_A044E0.s | 0 .../nok_14/A02A00/func_80241E8C_A046CC.s | 0 .../nok_14/A02A00/func_80241FB4_A047F4.s | 0 .../nok_14/A02A00/func_80242070_A048B0.s | 0 .../nok_14/A02A00/func_802421CC_A04A0C.s | 0 .../nok_15/A06F00/func_80240034_A06F34.s | 0 .../nok_15/A06F00/func_8024035C_A0725C.s | 0 .../nok_15/A06F00/func_80240674_A07574.s | 0 .../nok_15/A06F00/func_80240AB4_A079B4.s | 0 .../nok_15/A06F00/func_80240C64_A07B64.s | 0 .../nok_15/A06F00/func_8024134C_A0824C.s | 0 .../nok_15/A06F00/func_80241708_A08608.s | 0 .../nok_15/A06F00/func_8024190C_A0880C.s | 0 .../nok_15/A06F00/func_80241C9C_A08B9C.s | 0 .../nok_15/A06F00/func_80241DC0_A08CC0.s | 0 .../nok_15/A06F00/func_80241FAC_A08EAC.s | 0 .../nok_15/A06F00/func_802420D4_A08FD4.s | 0 .../nok_15/A06F00/func_80242190_A09090.s | 0 .../nok_15/A06F00/func_802422EC_A091EC.s | 0 .../obk_01/BBD1A0/func_80240038_BBD1D8.s | 0 .../obk_01/BBD1A0/func_8024007C_BBD21C.s | 0 .../obk_01/BBD1A0/func_80240098_BBD238.s | 0 .../obk_01/BBD1A0/func_802406AC_BBD84C.s | 0 .../obk_01/BBD1A0/func_80240730_BBD8D0.s | 0 .../obk_01/BBD1A0/func_80240790_BBD930.s | 0 .../obk_01/BBD980/func_802407E0_BBD980.s | 0 .../obk_01/BBD980/func_80240B24_BBDCC4.s | 0 .../obk_01/BBD980/func_80240B78_BBDD18.s | 0 .../obk_01/BBD980/func_80240BB0_BBDD50.s | 0 .../obk_01/BBD980/func_80240EC8_BBE068.s | 0 .../obk_01/BBD980/func_80240F0C_BBE0AC.s | 0 .../obk_01/BBD980/func_80240F38_BBE0D8.s | 0 .../obk_01/BBD980/func_80241094_BBE234.s | 0 .../obk_02/BC2A90/func_80240000_BC2A90.s | 0 .../obk_02/BC2A90/func_8024000C_BC2A9C.s | 0 .../obk_02/BC2A90/func_80240194_BC2C24.s | 0 .../obk_02/BC2CD0/func_80240240_BC2CD0.s | 0 .../obk_03/BC43F0/func_80240170_BC43F0.s | 0 .../obk_03/BC43F0/func_802404B4_BC4734.s | 0 .../obk_03/BC43F0/func_80240508_BC4788.s | 0 .../obk_03/BC43F0/func_80240540_BC47C0.s | 0 .../obk_03/BC43F0/func_80240858_BC4AD8.s | 0 .../obk_03/BC43F0/func_8024089C_BC4B1C.s | 0 .../obk_03/BC4B50/func_802408D0_BC4B50.s | 0 .../obk_04/BC7E60/func_80240000_BC7E60.s | 0 .../obk_04/BC7EB0/func_80240050_BC7EB0.s | 0 .../obk_04/BC7EB0/func_802400D0_BC7F30.s | 0 .../obk_04/BC7EB0/func_80240198_BC7FF8.s | 0 .../obk_04/BC7EB0/func_8024022C_BC808C.s | 0 .../obk_04/BC7EB0/func_802402A0_BC8100.s | 0 .../obk_04/BC7EB0/func_802402F4_BC8154.s | 0 .../obk_04/BC7EB0/func_802405B4_BC8414.s | 0 .../obk_04/BC7EB0/func_80240624_BC8484.s | 0 .../obk_04/BC7EB0/func_80240910_BC8770.s | 0 .../obk_04/BC7EB0/func_80240940_BC87A0.s | 0 .../obk_04/BC7EB0/func_80240A58_BC88B8.s | 0 .../obk_04/BC7EB0/func_80240C10_BC8A70.s | 0 .../obk_04/BC7EB0/func_80240CA0_BC8B00.s | 0 .../obk_04/BC7EB0/func_80240D00_BC8B60.s | 0 .../obk_04/BC7EB0/func_80240D14_BC8B74.s | 0 .../obk_04/BC7EB0/func_80240E58_BC8CB8.s | 0 .../obk_05/BCD060/func_80240038_BCD098.s | 0 .../obk_05/BCD060/func_80240050_BCD0B0.s | 0 .../obk_05/BCD7D0/func_80240770_BCD7D0.s | 0 .../obk_05/BCD7D0/func_802407A0_BCD800.s | 0 .../obk_05/BCD7D0/func_802407AC_BCD80C.s | 0 .../obk_05/BCD7D0/func_80240934_BCD994.s | 0 .../obk_07/BCEBF0/func_80240000_BCEBF0.s | 0 .../obk_07/BCEEB0/func_802402C0_BCEEB0.s | 0 .../obk_07/BCEEB0/func_802402CC_BCEEBC.s | 0 .../obk_07/BCEEB0/func_80240454_BCF044.s | 0 .../obk_07/BCF0F0/func_80240500_BCF0F0.s | 0 .../obk_07/BCF0F0/func_80240540_BCF130.s | 0 .../obk_07/BCF0F0/func_80240564_BCF154.s | 0 .../obk_07/BCF0F0/func_80240A10_BCF600.s | 0 .../obk_07/BCF0F0/func_80240A6C_BCF65C.s | 0 .../obk_07/BCF0F0/func_80240EF8_BCFAE8.s | 0 .../obk_07/BCF0F0/func_802410C0_BCFCB0.s | 0 .../obk_07/BCF0F0/func_80241130_BCFD20.s | 0 .../obk_07/BCF0F0/func_80241168_BCFD58.s | 0 .../obk_07/BCF0F0/func_8024130C_BCFEFC.s | 0 .../obk_07/BCF0F0/func_80241358_BCFF48.s | 0 .../obk_07/BCF0F0/func_802413D0_BCFFC0.s | 0 .../obk_07/BCF0F0/func_8024143C_BD002C.s | 0 .../obk_07/BCF0F0/func_8024146C_BD005C.s | 0 .../obk_07/BCF0F0/func_802414B4_BD00A4.s | 0 .../obk_07/BCF0F0/func_80241518_BD0108.s | 0 .../obk_07/BCF0F0/func_8024157C_BD016C.s | 0 .../obk_07/BCF0F0/func_802415B8_BD01A8.s | 0 .../obk_07/BCF0F0/func_802415F4_BD01E4.s | 0 .../obk_07/BCF0F0/func_80241630_BD0220.s | 0 .../obk_07/BCF0F0/func_80241674_BD0264.s | 0 .../obk_07/BCF0F0/func_802416F8_BD02E8.s | 0 .../obk_07/BCF0F0/func_80241788_BD0378.s | 0 .../obk_07/BCF0F0/func_80241790_BD0380.s | 0 .../obk_07/BCF0F0/func_80241898_BD0488.s | 0 .../obk_07/BCF0F0/func_802418E0_BD04D0.s | 0 .../obk_07/BCF0F0/func_80241B50_BD0740.s | 0 .../obk_08/BD3870/func_80240000_BD3870.s | 0 .../obk_08/BD3870/func_802403DC_BD3C4C.s | 0 .../obk_08/BD3870/func_802404F0_BD3D60.s | 0 .../obk_08/BD3870/func_8024055C_BD3DCC.s | 0 .../obk_08/BD3870/func_8024061C_BD3E8C.s | 0 .../obk_08/BD3870/func_802406DC_BD3F4C.s | 0 .../obk_08/BD3870/func_8024079C_BD400C.s | 0 .../obk_08/BD3870/func_80240808_BD4078.s | 0 .../obk_08/BD40B0/func_80240840_BD40B0.s | 0 .../obk_08/BD40B0/func_80240870_BD40E0.s | 0 .../obk_08/BD4110/func_802408A0_BD4110.s | 0 .../obk_08/BD4110/func_80240920_BD4190.s | 0 .../obk_08/BD4110/func_802409E8_BD4258.s | 0 .../obk_08/BD4110/func_80240A7C_BD42EC.s | 0 .../obk_08/BD4110/func_80240AF0_BD4360.s | 0 .../obk_08/BD4110/func_80240CA0_BD4510.s | 0 .../obk_08/BD4110/func_80240D10_BD4580.s | 0 .../obk_08/BD4110/func_80240FD8_BD4848.s | 0 .../obk_08/BD4110/func_80240FE4_BD4854.s | 0 .../obk_08/BD4110/func_8024116C_BD49DC.s | 0 .../obk_08/BD4A90/func_80241220_BD4A90.s | 0 .../obk_08/BD4A90/func_802412BC_BD4B2C.s | 0 .../obk_08/BD4A90/func_80241300_BD4B70.s | 0 .../obk_08/BD4A90/func_80241658_BD4EC8.s | 0 .../obk_09/BDA7B0/func_80240000_BDA7B0.s | 0 .../obk_09/BDA940/func_80240190_BDA940.s | 0 .../obk_09/BDA940/func_80240248_BDA9F8.s | 0 .../obk_09/BDAB00/func_80240350_BDAB00.s | 0 .../obk_09/BDABA0/func_802403F0_BDABA0.s | 0 .../omo_01/D9AEF0/func_80240000_D9AEF0.s | 0 .../omo_01/D9B150/func_80240260_D9B150.s | 0 .../omo_01/D9B150/func_80240844_D9B734.s | 0 .../omo_01/D9B150/func_802409A8_D9B898.s | 0 .../omo_01/D9B150/func_802409EC_D9B8DC.s | 0 .../omo_02/D9D510/func_80240040_D9D510.s | 0 .../omo_02/D9D510/func_802402C0_D9D790.s | 0 .../omo_02/D9D510/func_8024043C_D9D90C.s | 0 .../omo_02/D9D510/func_80240970_D9DE40.s | 0 .../omo_02/D9D510/func_802409E0_D9DEB0.s | 0 .../omo_02/D9D510/func_80240AB0_D9DF80.s | 0 .../omo_02/D9D510/func_80240B48_D9E018.s | 0 .../omo_02/D9D510/func_80240BA8_D9E078.s | 0 .../omo_02/D9D510/func_80240EDC_D9E3AC.s | 0 .../omo_02/D9D510/func_80240F90_D9E460.s | 0 .../omo_02/D9D510/func_8024141C_D9E8EC.s | 0 .../omo_02/D9D510/func_802414C8_D9E998.s | 0 .../omo_02/D9D510/func_802416D0_D9EBA0.s | 0 .../omo_02/D9D510/func_80241948_D9EE18.s | 0 .../omo_02/D9D510/func_80241B38_D9F008.s | 0 .../omo_02/D9D510/func_80241C7C_D9F14C.s | 0 .../omo_02/D9D510/func_80241EA4_D9F374.s | 0 .../omo_02/D9D510/func_802423E0_D9F8B0.s | 0 .../omo_02/D9D510/func_8024283C_D9FD0C.s | 0 .../omo_02/D9D510/func_80242B5C_DA002C.s | 0 .../omo_03/DA5260/func_8024003C_DA527C.s | 0 .../omo_03/DA5260/func_80240104_DA5344.s | 0 .../omo_03/DA5260/func_80240188_DA53C8.s | 0 .../omo_03/DA5260/func_8024020C_DA544C.s | 0 .../omo_03/DA5260/func_802402B0_DA54F0.s | 0 .../omo_03/DA5260/func_80240538_DA5778.s | 0 .../omo_04/DAD400/func_80240000_DAD400.s | 0 .../omo_04/DAD400/func_802402F4_DAD6F4.s | 0 .../omo_04/DAD400/func_802403A0_DAD7A0.s | 0 .../omo_04/DAD400/func_80240550_DAD950.s | 0 .../omo_04/DAD400/func_80240C38_DAE038.s | 0 .../omo_04/DAD400/func_80240FF4_DAE3F4.s | 0 .../omo_04/DAD400/func_802411F8_DAE5F8.s | 0 .../omo_04/DAD400/func_80241588_DAE988.s | 0 .../omo_04/DAD400/func_802416AC_DAEAAC.s | 0 .../omo_04/DAD400/func_80241898_DAEC98.s | 0 .../omo_04/DAD400/func_80241908_DAED08.s | 0 .../omo_04/DAD400/func_802419D8_DAEDD8.s | 0 .../omo_04/DAD400/func_80241A70_DAEE70.s | 0 .../omo_04/DAD400/func_80241AD0_DAEED0.s | 0 .../omo_04/DAD400/func_80241E04_DAF204.s | 0 .../omo_04/DAD400/func_80241E20_DAF220.s | 0 .../omo_04/DAF240/func_80241E40_DAF240.s | 0 .../omo_05/DB22C0/func_80240000_DB22C0.s | 0 .../omo_05/DB22C0/func_80240070_DB2330.s | 0 .../omo_05/DB22C0/func_80240140_DB2400.s | 0 .../omo_05/DB22C0/func_802401D8_DB2498.s | 0 .../omo_05/DB22C0/func_80240238_DB24F8.s | 0 .../omo_05/DB22C0/func_802405BC_DB287C.s | 0 .../omo_05/DB22C0/func_80240780_DB2A40.s | 0 .../omo_05/DB22C0/func_80240A54_DB2D14.s | 0 .../omo_05/DB22C0/func_80240C04_DB2EC4.s | 0 .../omo_05/DB22C0/func_802412EC_DB35AC.s | 0 .../omo_05/DB22C0/func_802416A8_DB3968.s | 0 .../omo_05/DB22C0/func_802418AC_DB3B6C.s | 0 .../omo_05/DB22C0/func_80241C3C_DB3EFC.s | 0 .../omo_05/DB22C0/func_80241D60_DB4020.s | 0 .../omo_05/DB22C0/func_80242178_DB4438.s | 0 .../omo_05/DB22C0/func_802421CC_DB448C.s | 0 .../omo_05/DB22C0/func_80242204_DB44C4.s | 0 .../omo_05/DB22C0/func_802422A0_DB4560.s | 0 .../omo_05/DB22C0/func_80242328_DB45E8.s | 0 .../omo_05/DB22C0/func_802423C8_DB4688.s | 0 .../omo_06/DB7910/func_8024001C_DB792C.s | 0 .../omo_06/DB7910/func_802400E4_DB79F4.s | 0 .../omo_06/DB7910/func_80240168_DB7A78.s | 0 .../omo_06/DB7910/func_802401EC_DB7AFC.s | 0 .../omo_06/DB7910/func_80240290_DB7BA0.s | 0 .../omo_06/DB7910/func_80240518_DB7E28.s | 0 .../omo_06/DB8180/func_80240870_DB8180.s | 0 .../omo_07/DBD2B0/func_80240000_DBD2B0.s | 0 .../omo_07/DBD2B0/func_80240070_DBD320.s | 0 .../omo_07/DBD2B0/func_80240140_DBD3F0.s | 0 .../omo_07/DBD2B0/func_802401D8_DBD488.s | 0 .../omo_07/DBD2B0/func_80240238_DBD4E8.s | 0 .../omo_07/DBD2B0/func_8024056C_DBD81C.s | 0 .../omo_07/DBD2B0/func_802406C4_DBD974.s | 0 .../omo_07/DBD2B0/func_80240A2C_DBDCDC.s | 0 .../omo_07/DBD2B0/func_80240BE8_DBDE98.s | 0 .../omo_07/DBD2B0/func_80240EB8_DBE168.s | 0 .../omo_07/DBD2B0/func_80241040_DBE2F0.s | 0 .../omo_07/DBD2B0/func_80241100_DBE3B0.s | 0 .../omo_07/DBD2B0/func_802413FC_DBE6AC.s | 0 .../omo_07/DBD2B0/func_8024146C_DBE71C.s | 0 .../omo_07/DBD2B0/func_8024153C_DBE7EC.s | 0 .../omo_07/DBD2B0/func_802415D4_DBE884.s | 0 .../omo_07/DBD2B0/func_80241634_DBE8E4.s | 0 .../omo_07/DBD2B0/func_80241978_DBEC28.s | 0 .../omo_07/DBD2B0/func_80241B28_DBEDD8.s | 0 .../omo_07/DBD2B0/func_80242210_DBF4C0.s | 0 .../omo_07/DBD2B0/func_802425CC_DBF87C.s | 0 .../omo_07/DBD2B0/func_802427D0_DBFA80.s | 0 .../omo_07/DBD2B0/func_80242B60_DBFE10.s | 0 .../omo_07/DBD2B0/func_80242C84_DBFF34.s | 0 .../omo_07/DBD2B0/func_80242E70_DC0120.s | 0 .../omo_07/DBD2B0/func_80242E8C_DC013C.s | 0 .../omo_07/DBD2B0/func_80242EA8_DC0158.s | 0 .../omo_07/DC01D0/func_80242F20_DC01D0.s | 0 .../omo_07/DC04D0/func_80243220_DC04D0.s | 0 .../omo_08/DC43D0/func_8024001C_DC43EC.s | 0 .../omo_08/DC43D0/func_802400E4_DC44B4.s | 0 .../omo_08/DC43D0/func_80240168_DC4538.s | 0 .../omo_08/DC43D0/func_802401EC_DC45BC.s | 0 .../omo_08/DC43D0/func_80240290_DC4660.s | 0 .../omo_08/DC43D0/func_80240518_DC48E8.s | 0 .../omo_08/DC4C40/func_80240870_DC4C40.s | 0 .../omo_08/DC4C40/func_802408E0_DC4CB0.s | 0 .../omo_08/DC4C40/func_802409B0_DC4D80.s | 0 .../omo_08/DC4C40/func_80240A48_DC4E18.s | 0 .../omo_08/DC4C40/func_80240AA8_DC4E78.s | 0 .../omo_09/DCCCD0/func_80240000_DCCCD0.s | 0 .../omo_09/DCCCD0/func_80240054_DCCD24.s | 0 .../omo_09/DCCCD0/func_80240078_DCCD48.s | 0 .../omo_09/DCCFA0/func_802402D0_DCCFA0.s | 0 .../omo_09/DCCFA0/func_80240534_DCD204.s | 0 .../omo_09/DCD3B0/func_802406E0_DCD3B0.s | 0 .../omo_09/DCD3F0/func_80240720_DCD3F0.s | 0 .../omo_09/DCD6B0/func_802409E0_DCD6B0.s | 0 .../omo_09/DCD6B0/func_80240A50_DCD720.s | 0 .../omo_09/DCD6B0/func_80240B20_DCD7F0.s | 0 .../omo_09/DCD6B0/func_80240BB8_DCD888.s | 0 .../omo_09/DCD6B0/func_80240C18_DCD8E8.s | 0 .../omo_09/DCD6B0/func_80240F4C_DCDC1C.s | 0 .../omo_09/DCD6B0/func_802410A4_DCDD74.s | 0 .../omo_09/DCD6B0/func_8024140C_DCE0DC.s | 0 .../omo_09/DCD6B0/func_802415C8_DCE298.s | 0 .../omo_09/DCD6B0/func_80241898_DCE568.s | 0 .../omo_09/DCD6B0/func_80241A20_DCE6F0.s | 0 .../omo_09/DCD6B0/func_80241AE0_DCE7B0.s | 0 .../omo_09/DCD6B0/func_80241DDC_DCEAAC.s | 0 .../omo_09/DCD6B0/func_80241E4C_DCEB1C.s | 0 .../omo_09/DCD6B0/func_80241F1C_DCEBEC.s | 0 .../omo_09/DCD6B0/func_80241FB4_DCEC84.s | 0 .../omo_09/DCD6B0/func_80242014_DCECE4.s | 0 .../omo_09/DCD6B0/func_80242358_DCF028.s | 0 .../omo_09/DCD6B0/func_80242548_DCF218.s | 0 .../omo_09/DCD6B0/func_8024268C_DCF35C.s | 0 .../omo_09/DCD6B0/func_802428B4_DCF584.s | 0 .../omo_09/DCD6B0/func_80242DF0_DCFAC0.s | 0 .../omo_09/DCD6B0/func_8024324C_DCFF1C.s | 0 .../omo_09/DCD6B0/func_8024356C_DD023C.s | 0 .../omo_09/DCD6B0/func_802435B8_DD0288.s | 0 .../omo_09/DCD6B0/func_802435CC_DD029C.s | 0 .../omo_09/DCD6B0/func_802435E8_DD02B8.s | 0 .../omo_09/DD02E0/func_80243610_DD02E0.s | 0 .../omo_10/DD79B0/func_8024001C_DD79CC.s | 0 .../omo_10/DD79B0/func_802400E4_DD7A94.s | 0 .../omo_10/DD79B0/func_80240168_DD7B18.s | 0 .../omo_10/DD79B0/func_802401EC_DD7B9C.s | 0 .../omo_10/DD79B0/func_80240290_DD7C40.s | 0 .../omo_10/DD79B0/func_80240518_DD7EC8.s | 0 .../omo_11/DDC830/func_80240000_DDC830.s | 0 .../omo_11/DDC830/func_802401A0_DDC9D0.s | 0 .../omo_11/DDCFC0/func_802407AC_DDCFDC.s | 0 .../omo_11/DDCFC0/func_802407CC_DDCFFC.s | 0 .../omo_11/DDCFC0/func_802407F8_DDD028.s | 0 .../omo_11/DDCFC0/func_80240864_DDD094.s | 0 .../omo_11/DDCFC0/func_802408B0_DDD0E0.s | 0 .../omo_11/DDCFC0/func_8024095C_DDD18C.s | 0 .../omo_11/DDCFC0/func_80240BAC_DDD3DC.s | 0 .../omo_11/DDCFC0/func_80240BD8_DDD408.s | 0 .../omo_11/DDCFC0/func_80240C10_DDD440.s | 0 .../omo_11/DDCFC0/func_80240CA0_DDD4D0.s | 0 .../omo_11/DDCFC0/func_80240CD4_DDD504.s | 0 .../omo_11/DDCFC0/func_80240D38_DDD568.s | 0 .../omo_11/DDCFC0/func_80240D90_DDD5C0.s | 0 .../omo_11/DDCFC0/func_802412C8_DDDAF8.s | 0 .../omo_11/DDCFC0/func_80241498_DDDCC8.s | 0 .../omo_12/DDF310/func_80240000_DDF310.s | 0 .../omo_12/DDF310/func_80240184_DDF494.s | 0 .../omo_12/DDF310/func_802402DC_DDF5EC.s | 0 .../omo_12/DDF310/func_802402F8_DDF608.s | 0 .../omo_12/DDF310/func_80240314_DDF624.s | 0 .../omo_12/DDF310/func_802403D8_DDF6E8.s | 0 .../omo_12/DDF730/func_80240420_DDF730.s | 0 .../omo_13/DE2490/func_80240000_DE2490.s | 0 .../omo_13/DE2710/func_80240280_DE2710.s | 0 .../omo_13/DE2710/func_802402F0_DE2780.s | 0 .../omo_13/DE2710/func_802403C0_DE2850.s | 0 .../omo_13/DE2710/func_80240458_DE28E8.s | 0 .../omo_13/DE2710/func_802404B8_DE2948.s | 0 .../omo_13/DE2710/func_8024083C_DE2CCC.s | 0 .../omo_13/DE2710/func_80240A00_DE2E90.s | 0 .../omo_13/DE2710/func_80240F00_DE3390.s | 0 .../omo_13/DE2710/func_80240F54_DE33E4.s | 0 .../omo_13/DE2710/func_80240F8C_DE341C.s | 0 .../omo_13/DE2710/func_80241028_DE34B8.s | 0 .../omo_13/DE36C0/func_80241230_DE36C0.s | 0 .../omo_14/DE56B0/func_80240000_DE56B0.s | 0 .../omo_14/DE5810/func_80240160_DE5810.s | 0 .../omo_14/DE5810/func_802403FC_DE5AAC.s | 0 .../omo_14/DE5810/func_80240564_DE5C14.s | 0 .../omo_14/DE5810/func_80240590_DE5C40.s | 0 .../omo_15/DE8770/func_80240000_DE8770.s | 0 .../omo_15/DE8770/func_8024004C_DE87BC.s | 0 .../omo_15/DE8770/func_802401AC_DE891C.s | 0 .../omo_15/DE8770/func_802405BC_DE8D2C.s | 0 .../omo_15/DE8770/func_802405FC_DE8D6C.s | 0 .../omo_15/DE8770/func_80240708_DE8E78.s | 0 .../omo_16/DEBED0/func_8024001C_DEBEEC.s | 0 .../omo_16/DEBED0/func_802400E4_DEBFB4.s | 0 .../omo_16/DEBED0/func_80240168_DEC038.s | 0 .../omo_16/DEBED0/func_802401EC_DEC0BC.s | 0 .../omo_16/DEBED0/func_80240290_DEC160.s | 0 .../omo_16/DEBED0/func_80240518_DEC3E8.s | 0 .../omo_16/DEBED0/func_8024055C_DEC42C.s | 0 .../omo_17/DEEEA0/func_8024001C_DEEEBC.s | 0 .../omo_17/DEEEA0/func_802400E4_DEEF84.s | 0 .../omo_17/DEEEA0/func_80240168_DEF008.s | 0 .../omo_17/DEEEA0/func_802401EC_DEF08C.s | 0 .../omo_17/DEEEA0/func_80240290_DEF130.s | 0 .../omo_17/DEEEA0/func_80240518_DEF3B8.s | 0 .../omo_17/DEF400/func_80240560_DEF400.s | 0 .../omo_17/DEF400/func_802405D0_DEF470.s | 0 .../omo_17/DEF400/func_802406A0_DEF540.s | 0 .../omo_17/DEF400/func_80240738_DEF5D8.s | 0 .../omo_17/DEF400/func_80240798_DEF638.s | 0 .../omo_17/DEF400/func_80240B1C_DEF9BC.s | 0 .../omo_17/DEF400/func_80240CE0_DEFB80.s | 0 .../omo_17/DEF400/func_80240FB4_DEFE54.s | 0 .../omo_17/DEF400/func_80241164_DF0004.s | 0 .../omo_17/DEF400/func_8024184C_DF06EC.s | 0 .../omo_17/DEF400/func_80241C08_DF0AA8.s | 0 .../omo_17/DEF400/func_80241E0C_DF0CAC.s | 0 .../omo_17/DEF400/func_8024219C_DF103C.s | 0 .../omo_17/DEF400/func_802422C0_DF1160.s | 0 .../omo_17/DEF400/func_802424AC_DF134C.s | 0 .../omo_17/DEF400/func_8024269C_DF153C.s | 0 .../omo_17/DEF400/func_802427E0_DF1680.s | 0 .../omo_17/DEF400/func_80242A08_DF18A8.s | 0 .../omo_17/DEF400/func_80242F44_DF1DE4.s | 0 .../omo_17/DEF400/func_802433A0_DF2240.s | 0 .../omo_17/DEF400/func_802436C0_DF2560.s | 0 .../osr_00/AAC830/func_8024030C_AACB3C.s | 0 .../osr_00/AACBB0/func_80240380_AACBB0.s | 0 .../osr_00/AACBB0/func_802404A4_AACCD4.s | 0 .../osr_00/AACBB0/func_80240678_AACEA8.s | 0 .../osr_00/AACBB0/func_802406E0_AACF10.s | 0 .../osr_01/AAFFF0/func_80240000_AAFFF0.s | 0 .../osr_01/AB0350/func_80240360_AB0350.s | 0 .../osr_01/AB0350/func_802406A4_AB0694.s | 0 .../osr_01/AB0350/func_802406F8_AB06E8.s | 0 .../osr_01/AB0350/func_80240730_AB0720.s | 0 .../osr_01/AB0350/func_80240A48_AB0A38.s | 0 .../osr_01/AB0350/func_80240A8C_AB0A7C.s | 0 .../osr_02/AB2170/func_80240000_AB2170.s | 0 .../osr_02/AB2190/func_80240020_AB2190.s | 0 .../osr_02/AB21D0/func_80240060_AB21D0.s | 0 .../osr_02/AB2290/func_80240120_AB2290.s | 0 .../osr_03/AB6290/func_80240000_AB6290.s | 0 .../osr_03/AB62B0/func_80240020_AB62B0.s | 0 .../osr_03/AB62B0/func_80240090_AB6320.s | 0 .../osr_03/AB62B0/func_802400C4_AB6354.s | 0 .../osr_03/AB62B0/func_802401A0_AB6430.s | 0 .../osr_03/AB62B0/func_80240290_AB6520.s | 0 .../osr_04/AB92B0/func_80240000_AB92B0.s | 0 .../osr_04/AB92B0/func_80240050_AB9300.s | 0 .../pra_01/D4D060/func_802400EC_D4D12C.s | 0 .../pra_01/D4D060/func_80240128_D4D168.s | 0 .../pra_01/D4D060/func_802402F0_D4D330.s | 0 .../pra_01/D4D060/func_8024049C_D4D4DC.s | 0 .../pra_01/D4D060/func_80240500_D4D540.s | 0 .../pra_01/D4D060/func_8024068C_D4D6CC.s | 0 .../pra_01/D4D060/func_80240870_D4D8B0.s | 0 .../pra_01/D4D060/func_80240D3C_D4DD7C.s | 0 .../pra_01/D4D060/func_80240F20_D4DF60.s | 0 .../pra_01/D4D060/func_802411AC_D4E1EC.s | 0 .../pra_01/D4D060/func_80241200_D4E240.s | 0 .../pra_01/D4D060/func_80241238_D4E278.s | 0 .../pra_01/D4D060/func_802412D4_D4E314.s | 0 .../pra_02/D50010/func_802400EC_D500DC.s | 0 .../pra_02/D50010/func_80240128_D50118.s | 0 .../pra_02/D50010/func_802402F0_D502E0.s | 0 .../pra_02/D50010/func_8024049C_D5048C.s | 0 .../pra_02/D50010/func_80240500_D504F0.s | 0 .../pra_02/D50010/func_8024068C_D5067C.s | 0 .../pra_02/D50010/func_80240870_D50860.s | 0 .../pra_02/D50010/func_80240D3C_D50D2C.s | 0 .../pra_02/D50010/func_8024114C_D5113C.s | 0 .../pra_02/D50010/func_802411A0_D51190.s | 0 .../pra_02/D50010/func_802411D8_D511C8.s | 0 .../pra_02/D50010/func_80241274_D51264.s | 0 .../pra_02/D50010/func_80241310_D51300.s | 0 .../pra_02/D50010/func_80241478_D51468.s | 0 .../pra_02/D50010/func_802414A8_D51498.s | 0 .../pra_03/D53CD0/func_80240020_D53CD0.s | 0 .../pra_03/D53CD0/func_802400AC_D53D5C.s | 0 .../pra_03/D53CD0/func_80240138_D53DE8.s | 0 .../pra_04/D546B0/func_80240020_D546B0.s | 0 .../pra_04/D546B0/func_802400AC_D5473C.s | 0 .../pra_04/D546B0/func_80240138_D547C8.s | 0 .../pra_04/D54840/func_802401B0_D54840.s | 0 .../pra_05/D55BD0/func_802400EC_D55C9C.s | 0 .../pra_05/D55BD0/func_80240128_D55CD8.s | 0 .../pra_05/D55BD0/func_802402F0_D55EA0.s | 0 .../pra_05/D55BD0/func_8024049C_D5604C.s | 0 .../pra_05/D55BD0/func_80240500_D560B0.s | 0 .../pra_05/D55BD0/func_8024068C_D5623C.s | 0 .../pra_05/D55BD0/func_80240870_D56420.s | 0 .../pra_05/D55BD0/func_80240D3C_D568EC.s | 0 .../pra_05/D55BD0/func_80240F20_D56AD0.s | 0 .../pra_06/D57430/func_80240000_D57430.s | 0 .../pra_06/D57430/func_8024011C_D5754C.s | 0 .../pra_06/D57430/func_80240158_D57588.s | 0 .../pra_06/D57430/func_80240320_D57750.s | 0 .../pra_06/D57430/func_802404CC_D578FC.s | 0 .../pra_06/D57430/func_80240530_D57960.s | 0 .../pra_06/D57430/func_802406BC_D57AEC.s | 0 .../pra_06/D57430/func_802408A0_D57CD0.s | 0 .../pra_06/D57430/func_80240D6C_D5819C.s | 0 .../pra_09/D588B0/func_802400EC_D5897C.s | 0 .../pra_09/D588B0/func_80240128_D589B8.s | 0 .../pra_09/D588B0/func_802402F0_D58B80.s | 0 .../pra_09/D588B0/func_8024049C_D58D2C.s | 0 .../pra_09/D588B0/func_80240500_D58D90.s | 0 .../pra_09/D588B0/func_8024068C_D58F1C.s | 0 .../pra_09/D588B0/func_80240870_D59100.s | 0 .../pra_09/D588B0/func_80240D3C_D595CC.s | 0 .../pra_09/D588B0/func_8024114C_D599DC.s | 0 .../pra_09/D588B0/func_802411A0_D59A30.s | 0 .../pra_09/D588B0/func_802411D8_D59A68.s | 0 .../pra_09/D588B0/func_80241274_D59B04.s | 0 .../pra_09/D588B0/func_80241310_D59BA0.s | 0 .../pra_09/D588B0/func_802413A4_D59C34.s | 0 .../pra_09/D588B0/func_802414F4_D59D84.s | 0 .../pra_09/D588B0/func_802415F8_D59E88.s | 0 .../pra_10/D5F2D0/func_802400EC_D5F39C.s | 0 .../pra_10/D5F2D0/func_80240128_D5F3D8.s | 0 .../pra_10/D5F2D0/func_802402F0_D5F5A0.s | 0 .../pra_10/D5F2D0/func_8024049C_D5F74C.s | 0 .../pra_10/D5F2D0/func_80240500_D5F7B0.s | 0 .../pra_10/D5F2D0/func_8024068C_D5F93C.s | 0 .../pra_10/D5F2D0/func_80240870_D5FB20.s | 0 .../pra_10/D5F2D0/func_80240D3C_D5FFEC.s | 0 .../pra_10/D5F2D0/func_80240F20_D601D0.s | 0 .../pra_11/D61520/func_802400EC_D615EC.s | 0 .../pra_11/D61520/func_80240128_D61628.s | 0 .../pra_11/D61520/func_802402F0_D617F0.s | 0 .../pra_11/D61520/func_8024049C_D6199C.s | 0 .../pra_11/D61520/func_80240500_D61A00.s | 0 .../pra_11/D61520/func_8024068C_D61B8C.s | 0 .../pra_11/D61520/func_80240870_D61D70.s | 0 .../pra_11/D61520/func_80240D3C_D6223C.s | 0 .../pra_11/D61520/func_80240F20_D62420.s | 0 .../pra_12/D62D10/func_80240000_D62D10.s | 0 .../pra_12/D62D10/func_8024011C_D62E2C.s | 0 .../pra_12/D62D10/func_80240158_D62E68.s | 0 .../pra_12/D62D10/func_80240320_D63030.s | 0 .../pra_12/D62D10/func_802404CC_D631DC.s | 0 .../pra_12/D62D10/func_80240530_D63240.s | 0 .../pra_12/D62D10/func_802406BC_D633CC.s | 0 .../pra_12/D62D10/func_802408A0_D635B0.s | 0 .../pra_12/D62D10/func_80240D6C_D63A7C.s | 0 .../pra_12/D62D10/func_80240F50_D63C60.s | 0 .../pra_13/D64600/func_802400EC_D646CC.s | 0 .../pra_13/D64600/func_80240128_D64708.s | 0 .../pra_13/D64600/func_802402F0_D648D0.s | 0 .../pra_13/D64600/func_8024049C_D64A7C.s | 0 .../pra_13/D64600/func_80240500_D64AE0.s | 0 .../pra_13/D64600/func_8024068C_D64C6C.s | 0 .../pra_13/D64600/func_80240870_D64E50.s | 0 .../pra_13/D64600/func_80240D3C_D6531C.s | 0 .../pra_13/D64600/func_8024114C_D6572C.s | 0 .../pra_13/D64600/func_802411A0_D65780.s | 0 .../pra_13/D64600/func_802411D8_D657B8.s | 0 .../pra_13/D64600/func_80241274_D65854.s | 0 .../pra_13/D64600/func_80241310_D658F0.s | 0 .../pra_13/D64600/func_802413A4_D65984.s | 0 .../pra_13/D64600/func_802413D0_D659B0.s | 0 .../pra_13/D64600/func_8024140C_D659EC.s | 0 .../pra_13/D64600/func_802414BC_D65A9C.s | 0 .../pra_14/D67D20/func_802400EC_D67DEC.s | 0 .../pra_14/D67D20/func_80240128_D67E28.s | 0 .../pra_14/D67D20/func_802402F0_D67FF0.s | 0 .../pra_14/D67D20/func_8024049C_D6819C.s | 0 .../pra_14/D67D20/func_80240500_D68200.s | 0 .../pra_14/D67D20/func_8024068C_D6838C.s | 0 .../pra_14/D67D20/func_80240870_D68570.s | 0 .../pra_14/D67D20/func_80240D3C_D68A3C.s | 0 .../pra_14/D67D20/func_80240F20_D68C20.s | 0 .../pra_15/D69830/func_80240020_D69830.s | 0 .../pra_16/D69B40/func_802400EC_D69C0C.s | 0 .../pra_16/D69B40/func_80240128_D69C48.s | 0 .../pra_16/D69B40/func_802402F0_D69E10.s | 0 .../pra_16/D69B40/func_8024049C_D69FBC.s | 0 .../pra_16/D69B40/func_80240500_D6A020.s | 0 .../pra_16/D69B40/func_8024068C_D6A1AC.s | 0 .../pra_16/D69B40/func_80240870_D6A390.s | 0 .../pra_16/D69B40/func_80240D3C_D6A85C.s | 0 .../pra_18/D6B640/func_802400EC_D6B70C.s | 0 .../pra_18/D6B640/func_80240128_D6B748.s | 0 .../pra_18/D6B640/func_802402F0_D6B910.s | 0 .../pra_18/D6B640/func_8024049C_D6BABC.s | 0 .../pra_18/D6B640/func_80240500_D6BB20.s | 0 .../pra_18/D6B640/func_8024068C_D6BCAC.s | 0 .../pra_18/D6B640/func_80240870_D6BE90.s | 0 .../pra_18/D6B640/func_80240D3C_D6C35C.s | 0 .../pra_19/D6E9D0/func_802400EC_D6EA9C.s | 0 .../pra_19/D6E9D0/func_80240128_D6EAD8.s | 0 .../pra_19/D6E9D0/func_802402F0_D6ECA0.s | 0 .../pra_19/D6E9D0/func_8024049C_D6EE4C.s | 0 .../pra_19/D6E9D0/func_80240500_D6EEB0.s | 0 .../pra_19/D6E9D0/func_8024068C_D6F03C.s | 0 .../pra_19/D6E9D0/func_80240870_D6F220.s | 0 .../pra_19/D6E9D0/func_80240D3C_D6F6EC.s | 0 .../pra_19/D6E9D0/func_8024114C_D6FAFC.s | 0 .../pra_19/D6E9D0/func_802411A0_D6FB50.s | 0 .../pra_19/D6E9D0/func_802411D8_D6FB88.s | 0 .../pra_19/D6E9D0/func_80241274_D6FC24.s | 0 .../pra_19/D6E9D0/func_80241310_D6FCC0.s | 0 .../pra_19/D6E9D0/func_802413A4_D6FD54.s | 0 .../pra_19/D6E9D0/func_802414F4_D6FEA4.s | 0 .../pra_19/D6E9D0/func_80241530_D6FEE0.s | 0 .../pra_19/D6E9D0/func_802415E0_D6FF90.s | 0 .../pra_19/D6E9D0/func_802416F8_D700A8.s | 0 .../pra_19/D6E9D0/func_80241710_D700C0.s | 0 .../pra_19/D6E9D0/func_8024175C_D7010C.s | 0 .../pra_19/D6E9D0/func_80241838_D701E8.s | 0 .../pra_20/D763C0/func_802400EC_D7648C.s | 0 .../pra_20/D763C0/func_80240128_D764C8.s | 0 .../pra_20/D763C0/func_802402F0_D76690.s | 0 .../pra_20/D763C0/func_8024049C_D7683C.s | 0 .../pra_20/D763C0/func_80240500_D768A0.s | 0 .../pra_20/D763C0/func_8024068C_D76A2C.s | 0 .../pra_20/D763C0/func_80240870_D76C10.s | 0 .../pra_20/D763C0/func_80240D3C_D770DC.s | 0 .../pra_21/D77F40/func_80240020_D77F40.s | 0 .../pra_21/D77F40/func_802400AC_D77FCC.s | 0 .../pra_22/D788A0/func_80240020_D788A0.s | 0 .../pra_22/D788A0/func_802400DC_D7895C.s | 0 .../pra_22/D788A0/func_802401D0_D78A50.s | 0 .../pra_22/D788A0/func_8024025C_D78ADC.s | 0 .../pra_27/D799F0/func_80240000_D799F0.s | 0 .../pra_27/D799F0/func_8024011C_D79B0C.s | 0 .../pra_27/D799F0/func_80240158_D79B48.s | 0 .../pra_27/D799F0/func_80240320_D79D10.s | 0 .../pra_27/D799F0/func_802404CC_D79EBC.s | 0 .../pra_27/D799F0/func_80240530_D79F20.s | 0 .../pra_27/D799F0/func_802406BC_D7A0AC.s | 0 .../pra_27/D799F0/func_802408A0_D7A290.s | 0 .../pra_27/D799F0/func_80240D6C_D7A75C.s | 0 .../pra_27/D799F0/func_80240F50_D7A940.s | 0 .../pra_28/D7B2A0/func_80240000_D7B2A0.s | 0 .../pra_28/D7B2A0/func_8024011C_D7B3BC.s | 0 .../pra_28/D7B2A0/func_80240158_D7B3F8.s | 0 .../pra_28/D7B2A0/func_80240320_D7B5C0.s | 0 .../pra_28/D7B2A0/func_802404CC_D7B76C.s | 0 .../pra_28/D7B2A0/func_80240530_D7B7D0.s | 0 .../pra_28/D7B2A0/func_802406BC_D7B95C.s | 0 .../pra_28/D7B2A0/func_802408A0_D7BB40.s | 0 .../pra_28/D7B2A0/func_80240D6C_D7C00C.s | 0 .../pra_28/D7B2A0/func_80240F50_D7C1F0.s | 0 .../pra_29/D7CB70/func_802400EC_D7CC3C.s | 0 .../pra_29/D7CB70/func_80240128_D7CC78.s | 0 .../pra_29/D7CB70/func_802402F0_D7CE40.s | 0 .../pra_29/D7CB70/func_8024049C_D7CFEC.s | 0 .../pra_29/D7CB70/func_80240500_D7D050.s | 0 .../pra_29/D7CB70/func_8024068C_D7D1DC.s | 0 .../pra_29/D7CB70/func_80240870_D7D3C0.s | 0 .../pra_29/D7CB70/func_80240D3C_D7D88C.s | 0 .../pra_29/D7CB70/func_80240F20_D7DA70.s | 0 .../pra_29/D7CB70/func_802410B0_D7DC00.s | 0 .../pra_29/D7CB70/func_802411D4_D7DD24.s | 0 .../pra_31/D7ED60/func_80240000_D7ED60.s | 0 .../pra_31/D7ED80/func_8024024C_D7EFAC.s | 0 .../pra_31/D7ED80/func_802402A0_D7F000.s | 0 .../pra_31/D7ED80/func_802402D8_D7F038.s | 0 .../pra_31/D7ED80/func_80240374_D7F0D4.s | 0 .../pra_31/D7ED80/func_80240410_D7F170.s | 0 .../pra_31/D7ED80/func_80240468_D7F1C8.s | 0 .../pra_31/D7F270/delete_actor_D7F91C.s | 0 .../pra_31/D7F270/func_80240510_D7F270.s | 0 .../pra_31/D7F270/func_80240818_D7F578.s | 0 .../pra_31/D7F270/func_80240894_D7F5F4.s | 0 .../pra_31/D7F270/func_80240A3C_D7F79C.s | 0 .../pra_31/D7F270/func_80240C70_D7F9D0.s | 0 .../pra_31/D7F270/func_80240DBC_D7FB1C.s | 0 .../pra_31/D7F270/func_80240E70_D7FBD0.s | 0 .../pra_31/D7F270/func_80240F2C_D7FC8C.s | 0 .../pra_31/D7F270/func_80240FD0_D7FD30.s | 0 .../pra_31/D7F270/func_80240FF0_D7FD50.s | 0 .../pra_32/D86A20/func_80240020_D86A20.s | 0 .../pra_32/D86A20/func_8024006C_D86A6C.s | 0 .../pra_32/D86A20/func_802401CC_D86BCC.s | 0 .../pra_32/D86A20/func_802405DC_D86FDC.s | 0 .../pra_32/D86A20/func_8024061C_D8701C.s | 0 .../pra_32/D86A20/func_80240728_D87128.s | 0 .../pra_32/D86A20/func_80240814_D87214.s | 0 .../pra_33/D89700/func_802400EC_D897CC.s | 0 .../pra_33/D89700/func_80240128_D89808.s | 0 .../pra_33/D89700/func_802402F0_D899D0.s | 0 .../pra_33/D89700/func_8024049C_D89B7C.s | 0 .../pra_33/D89700/func_80240500_D89BE0.s | 0 .../pra_33/D89700/func_8024068C_D89D6C.s | 0 .../pra_33/D89700/func_80240870_D89F50.s | 0 .../pra_33/D89700/func_80240D3C_D8A41C.s | 0 .../pra_33/D89700/func_80240F20_D8A600.s | 0 .../pra_33/D89700/func_80240F58_D8A638.s | 0 .../pra_33/D89700/func_80241000_D8A6E0.s | 0 .../pra_34/D8B3D0/func_802400EC_D8B49C.s | 0 .../pra_34/D8B3D0/func_80240128_D8B4D8.s | 0 .../pra_34/D8B3D0/func_802402F0_D8B6A0.s | 0 .../pra_34/D8B3D0/func_8024049C_D8B84C.s | 0 .../pra_34/D8B3D0/func_80240500_D8B8B0.s | 0 .../pra_34/D8B3D0/func_8024068C_D8BA3C.s | 0 .../pra_34/D8B3D0/func_80240870_D8BC20.s | 0 .../pra_34/D8B3D0/func_80240D3C_D8C0EC.s | 0 .../pra_35/D8D270/func_802400EC_D8D33C.s | 0 .../pra_35/D8D270/func_80240128_D8D378.s | 0 .../pra_35/D8D270/func_802402F0_D8D540.s | 0 .../pra_35/D8D270/func_8024049C_D8D6EC.s | 0 .../pra_35/D8D270/func_80240500_D8D750.s | 0 .../pra_35/D8D270/func_8024068C_D8D8DC.s | 0 .../pra_35/D8D270/func_80240870_D8DAC0.s | 0 .../pra_35/D8D270/func_80240D3C_D8DF8C.s | 0 .../pra_35/D8D270/func_80240F20_D8E170.s | 0 .../pra_35/D8D270/func_80241078_D8E2C8.s | 0 .../pra_35/D8D270/func_802413E0_D8E630.s | 0 .../pra_35/D8D270/func_8024159C_D8E7EC.s | 0 .../pra_35/D8D270/func_8024186C_D8EABC.s | 0 .../pra_35/D8D270/func_802419F4_D8EC44.s | 0 .../pra_35/D8D270/func_80241AB4_D8ED04.s | 0 .../pra_35/D8D270/func_80241FB8_D8F208.s | 0 .../pra_35/D8D270/func_8024216C_D8F3BC.s | 0 .../pra_35/D8D270/func_802423CC_D8F61C.s | 0 .../pra_35/D8D270/func_80242698_D8F8E8.s | 0 .../pra_35/D8FBA0/func_80242950_D8FBA0.s | 0 .../pra_36/D91700/func_80240000_D91700.s | 0 .../pra_36/D91700/func_8024011C_D9181C.s | 0 .../pra_36/D91700/func_80240158_D91858.s | 0 .../pra_36/D91700/func_80240320_D91A20.s | 0 .../pra_36/D91700/func_802404CC_D91BCC.s | 0 .../pra_36/D91700/func_80240530_D91C30.s | 0 .../pra_36/D91700/func_802406BC_D91DBC.s | 0 .../pra_36/D91700/func_802408A0_D91FA0.s | 0 .../pra_36/D91700/func_80240D6C_D9246C.s | 0 .../pra_37/D92F40/func_80240000_D92F40.s | 0 .../pra_37/D92F40/func_8024011C_D9305C.s | 0 .../pra_37/D92F40/func_80240158_D93098.s | 0 .../pra_37/D92F40/func_80240320_D93260.s | 0 .../pra_37/D92F40/func_802404CC_D9340C.s | 0 .../pra_37/D92F40/func_80240530_D93470.s | 0 .../pra_37/D92F40/func_802406BC_D935FC.s | 0 .../pra_37/D92F40/func_802408A0_D937E0.s | 0 .../pra_37/D92F40/func_80240D6C_D93CAC.s | 0 .../pra_37/D92F40/func_80241158_D94098.s | 0 .../pra_37/D92F40/func_8024130C_D9424C.s | 0 .../pra_37/D92F40/func_8024156C_D944AC.s | 0 .../pra_38/D955F0/func_80240000_D955F0.s | 0 .../pra_38/D955F0/func_8024011C_D9570C.s | 0 .../pra_38/D955F0/func_80240158_D95748.s | 0 .../pra_38/D955F0/func_80240320_D95910.s | 0 .../pra_38/D955F0/func_802404CC_D95ABC.s | 0 .../pra_38/D955F0/func_80240530_D95B20.s | 0 .../pra_38/D955F0/func_802406BC_D95CAC.s | 0 .../pra_38/D955F0/func_802408A0_D95E90.s | 0 .../pra_38/D955F0/func_80240D6C_D9635C.s | 0 .../pra_38/D955F0/func_80240F50_D96540.s | 0 .../pra_39/D97890/func_80240000_D97890.s | 0 .../pra_39/D97890/func_8024011C_D979AC.s | 0 .../pra_39/D97890/func_80240158_D979E8.s | 0 .../pra_39/D97890/func_80240320_D97BB0.s | 0 .../pra_39/D97890/func_802404CC_D97D5C.s | 0 .../pra_39/D97890/func_80240530_D97DC0.s | 0 .../pra_39/D97890/func_802406BC_D97F4C.s | 0 .../pra_39/D97890/func_802408A0_D98130.s | 0 .../pra_39/D97890/func_80240D6C_D985FC.s | 0 .../pra_39/D97890/func_80240F50_D987E0.s | 0 .../pra_40/D999D0/func_802400EC_D99A9C.s | 0 .../pra_40/D999D0/func_80240128_D99AD8.s | 0 .../pra_40/D999D0/func_802402F0_D99CA0.s | 0 .../pra_40/D999D0/func_8024049C_D99E4C.s | 0 .../pra_40/D999D0/func_80240500_D99EB0.s | 0 .../pra_40/D999D0/func_8024068C_D9A03C.s | 0 .../pra_40/D999D0/func_80240870_D9A220.s | 0 .../pra_40/D999D0/func_80240D3C_D9A6EC.s | 0 .../sam_01/CF7E80/func_8024053C_CF80AC.s | 0 .../sam_01/CF7E80/func_80240590_CF8100.s | 0 .../sam_01/CF7E80/func_802405C8_CF8138.s | 0 .../sam_01/CF7E80/func_80240664_CF81D4.s | 0 .../sam_01/CF7E80/func_80240700_CF8270.s | 0 .../sam_01/CF7E80/func_8024083C_CF83AC.s | 0 .../sam_01/CF7E80/func_80240A60_CF85D0.s | 0 .../sam_01/CF7E80/func_80240ACC_CF863C.s | 0 .../sam_01/CF7E80/func_80240C78_CF87E8.s | 0 .../sam_01/CF7E80/func_80240DEC_CF895C.s | 0 .../sam_01/CF7E80/func_80240E70_CF89E0.s | 0 .../sam_01/CF7E80/func_80241088_CF8BF8.s | 0 .../sam_01/CF7E80/func_8024113C_CF8CAC.s | 0 .../sam_01/CF7E80/func_80241170_CF8CE0.s | 0 .../sam_01/CF7E80/func_802411F0_CF8D60.s | 0 .../sam_01/CF7E80/func_80241208_CF8D78.s | 0 .../sam_01/CF7E80/func_80241224_CF8D94.s | 0 .../sam_01/CF7E80/func_802416F8_CF9268.s | 0 .../sam_01/CF7E80/func_80241764_CF92D4.s | 0 .../sam_01/CF7E80/func_80241A10_CF9580.s | 0 .../sam_01/CF7E80/func_80241A54_CF95C4.s | 0 .../sam_01/CF7E80/func_80241B20_CF9690.s | 0 .../sam_01/CF7E80/func_80241C90_CF9800.s | 0 .../sam_02/D05730/func_80240034_D05764.s | 0 .../sam_02/D05730/func_80240404_D05B34.s | 0 .../sam_02/D05F60/begin_battle_D06948.s | 0 .../sam_02/D05F60/func_80240878_D05FA8.s | 0 .../sam_02/D05F60/func_802408F4_D06024.s | 0 .../sam_02/D05F60/func_802409F0_D06120.s | 0 .../sam_02/D05F60/func_80240A44_D06174.s | 0 .../sam_02/D05F60/func_80240B24_D06254.s | 0 .../sam_02/D05F60/func_80240B2C_D0625C.s | 0 .../sam_02/D05F60/func_80240C68_D06398.s | 0 .../sam_02/D05F60/func_80240E8C_D065BC.s | 0 .../sam_02/D05F60/func_80240EF8_D06628.s | 0 .../sam_02/D05F60/func_802410A4_D067D4.s | 0 .../sam_02/D05F60/func_8024129C_D069CC.s | 0 .../sam_02/D05F60/func_802414B4_D06BE4.s | 0 .../sam_02/D05F60/func_80241568_D06C98.s | 0 .../sam_02/D05F60/func_8024159C_D06CCC.s | 0 .../sam_02/D05F60/func_8024161C_D06D4C.s | 0 .../sam_02/D05F60/func_80241634_D06D64.s | 0 .../sam_02/D05F60/func_80241650_D06D80.s | 0 .../sam_02/D05F60/func_80241B24_D07254.s | 0 .../sam_02/D05F60/func_80241B90_D072C0.s | 0 .../sam_03/D110C0/func_80240000_D110C0.s | 0 .../sam_03/D110C0/func_80240258_D11318.s | 0 .../sam_03/D110C0/func_8024040C_D114CC.s | 0 .../sam_03/D110C0/func_8024066C_D1172C.s | 0 .../sam_04/D13810/func_80240240_D13810.s | 0 .../sam_04/D138E0/func_8024053C_D13B0C.s | 0 .../sam_04/D138E0/func_80240590_D13B60.s | 0 .../sam_04/D138E0/func_802405C8_D13B98.s | 0 .../sam_04/D138E0/func_80240664_D13C34.s | 0 .../sam_05/D187E0/func_80240208_D189E8.s | 0 .../sam_05/D187E0/func_8024061C_D18DFC.s | 0 .../sam_05/D187E0/func_802408D0_D190B0.s | 0 .../sam_05/D187E0/func_8024093C_D1911C.s | 0 .../sam_05/D187E0/func_80240A38_D19218.s | 0 .../sam_05/D187E0/func_80241478_D19C58.s | 0 .../sam_05/D187E0/func_80241508_D19CE8.s | 0 .../sam_05/D187E0/func_80241608_D19DE8.s | 0 .../sam_05/D187E0/func_80241668_D19E48.s | 0 .../sam_05/D187E0/func_80241754_D19F34.s | 0 .../sam_05/D187E0/func_802419A4_D1A184.s | 0 .../sam_05/D187E0/func_80241D20_D1A500.s | 0 .../D187E0/update_starpoints_display_D18B9C.s | 0 .../sam_06/D203E0/func_80240550_D203E0.s | 0 .../sam_06/D203E0/func_80240700_D20590.s | 0 .../sam_06/D203E0/func_80240DE8_D20C78.s | 0 .../sam_06/D203E0/func_802411A4_D21034.s | 0 .../sam_06/D203E0/func_802413A8_D21238.s | 0 .../sam_06/D203E0/func_80241738_D215C8.s | 0 .../sam_06/D203E0/func_8024185C_D216EC.s | 0 .../sam_06/D203E0/func_80241A48_D218D8.s | 0 .../sam_06/D203E0/func_80241D8C_D21C1C.s | 0 .../sam_06/D203E0/func_80241DE0_D21C70.s | 0 .../sam_06/D203E0/func_80241E18_D21CA8.s | 0 .../sam_06/D203E0/func_80241EB4_D21D44.s | 0 .../sam_06/D203E0/func_80241F98_D21E28.s | 0 .../sam_06/D203E0/func_80242014_D21EA4.s | 0 .../sam_06/D203E0/func_80242110_D21FA0.s | 0 .../sam_06/D203E0/func_80242164_D21FF4.s | 0 .../sam_06/D203E0/func_80242244_D220D4.s | 0 .../sam_06/D203E0/func_802424C8_D22358.s | 0 .../sam_06/D203E0/func_8024250C_D2239C.s | 0 .../sam_06/D203E0/func_80242538_D223C8.s | 0 .../sam_07/D2BD30/func_80240000_D2BD30.s | 0 .../sam_07/D2BD30/func_80240448_D2C178.s | 0 .../sam_07/D2BD30/func_802405B0_D2C2E0.s | 0 .../sam_07/D2BD30/func_80240858_D2C588.s | 0 .../sam_07/D2BD30/func_80240A0C_D2C73C.s | 0 .../sam_07/D2BD30/func_80240C6C_D2C99C.s | 0 .../sam_07/D2BD30/func_80240F20_D2CC50.s | 0 .../sam_07/D2BD30/func_80240F8C_D2CCBC.s | 0 .../sam_07/D2BD30/func_80241088_D2CDB8.s | 0 .../sam_07/D2BD30/func_80241AC8_D2D7F8.s | 0 .../sam_07/D2BD30/func_80241B58_D2D888.s | 0 .../sam_07/D2BD30/func_80241C58_D2D988.s | 0 .../sam_07/D2BD30/func_80241CB8_D2D9E8.s | 0 .../sam_07/D2BD30/func_80241DA4_D2DAD4.s | 0 .../sam_08/D2FC80/func_8024001C_D2FC9C.s | 0 .../sam_08/D2FC80/func_8024003C_D2FCBC.s | 0 .../sam_08/D2FC80/func_80240068_D2FCE8.s | 0 .../sam_08/D2FC80/func_802400D4_D2FD54.s | 0 .../sam_08/D2FC80/func_80240120_D2FDA0.s | 0 .../sam_08/D2FC80/func_802401CC_D2FE4C.s | 0 .../sam_08/D2FC80/func_8024041C_D3009C.s | 0 .../sam_08/D2FC80/func_80240448_D300C8.s | 0 .../sam_08/D2FC80/func_80240480_D30100.s | 0 .../sam_08/D2FC80/func_80240510_D30190.s | 0 .../sam_08/D2FC80/func_80240544_D301C4.s | 0 .../sam_08/D2FC80/func_802405A8_D30228.s | 0 .../sam_08/D2FC80/func_80240600_D30280.s | 0 .../sam_08/D2FC80/func_80240B38_D307B8.s | 0 .../sam_08/D2FC80/func_80240D08_D30988.s | 0 .../sam_08/D309C0/func_80240F48_D30BC8.s | 0 .../sam_08/D309C0/func_802410FC_D30D7C.s | 0 .../sam_08/D309C0/func_8024135C_D30FDC.s | 0 .../sam_08/D309C0/func_80241610_D31290.s | 0 .../sam_08/D309C0/func_802416A4_D31324.s | 0 .../sam_08/D309C0/func_8024174C_D313CC.s | 0 .../sam_09/D362F0/func_80240000_D362F0.s | 0 .../sam_09/D362F0/func_80240118_D36408.s | 0 .../sam_09/D362F0/func_80240158_D36448.s | 0 .../sam_09/D362F0/func_80240264_D36554.s | 0 .../sam_09/D362F0/func_802403A0_D36690.s | 0 .../sam_10/D37800/func_80240000_D37800.s | 0 .../sam_10/D37800/func_802402BC_D37ABC.s | 0 .../sam_10/D37800/func_802402F0_D37AF0.s | 0 .../sam_10/D37BD0/func_802405D8_D37DD8.s | 0 .../sam_10/D37BD0/func_8024078C_D37F8C.s | 0 .../sam_10/D37BD0/func_802409EC_D381EC.s | 0 .../sam_11/D3A5D0/func_80240000_D3A5D0.s | 0 .../sam_11/D3A930/func_80240360_D3A930.s | 0 .../sam_11/D3A930/func_8024052C_D3AAFC.s | 0 .../sam_11/D3A930/func_8024059C_D3AB6C.s | 0 .../sam_11/D3A930/func_8024072C_D3ACFC.s | 0 .../sam_11/D3A930/func_80240754_D3AD24.s | 0 .../sam_11/D3ADA0/func_802407D0_D3ADA0.s | 0 .../sam_11/D3ADA0/func_8024090C_D3AEDC.s | 0 .../sam_11/D3ADA0/func_80240B30_D3B100.s | 0 .../sam_11/D3ADA0/func_80240B9C_D3B16C.s | 0 .../sam_11/D3ADA0/func_80240D48_D3B318.s | 0 .../sam_11/D3ADA0/func_80240EBC_D3B48C.s | 0 .../sam_11/D3ADA0/func_80240F40_D3B510.s | 0 .../sam_11/D3ADA0/func_80241158_D3B728.s | 0 .../sam_11/D3ADA0/func_8024120C_D3B7DC.s | 0 .../sam_11/D3ADA0/func_80241240_D3B810.s | 0 .../sam_11/D3ADA0/func_802412C0_D3B890.s | 0 .../sam_11/D3ADA0/func_802412D8_D3B8A8.s | 0 .../sam_11/D3ADA0/func_802412F4_D3B8C4.s | 0 .../sam_11/D3ADA0/func_802417C8_D3BD98.s | 0 .../sam_11/D3ADA0/func_80241834_D3BE04.s | 0 .../sam_11/D3ADA0/func_80241864_D3BE34.s | 0 .../sam_11/D3ADA0/func_802418B4_D3BE84.s | 0 .../sam_11/D3ADA0/func_80241A6C_D3C03C.s | 0 .../sam_11/D3ADA0/func_80241DAC_D3C37C.s | 0 .../sam_11/D3ADA0/func_80241FB0_D3C580.s | 0 .../sam_11/D3ADA0/func_80241FE8_D3C5B8.s | 0 .../sam_11/D3ADA0/func_80242074_D3C644.s | 0 .../sam_12/D4BA20/func_80240000_D4BA20.s | 0 .../sam_12/D4BAB0/func_80240090_D4BAB0.s | 0 .../sam_12/D4BAB0/func_802400C0_D4BAE0.s | 0 .../sam_12/D4BAB0/func_80240194_D4BBB4.s | 0 .../sam_12/D4BAB0/func_80240238_D4BC58.s | 0 .../sbk_02/92A2B0/func_80240000_92A2B0.s | 0 .../sbk_02/92A2B0/func_80240040_92A2F0.s | 0 .../sbk_02/92A2B0/func_80240164_92A414.s | 0 .../sbk_02/92A2B0/func_80240338_92A5E8.s | 0 .../sbk_02/92A2B0/func_80240364_92A614.s | 0 .../sbk_02/92A9A0/func_8024091C_92ABCC.s | 0 .../sbk_02/92A9A0/func_80240970_92AC20.s | 0 .../sbk_02/92A9A0/func_802409A8_92AC58.s | 0 .../sbk_02/92A9A0/func_80240A44_92ACF4.s | 0 .../sbk_02/92A9A0/func_80240B98_92AE48.s | 0 .../sbk_30/93F5B0/func_80240000_93F5B0.s | 0 .../sbk_30/93F5B0/func_80240040_93F5F0.s | 0 .../sbk_30/93F5B0/func_80240164_93F714.s | 0 .../sbk_30/93F5B0/func_80240370_93F920.s | 0 .../sbk_30/93F5B0/func_80240424_93F9D4.s | 0 .../sbk_30/93F5B0/func_802408B0_93FE60.s | 0 .../sbk_30/93F5B0/func_8024095C_93FF0C.s | 0 .../sbk_30/93F5B0/func_80240B64_940114.s | 0 .../sbk_30/93F5B0/func_80240DDC_94038C.s | 0 .../sbk_30/93F5B0/func_80241120_9406D0.s | 0 .../sbk_30/93F5B0/func_80241174_940724.s | 0 .../sbk_30/93F5B0/func_802411AC_94075C.s | 0 .../sbk_30/93F5B0/func_80241248_9407F8.s | 0 .../sbk_30/93F5B0/func_80241560_940B10.s | 0 .../sbk_30/93F5B0/func_802415A4_940B54.s | 0 .../sbk_34/945F10/func_80240040_945F10.s | 0 .../sbk_34/945F10/func_80240384_946254.s | 0 .../sbk_34/945F10/func_802403D8_9462A8.s | 0 .../sbk_34/945F10/func_80240410_9462E0.s | 0 .../sbk_34/945F10/func_80240728_9465F8.s | 0 .../sbk_34/945F10/func_8024076C_94663C.s | 0 .../sbk_56/953FC0/func_80240038_953FF8.s | 0 .../sbk_56/953FC0/func_8024005C_95401C.s | 0 .../sbk_56/953FC0/func_8024009C_95405C.s | 0 .../sbk_56/953FC0/func_802400BC_95407C.s | 0 .../sbk_56/953FC0/func_802400E8_9540A8.s | 0 .../sbk_56/953FC0/func_80240154_954114.s | 0 .../sbk_56/953FC0/func_802401A0_954160.s | 0 .../sbk_56/953FC0/func_8024024C_95420C.s | 0 .../sbk_56/953FC0/func_8024049C_95445C.s | 0 .../sbk_56/953FC0/func_802404C8_954488.s | 0 .../sbk_56/953FC0/func_80240500_9544C0.s | 0 .../sbk_56/953FC0/func_80240590_954550.s | 0 .../sbk_56/953FC0/func_802405C4_954584.s | 0 .../sbk_56/953FC0/func_80240628_9545E8.s | 0 .../sbk_56/953FC0/func_80240680_954640.s | 0 .../sbk_56/953FC0/func_80240BB8_954B78.s | 0 .../sbk_56/953FC0/func_80240D88_954D48.s | 0 .../tik_01/8694B0/func_80240340_8697F0.s | 0 .../tik_01/869AA0/func_802405F0_869AA0.s | 0 .../tik_01/869AA0/func_80240960_869E10.s | 0 .../tik_01/869EE0/func_80240A30_869EE0.s | 0 .../tik_02/86CA50/func_80240310_86CA50.s | 0 .../tik_02/86CD10/func_802405D0_86CD10.s | 0 .../tik_02/86CD10/func_80240940_86D080.s | 0 .../tik_03/86EB00/func_80240034_86EB34.s | 0 .../tik_03/86F0F0/func_802405F0_86F0F0.s | 0 .../tik_03/86F0F0/func_80240960_86F460.s | 0 .../tik_03/86F0F0/func_802409C0_86F4C0.s | 0 .../tik_03/86F0F0/func_802409E0_86F4E0.s | 0 .../tik_04/871A30/func_80240340_871D70.s | 0 .../tik_04/872020/func_802405F0_872020.s | 0 .../tik_04/872020/func_80240960_872390.s | 0 .../tik_04/872020/func_80240A00_872430.s | 0 .../tik_04/872020/func_80240BF4_872624.s | 0 .../tik_04/872020/func_80240C20_872650.s | 0 .../tik_05/8750D0/func_80240310_8750D0.s | 0 .../tik_05/8750D0/func_80240680_875440.s | 0 .../tik_05/8750D0/func_8024093C_8756FC.s | 0 .../tik_05/8750D0/func_80240984_875744.s | 0 .../tik_06/876EE0/func_80240034_876F14.s | 0 .../tik_06/8774D0/func_802405F0_8774D0.s | 0 .../tik_07/879BE0/func_80240034_879C14.s | 0 .../tik_07/879BE0/func_802402FC_879EDC.s | 0 .../tik_07/879BE0/func_8024031C_879EFC.s | 0 .../tik_07/879BE0/func_80240348_879F28.s | 0 .../tik_07/879BE0/func_802403B4_879F94.s | 0 .../tik_07/879BE0/func_80240400_879FE0.s | 0 .../tik_07/879BE0/func_802404AC_87A08C.s | 0 .../tik_07/879BE0/func_802406FC_87A2DC.s | 0 .../tik_07/879BE0/func_80240728_87A308.s | 0 .../tik_07/879BE0/func_80240760_87A340.s | 0 .../tik_07/879BE0/func_802407F0_87A3D0.s | 0 .../tik_07/879BE0/func_80240824_87A404.s | 0 .../tik_07/879BE0/func_80240888_87A468.s | 0 .../tik_07/879BE0/func_802408E0_87A4C0.s | 0 .../tik_07/879BE0/func_80240E18_87A9F8.s | 0 .../tik_07/879BE0/func_80240FE8_87ABC8.s | 0 .../tik_07/87AC00/func_80241020_87AC00.s | 0 .../tik_07/87AC00/func_80241390_87AF70.s | 0 .../tik_07/87AC00/func_802413F0_87AFD0.s | 0 .../tik_07/87AC00/func_802415A0_87B180.s | 0 .../tik_07/87AC00/func_80241C88_87B868.s | 0 .../tik_07/87AC00/func_80242044_87BC24.s | 0 .../tik_07/87AC00/func_80242248_87BE28.s | 0 .../tik_07/87AC00/func_802425D8_87C1B8.s | 0 .../tik_07/87AC00/func_802426FC_87C2DC.s | 0 .../tik_08/87EDF0/func_80240034_87EE24.s | 0 .../tik_08/87F3E0/func_802405F0_87F3E0.s | 0 .../tik_08/87F3E0/func_80240960_87F750.s | 0 .../tik_08/87F820/func_80240A30_87F820.s | 0 .../tik_08/87F820/func_80240A5C_87F84C.s | 0 .../tik_09/8821C0/func_80240034_8821F4.s | 0 .../tik_09/8827B0/func_802405F0_8827B0.s | 0 .../tik_09/8827B0/func_80240960_882B20.s | 0 .../tik_09/882BF0/func_80240AAC_882C6C.s | 0 .../tik_09/882BF0/func_80240DC4_882F84.s | 0 .../tik_09/882BF0/func_80241204_8833C4.s | 0 .../tik_10/8866D0/func_80240310_8866D0.s | 0 .../tik_10/8866D0/func_8024069C_886A5C.s | 0 .../tik_10/8866D0/func_802406BC_886A7C.s | 0 .../tik_10/8866D0/func_802406E8_886AA8.s | 0 .../tik_10/8866D0/func_80240754_886B14.s | 0 .../tik_10/8866D0/func_802407A0_886B60.s | 0 .../tik_10/8866D0/func_8024084C_886C0C.s | 0 .../tik_10/8866D0/func_80240A9C_886E5C.s | 0 .../tik_10/8866D0/func_80240AC8_886E88.s | 0 .../tik_10/8866D0/func_80240B00_886EC0.s | 0 .../tik_10/8866D0/func_80240B90_886F50.s | 0 .../tik_10/8866D0/func_80240BC4_886F84.s | 0 .../tik_10/8866D0/func_80240C28_886FE8.s | 0 .../tik_10/8866D0/func_80240C80_887040.s | 0 .../tik_10/8866D0/func_802411B8_887578.s | 0 .../tik_10/8866D0/func_80241388_887748.s | 0 .../tik_12/888BD0/func_80240034_888C04.s | 0 .../tik_12/8891C0/func_802405F0_8891C0.s | 0 .../tik_12/8891C0/func_80240960_889530.s | 0 .../tik_12/8891C0/func_80240C38_889808.s | 0 .../tik_12/8891C0/func_80240C58_889828.s | 0 .../tik_12/8891C0/func_80240C84_889854.s | 0 .../tik_12/8891C0/func_80240CF0_8898C0.s | 0 .../tik_12/8891C0/func_80240D3C_88990C.s | 0 .../tik_12/8891C0/func_80240DE8_8899B8.s | 0 .../tik_12/8891C0/func_80241038_889C08.s | 0 .../tik_12/8891C0/func_80241064_889C34.s | 0 .../tik_12/8891C0/func_8024109C_889C6C.s | 0 .../tik_12/8891C0/func_8024112C_889CFC.s | 0 .../tik_12/8891C0/func_80241160_889D30.s | 0 .../tik_12/8891C0/func_802411C4_889D94.s | 0 .../tik_12/8891C0/func_8024121C_889DEC.s | 0 .../tik_12/8891C0/func_80241754_88A324.s | 0 .../tik_12/8891C0/func_80241924_88A4F4.s | 0 .../tik_12/88A530/func_802419DC_88A5AC.s | 0 .../tik_12/88A530/func_80241CF4_88A8C4.s | 0 .../tik_14/88D600/func_80240034_88D634.s | 0 .../tik_14/88DBF0/func_802405F0_88DBF0.s | 0 .../tik_15/88FBA0/func_80240034_88FBD4.s | 0 .../tik_15/890190/func_802405F0_890190.s | 0 .../tik_15/890190/func_80240960_890500.s | 0 .../tik_15/890190/func_80240A78_890618.s | 0 .../tik_15/890190/func_80240AA4_890644.s | 0 .../tik_15/890190/func_80240AD0_890670.s | 0 .../tik_17/892A20/func_80240000_892A20.s | 0 .../tik_17/892A50/func_8024004C_892A6C.s | 0 .../tik_17/892A50/func_8024006C_892A8C.s | 0 .../tik_17/892A50/func_80240098_892AB8.s | 0 .../tik_17/892A50/func_80240104_892B24.s | 0 .../tik_17/892A50/func_80240150_892B70.s | 0 .../tik_17/892A50/func_802401FC_892C1C.s | 0 .../tik_17/892A50/func_8024044C_892E6C.s | 0 .../tik_17/892A50/func_80240478_892E98.s | 0 .../tik_17/892A50/func_802404B0_892ED0.s | 0 .../tik_17/892A50/func_80240540_892F60.s | 0 .../tik_17/892A50/func_80240574_892F94.s | 0 .../tik_17/892A50/func_802405D8_892FF8.s | 0 .../tik_17/892A50/func_80240630_893050.s | 0 .../tik_17/892A50/func_80240B68_893588.s | 0 .../tik_17/892A50/func_80240D38_893758.s | 0 .../tik_17/893790/func_80240DA4_8937C4.s | 0 .../tik_18/8959F0/func_80240310_8959F0.s | 0 .../tik_18/8959F0/func_80240680_895D60.s | 0 .../tik_19/8975E0/func_80240034_897614.s | 0 .../tik_19/897BD0/func_8024060C_897BEC.s | 0 .../tik_19/897BD0/func_8024062C_897C0C.s | 0 .../tik_19/897BD0/func_80240658_897C38.s | 0 .../tik_19/897BD0/func_802406C4_897CA4.s | 0 .../tik_19/897BD0/func_80240710_897CF0.s | 0 .../tik_19/897BD0/func_802407BC_897D9C.s | 0 .../tik_19/897BD0/func_80240A0C_897FEC.s | 0 .../tik_19/897BD0/func_80240A38_898018.s | 0 .../tik_19/897BD0/func_80240A70_898050.s | 0 .../tik_19/897BD0/func_80240B00_8980E0.s | 0 .../tik_19/897BD0/func_80240B34_898114.s | 0 .../tik_19/897BD0/func_80240B98_898178.s | 0 .../tik_19/897BD0/func_80240BF0_8981D0.s | 0 .../tik_19/897BD0/func_80241128_898708.s | 0 .../tik_19/897BD0/func_802412F8_8988D8.s | 0 .../tik_20/89A350/func_80240340_89A690.s | 0 .../tik_20/89A350/func_802405EC_89A93C.s | 0 .../tik_20/89ACB0/func_802409DC_89AD2C.s | 0 .../tik_20/89ACB0/func_80240CF4_89B044.s | 0 .../tik_21/89D7A0/func_80240340_89DAE0.s | 0 .../tik_21/89D7A0/func_802405EC_89DD8C.s | 0 .../tik_22/89FEC0/func_80240000_89FEC0.s | 0 .../tik_22/89FEF0/func_80240370_8A0230.s | 0 .../tik_22/89FEF0/func_8024061C_8A04DC.s | 0 .../tik_22/89FEF0/func_80240640_8A0500.s | 0 .../tik_23/8A23D0/func_80240034_8A2404.s | 0 .../tik_23/8A23D0/func_802405EC_8A29BC.s | 0 .../tik_23/8A2D30/func_802409DC_8A2DAC.s | 0 .../tik_23/8A2D30/func_80240CF4_8A30C4.s | 0 .../tik_24/8A5A80/func_80240000_8A5A80.s | 0 .../tik_24/8A5DE0/func_80240360_8A5DE0.s | 0 .../tik_24/8A5DE0/func_8024074C_8A61CC.s | 0 .../tik_24/8A5DE0/func_80240A64_8A64E4.s | 0 .../tik_25/8A7F80/func_8024030C_8A828C.s | 0 .../tik_25/8A8600/func_80240680_8A8600.s | 0 .../tik_25/8A8600/func_802406AC_8A862C.s | 0 .../tik_25/8A8600/func_80240770_8A86F0.s | 0 .../trd_00/999F80/func_80240310_999F80.s | 0 .../trd_01/99CD80/func_8024046C_99CDFC.s | 0 .../trd_01/99CD80/func_80240784_99D114.s | 0 .../trd_01/99CD80/func_80240BC4_99D554.s | 0 .../trd_01/99CD80/func_80240C78_99D608.s | 0 .../trd_01/99CD80/func_80241104_99DA94.s | 0 .../trd_01/99CD80/func_802411B0_99DB40.s | 0 .../trd_01/99CD80/func_802413B8_99DD48.s | 0 .../trd_01/99CD80/func_80241630_99DFC0.s | 0 .../trd_02/9A10C0/func_8024015C_9A113C.s | 0 .../trd_02/9A10C0/func_80240474_9A1454.s | 0 .../trd_02/9A10C0/func_802408B4_9A1894.s | 0 .../trd_02/9A10C0/func_80240A0C_9A19EC.s | 0 .../trd_02/9A10C0/func_80240D74_9A1D54.s | 0 .../trd_02/9A10C0/func_80240F30_9A1F10.s | 0 .../trd_02/9A10C0/func_80241200_9A21E0.s | 0 .../trd_02/9A10C0/func_80241388_9A2368.s | 0 .../trd_02/9A10C0/func_80241448_9A2428.s | 0 .../trd_02/9A10C0/func_80241744_9A2724.s | 0 .../trd_03/9A46F0/func_8024011C_9A476C.s | 0 .../trd_03/9A46F0/func_80240434_9A4A84.s | 0 .../trd_03/9A4ED0/func_80240880_9A4ED0.s | 0 .../trd_04/9A88A0/func_8024052C_9A891C.s | 0 .../trd_04/9A88A0/func_80240844_9A8C34.s | 0 .../trd_04/9A88A0/func_80240C84_9A9074.s | 0 .../trd_04/9A88A0/func_80240DDC_9A91CC.s | 0 .../trd_04/9A88A0/func_80241144_9A9534.s | 0 .../trd_04/9A88A0/func_80241300_9A96F0.s | 0 .../trd_04/9A88A0/func_802415D0_9A99C0.s | 0 .../trd_04/9A88A0/func_80241758_9A9B48.s | 0 .../trd_04/9A88A0/func_80241818_9A9C08.s | 0 .../trd_04/9A88A0/func_80241B14_9A9F04.s | 0 .../trd_04/9A88A0/func_80241E18_9AA208.s | 0 .../trd_04/9A88A0/func_80241FC8_9AA3B8.s | 0 .../trd_04/9A88A0/func_802426B0_9AAAA0.s | 0 .../trd_04/9A88A0/func_80242A6C_9AAE5C.s | 0 .../trd_04/9A88A0/func_80242C70_9AB060.s | 0 .../trd_04/9A88A0/func_80243000_9AB3F0.s | 0 .../trd_04/9A88A0/func_80243124_9AB514.s | 0 .../trd_04/9A88A0/func_80243310_9AB700.s | 0 .../trd_04/9A88A0/func_80243438_9AB828.s | 0 .../trd_04/9A88A0/func_802434F4_9AB8E4.s | 0 .../trd_04/9A88A0/func_80243650_9ABA40.s | 0 .../trd_05/9AE700/func_80240020_9AE720.s | 0 .../trd_05/9AE700/func_80240404_9AEB04.s | 0 .../trd_05/9AE700/func_802404D0_9AEBD0.s | 0 .../trd_05/9AE700/func_80240508_9AEC08.s | 0 .../trd_05/9AE700/func_802405FC_9AECFC.s | 0 .../trd_06/9B1AA0/func_80240310_9B1AA0.s | 0 .../trd_06/9B1AA0/func_80240724_9B1EB4.s | 0 .../trd_06/9B1AA0/func_8024081C_9B1FAC.s | 0 .../trd_06/9B1AA0/func_80240854_9B1FE4.s | 0 .../trd_06/9B1AA0/func_8024093C_9B20CC.s | 0 .../trd_06/9B1AA0/func_80240A5C_9B21EC.s | 0 .../trd_06/9B1AA0/func_80240AD0_9B2260.s | 0 .../trd_06/9B2280/func_80240AF0_9B2280.s | 0 .../trd_06/9B2410/func_80240C80_9B2410.s | 0 .../trd_07/9B6C90/func_8024038C_9B6D0C.s | 0 .../trd_07/9B6C90/func_802406A4_9B7024.s | 0 .../trd_07/9B6C90/func_80240AE4_9B7464.s | 0 .../trd_07/9B6C90/func_80240C94_9B7614.s | 0 .../trd_07/9B6C90/func_8024137C_9B7CFC.s | 0 .../trd_07/9B6C90/func_80241738_9B80B8.s | 0 .../trd_07/9B6C90/func_8024193C_9B82BC.s | 0 .../trd_07/9B6C90/func_80241CCC_9B864C.s | 0 .../trd_07/9B6C90/func_80241DF0_9B8770.s | 0 .../trd_07/9B6C90/func_80241FDC_9B895C.s | 0 .../trd_07/9B6C90/func_80242104_9B8A84.s | 0 .../trd_07/9B6C90/func_802421C0_9B8B40.s | 0 .../trd_07/9B6C90/func_8024231C_9B8C9C.s | 0 .../trd_07/9B6C90/func_8024256C_9B8EEC.s | 0 .../trd_07/9B6C90/func_80242600_9B8F80.s | 0 .../trd_07/9B6C90/func_802427FC_9B917C.s | 0 .../trd_08/9BB5B0/func_80240310_9BB5B0.s | 0 .../trd_08/9BB5B0/func_80240904_9BBBA4.s | 0 .../trd_09/9BD660/func_80240000_9BD660.s | 0 .../trd_09/9BD720/func_802400C0_9BD720.s | 0 .../trd_10/9C2910/func_80240000_9C2910.s | 0 .../trd_10/9C2910/func_8024004C_9C295C.s | 0 .../trd_10/9C2910/func_802401AC_9C2ABC.s | 0 .../trd_10/9C2910/func_802405BC_9C2ECC.s | 0 .../trd_10/9C2910/func_802405FC_9C2F0C.s | 0 .../trd_10/9C2910/func_80240708_9C3018.s | 0 .../trd_10/9C2910/func_802407F4_9C3104.s | 0 .../trd_10/9C3130/func_80240820_9C3130.s | 0 .../tst_04/B1B570/func_80240000_B1B570.s | 0 .../tst_04/B1B570/func_802400FC_B1B66C.s | 0 .../tst_04/B1B570/func_80240260_B1B7D0.s | 0 .../tst_04/B1B570/func_8024029C_B1B80C.s | 0 .../tst_04/B1B570/func_80240360_B1B8D0.s | 0 .../tst_04/B1B570/func_80240510_B1BA80.s | 0 .../tst_04/B1B570/func_80240574_B1BAE4.s | 0 .../tst_04/B1B570/func_802405B0_B1BB20.s | 0 .../tst_04/B1B570/func_802405D4_B1BB44.s | 0 .../tst_04/B1B570/func_80240628_B1BB98.s | 0 .../tst_04/B1BBD0/func_80240660_B1BBD0.s | 0 .../tst_11/B1CA50/func_80240000_B1CA50.s | 0 .../tst_11/B1CA50/func_8024003C_B1CA8C.s | 0 .../tst_11/B1CA50/func_80240100_B1CB50.s | 0 .../tst_11/B1CA50/func_802402B8_B1CD08.s | 0 .../tst_11/B1CA50/func_802402F4_B1CD44.s | 0 .../tst_11/B1CA50/func_802403B8_B1CE08.s | 0 .../tst_11/B1CA50/func_802406D4_B1D124.s | 0 .../tst_13/B1D760/func_80240000_B1D760.s | 0 .../tst_13/B1D760/func_802400A0_B1D800.s | 0 .../tst_13/B1D760/func_8024013C_B1D89C.s | 0 .../partner/bombette/func_802BD100_317E50.s | 0 .../partner/bombette/func_802BD2D8_318028.s | 0 .../partner/bombette/func_802BD338_318088.s | 0 .../partner/bombette/func_802BD6DC_31842C.s | 0 .../partner/bombette/func_802BD720_318470.s | 0 .../partner/bombette/func_802BD758_3184A8.s | 0 .../partner/bombette/func_802BE520_319270.s | 0 .../partner/bombette/func_802BE6E8_319438.s | 0 .../world/partner/bow/func_802BD100_323A50.s | 0 .../world/partner/bow/func_802BD130_323A80.s | 0 .../world/partner/bow/func_802BD168_323AB8.s | 0 .../world/partner/bow/func_802BD4FC_323E4C.s | 0 .../world/partner/bow/func_802BD540_323E90.s | 0 .../world/partner/bow/func_802BD694_323FE4.s | 0 .../world/partner/bow/func_802BDDF0_324740.s | 0 .../world/partner/bow/func_802BDF08_324858.s | 0 .../world/partner/bow/func_802BDF64_3248B4.s | 0 .../partner/goombario/func_802BD188_3170A8.s | 0 .../partner/goombario/func_802BD1D0_3170F0.s | 0 .../partner/goombario/func_802BD564_317484.s | 0 .../partner/goombario/func_802BD5D8_3174F8.s | 0 .../partner/goombario/func_802BDB30_317A50.s | 0 .../goombario/world_goombario_can_pause.s | 0 .../goombario/world_goombario_pre_battle.s | 0 .../partner/goompa/func_802BD14C_324A5C.s | 0 .../partner/goompa/func_802BD4E0_324DF0.s | 0 .../partner/kooper/func_802BD100_31B120.s | 0 .../partner/kooper/func_802BD144_31B164.s | 0 .../partner/kooper/func_802BD17C_31B19C.s | 0 .../partner/kooper/func_802BD200_31B220.s | 0 .../partner/kooper/func_802BD228_31B248.s | 0 .../partner/kooper/func_802BD260_31B280.s | 0 .../partner/kooper/func_802BD5F4_31B614.s | 0 .../partner/kooper/func_802BD638_31B658.s | 0 .../partner/kooper/func_802BE7E0_31C800.s | 0 .../partner/kooper/func_802BE818_31C838.s | 0 .../partner/kooper/func_802BEA24_31CA44.s | 0 .../partner/kooper/func_802BEB10_31CB30.s | 0 .../partner/lakilester/func_802BD100_320C50.s | 0 .../partner/lakilester/func_802BD21C_320D6C.s | 0 .../partner/lakilester/func_802BD29C_320DEC.s | 0 .../partner/lakilester/func_802BD2D4_320E24.s | 0 .../partner/lakilester/func_802BD678_3211C8.s | 0 .../partner/lakilester/func_802BD6BC_32120C.s | 0 .../world/partner/lakilester/func_802BD7DC.s | 0 .../partner/lakilester/func_802BD99C_3214EC.s | 0 .../partner/lakilester/func_802BDA90_3215E0.s | 0 .../partner/lakilester/func_802BDDD8_321928.s | 0 .../partner/lakilester/func_802BE6A0_3221F0.s | 0 .../partner/lakilester/func_802BE724_322274.s | 0 .../partner/lakilester/func_802BF4F0_323040.s | 0 .../partner/lakilester/func_802BFA00_323550.s | 0 .../partner/lakilester/func_802BFAA8_3235F8.s | 0 .../partner/lakilester/func_802BFB44_323694.s | 0 .../partner/lakilester/func_802BFBA0_3236F0.s | 0 .../partner/parakarry/func_802BD100_319670.s | 0 .../partner/parakarry/func_802BD180_3196F0.s | 0 .../partner/parakarry/func_802BD514_319A84.s | 0 .../partner/parakarry/func_802BD558_319AC8.s | 0 .../partner/parakarry/func_802BD660_319BD0.s | 0 .../partner/parakarry/func_802BE90C_31AE7C.s | 0 .../partner/parakarry/func_802BE9D0_31AF40.s | 0 .../partner/sushie/func_802BD100_31DE70.s | 0 .../partner/sushie/func_802BD20C_31DF7C.s | 0 .../partner/sushie/func_802BD368_31E0D8.s | 0 .../partner/sushie/func_802BD414_31E184.s | 0 .../partner/sushie/func_802BE280_31EFF0.s | 0 .../partner/sushie/func_802BE3A4_31F114.s | 0 .../partner/sushie/func_802BF520_320290.s | 0 .../partner/sushie/func_802BF568_3202D8.s | 0 .../partner/sushie/func_802BF5A0_320310.s | 0 .../partner/sushie/func_802BF920_320690.s | 0 .../partner/sushie/func_802BF964_3206D4.s | 0 .../partner/sushie/func_802BF9B8_320728.s | 0 .../partner/sushie/func_802BFA58_3207C8.s | 0 .../partner/sushie/func_802BFAB8_320828.s | 0 .../world/partner/watt/func_802BD100_31CC70.s | 0 .../world/partner/watt/func_802BD180_31CCF0.s | 0 .../world/partner/watt/func_802BD1AC_31CD1C.s | 0 .../world/partner/watt/func_802BD23C_31CDAC.s | 0 .../world/partner/watt/func_802BD27C_31CDEC.s | 0 .../world/partner/watt/func_802BD2B4_31CE24.s | 0 .../world/partner/watt/func_802BD710_31D280.s | 0 .../world/partner/watt/func_802BD754_31D2C4.s | 0 .../world/partner/watt/func_802BDD0C_31D87C.s | 0 .../world/partner/watt/func_802BDD9C_31D90C.s | 0 .../world/partner/watt/func_802BDE10_31D980.s | 0 .../world/partner/watt/func_802BDE88_31D9F8.s | 0 .../world/partner/watt/func_802BE014_31DB84.s | 0 .../world/partner/watt/func_802BE070_31DBE0.s | 0 .../world/partners/_use_partner_ability.s | 0 .../partners/clear_partner_move_history.s | 0 .../world/partners/enable_partner_ai.s | 0 .../world/partners/enable_partner_flying.s | 0 .../world/partners/enable_partner_walking.s | 0 .../world/partners/func_800EA4B0.s | 0 .../world/partners/func_800EA52C.s | 0 .../world/partners/func_800EB168.s | 0 .../world/partners/func_800EB200.s | 0 .../world/partners/func_800EB2A4.s | 0 .../world/partners/func_800EBA3C.s | 0 .../world/partners/func_800EBB40.s | 0 .../world/partners/func_800EBC74.s | 0 .../world/partners/func_800ED5D0.s | 0 .../world/partners/func_800ED9F8.s | 0 .../world/partners/func_800EE9B8.s | 0 .../world/partners/func_800EECE8.s | 0 .../world/partners/func_800EF4E0.s | 0 .../world/partners/func_800EF640.s | 0 .../world/partners/func_800EF82C.s | 0 .../world/partners/partner_can_use_ability.s | 0 .../partners/partner_handle_after_battle.s | 0 .../partners/partner_handle_before_battle.s | 0 .../world/partners/partner_initialize_data.s | 0 .../partners/partner_kill_ability_script.s | 0 .../world/partners/partner_player_can_pause.s | 0 .../world/partners/partner_reset_data.s | 0 .../partners/partner_resume_ability_script.s | 0 .../partners/partner_suspend_ability_script.s | 0 .../partners/partner_test_enemy_collision.s | 0 .../world/partners/partner_use_ability.s | 0 .../partners/update_player_move_history.s | 0 .../world/partners/use_consumable.s | 0 .../world/script_api/7E0E80/MakeShop.s | 0 .../world/script_api/7E0E80/draw_shop_items.s | 0 .../world/script_api/7E0E80/func_80280000.s | 0 .../world/script_api/7E0E80/func_80280088.s | 0 .../world/script_api/7E0E80/func_8028017C.s | 0 .../world/script_api/7E0E80/func_80280208.s | 0 .../world/script_api/7E0E80/func_802802D0.s | 0 .../world/script_api/7E0E80/func_8028035C.s | 0 .../world/script_api/7E0E80/func_80280410.s | 0 .../world/script_api/7E0E80/func_8028051C.s | 0 .../world/script_api/7E0E80/func_80280954.s | 0 .../world/script_api/7E0E80/func_80280AC4.s | 0 .../world/script_api/7E0E80/func_80280B78.s | 0 .../world/script_api/7E0E80/func_80280BD0.s | 0 .../world/script_api/7E0E80/func_80281434.s | 0 .../world/script_api/7E0E80/func_802814D0.s | 0 .../script_api/7E2AA0/MakeDoorAdvanced.s | 0 .../world/script_api/7E2AA0/func_802822A8.s | 0 .../world/script_api/7E2AA0/func_8028236C.s | 0 .../world/script_api/7E2AA0/func_802823B0.s | 0 .../world/script_api/7E2AA0/func_80282414.s | 0 .../world/script_api/7E2AA0/func_80282594.s | 0 .../world/script_api/7E2AA0/func_80282634.s | 0 .../world/script_api/7E2AA0/func_80282700.s | 0 .../script_api/7E3700/CreatePushBlockGrid.s | 0 .../script_api/7E3700/GetGridIndexFromPos.s | 0 .../world/script_api/7E3700/GetPushBlock.s | 0 .../world/script_api/7E3700/SetPushBlock.s | 0 .../7E3700/SetPushBlockFallEffect.s | 0 .../world/script_api/7E3700/func_802828DC.s | 0 .../world/script_api/7E3700/func_80282C40.s | 0 .../world/script_api/7E3700/func_80282E30.s | 0 .../world/script_api/7E3700/func_80283080.s | 0 .../world/script_api/7E3700/func_80283174.s | 0 .../world/script_api/7E3700/func_80283240.s | 0 .../world/script_api/7E4690/func_80283908.s | 0 .../world/script_api/7E4690/func_80283A50.s | 0 .../world/script_api/7E4690/func_80283C34.s | 0 .../world/script_api/7E4690/func_80283D00.s | 0 .../world/script_api/7E4690/func_80283D6C.s | 0 .../world/script_api/7E4690/func_80283DF0.s | 0 .../world/script_api/7E4690/func_80283E2C.s | 0 .../world/world/get_asset_offset.s | 0 .../world/world/get_current_map_config.s | 0 .../world/world/get_current_map_header.s | 0 .../world/world/get_map_IDs_by_name.s | 0 .../world/world/load_asset_by_name.s | 0 .../world/world/load_map_by_IDs.s | 0 {asm => ver/us/asm}/os/__osDisableInt.s | 0 {asm => ver/us/asm}/os/__osGetCause.s | 0 {asm => ver/us/asm}/os/__osRestoreInt.s | 0 {asm => ver/us/asm}/os/code_45df0_len_970.s | 0 {asm => ver/us/asm}/os/osGetCount.s | 0 {asm => ver/us/asm}/os/osSetIntMask.s | 0 build.cfg => ver/us/build.cfg | 5 +- ver/us/checksum.sha1 | 1 + dead_syms.txt => ver/us/dead_syms.txt | 0 {tools => ver/us}/splat.yaml | 8 +- {tools => ver/us}/symbol_addrs.txt | 0 .../us/undefined_funcs_auto.txt | 0 .../us/undefined_syms.txt | 0 .../us/undefined_syms_auto.txt | 0 8804 files changed, 1029 insertions(+), 450 deletions(-) delete mode 100644 checksum.sha1 create mode 120000 papermario.jp.z64 create mode 120000 papermario.us.z64 create mode 100644 ver/jp/asm/header.s create mode 100644 ver/jp/build.cfg create mode 100644 ver/jp/checksum.sha1 create mode 100644 ver/jp/dead_syms.txt create mode 100644 ver/jp/splat.yaml create mode 100644 ver/jp/symbol_addrs.txt create mode 100644 ver/jp/undefined_funcs_auto.txt create mode 100644 ver/jp/undefined_syms.txt create mode 100644 ver/jp/undefined_syms_auto.txt rename {asm => ver/us/asm}/boot.s (100%) rename {asm => ver/us/asm}/data/battle/item/dizzy_dial_727CE0.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/dried_shroom_71D010.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/dusty_hammer_717C10.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/egg_missile_7291D0.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/electro_pop_730AE0.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/fire_flower_717060.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/food_733700.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/fright_jar_72BC60.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/hustle_drink_726240.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/insecticide_herb_72AB70.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/life_shroom_72EA20.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/mushroom_715E50.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/mystery_72CF00.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/pebble_719BB0.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/please_come_back_728820.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/pow_block_718BF0.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/repel_gel_72DE00.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/shooting_star_71DCC0.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/sleepy_sheep_71EFC0.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/snowman_doll_71C270.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/stone_cap_721970.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/stop_watch_727120.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/strange_cake_731EA0.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/super_soda_725210.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/tasty_tonic_7222D0.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/thunder_bolt_722FE0.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/thunder_rage_71B640.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/ultra_shroom_723AB0.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/unknown_item_724570.data.s (100%) rename {asm => ver/us/asm}/data/battle/item/volt_shroom_71AA70.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/auto_jump_765D10.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/auto_multibounce_76A920.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/auto_smash_7635F0.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/d_down_jump_781AF0.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/d_down_pound_74AF40.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/dizzy_stomp_748EC0.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/earthquake_jump_785C20.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/hammer_734650.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/hammer_charge_0_74F3D0.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/hammer_charge_1_7598D0.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/hammer_charge_2_75E8F0.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/hammer_throw_752500.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/jump_73D9A0.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/jump_charge_0_74D850.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/jump_charge_1_75CCE0.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/jump_charge_2_761C80.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/mega_jump_771020.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/mega_quake_756900.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/mega_smash_777740.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/multibounce_740DB0.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/power_bounce_743FE0.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/power_jump_76D850.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/power_quake_767D40.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/power_smash_772C50.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/quake_hammer_73AF80.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/shell_crack_77F3D0.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/shrink_smash_77CC30.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/shrink_stomp_783C90.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/sleep_stomp_746F00.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/spin_smash_737A20.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/super_jump_76F420.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/super_smash_7751B0.data.s (100%) rename {asm => ver/us/asm}/data/battle/move/unknown_move_779E20.data.s (100%) rename {asm => ver/us/asm}/data/battle/partner/bombette_6FB350.data.s (100%) rename {asm => ver/us/asm}/data/battle/partner/bow_7111F0.data.s (100%) rename {asm => ver/us/asm}/data/battle/partner/goombario_6F2290.data.s (100%) rename {asm => ver/us/asm}/data/battle/partner/goompa_6F0B30.data.s (100%) rename {asm => ver/us/asm}/data/battle/partner/kooper_6F62B0.data.s (100%) rename {asm => ver/us/asm}/data/battle/partner/lakilester_70DED0.data.s (100%) rename {asm => ver/us/asm}/data/battle/partner/parakarry_701590.data.s (100%) rename {asm => ver/us/asm}/data/battle/partner/sushie_708B70.data.s (100%) rename {asm => ver/us/asm}/data/battle/partner/twink_714DC0.data.s (100%) rename {asm => ver/us/asm}/data/battle/partner/watt_704A70.data.s (100%) rename {asm => ver/us/asm}/data/battle/star/chill_out_7909C0.data.s (100%) rename {asm => ver/us/asm}/data/battle/star/focus_78A480.data.s (100%) rename {asm => ver/us/asm}/data/battle/star/lullaby_78D770.data.s (100%) rename {asm => ver/us/asm}/data/battle/star/peach_beam_79ACA0.data.s (100%) rename {asm => ver/us/asm}/data/battle/star/peach_dash_79DE50.data.s (100%) rename {asm => ver/us/asm}/data/battle/star/peach_focus_79C4D0.data.s (100%) rename {asm => ver/us/asm}/data/battle/star/refresh_78C070.data.s (100%) rename {asm => ver/us/asm}/data/battle/star/smooch_7923C0.data.s (100%) rename {asm => ver/us/asm}/data/battle/star/star_beam_7984B0.data.s (100%) rename {asm => ver/us/asm}/data/battle/star/star_storm_78EEB0.data.s (100%) rename {asm => ver/us/asm}/data/battle/star/time_out_794240.data.s (100%) rename {asm => ver/us/asm}/data/battle/star/up_and_away_7959B0.data.s (100%) rename {asm => ver/us/asm}/data/code_1000_len_60.data.s (100%) rename {asm => ver/us/asm}/data/code_102c80.rodata.s (100%) rename {asm => ver/us/asm}/data/code_104940_len_dc0.rodata.s (100%) rename {asm => ver/us/asm}/data/code_1060_len_310.rodata.s (100%) rename {asm => ver/us/asm}/data/code_10B608.data.s (100%) rename {asm => ver/us/asm}/data/code_1422A0.data.s (100%) rename {asm => ver/us/asm}/data/code_16A3E0.data.s (100%) rename {asm => ver/us/asm}/data/code_16C7D0.rodata.s (100%) rename {asm => ver/us/asm}/data/code_1AF2D0.data.s (100%) rename {asm => ver/us/asm}/data/code_1CB240.rodata.s (100%) rename {asm => ver/us/asm}/data/code_26840_len_20d0.data.s (100%) rename {asm => ver/us/asm}/data/code_31650.data.s (100%) rename {asm => ver/us/asm}/data/code_3195D0.data.s (100%) rename {asm => ver/us/asm}/data/code_31B000.data.s (100%) rename {asm => ver/us/asm}/data/code_31B080.rodata.s (100%) rename {asm => ver/us/asm}/data/code_31CB60.data.s (100%) rename {asm => ver/us/asm}/data/code_31CBE0.rodata.s (100%) rename {asm => ver/us/asm}/data/code_31DDC0.data.s (100%) rename {asm => ver/us/asm}/data/code_320B20.data.s (100%) rename {asm => ver/us/asm}/data/code_320BC0.rodata.s (100%) rename {asm => ver/us/asm}/data/code_3239B0.data.s (100%) rename {asm => ver/us/asm}/data/code_324930.data.s (100%) rename {asm => ver/us/asm}/data/code_3249B0.rodata.s (100%) rename {asm => ver/us/asm}/data/code_421FC0.rodata.s (100%) rename {asm => ver/us/asm}/data/code_6240_len_c00.data.s (100%) rename {asm => ver/us/asm}/data/code_6EAC0.data.s (100%) rename {asm => ver/us/asm}/data/code_6F110.data.s (100%) rename {asm => ver/us/asm}/data/code_71430.data.s (100%) rename {asm => ver/us/asm}/data/code_724570.data.s (100%) rename {asm => ver/us/asm}/data/code_73200.rodata.s (100%) rename {asm => ver/us/asm}/data/code_74EA0.rodata.s (100%) rename {asm => ver/us/asm}/data/code_917EC.data.s (100%) rename {asm => ver/us/asm}/data/code_93FF0.data.s (100%) rename {asm => ver/us/asm}/data/code_9DA58.data.s (100%) rename {asm => ver/us/asm}/data/code_9DE60.data.s (100%) rename {asm => ver/us/asm}/data/code_A5100.rodata.s (100%) rename {asm => ver/us/asm}/data/code_E5830.data.s (100%) rename {asm => ver/us/asm}/data/code_E5E40.rodata.s (100%) rename {asm => ver/us/asm}/data/code_a5dd0_len_114e0.data.s (100%) rename {asm => ver/us/asm}/data/code_fee30_len_2d60.data.s (100%) rename {asm => ver/us/asm}/data/si.data.s (100%) rename {asm => ver/us/asm}/data/si.rodata.s (100%) rename {asm => ver/us/asm}/data/world/partner/goombario.rodata.s (100%) rename {asm => ver/us/asm}/data/world/partner/goompa.rodata.s (100%) rename {asm => ver/us/asm}/data/world/script_api/7E4D00.data.s (100%) rename {asm => ver/us/asm}/entry_point.s (100%) rename {asm => ver/us/asm}/header.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_arn/4FEA50/func_80218058_4FEAA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_arn/4FEA50/func_802181E4_4FEC34.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_arn/4FED30/func_80218338_4FED88.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_arn/4FED30/func_802184C4_4FEF14.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_arn/4FF0D0/func_80218680_4FF0D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_dig/6DE1F0/func_80218430_6DE1F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_dig/6DE1F0/func_80218580_6DE340.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_dig/6DE4A0/func_80218770_6DE530.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B14B0/func_802180CC_5B157C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B16A0/func_8021844C_5B18FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B1A10/func_80218560_5B1A10.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B1A10/func_80218808_5B1CB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B1D80/func_802188D0_5B1D80.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B1D80/func_80218B78_5B2028.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B20F0/func_80218C40_5B20F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B20F0/func_80218EE8_5B2398.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B20F0/func_80218FAC_5B245C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B20F0/func_8021900C_5B24BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B20F0/func_802190B0_5B2560.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B20F0/func_80219358_5B2808.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B28D0/func_80219420_5B28D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B28D0/func_802194E0_5B2990.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B28D0/func_802195A0_5B2A50.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B28D0/func_80219660_5B2B10.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B28D0/func_80219720_5B2BD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B28D0/func_802197E0_5B2C90.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B28D0/func_802198A0_5B2D50.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B28D0/func_80219C80_5B3130.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B28D0/func_80219D40_5B31F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo/5B28D0/func_80219E00_5B32B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CE690/func_80218058_5CE6E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CE690/func_802182A4_5CE934.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CE690/func_80218440_5CEAD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CE690/func_802185D4_5CEC64.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CE690/func_80218620_5CECB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CE690/func_80218774_5CEE04.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CE690/func_80218924_5CEFB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CE690/func_802189FC_5CF08C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CE690/func_80218AA0_5CF130.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CE690/func_80218B60_5CF1F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CF2D0/func_80218DD0_5CF460.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CF2D0/func_80218E90_5CF520.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CF2D0/func_80218F50_5CF5E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CF2D0/func_80219010_5CF6A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CF2D0/func_802190D0_5CF760.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CF2D0/func_80219190_5CF820.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CF2D0/func_80219250_5CF8E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CF2D0/func_80219630_5CFCC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CF2D0/func_802196F0_5CFD80.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_flo2/5CF2D0/func_802197B0_5CFE40.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_hos/47F0D0/func_80218020_47F0D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_hos/47F0D0/func_80218150_47F200.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_hos/47F0D0/func_802183F8_47F4A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_hos/47F570/func_802184C0_47F570.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_hos/47F570/func_802186B8_47F768.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_hos/47F570/func_802189D0_47FA80.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_hos/47F570/func_80218CEC_47FD9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E29B0/func_80218270_4E29B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E29B0/func_802183C0_4E2B00.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E29B0/func_80218458_4E2B98.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E29B0/func_802184CC_4E2C0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E29B0/func_802188B0_4E2FF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E29B0/func_80218944_4E3084.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E30C0/func_80218980_4E30C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E30C0/func_80218A10_4E3150.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E3190/func_80218A50_4E3190.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E3190/func_80218A98_4E31D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E3190/func_80218AC0_4E3200.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E3190/func_80218B08_4E3248.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E3190/func_80218B30_4E3270.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E3190/func_80218B78_4E32B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E3190/func_80218BA0_4E32E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_1/4E3190/func_80218BE8_4E3328.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EF4A0/func_80218000_4EF4A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EF4A0/func_80218150_4EF5F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EF4A0/func_802181E8_4EF688.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EF4A0/func_8021825C_4EF6FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EF4A0/func_8021866C_4EFB0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EF4A0/func_8021875C_4EFBFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EFCF0/func_80218850_4EFCF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EFCF0/func_802188E4_4EFD84.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EFDC0/func_80218920_4EFDC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EFDC0/func_802189B0_4EFE50.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EFE90/func_802189F0_4EFE90.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218A38_4EFED8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218A60_4EFF00.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218AA8_4EFF48.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218AD0_4EFF70.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218B18_4EFFB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_iwa/4D01F0/func_80218000_4D01F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_jan/573C30/func_802183DC_573CFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_jan2/584940/func_802180CC_584A0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_jan2/584B90/func_80218250_584B90.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_jan2/584B90/func_802184F8_584E38.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_jan2/584B90/func_802185BC_584EFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_jan2/584B90/func_8021861C_584F5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kgr/56E2A0/func_802180CC_56E36C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kgr/56E2A0/func_802182E4_56E584.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kgr/56E2A0/func_802184F8_56E798.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kgr/56E800/func_80218560_56E800.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kkj/6DBDA0/func_80218000_6DBDA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kkj/6DBDA0/func_802180B8_6DBE58.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kkj/6DBDA0/func_80218220_6DBFC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kkj/6DBDA0/func_8021833C_6DC0DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kkj/6DBDA0/func_802183EC_6DC18C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kkj/6DBDA0/func_8021849C_6DC23C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kkj/6DC2F0/func_80218550_6DC2F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_1/4309A0/func_80218000_4309A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_1/4309A0/func_8021818C_430B2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_1/4309A0/func_80218280_430C20.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_1/4309A0/func_8021840C_430DAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_1/4309A0/func_80218558_430EF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_1/4309A0/func_802186E4_431084.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_1/431180/func_802187E0_431180.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_1/4313F0/func_80218A50_4313F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_1/431660/func_80218CC0_431660.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_1/4318D0/func_80218F30_4318D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_1/4318D0/func_80219198_431B38.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/439A90/func_80218000_439A90.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/439A90/func_8021818C_439C1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/439A90/func_80218280_439D10.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/439A90/func_8021840C_439E9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/439A90/func_80218500_439F90.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/439A90/func_8021868C_43A11C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/439A90/func_80218780_43A210.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/439A90/func_802187B0_43A240.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/439A90/func_8021893C_43A3CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/439A90/func_80218A30_43A4C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/439A90/func_80218A60_43A4F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/43A7E0/func_80218D50_43A7E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/43AA50/func_80218FC0_43AA50.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/43ACC0/func_80219230_43ACC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/43AF30/func_802194A0_43AF30.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_2/43AF30/func_80219708_43B198.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/447440/func_80218000_447440.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/447440/func_8021818C_4475CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/447440/func_802182D8_447718.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/447440/func_80218464_4478A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/4479A0/func_802185B8_4479F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/4479A0/func_80218744_447B84.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/447D50/func_802189DC_447E1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/447D50/func_80218AA4_447EE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/447D50/func_80218B9C_447FDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/447D50/func_80218D28_448168.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/447D50/func_80218E1C_44825C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/447D50/func_80218F60_4483A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/447D50/func_80218FA4_4483E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/448420/func_80218FE0_448420.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/448690/func_80219250_448690.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/448900/func_802194C0_448900.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/448B70/func_80219730_448B70.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/448B70/func_80219998_448DD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/448E20/func_802199E0_448E20.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/448E80/func_80219A40_448E80.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/448E80/func_80219C38_449078.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/448E80/func_80219C5C_44909C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kmr_part_3/448E80/func_80219D60_4491A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa/684C30/func_80218200_684C30.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa/684C30/func_80218638_685068.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa/685130/func_80218700_685130.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F200/func_80218098_69F298.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_80218178_69F378.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_802181E4_69F3E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_80218620_69F820.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_802186A0_69F8A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_802186D0_69F8D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_80218AA4_69FCA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_80218F58_6A0158.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_80219394_6A0594.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_80219414_6A0614.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_80219444_6A0644.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_80219818_6A0A18.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_80219C74_6A0E74.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_80219CD4_6A0ED4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_80219D44_6A0F44.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_80219FFC_6A11FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_8021A1B8_6A13B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_8021A254_6A1454.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_8021A318_6A1518.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_8021A754_6A1954.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_8021A7D4_6A19D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_8021A804_6A1A04.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_8021ABD8_6A1DD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_8021B02C_6A222C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_8021B08C_6A228C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_8021B0FC_6A22FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_8021B3B4_6A25B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_8021B570_6A2770.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_8021B60C_6A280C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/69F320/func_8021B678_6A2878.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/6A2B50/func_8021B9A8_6A2BA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/6A2B50/func_8021BC60_6A2E60.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/6A2B50/func_8021C09C_6A329C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/6A2B50/func_8021C11C_6A331C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/6A2B50/func_8021C14C_6A334C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/6A2B50/func_8021C520_6A3720.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/6A2B50/func_8021C974_6A3B74.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/6A2B50/func_8021C9D4_6A3BD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/6A2B50/func_8021CA44_6A3C44.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/6A2B50/func_8021CC5C_6A3E5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/6A2B50/func_8021CCFC_6A3EFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/6A2B50/func_8021CEB8_6A40B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/6A2B50/func_8021CF54_6A4154.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/6A2B50/func_8021CFC0_6A41C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa2/6A2B50/func_8021D290_6A4490.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_802180D0_6BBC60.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_80218960_6BC4F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_80218AB4_6BC644.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_80218B60_6BC6F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_80218BC4_6BC754.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_80218BFC_6BC78C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_80218D10_6BC8A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_80218E34_6BC9C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_80218F58_6BCAE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_802193D4_6BCF64.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_80219428_6BCFB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_80219474_6BD004.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_802194C0_6BD050.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_8021950C_6BD09C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_80219550_6BD0E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_80219588_6BD118.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa3/6BBC60/func_802195F4_6BD184.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa4/6CC070/func_80218000_6CC070.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa4/6CC1C0/func_80218150_6CC1C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kpa4/6CC1C0/func_80218588_6CC5F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn/58C2F0/func_80218000_58C2F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn/58C2F0/func_802181FC_58C4EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn/58C740/func_8021851C_58C80C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn/58C920/func_80218630_58C920.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn/58C920/func_802188D8_58CBC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn/58CC90/func_802189A0_58CC90.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn/58CC90/func_80218C48_58CF38.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn/58CC90/func_80218D0C_58CFFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn/58CC90/func_80218D6C_58D05C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59E6E0/func_80218058_59E738.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59E6E0/func_8021812C_59E80C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59E6E0/func_80218224_59E904.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59E6E0/func_802182E4_59E9C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59E6E0/func_8021835C_59EA3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59E6E0/func_802188B0_59EF90.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59E6E0/func_802188EC_59EFCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59E6E0/func_802188FC_59EFDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59E6E0/func_80218930_59F010.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59E6E0/func_80218A98_59F178.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59E6E0/func_80218B38_59F218.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59E6E0/func_80218B90_59F270.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59E6E0/func_80218BE8_59F2C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59F420/func_80218D40_59F420.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59F420/func_80218D90_59F470.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_kzn2/59F4D0/func_80218DF0_59F4D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_802180D0_464560.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_80218100_464590.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_80218300_464790.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_80218B90_465020.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_80218CE4_465174.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_80218D90_465220.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_80218DF4_465284.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_80218E2C_4652BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_80218F40_4653D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_80219064_4654F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_80219188_465618.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_80219604_465A94.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_80219658_465AE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_802196A4_465B34.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_802196F0_465B80.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_8021973C_465BCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_80219780_465C10.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_802197B8_465C48.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/464560/func_80219824_465CB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mac/465D90/func_80219900_465D90.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mim/4F7D50/func_8021823C_4F7E1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_mim/4F7F40/func_80218360_4F7F40.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_nok/48D1A0/func_80218000_48D1A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_nok/48D1A0/func_8021818C_48D32C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_nok/48D1A0/func_802182D8_48D478.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_nok/48D1A0/func_80218464_48D604.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_nok/48D700/func_80218560_48D700.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_nok/48D700/func_802186EC_48D88C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_nok/48DCF0/func_80218C74_48DE14.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_nok/48DCF0/func_80218DF8_48DF98.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo/512AB0/func_802185AC_512B7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo/512C90/func_8021878C_512D5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo/512E50/func_80218880_512E50.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo/512E50/func_80218B38_513108.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo/512E50/func_80218CF4_5132C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo/513580/func_80218FB0_513580.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo2/52B6A0/func_80218098_52B738.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo2/52B7C0/func_80218120_52B7C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo2/52B7C0/func_802181F4_52B894.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo2/52B7C0/func_80218250_52B8F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo2_1/543570/func_80231000_543570.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo2_2/5483E0/func_8023102C_54840C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo2_3/54CC70/func_80231000_54CC70.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo3/5573E0/func_80218000_5573E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo3/5573E0/func_80218038_557418.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo3/5573E0/func_80218070_557450.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo3/5573E0/func_80218490_557870.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo3/557AD0/func_802186F0_557AD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_omo3/557AD0/func_8021887C_557C5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra/649050/func_80218240_649050.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra/649050/func_80218300_649110.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra/649050/func_802185A8_6493B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra/649480/func_80218670_649480.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra/649480/func_80218918_649728.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra/6497F0/func_802189E0_6497F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra/6497F0/func_80218C88_649A98.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra/649B60/func_80218D50_649B60.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra/649B60/func_80218FF8_649E08.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra/649ED0/func_802190C0_649ED0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra/649ED0/func_80219368_64A178.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra/649ED0/func_8021942C_64A23C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra/649ED0/func_8021948C_64A29C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra2/660750/func_802181E8_660938.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra2/660750/func_80218280_6609D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra2/660750/func_802182E4_660A34.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra2/660750/func_80218344_660A94.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra2/660750/func_802183A4_660AF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra2/660750/func_8021848C_660BDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra2/660D20/func_802185D0_660D20.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra2/660E10/func_802186C0_660E10.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra2/660E10/func_802188B8_661008.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra2/660E10/func_802188DC_66102C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra2/660E10/func_802189E0_661130.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_80218000_669D80.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_80218890_66A610.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_802189E4_66A764.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_80218A90_66A810.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_80218AF4_66A874.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_80218B2C_66A8AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_80218C40_66A9C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_80218D64_66AAE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_80218E88_66AC08.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_80219304_66B084.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_80219358_66B0D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_802193A4_66B124.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_802193F0_66B170.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_8021943C_66B1BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_80219480_66B200.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_802194B8_66B238.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/669D80/func_80219524_66B2A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/66B5B0/func_80219830_66B5B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/66B5B0/func_80219AD8_66B858.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/66B920/func_80219BA0_66B920.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_pra3/66B920/func_80219E48_66BBC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_80218000_623BA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_80218890_624430.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_802189E4_624584.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_80218A90_624630.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_80218AF4_624694.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_80218B2C_6246CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_80218C40_6247E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_80218D64_624904.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_80218E88_624A28.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_80219304_624EA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_80219358_624EF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_802193A4_624F44.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_802193F0_624F90.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_8021943C_624FDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_80219480_625020.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_802194B8_625058.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_80219524_6250C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/623BA0/func_802196BC_62525C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/6253E0/func_80219840_6253E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/6253E0/func_80219AE8_625688.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_80219BB0_625750.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_80219DA8_625948.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_80219DCC_62596C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_80219ED0_625A70.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_8021A0C8_625C68.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_8021A0EC_625C8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_8021A1F0_625D90.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_8021A3E8_625F88.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_8021A40C_625FAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_8021A510_6260B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_8021A708_6262A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_8021A72C_6262CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_8021A830_6263D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_8021AA28_6265C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_8021AA4C_6265EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_8021AB50_6266F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_8021AD48_6268E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_8021AD6C_62690C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam/625750/func_8021AE70_626A10.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63D1E0/func_80218000_63D1E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63D1E0/func_80218314_63D4F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63D1E0/func_80218458_63D638.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63D1E0/func_8021849C_63D67C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63D710/func_80218588_63D768.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63D710/func_80218714_63D8F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63D9F0/func_80218810_63D9F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63D9F0/func_80218AB8_63DC98.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_80218B80_63DD60.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_80218D78_63DF58.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_80218D9C_63DF7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_80218EA0_63E080.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_80219098_63E278.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_802190BC_63E29C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_802191C0_63E3A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_802193B8_63E598.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_802193DC_63E5BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_802194E0_63E6C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_802196D8_63E8B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_802196FC_63E8DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_80219800_63E9E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_802199F8_63EBD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_80219A1C_63EBFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_80219B20_63ED00.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_80219D18_63EEF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_80219D3C_63EF1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sam2/63DD60/func_80219E40_63F020.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sbk/4DA6B0/func_802180D0_4DA6B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_sbk/4DA6B0/func_80218220_4DA800.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik/5EC690/func_80218200_5EC690.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik/5EC690/func_8021838C_5EC81C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik/5EC690/func_80218480_5EC910.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik/5EC690/func_8021860C_5ECA9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik/5EC690/func_80218758_5ECBE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik/5EC690/func_802188E4_5ECD74.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik/5ED010/func_80218B80_5ED010.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik/5ED4B0/func_80219020_5ED4B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik/5ED950/func_802194C0_5ED950.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik/5EDDF0/func_80219960_5EDDF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik2/608AB0/func_80218058_608B08.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik2/608CB0/func_80218258_608D08.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik2/608CB0/func_80218384_608E34.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik2/608CB0/func_80218404_608EB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik2/608CB0/func_802184E4_608F94.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik2/608CB0/func_802186D8_609188.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik2/608CB0/func_80218804_6092B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik2/608CB0/func_80218884_609334.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik2/608CB0/func_80218BE0_609690.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik2/609B30/func_80219080_609B30.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik2/609FD0/func_80219520_609FD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik2/60A470/func_802199C0_60A470.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik3/618A00/func_80218310_618A00.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik3/618EA0/func_802187B0_618EA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik3/619340/func_80218C50_619340.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_tik3/6197E0/func_802190F0_6197E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_1/4A10A0/func_80218000_4A10A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_1/4A12C0/func_80218220_4A12C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B11F0/func_80218058_4B1248.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B11F0/func_8021817C_4B136C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B11F0/func_80218350_4B1540.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B11F0/func_8021837C_4B156C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B15D0/func_80218438_4B1628.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B15D0/func_80218510_4B1700.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B15D0/func_802185B0_4B17A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B15D0/func_80218B48_4B1D38.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B1D90/func_80218BF8_4B1DE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B1D90/func_80218CD0_4B1EC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B1D90/func_80218D70_4B1F60.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B1D90/func_80219308_4B24F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B2550/func_802193B8_4B25A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B2550/func_80219490_4B2680.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B2550/func_80219530_4B2720.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B2550/func_80219AC8_4B2CB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B2D10/func_80219B78_4B2D68.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B2D10/func_80219C50_4B2E40.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B2D10/func_80219CF0_4B2EE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B2D10/func_8021A288_4B3478.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/area_trd_part_2/4B34D0/func_8021A2E0_4B34D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/dizzy_dial_727910/func_802A1000_727910.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/dizzy_dial_727910/func_802A11D4_727AE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/dizzy_dial_727910/func_802A123C_727B4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/dizzy_dial_727910/func_802A1270_727B80.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A1000_71CCE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A11D4_71CEB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A123C_71CF1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A12FC_71CFDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/dusty_hammer_7179D0/func_802A1000_7179D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/dusty_hammer_7179D0/func_802A11D4_717BA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/egg_missile_728EC0/func_802A1000_728EC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/egg_missile_728EC0/func_802A11D4_729094.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/egg_missile_728EC0/func_802A123C_7290FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/electro_pop_7305A0/func_802A1000_7305A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/electro_pop_7305A0/func_802A11D4_730774.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/electro_pop_7305A0/func_802A123C_7307DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/electro_pop_7305A0/func_802A127C_73081C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/electro_pop_7305A0/func_802A133C_7308DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/electro_pop_7305A0/func_802A13FC_73099C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/electro_pop_7305A0/func_802A1450_7309F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/electro_pop_7305A0/func_802A149C_730A3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/electro_pop_7305A0/func_802A14F0_730A90.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/fire_flower_716C60/func_802A1000_716C60.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/fire_flower_716C60/func_802A11D4_716E34.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/fire_flower_716C60/func_802A123C_716E9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/fire_flower_716C60/func_802A1378_716FD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/food_7330D0/func_802A1000_7330D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/food_7330D0/func_802A11D4_7332A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/food_7330D0/func_802A123C_73330C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/food_7330D0/func_802A12EC_7333BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/food_7330D0/func_802A1378_733448.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/food_7330D0/func_802A1438_733508.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/food_7330D0/func_802A14F8_7335C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/food_7330D0/func_802A154C_73361C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/food_7330D0/func_802A15A0_733670.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/fright_jar_72B910/func_802A1000_72B910.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/fright_jar_72B910/func_802A11D4_72BAE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/fright_jar_72B910/func_802A12D4_72BBE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/hustle_drink_725F60/func_802A1000_725F60.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/hustle_drink_725F60/func_802A11D4_726134.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/hustle_drink_725F60/func_802A123C_72619C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/hustle_drink_725F60/func_802A12C4_726224.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/insecticide_herb_72A750/func_802A1000_72A750.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/insecticide_herb_72A750/func_802A11D4_72A924.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/insecticide_herb_72A750/func_802A123C_72A98C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/insecticide_herb_72A750/func_802A1280_72A9D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/insecticide_herb_72A750/func_802A12E0_72AA30.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/life_shroom_72E530/func_802A1000_72E530.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/life_shroom_72E530/func_802A11D4_72E704.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/life_shroom_72E530/func_802A123C_72E76C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/life_shroom_72E530/func_802A12EC_72E81C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/life_shroom_72E530/func_802A1378_72E8A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/life_shroom_72E530/func_802A1438_72E968.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/life_shroom_72E530/func_802A1484_72E9B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/mushroom_715850/func_802A1000_715850.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/mushroom_715850/func_802A11D4_715A24.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/mushroom_715850/func_802A123C_715A8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/mushroom_715850/func_802A12EC_715B3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/mushroom_715850/func_802A1378_715BC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/mushroom_715850/func_802A1438_715C88.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/mushroom_715850/func_802A14F8_715D48.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/mushroom_715850/func_802A154C_715D9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/mushroom_715850/func_802A15A0_715DF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/mystery_72C5B0/func_802A1000_72C5B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/mystery_72C5B0/func_802A11D4_72C784.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/mystery_72C5B0/func_802A123C_72C7EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/mystery_72C5B0/func_802A13E4_72C994.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/mystery_72C5B0/func_802A188C_72CE3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/pebble_719970/func_802A1000_719970.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/pebble_719970/func_802A11D4_719B44.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/please_come_back_7285E0/func_802A1000_7285E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/please_come_back_7285E0/func_802A11D4_7287B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/pow_block_718850/func_802A1000_718850.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/pow_block_718850/func_802A11D4_718A24.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/pow_block_718850/func_802A123C_718A8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/pow_block_718850/func_802A12E4_718B34.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/pow_block_718850/func_802A1318_718B68.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/repel_gel_72DB70/func_802A1000_72DB70.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/repel_gel_72DB70/func_802A11D4_72DD44.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/repel_gel_72DB70/func_802A123C_72DDAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/shooting_star_71D770/func_802A1000_71D770.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/shooting_star_71D770/func_802A11D4_71D944.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/shooting_star_71D770/func_802A123C_71D9AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/shooting_star_71D770/func_802A1388_71DAF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/shooting_star_71D770/func_802A1444_71DBB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/shooting_star_71D770/func_802A14D4_71DC44.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A1000_71E650.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A11D4_71E824.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A123C_71E88C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A1740_71ED90.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A1848_71EE98.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/snowman_doll_71BE30/func_802A1000_71BE30.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/snowman_doll_71BE30/func_802A11D4_71C004.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/snowman_doll_71BE30/func_802A123C_71C06C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/snowman_doll_71BE30/func_802A13B8_71C1E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/stone_cap_7215A0/func_802A1000_7215A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/stone_cap_7215A0/func_802A11D4_721774.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/stone_cap_7215A0/func_802A123C_7217DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/stop_watch_726DD0/func_802A1000_726DD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/stop_watch_726DD0/func_802A11D4_726FA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/stop_watch_726DD0/func_802A12D4_7270A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/strange_cake_731300/func_802A1000_731300.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/strange_cake_731300/func_802A11D4_7314D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/strange_cake_731300/func_802A123C_73153C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/strange_cake_731300/func_802A13E4_7316E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/strange_cake_731300/func_802A1818_731B18.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/strange_cake_731300/func_802A18D8_731BD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/strange_cake_731300/func_802A1998_731C98.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/strange_cake_731300/func_802A19EC_731CEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/strange_cake_731300/func_802A1A40_731D40.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/strange_cake_731300/func_802A1A8C_731D8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/strange_cake_731300/func_802A1AD8_731DD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/strange_cake_731300/func_802A1B14_731E14.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/strange_cake_731300/func_802A1B68_731E68.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/super_soda_724CE0/func_802A1000_724CE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/super_soda_724CE0/func_802A11D4_724EB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/super_soda_724CE0/func_802A123C_724F1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/super_soda_724CE0/func_802A12EC_724FCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/super_soda_724CE0/func_802A1378_725058.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/super_soda_724CE0/func_802A1418_7250F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/super_soda_724CE0/func_802A14D8_7251B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/tasty_tonic_722000/func_802A1000_722000.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/tasty_tonic_722000/func_802A11D4_7221D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/tasty_tonic_722000/func_802A123C_72223C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/thunder_bolt_722B40/func_802A1000_722B40.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/thunder_bolt_722B40/func_802A11D4_722D14.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/thunder_bolt_722B40/func_802A123C_722D7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/thunder_bolt_722B40/func_802A1420_722F60.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A1000_71B1A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A11D4_71B374.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A12D4_71B474.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A1354_71B4F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/ultra_shroom_723780/func_802A1000_723780.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/ultra_shroom_723780/func_802A11D4_723954.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/ultra_shroom_723780/func_802A123C_7239BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/ultra_shroom_723780/func_802A12FC_723A7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/unknown_item_724240/func_802A1000_724240.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/unknown_item_724240/func_802A11D4_724414.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/unknown_item_724240/func_802A123C_72447C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/unknown_item_724240/func_802A12FC_72453C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/volt_shroom_71A7F0/func_802A1000_71A7F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/volt_shroom_71A7F0/func_802A11D4_71A9C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/item/volt_shroom_71A7F0/func_802A123C_71AA2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/move/mega_quake_756780/func_802A10A4_756824.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/move/power_bounce_743DF0/func_802A10E4_743ED4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/move/power_bounce_743DF0/func_802A1194_743F84.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/move/power_bounce_743DF0/func_802A11A4_743F94.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/move/power_bounce_743DF0/func_802A11C0_743FB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/move/shell_crack_77F240/func_802A10A4_77F2E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/move/spin_smash_737890/func_802A1000_737890.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/move/spin_smash_737890/func_802A1074_737904.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/move/unknown_move_779C90/func_802A10E4_779D74.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/bombette_6FAD10/func_80238000_6FAD10.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/bombette_6FAD10/func_80238244_6FAF54.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/bombette_6FAD10/func_80238358_6FB068.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/bombette_6FAD10/func_8023849C_6FB1AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/bombette_6FAD10/func_80238590_6FB2A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/bow_710EF0/func_80238000_710EF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/bow_710EF0/func_80238014_710F04.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/bow_710EF0/func_8023808C_710F7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/bow_710EF0/func_802380E4_710FD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/bow_710EF0/func_80238198_711088.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/bow_710EF0/func_802381C8_7110B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/bow_710EF0/func_802381E8_7110D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/goombario_6F10E0/func_802380E4_6F11C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/goombario_6F10E0/func_8023817C_6F125C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/goombario_6F10E0/func_80238A20_6F1B00.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/goombario_6F10E0/func_80238B60_6F1C40.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/goombario_6F10E0/func_80238BCC_6F1CAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/goombario_6F10E0/func_80238E04_6F1EE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/goombario_6F10E0/func_80238E48_6F1F28.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/goombario_6F10E0/func_80238E74_6F1F54.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/goombario_6F10E0/func_80238EDC_6F1FBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/goombario_6F10E0/func_8023903C_6F211C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/goombario_6F10E0/func_80239068_6F2148.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/goombario_6F10E0/func_802390B0_6F2190.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/goombario_6F10E0/func_802390C8_6F21A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/kooper_6F5E80/func_80238000_6F5E80.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/kooper_6F5E80/func_80238114_6F5F94.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/kooper_6F5E80/func_80238298_6F6118.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/kooper_6F5E80/func_802383C0_6F6240.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/lakilester_70BD10/func_80238000_70BD10.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/lakilester_70BD10/func_8023803C_70BD4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/lakilester_70BD10/func_80238A6C_70C77C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/lakilester_70BD10/func_80238B50_70C860.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/lakilester_70BD10/func_80238C14_70C924.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/lakilester_70BD10/func_80238C58_70C968.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/lakilester_70BD10/func_80238D48_70CA58.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/lakilester_70BD10/func_80238D8C_70CA9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/lakilester_70BD10/func_8023906C_70CD7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/lakilester_70BD10/func_80239140_70CE50.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/lakilester_70BD10/func_80239F84_70DC94.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/lakilester_70BD10/func_8023A19C_70DEAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/lakilester_70BD10/func_8023A1B0_70DEC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/parakarry_6FFD80/func_80238000_6FFD80.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/parakarry_6FFD80/func_80238C88_700A08.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/parakarry_6FFD80/func_80238CE0_700A60.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/parakarry_6FFD80/func_80238E24_700BA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/parakarry_6FFD80/func_802390B4_700E34.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/parakarry_6FFD80/func_802397C8_701548.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/sushie_707CA0/func_80238000_707CA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/sushie_707CA0/func_80238114_707DB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/sushie_707CA0/func_802381EC_707E8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/sushie_707CA0/func_802382A4_707F44.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/sushie_707CA0/func_80238328_707FC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/sushie_707CA0/func_80238388_708028.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/sushie_707CA0/func_80238480_708120.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/sushie_707CA0/func_80238540_7081E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/sushie_707CA0/func_80238E30_708AD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/twink_714CF0/func_80238028_714D18.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_80238000_703AF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_80238370_703E60.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_802383C0_703EB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_802383D4_703EC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_802383E4_703ED4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_802383F8_703EE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_80238408_703EF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_80238434_703F24.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_80238478_703F68.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_802384B0_703FA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_80238570_704060.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_8023859C_70408C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_80238668_704158.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_80238784_704274.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_80238810_704300.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_80238B3C_70462C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_80238C08_7046F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_80238C84_704774.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/partner/watt_703AF0/func_80238E5C_70494C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/chill_out_7900D0/func_802A1000_7900D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/chill_out_7900D0/func_802A10AC_79017C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/chill_out_7900D0/func_802A116C_79023C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/chill_out_7900D0/func_802A1218_7902E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/chill_out_7900D0/func_802A137C_79044C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/chill_out_7900D0/func_802A1414_7904E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/chill_out_7900D0/func_802A1494_790564.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/chill_out_7900D0/func_802A153C_79060C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/chill_out_7900D0/func_802A163C_79070C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/chill_out_7900D0/func_802A16F4_7907C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/focus_789E60/func_802A1000_789E60.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/focus_789E60/func_802A10AC_789F0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/focus_789E60/func_802A116C_789FCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/focus_789E60/func_802A1218_78A078.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/focus_789E60/func_802A137C_78A1DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/focus_789E60/func_802A1414_78A274.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/focus_789E60/func_802A1494_78A2F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/focus_789E60/func_802A14E8_78A348.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/focus_789E60/func_802A1518_78A378.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/focus_789E60/func_802A15B0_78A410.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/lullaby_78D150/func_802A1000_78D150.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/lullaby_78D150/func_802A10AC_78D1FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/lullaby_78D150/func_802A116C_78D2BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/lullaby_78D150/func_802A1218_78D368.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/lullaby_78D150/func_802A137C_78D4CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/lullaby_78D150/func_802A1414_78D564.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/lullaby_78D150/func_802A1494_78D5E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/lullaby_78D150/func_802A14E8_78D638.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/lullaby_78D150/func_802A1518_78D668.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_beam_7997B0/func_802A1000_7997B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_beam_7997B0/func_802A10AC_79985C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_beam_7997B0/func_802A116C_79991C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_beam_7997B0/func_802A1218_7999C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_beam_7997B0/func_802A137C_799B2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_beam_7997B0/func_802A1414_799BC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_beam_7997B0/func_802A1494_799C44.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_beam_7997B0/func_802A14E8_799C98.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_beam_7997B0/func_802A1518_799CC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_beam_7997B0/func_802A2468_79AC18.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_beam_7997B0/func_802A247C_79AC2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1000_79D8A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_dash_79D8A0/func_802A10AC_79D94C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_dash_79D8A0/func_802A116C_79DA0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1218_79DAB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_dash_79D8A0/func_802A137C_79DC1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1414_79DCB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1494_79DD34.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_dash_79D8A0/func_802A14E8_79DD88.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1518_79DDB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1000_79BFA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_focus_79BFA0/func_802A10AC_79C04C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_focus_79BFA0/func_802A116C_79C10C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1218_79C1B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_focus_79BFA0/func_802A137C_79C31C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1414_79C3B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1494_79C434.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_focus_79BFA0/func_802A14E8_79C488.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1518_79C4B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/refresh_78B600/func_802A1000_78B600.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/refresh_78B600/func_802A10AC_78B6AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/refresh_78B600/func_802A116C_78B76C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/refresh_78B600/func_802A1218_78B818.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/refresh_78B600/func_802A137C_78B97C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/refresh_78B600/func_802A1414_78BA14.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/refresh_78B600/func_802A1494_78BA94.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/refresh_78B600/func_802A14E8_78BAE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/refresh_78B600/func_802A1518_78BB18.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/refresh_78B600/func_802A17D4_78BDD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/refresh_78B600/func_802A1840_78BE40.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/refresh_78B600/func_802A1894_78BE94.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/refresh_78B600/func_802A18E8_78BEE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/refresh_78B600/func_802A19A8_78BFA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/smooch_791D90/func_802A1000_791D90.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/smooch_791D90/func_802A10AC_791E3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/smooch_791D90/func_802A116C_791EFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/smooch_791D90/func_802A1218_791FA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/smooch_791D90/func_802A137C_79210C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/smooch_791D90/func_802A1414_7921A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/smooch_791D90/func_802A1494_792224.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/smooch_791D90/func_802A14E8_792278.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/smooch_791D90/func_802A1518_7922A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/smooch_791D90/func_802A156C_7922FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_beam_796FC0/func_802A1000_796FC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_beam_796FC0/func_802A10AC_79706C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_beam_796FC0/func_802A116C_79712C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_beam_796FC0/func_802A1218_7971D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_beam_796FC0/func_802A137C_79733C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_beam_796FC0/func_802A1414_7973D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_beam_796FC0/func_802A1494_797454.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_beam_796FC0/func_802A14E8_7974A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_beam_796FC0/func_802A1518_7974D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_beam_796FC0/func_802A2468_798428.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_beam_796FC0/func_802A247C_79843C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_storm_78E7D0/func_802A1000_78E7D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_storm_78E7D0/func_802A10AC_78E87C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_storm_78E7D0/func_802A116C_78E93C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_storm_78E7D0/func_802A1218_78E9E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_storm_78E7D0/func_802A137C_78EB4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_storm_78E7D0/func_802A1414_78EBE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_storm_78E7D0/func_802A1494_78EC64.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_storm_78E7D0/func_802A14E8_78ECB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_storm_78E7D0/func_802A1518_78ECE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/star_storm_78E7D0/func_802A1628_78EDF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/time_out_793D20/func_802A1000_793D20.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/time_out_793D20/func_802A10AC_793DCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/time_out_793D20/func_802A116C_793E8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/time_out_793D20/func_802A1218_793F38.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/time_out_793D20/func_802A137C_79409C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/time_out_793D20/func_802A1414_794134.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/time_out_793D20/func_802A1494_7941B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/time_out_793D20/func_802A14E8_794208.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/up_and_away_7952E0/func_802A1000_7952E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/up_and_away_7952E0/func_802A10AC_79538C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/up_and_away_7952E0/func_802A116C_79544C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/up_and_away_7952E0/func_802A1218_7954F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/up_and_away_7952E0/func_802A137C_79565C.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/up_and_away_7952E0/func_802A1414_7956F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/up_and_away_7952E0/func_802A1494_795774.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/up_and_away_7952E0/func_802A14E8_7957C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/up_and_away_7952E0/func_802A1518_7957F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/up_and_away_7952E0/func_802A15B4_795894.s (100%) rename {asm => ver/us/asm}/nonmatchings/battle/star/up_and_away_7952E0/func_802A1628_795908.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_101b90_len_8f0/func_802DEAA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_101b90_len_8f0/func_802DED60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_101b90_len_8f0/func_802DEEA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_101b90_len_8f0/func_802DEFB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_101b90_len_8f0/func_802DF00C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_101b90_len_8f0/func_802DF2D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_101b90_len_8f0/load_sprite.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_102610_len_2330/func_802E0DE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_102C80/func_802E153C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_102C80/func_802E17A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_102C80/func_802E1EDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_102C80/func_802E246C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_102C80/func_802E263C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_102C80/func_802E2BA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_10400_len_d30/func_800354EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_10400_len_d30/func_800355D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_10400_len_d30/func_80035660.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_10400_len_d30/func_80035704.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_10400_len_d30/func_80035B40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_10400_len_d30/state_init_file_select.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_10400_len_d30/state_init_language_select.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_10400_len_d30/state_step_language_select.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_104940_len_dc0/func_802E30C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_104940_len_dc0/func_802E3370.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_104940_len_dc0/func_802E3BA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_105700_len_2130/func_802E3EE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_105700_len_2130/func_802E3F0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_105F90/func_802E4710.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_105F90/func_802E4730.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_105F90/func_802E4C10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_105F90/func_802E4E04.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_105F90/func_802E5324.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_106EF0/func_802E586C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_107830_len_e70/func_802E5FB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_107830_len_e70/func_802E6064.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_107830_len_e70/func_802E6118.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_107830_len_e70/func_802E6178.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_107830_len_e70/func_802E619C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_107830_len_e70/func_802E61B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_107830_len_e70/func_802E6338.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_107830_len_e70/func_802E6390.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_107830_len_e70/func_802E63A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_107830_len_e70/func_802E6574.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_107830_len_e70/func_802E6B6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_107830_len_e70/func_802E6C24.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/entity_init_Chest.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E6E20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E6E90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E6ED8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E7034.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E70B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E71F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E7230.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E742C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E75C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E75E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E7AE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E7C70.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E7C8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E7CB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E7D28.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E7D38.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1086a0_len_fc0/func_802E7D54.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_109660_len_1270/func_802E7DE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_109660_len_1270/func_802E7FA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_109660_len_1270/func_802E854C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_109660_len_1270/func_802E8ADC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_109660_len_1270/push_entity_matrix.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_111f0_len_860/func_80035EEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_111f0_len_860/func_8003617C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_111f0_len_860/func_8003646C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_11a50_len_7a0/begin_state_intro.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_11a50_len_7a0/step_intro.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_121f0_len_1290/begin_state_title_screen.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_121f0_len_1290/func_800375A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_121f0_len_1290/step_title_screen.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_121f0_len_1290/title_append_gfx.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_121f0_len_1290/title_draw_copyright.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_121f0_len_1290/title_draw_images.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_121f0_len_1290/title_draw_logo.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_121f0_len_1290/title_draw_press_start.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13480_len_3f0/next_demo_scene.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/func_80242BA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/func_80242BAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/func_80242D04.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/func_80242F90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/func_80242FBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/func_80242FF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/func_80243090.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/func_802430E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/func_8024313C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/func_80243188.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/func_80243238.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/func_802432E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/func_80243388.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/func_802434DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/pause_cleanup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/pause_draw_rect.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/pause_get_total_equipped_bp_cost.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/pause_handle_input.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/pause_init.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/pause_interp_cursor.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/pause_interp_text_scroll.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/pause_interp_vertical_scroll.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/pause_set_cursor_opacity.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/pause_sort_item_list.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/pause_textbox_draw_contents.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/pause_tutorial_draw_contents.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_135EE0/pause_tutorial_input.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1370_len_7d0/boot_main.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1370_len_7d0/gfx_task_main.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_137ED0/pause_tabs_draw_badges.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_137ED0/pause_tabs_draw_items.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_137ED0/pause_tabs_draw_map.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_137ED0/pause_tabs_draw_party.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_137ED0/pause_tabs_draw_spirits.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_137ED0/pause_tabs_draw_stats.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_137ED0/pause_tabs_handle_input.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_137ED0/pause_tabs_init.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_137ED0/pause_tabs_update.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/COPY_set_defeated.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/_create_npc.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/appedGfx_npc_blur.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/appendGfx_npc.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/bind_enemy_ai.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/bind_enemy_aux.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/bind_enemy_interact.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/bind_npc_ai.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/bind_npc_aux.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/bind_npc_interact.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/clear_encounter_status.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/clear_npcs.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/create_basic_npc.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/create_standard_npc.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/disable_npc_shadow.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/draw_encounter_ui.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/draw_first_strike_ui.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/enable_npc_blur.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/enable_npc_shadow.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/free_npc.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/free_npc_by_index.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003857C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_80039688.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_800397E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_80039DA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003B184.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003B198.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003B1B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003B3D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003B3F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003B420.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003B44C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003B464.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003B47C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003B500.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003B5B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003B96C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003BA60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003BED8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003C3D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003C428.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003C444.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003C53C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003C61C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003C668.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003C78C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003C7A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003C8B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003C984.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003C9A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003CB20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003CB44.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003CC8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003CCB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003CFA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003CFB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003D0C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003D1D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003D2F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003D3BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003D624.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003D660.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003D788.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003DA38.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003DC38.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003DFA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003E0D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003E1D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003E338.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/func_8003E514.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/get_enemy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/get_enemy_safe.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/get_npc_safe.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/get_npc_unsafe.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/init_npc_list.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/kill_encounter.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/kill_enemy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/make_npcs.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/npc_do_other_npc_collision.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/npc_do_player_collision.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/npc_do_world_collision.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/render_npcs.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/set_npc_sprite.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/update_counters.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13870_len_6980/update_npcs.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_138CC0/pause_badges_cleanup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_138CC0/pause_badges_draw_bp_orbs.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_138CC0/pause_badges_draw_contents.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_138CC0/pause_badges_handle_input.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_138CC0/pause_badges_init.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_138CC0/pause_badges_load_badges.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_138CC0/pause_badges_try_equip.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_138CC0/pause_badges_try_remove.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_138CC0/pause_stats_draw_contents.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_138CC0/pause_stats_handle_input.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_138CC0/pause_stats_init.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13CAF0/pause_items_cleanup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13CAF0/pause_items_draw_contents.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13CAF0/pause_items_handle_input.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13CAF0/pause_items_init.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13CAF0/pause_items_load_items.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13CAF0/pause_items_update.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13E120/pause_partners_cleanup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13E120/pause_partners_draw_contents.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13E120/pause_partners_draw_movelist.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13E120/pause_partners_draw_movelist_flower.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13E120/pause_partners_draw_movelist_title.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13E120/pause_partners_draw_title.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13E120/pause_partners_handle_input.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13E120/pause_partners_init.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13E120/pause_partners_load_portrait.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13E120/pause_partners_update.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13FD40/pause_spirits_cleanup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13FD40/pause_spirits_draw_contents.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13FD40/pause_spirits_draw_title.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13FD40/pause_spirits_handle_input.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13FD40/pause_spirits_init.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_13FD40/pause_spirits_update.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_140C70/func_8024D930.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_140C70/pause_map_cleanup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_140C70/pause_map_draw_border_arrows.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_140C70/pause_map_draw_contents.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_140C70/pause_map_draw_title.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_140C70/pause_map_handle_input.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_140C70/pause_map_init.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_140C70/pause_map_update.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1421C0/pause_draw_menu_label.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1421C0/pause_get_menu_string.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80242BA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80242D94.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80242DEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80242E00.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80242F68.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_802431A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_8024330C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80243380.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_802433F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80243468.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_802434DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80243550.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_802435C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80243628.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_8024368C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_802436F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80243754.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_802437B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_8024381C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80243898.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80243908.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80243B10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80243CCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80243EEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80244030.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_802440BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_802448E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80244B00.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/func_80244BC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_163400/pause_set_cursor_opacity.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80244C30.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80244CEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80244D60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80244DD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80244E54.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80244F44.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80244FD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_8024544C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80245588.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_802455D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80245628.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80245678.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_802456C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80245718.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80245768.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_802457B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80245808.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80245A40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80246B2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_165490/func_80246CBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_167570/func_80246D10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_167570/func_80246E24.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_167570/func_80247198.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_167570/func_802471EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_168590/func_80247D30.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_168590/func_80247FD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_168590/func_80248024.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_168590/func_80248170.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_168590/func_802481B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_168590/func_8024830C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_168590/func_80248A80.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_168590/func_80248BF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_168590/func_8024932C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_169BE0/func_80249380.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_169BE0/func_8024997C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_169BE0/func_80249AA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_169BE0/func_80249AB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/begin_battle.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/end_battle.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80240E60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80240FDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80241190.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80241AB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80241B14.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80242FE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_802439D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80244008.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80244710.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80244D90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80244E38.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80245440.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_8024721C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80247B04.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_802480F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80248190.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_802485FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80248660.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80248AA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80248B08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/func_80248D78.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/switch_order.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/switch_to_partner.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/switch_to_player.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/update_end_player_turn.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/update_enemy_action.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/update_enemy_change_turn.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/update_heroes_start_turn.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/update_partner_action.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/update_player_action.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/update_player_change_turn.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/update_run_away.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16F740/update_swap_partner.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16c8e0/delete_actor.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16c8e0/draw_enemy_health_bars.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16c8e0/draw_main_battle_ui.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16c8e0/func_8023E104.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16c8e0/func_8023E11C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16c8e0/func_8023ED5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16c8e0/func_8023F060.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16c8e0/func_8023F088.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16c8e0/func_802409F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16c8e0/func_80240AA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16c8e0/initialize_battle.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16c8e0/update_battle_state.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_16c8e0/update_starpoints_display.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/AddBattleCamOffsetZ.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/AddBattleCamZoom.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/BattleCamTargetActor.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/FreezeBattleCam.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/MoveBattleCamOver.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/SetBattleCamOffsetZ.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/SetBattleCamTarget.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/SetBattleCamYaw.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/SetBattleCamZoom.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/UseCamPreset.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/add_cam_zoom.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/cam_target_actor.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_80248DD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_80248DE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_80249804.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024A214.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024A990.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024AFE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024B5FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024B9A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024BDA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024C180.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024C570.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024C944.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024CB68.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024CE9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024E3D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024E40C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024E45C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024E484.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024E554.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024E584.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024E60C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024E664.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024E6B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024E748.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024E820.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024E9B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024EB84.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024ECF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/func_8024EDA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/move_cam_over.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/set_cam_target_pos.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/set_cam_zoffset.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/set_cam_zoom.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/unfreeze_cam.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1776B0/use_cam_preset.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/ForceCloseMessageBox.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/SetMessageBoxDuration.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/ShowMessageBox.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/ShowVariableMessageBox.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/close_action_command_instruction_popup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/create_popup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024EDC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024EDEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024EE48.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024EEA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024EF08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024EFA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024EFE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024F394.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024F5AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024F768.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024F7C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024F84C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024F940.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024FAE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024FAFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_8024FB3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_80250818.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_80251434.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_80251454.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/func_80251474.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/is_popup_displayed.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/set_popup_duration.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/show_battle_message.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/show_message_popup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17D6A0/show_variable_battle_message.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_17FEB0/calc_item_damage_enemy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_181810/ActorSpeak.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_181810/EndActorSpeech.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_181810/LoadBattleDmaData.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_181810/load_tattle_flags.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_181810/save_tattle_flags.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/_remove_part_decoration.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/disable_actor_blur.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/disable_partner_blur.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/disable_player_blur.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/enable_actor_blur.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/enable_partner_blur.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/enable_player_blur.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_80254250.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_80254610.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_802546B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_80254950.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_802549A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_802549C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_802549F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_80254C50.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_802550BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_802552EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025593C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025595C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025597C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025599C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_80255FE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_802571F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_80257B28.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_80257B48.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_80257B68.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_80257B88.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_80257DA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_80258E14.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_802591EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_80259494.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025950C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_802596C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_802597B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025995C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_80259A48.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_80259AAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_80259D9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025A2C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025A50C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025A74C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025AA80.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025AD90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025B1A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025B5C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025BAA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025C120.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025C840.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025C8A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025C918.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025CCC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025CD28.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025CD40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025CEC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025D160.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025D290.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025D2B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025D3CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025D4A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025D4C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025D620.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025D640.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025D6FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025D71C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025D810.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025D830.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025D8EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025D90C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025DA68.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025DBD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025DD40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025DD60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/func_8025DE88.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/mtx_mirror_y.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/reset_actor_blur.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/reset_partner_blur.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/update_actor_shadow.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/update_enemy_shadows.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/update_hero_shadows.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_182B30/update_player_actor_shadow.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18C790/func_8025DEB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18C790/func_8025DEC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18C790/func_8025E030.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18C790/func_8025E044.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18C790/func_8025E108.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18C790/func_8025E14C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18C790/func_8025E190.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18C790/func_8025FF8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18C790/func_802601BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18C790/func_80260948.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18C790/func_80260A20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/FXRecoverFP.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/FXRecoverHP.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/activate_defend_command.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_80260A60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_80260AD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_80260B70.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_80260BF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_80260E90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_80261064.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_802610CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_80261164.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_802611E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_8026127C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_802613BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_80261478.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_80261530.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_802615C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_80261648.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_802616B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_802616F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_802619B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_802619E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_80261B40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_80261DF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_80261FB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_18F340/func_802620F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190A10/func_80262130.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190A10/func_8026220C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/add_xz_vec3f.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/add_xz_vec3f_copy1.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/add_xz_vec3f_copy2.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/count_power_plus.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/create_actor.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/create_target_list.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/deduct_current_move_fp.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80263064.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80263230.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_8026324C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80263268.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80263300.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_802633E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80263434.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80263464.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_802634B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_802636E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80263914.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80263C60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80263CC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80263E08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80263FE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80264084.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80265CE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80265D44.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_802664DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80266684.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_802666E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_802667F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80266970.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80266978.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80266ADC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80266AF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80266B14.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80266D6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80266DAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80266E14.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80266E40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80266EA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80266EE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80266F60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80266F8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80266FD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80267018.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_8026709C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_802670C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_8026777C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_8026787C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/func_80267A3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/inflict_status.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/inflict_status_set_duration.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/load_partner_actor.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/load_player_actor.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/lookup_status_chance.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/lookup_status_duration_mod.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/play_movement_dust_effects.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/reset_all_actor_sounds.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/set_animation.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/set_animation_rate.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/show_damage_popup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/start_rumble_type.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_190B20/try_inflict_status.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1967B0/LoadFreeItemScript.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1967B0/LoadItemScript.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/CloseActionCommandInfo.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/LoadActionCommand.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/check_block_input.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_80268224.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_80268284.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_80268770.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_80268798.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_802687BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_802687E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_8026880C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_80268834.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_80268858.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_80268938.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_80268AF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_80268C9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_80268E88.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_80269118.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_80269160.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_802691C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_80269344.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_80269370.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_8026939C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_80269470.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_196AA0/func_802694A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/AddActorDecoration.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/AddActorVar.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/BoostAttack.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/BoostDefense.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/ChooseNextTarget.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/CopyBuffs.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/CreatePartShadow.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/ElectrifyActor.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/GetActorAttackBoost.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/GetActorDefenseBoost.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/GetBattleVar.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/GetDistanceToGoal.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/GetOwnerTarget.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/GetStatusFlags.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/HealActor.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/LoadBattleSection.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/ModifyActorDecoration.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/RemoveActorDecoration.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/RemovePartShadow.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/ResetActorSounds.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/SetActorSounds.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/SetActorType.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/SetBattleVar.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/SetGoalToIndex.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/SetOwnerTarget.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/SetPartAlpha.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/SetPartSounds.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/SummonEnemy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/UseIdleAnimation.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/VanishActor.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/func_8026E198.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/func_8026E208.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/func_8026E260.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/func_8026E558.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/func_8026E914.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/func_8026E9A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/func_8026EA7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/func_8026EB20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/func_8026EBF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/func_8026ED20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/func_8026EDE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/func_8026F1A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/set_goal_pos_to_part.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_197F40/set_part_goal_to_actor_part.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/CancelablePlayerRunToGoal.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/DidActionSucceed.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/DispatchDamagePlayerEvent.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/EnablePlayerBlur.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/GetMenuSelection.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/PlayerDamageEnemy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/PlayerFallToGoal.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/PlayerLandJump.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/PlayerPowerBounceEnemy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/PlayerRunToGoal.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/PlayerTestEnemy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/calc_player_damage_enemy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/calc_player_test_enemy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/dispatch_damage_event_player.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/dispatch_event_player.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/dispatch_event_player_continue_turn.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/func_802712A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/func_80271328.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/func_802713B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/func_80271484.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/func_80271588.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/func_80273444.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/func_80274A18.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/func_802752AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_19FAF0/func_80275F00.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/DropStarPoints.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/EnemyDamageTarget.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/EnemyTestTarget.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/FallPartTo.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/FallToGoal.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/FlyPartTo.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/FlyToGoal.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/IdleFlyToGoal.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/IdleJumpToGoal.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/IdleRunToGoal.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/JumpPartTo.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/JumpToGoal.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/JumpToGoalSimple2.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/JumpWithBounce.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/LandJump.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/LandJumpPart.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/RemoveActor.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/RunPartTo.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/RunToGoal.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/SetPartSize.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/calc_enemy_damage_target.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/calc_enemy_test_target.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/dispatch_damage_event_actor.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/play_hit_sound.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1A5830/update_lerp_battle.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1AC760/MakeOwnerTargetIndex.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1AC760/PartnerAfflictEnemy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1AC760/PartnerDamageEnemy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1AC760/PartnerPowerBounceEnemy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1AC760/PartnerTestEnemy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1AC760/calc_partner_damage_enemy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1AC760/calc_partner_test_enemy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1AC760/dispatch_damage_event_partner.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1AC760/func_8027FC90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1a1f0_len_5390/MerleeUpdateFX.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1a1f0_len_5390/check_conversation_trigger.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1a1f0_len_5390/create_encounters.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1a1f0_len_5390/draw_encounters_pre_battle.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1a1f0_len_5390/show_first_strike_message.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1a1f0_len_5390/update_encounters_neutral.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1a1f0_len_5390/update_encounters_post_battle.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1a1f0_len_5390/update_encounters_pre_battle.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1b40_len_20b0/func_80027088.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1b40_len_20b0/func_800271FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1b40_len_20b0/func_8002725C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1b40_len_20b0/func_80027600.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1b40_len_20b0/func_80027774.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1b40_len_20b0/func_800279B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1b40_len_20b0/func_80027BAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1b40_len_20b0/gfx_draw_background.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1b40_len_20b0/gfx_draw_frame.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1b40_len_20b0/gfx_init_state.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1b40_len_20b0/gfx_task_background.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1b40_len_20b0/load_engine_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1b40_len_20b0/step_game_loop.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1f580_len_1940/BindNpcAI.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1f580_len_1940/RemoveEncounter.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1f580_len_1940/RemoveNpc.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1f580_len_1940/SetNpcAux.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1f580_len_1940/StartBossBattle.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_1f580_len_1940/start_battle.s (100%) create mode 100644 ver/us/asm/nonmatchings/code_20ec0_len_5040/DoBasicAI.s rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/draw_merlee_message.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/draw_merlee_message_string.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/draw_merlee_messages.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80045AC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80045B10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80045BC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80045C88.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80045CC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80045D00.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80045D7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80045FB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80046030.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_800465E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047608.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_800476F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_8004778C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_800477F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047820.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047898.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_800478F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047928.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_800479A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047A00.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047A30.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047AA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047B08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047B38.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047B84.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047BE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047C14.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047CA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047D00.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047D30.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047DC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047E1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047E4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047EDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047F28.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047F58.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80047FE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80048034.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80048064.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_800480F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80048140.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80048170.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80048200.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_8004824C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80048E34.s (100%) create mode 100644 ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800490B4.s create mode 100644 ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800495A0.s rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_800496B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80049C04.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_80049F7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/func_8004A124.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/spawn_drops.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_20ec0_len_5040/update_merlee_messages.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_23680/DoBasicAI.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_23680/func_80048E34.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_23680/func_800490B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_23680/func_800495A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_23680/func_800496B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_23680/func_80049C04.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_23680/func_80049F7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_23680/func_8004A124.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_23680/get_coin_drop_amount.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_23680/spawn_drops.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_25AF0/func_8004A784.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_25f00_len_940/func_8004AB00.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_25f00_len_940/func_8004AE08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_25f00_len_940/func_8004B328.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_25f00_len_940/nuAuDmaCallBack.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004B62C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004B748.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004BA74.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004C0E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004C268.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004C2A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004C300.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004C358.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004C3D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004C444.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004C578.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004C844.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004C884.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004CD94.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004CDF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004CE70.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004CEA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004CEC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004CF0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004CF3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D00C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D038.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D050.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D07C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D114.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D130.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D15C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D180.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D1B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D23C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D2B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D2E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D310.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D324.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D33C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D354.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D36C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D3A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D3F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D428.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D484.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_26840_len_20d0/func_8004D4BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004D510.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004D794.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004D7E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004DA74.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004DAE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004DB28.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004DB4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004DC80.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004DCB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004DE2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004DFD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004E0F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004E344.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004E4B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004E5D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004E844.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004E880.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004E904.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004EA34.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004EAD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004EC04.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004EC68.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004FE6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8004FED0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_80050020.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8005015C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_800501A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_800502F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_80050568.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_800505E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_80050654.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8005068C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_800506C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_80050770.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_80050818.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_8005087C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_80050888.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_80050900.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_28910_len_5090/func_80050970.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_80050B90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_80050C64.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_80050CA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_80050D50.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_80050E18.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_80050E84.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_80050EF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_80050F64.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_80050FD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_80051050.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_800510A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_800511BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_80051334.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_80051434.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_800521D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_800521E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_800522A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2BF90/func_8005232C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2d9a0_len_890/func_80052660.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2d9a0_len_890/func_80052BF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2d9a0_len_890/func_80052CFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2d9a0_len_890/func_80052E18.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/al_CopyFileTableEntry.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/al_DmaCopy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/al_LoadBank.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/al_LoadINIT.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/al_LoadPER.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/al_LoadPRG.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_800538F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_80053974.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_80053BE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_80053C58.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_80053CB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_80053CF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_80053E58.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_80053F80.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_8005465C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_80054744.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_800549F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_80054AA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_80054C84.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_80054CE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_80054DA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_80054E90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_2e230_len_2190/func_80054F48.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_303c0_len_3e10/al_LoadBKHeaders.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055068.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_8005513C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_800558D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_8005591C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055970.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055A18.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055A6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055ABC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055AF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055B28.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055B80.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055BB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055BF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055C2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055C64.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055C94.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055CC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055CE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055D38.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055D8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055DDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055E48.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_80055EB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_800560BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_30450/func_8005610C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/alAudioFrame.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/func_80056250.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/func_80056D5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/func_80056E34.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/func_80056EE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/func_80056FA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/func_80057224.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/func_8005736C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/func_80057548.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/func_800576EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/func_80057874.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/func_800579D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/func_80057C54.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/func_80057D0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/func_80057F20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_31650/func_80058004.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3169f0/func_80200000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_316C00/func_802AE000_316C00.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_316a70/func_80200080.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_316d90/func_802AE000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325AD0/func_E0200000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325AD0/func_E0200044.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325AD0/func_E02000AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200410.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200420.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200430.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200440.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200450.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200460.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200470.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200480.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200490.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E02004A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E02004B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E02004C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E02004D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E02004E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E02004F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200500.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200510.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200520.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200530.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200540.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200550.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200560.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200570.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200580.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200590.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E02005A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E02005B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E02005C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E02005D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E02005E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E02005F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200600.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200610.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200620.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200630.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200640.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200650.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200660.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200670.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_325EE0/func_E0200680.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3278F0/func_E0002000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3278F0/func_E00021BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3278F0/func_E00022BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3278F0/func_E0002300.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_328110/func_E000C000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_328110/func_E000C094.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_328110/func_E000C0C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_328110/func_E000C160.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_328110/func_E000C654.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_328110/func_E000C754.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_328110/func_E000C798.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32C110/func_E000E000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32C110/func_E000E174.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32C110/func_E000E244.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32C110/func_E000E288.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32C7A0/func_E0010000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32C7A0/func_E0010104.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32C7A0/func_E00101E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32C7A0/func_E00103F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32C7A0/func_E00104B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32C7A0/func_E00104F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32C7A0/func_E0010510.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32DD10/func_E0012000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32DD10/func_E0012104.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32DD10/func_E0012204.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32DD10/func_E0012448.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32DD10/func_E0012504.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32DD10/func_E0012548.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32DD10/func_E0012564.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32E490/func_E0014000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32E490/func_E0014260.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32E490/func_E001449C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32E490/func_E00144E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32EE30/func_E0016000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32EE30/func_E0016228.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32EE30/func_E0016410.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32EE30/func_E0016454.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32F580/func_E0018000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32F580/func_E0018078.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32F580/func_E00182B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32F580/func_E0018378.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32F580/func_E00183BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32F580/func_E00183D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32FE30/func_E001A000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32FE30/func_E001A224.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32FE30/func_E001A3FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_32FE30/func_E001A440.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_330910/func_E001C000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_330910/func_E001C128.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_330910/func_E001C200.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_330910/func_E001C30C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_331940/func_E001E000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_331940/func_E001E378.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_331940/func_E001E6E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_331940/func_E001E730.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_333EC0/func_E0020000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_333EC0/func_E00202CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_333EC0/func_E0020468.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_333EC0/func_E002058C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_333EC0/func_E00205D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33450/func_80058050.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33450/func_80058B20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33450/func_80058C6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_337240/func_E0022000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_337240/func_E002254C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_337240/func_E0022960.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_337240/func_E0022998.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_339250/func_E0024000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_339250/func_E0024188.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_339250/func_E00242E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_339250/func_E0024324.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_339250/func_E00243BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_339250/func_E0024454.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33B180/func_E0026000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33B180/func_E002618C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33B180/func_E00264B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33B180/func_E00264F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33CDF0/func_E0028000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33CDF0/func_E0028248.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33CDF0/func_E00284E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33CDF0/func_E002852C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33E8C0/func_E002A000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33E8C0/func_E002A28C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33E8C0/func_E002A380.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33E8C0/func_E002A3C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33FE80/func_E002C000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33FE80/func_E002C23C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33FE80/func_E002C3D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_33FE80/func_E002C414.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3419E0/func_E002E000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3419E0/func_E002E250.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3419E0/func_E002E330.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3419E0/func_E002E368.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_341d0/clear_effect_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_341d0/func_80058DD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_341d0/func_80058E84.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_341d0/func_80058F88.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_341d0/func_80059008.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_341d0/func_8005904C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_341d0/func_80059310.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_341d0/func_800598A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_341d0/func_80059AB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_341d0/func_80059BD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_341d0/func_80059F94.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_341d0/set_effect_pos_offset.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_341d0/update_effects.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_342140/func_E0030000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_342140/func_E0030730.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_342140/func_E0030A24.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_342140/func_E0030A68.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_343680/func_E0032000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_343680/func_E00321D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_343680/func_E0032420.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_343680/func_E003245C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_344A10/func_E0034000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_344A10/func_E0034110.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_344A10/func_E00342C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_344A10/func_E0034310.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3454E0/func_E0036000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3454E0/func_E00360E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3454E0/func_E00361D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3454E0/func_E0036224.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_34DD20/func_E0038000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_34DD20/func_E0038424.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_34DD20/func_E0038704.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_34DD20/func_E0038748.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_34EC80/func_E003A000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_34EC80/func_E003A1DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_34EC80/func_E003A310.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_34EC80/func_E003A354.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_34F4C0/func_E003C000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_34F4C0/func_E003C244.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_34F4C0/func_E003C47C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_34F4C0/func_E003C498.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_352440/func_E003E000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_352440/func_E003E400.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_352440/func_E003E5F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_352440/func_E003E638.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_353300/func_E0040000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_353300/func_E0040150.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_353300/func_E0040210.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_353300/func_E0040348.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3547A0/func_E0042000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3547A0/func_E0042234.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3547A0/func_E0042374.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3547A0/func_E00423B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_354F60/func_E0044000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_354F60/func_E0044424.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_354F60/func_E00448E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_354F60/func_E004491C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_355EE0/func_E0046000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_355EE0/func_E0046160.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_355EE0/func_E004627C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_355EE0/func_E00462C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_356980/func_E0048000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_356980/func_E0048130.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_356980/func_E00481D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_356980/func_E0048218.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3584C0/func_E004A000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3584C0/func_E004A330.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3584C0/func_E004A748.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3584C0/func_E004A78C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_359F20/func_E004C000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_359F20/func_E004C20C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_359F20/func_E004C364.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_359F20/func_E004C3A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35B9D0/func_E004E000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35B9D0/func_E004E164.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35B9D0/func_E004E1D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35B9D0/func_E004E214.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35BFD0/func_E0050000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35BFD0/func_E00501D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35BFD0/func_E00502C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35BFD0/func_E0050308.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35CA80/func_E0052000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35CA80/func_E00520F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35CA80/func_E005241C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35CA80/func_E0052460.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35DA00/func_E0056000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35DA00/func_E005630C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35DA00/func_E0056B8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35DA00/func_E0056BD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35E920/func_E0058000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35E920/func_E00581B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35E920/func_E0058490.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_35E920/func_E00584D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3602C0/func_E005A000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3602C0/func_E005A1FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3602C0/func_E005A3B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3602C0/func_E005A3F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_360F40/func_E005C000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_360F40/func_E005C180.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_360F40/func_E005C2B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_360F40/func_E005C2F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3625C0/func_E005E000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3625C0/func_E005E1B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3625C0/func_E005E318.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3625C0/func_E005E334.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/_add_hit_vert_to_buffer.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/allocate_hit_tables.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/func_8005DB00.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/func_8005DD54.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/get_collider_center.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/get_collider_type_by_id.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/get_flat_collider_normal.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/load_collision.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/load_hit_asset.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/load_hit_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/load_stage_collision.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/parent_collider_to_model.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/test_down_ray_triangle.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/test_ray_colliders.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/test_ray_entities.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/test_ray_triangle_general.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/test_ray_zones.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/test_up_ray_collider.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/test_up_ray_triangle.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_362a0_len_2f70/update_collider_transform.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_363160/func_E0060000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_363160/func_E00601E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_363160/func_E006040C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_363160/func_E0060450.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_364300/func_E0062000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_364300/func_E0062220.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_364300/func_E00624A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_364300/func_E00624EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_364F10/func_E0064000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_364F10/func_E00641A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_364F10/func_E00643DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_364F10/func_E0064414.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_366030/func_E0066000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_366030/func_E0066498.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_366030/func_E006672C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_366030/func_E0066770.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36A8D0/func_E0068000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36A8D0/func_E0068148.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36A8D0/func_E00681D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36A8D0/func_E0068234.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36D020/func_E006A000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36D020/func_E006A0BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36D020/func_E006A1E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36D020/func_E006A464.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36D020/func_E006A580.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36D020/func_E006A814.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36D020/func_E006A85C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36D020/func_E006A94C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36E1D0/func_E006C000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36E1D0/func_E006C2A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36E1D0/func_E006C5A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_36E1D0/func_E006C5E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_372790/func_E006E000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_372790/func_E006E35C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_372790/func_E006E6E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_372790/func_E006E764.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3740B0/func_E0070000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3740B0/func_E00701F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3740B0/func_E00706F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3740B0/func_E0070740.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_374E50/func_E0072000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_374E50/func_E0072150.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_374E50/func_E007238C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_374E50/func_E00723D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_376460/func_E0074000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_376460/func_E00741E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_376460/func_E0074598.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_376460/func_E00745E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_377070/func_E0076000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_377070/func_E0076378.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_377070/func_E0076808.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_377070/func_E007685C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37A3F0/func_E0078000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37A3F0/func_E007812C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37A3F0/func_E0078210.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37A3F0/func_E007827C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37C540/func_E007A000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37C540/func_E007A50C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37C540/func_E007A840.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37C540/func_E007A88C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37D490/func_E007C000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37D490/func_E007C130.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37D490/func_E007C1B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37D490/func_E007C1F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37F720/func_E007E000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37F720/func_E007E204.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37F720/func_E007E508.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_37F720/func_E007E54C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3812C0/func_E0080000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3812C0/func_E00801D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3812C0/func_E008042C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3812C0/func_E0080448.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_385640/func_E0082000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_385640/func_E00821B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_385640/func_E0082528.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_385640/func_E0082580.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_385640/func_E00826C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_385640/func_E00828B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_385640/func_E0082A84.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3889D0/func_E0084000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3889D0/func_E008403C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3889D0/func_E0084060.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3889D0/func_E0084084.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3889D0/func_E0084660.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3889D0/func_E00848E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3889D0/func_E0084928.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_389850/func_E0086000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_389850/func_E0086278.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_389850/func_E0086398.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_389850/func_E00863B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38ADF0/func_E0088000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38ADF0/func_E008817C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38ADF0/func_E00885A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38ADF0/func_E00887A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38ADF0/func_E00887E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38C5F0/func_E008A000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38C5F0/func_E008A188.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38C5F0/func_E008A290.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38C5F0/func_E008A53C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38C5F0/func_E008A6E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38C5F0/func_E008A728.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38DE00/func_E008C000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38DE00/func_E008C3FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38DE00/func_E008C6B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38DE00/func_E008C6FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38EE60/func_E008E000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38EE60/func_E008E204.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38EE60/func_E008E498.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38EE60/func_E008E4E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38F900/func_E0090000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38F900/func_E00901C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38F900/func_E0090428.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_38F900/func_E0090444.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_391D30/func_E0092000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_391D30/func_E00921B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_391D30/func_E0092258.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_391D30/func_E00922A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_39210_len_aa0/func_8005DECC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_39210_len_aa0/func_8005DFD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_39210_len_aa0/func_8005E12C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3928D0/func_E0094000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3928D0/func_E0094198.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3928D0/func_E00942C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3928D0/func_E00942FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_394280/func_E0096000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_394280/func_E00960F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_394280/func_E0096178.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_394280/func_E00961BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_395BB0/func_E0098000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_395BB0/func_E0098170.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_395BB0/func_E009829C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_395BB0/func_E00982EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3965B0/func_E009A000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3965B0/func_E009A140.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3965B0/func_E009A398.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3965B0/func_E009A3E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3981F0/func_E009C000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3981F0/func_E009C108.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3981F0/func_E009C1DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3981F0/func_E009C220.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_39FF20/func_E009E000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_39FF20/func_E009E1E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_39FF20/func_E009E3DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_39FF20/func_E009E424.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A2290/func_E00A0000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A2990/func_E00A2000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A2990/func_E00A2120.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A2990/func_E00A21EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A2990/func_E00A223C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A37E0/func_E00A4000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A37E0/func_E00A41AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A37E0/func_E00A45DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A37E0/func_E00A4650.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A5550/func_E00A6000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A5550/func_E00A6124.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A5550/func_E00A6358.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A5550/func_E00A63A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A70F0/func_E00A8000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A70F0/func_E00A8104.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A70F0/func_E00A82D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3A70F0/func_E00A8320.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3AA920/func_E00AA000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3AA920/func_E00AA10C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3AA920/func_E00AA3C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3AA920/func_E00AA404.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3AEE20/func_E00AC000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3AEE20/func_E00AC124.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3AEE20/func_E00AC288.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3AEE20/func_E00AC2A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B2350/func_E00AE000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B2350/func_E00AE1B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B2350/func_E00AE4FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B2350/func_E00AE54C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B3EB0/func_E00B0000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B3EB0/func_E00B0124.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B3EB0/func_E00B01F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B3EB0/func_E00B0234.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B4790/func_E00B2000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B4790/func_E00B21E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B4790/func_E00B2460.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B4790/func_E00B24B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B5CF0/func_E00B4000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B5CF0/func_E00B413C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B5CF0/func_E00B452C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B5CF0/func_E00B457C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B7160/func_E00B6000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B7160/func_E00B6180.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B7160/func_E00B629C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B7160/func_E00B62E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B7B80/func_E00B8000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B7B80/func_E00B8134.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B7B80/func_E00B81B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B7B80/func_E00B8208.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B8BD0/func_E00BA000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B8BD0/func_E00BA174.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B8BD0/func_E00BA5DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3B8BD0/func_E00BA620.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3BA030/func_E00BC000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3BA030/func_E00BC1D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3BA030/func_E00BC238.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3BA030/func_E00BC2E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3BA030/func_E00BC374.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3BBF60/func_E00BE000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3BBF60/func_E00BE3A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3BBF60/func_E00BE578.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3BBF60/func_E00BE5BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3BCD60/func_E00C0000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3BCD60/func_E00C0160.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3BCD60/func_E00C0710.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3BCD60/func_E00C0760.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3C11D0/func_E00C2000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3C11D0/func_E00C212C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3C11D0/func_E00C21CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3C11D0/func_E00C221C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3CADF0/func_E00C4000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3CADF0/func_E00C4178.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3CADF0/func_E00C42C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3CADF0/func_E00C4308.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3CC9E0/func_E00C6000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3CC9E0/func_E00C639C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3CC9E0/func_E00C6768.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3CC9E0/func_E00C67B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3CF3A0/func_E00C8000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3CF3A0/func_E00C8220.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3CF3A0/func_E00C8404.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3CF3A0/func_E00C8454.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3CF80/osContGetInitData.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3CF80/osContInit.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3CF80/osPackRequestData.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D0500/func_E00CA000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D0500/func_E00CA248.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D0500/func_E00CA484.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D0500/func_E00CA4CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D1690/func_E00CC000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D1690/func_E00CC258.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D1690/func_E00CC980.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D1690/func_E00CC9D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D2AC0/func_E00CE000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D2AC0/func_E00CE224.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D2AC0/func_E00CE428.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D2AC0/func_E00CE478.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D3E20/func_E00D0000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D3E20/func_E00D0194.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D3E20/func_E00D0448.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D3E20/func_E00D048C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D4970/func_E00D2000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D4970/func_E00D2120.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D4970/func_E00D2234.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D4970/func_E00D2284.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D5020/func_E00D6000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D5020/func_E00D6720.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D5020/func_E00D693C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D5020/func_E00D6980.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D67C0/func_E00D8000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D67C0/func_E00D8128.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D67C0/func_E00D8264.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D67C0/func_E00D8334.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D67C0/func_E00D8630.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D7240/func_E00DA000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D7240/func_E00DA104.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D7240/func_E00DA1E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D7240/func_E00DA230.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D7A70/func_E00DC000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D7A70/func_E00DC198.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D7A70/func_E00DC2C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D7A70/func_E00DC304.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D8720/func_E00DE000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D8720/func_E00DE124.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D8720/func_E00DE260.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3D8720/func_E00DE2A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3DB460/func_E00E0000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3DB460/func_E00E01D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3DB460/func_E00E05B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3DB460/func_E00E0600.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3DC310/func_E00E2000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3DC310/func_E00E2134.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3DC310/func_E00E21C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3DC310/func_E00E2218.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3DE000/func_E00E4000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3DE000/func_E00E4290.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3DE000/func_E00E490C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3DE000/func_E00E495C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E0930/func_E00E6000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E0930/func_E00E6184.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E0930/func_E00E64D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E0930/func_E00E6524.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E1690/func_E00E8000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E1690/func_E00E8264.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E1690/func_E00E8374.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E1690/func_E00E83BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E1EE0/func_E00EA000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E1EE0/func_E00EA198.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E1EE0/func_E00EA520.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E1EE0/func_E00EA66C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E43A0/func_E010A000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E43A0/func_E010A18C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E43A0/func_E010A4A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E43A0/func_E010A4E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E54C0/func_E010C000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E54C0/func_E010C198.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E54C0/func_E010C354.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3E54C0/func_E010C39C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3EB4E0/func_E010E000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3EB4E0/func_E010E32C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3EB4E0/func_E010E4A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3EB4E0/func_E010E510.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3EB4E0/func_E010E558.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3F83F0/func_E0110000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3F83F0/func_E011022C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3F83F0/func_E01103A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3F83F0/func_E01103EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3F9E50/func_E0112000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3F9E50/func_E01121C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3F9E50/func_E01122E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3F9E50/func_E0112330.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3F9E50/func_E01124CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3FEA0/_Printf.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3FEA0/_Putfld.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3FEA0/proutSprintf.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3FEA0/sprintf.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3FEAE0/func_E0114000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3FEAE0/func_E01140DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3FEAE0/func_E0114340.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3FEAE0/func_E0114388.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_3bf0_len_6f0/update_input.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_402640/func_E0116000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_402640/func_E011618C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_402640/func_E01166A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_402640/func_E01166E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_402640/func_E0116884.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_403400/func_E0118000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_403400/func_E01182F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_403400/func_E0118454.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_403400/func_E011849C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_404220/func_E011A000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_404220/func_E011A104.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_404220/func_E011A3A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_404220/func_E011A3BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_404220/func_E011A48C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_404220/func_E011A700.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_406B40/func_E011C000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_406B40/func_E011C0FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_406B40/func_E011C17C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_406B40/func_E011C1C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_409990/func_E011E000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_409990/func_E011E194.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_409990/func_E011E530.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_409990/func_E011E578.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_40B3F0/func_E0120000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_40B3F0/func_E012013C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_40B3F0/func_E012039C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_40B3F0/func_E01203E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_40C5A0/func_E0122000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_40C5A0/func_E012217C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_40C5A0/func_E01226C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_40C5A0/func_E012270C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_40E10/osSpTaskLoad.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_40E10/osSpTaskStartGo.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_412730/func_E0124000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_412730/func_E0124304.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_412730/func_E012448C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_412730/func_E01244C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_413360/func_E0126000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_413360/func_E0126134.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_413360/func_E01264A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_413360/func_E01264EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_414BA0/func_E0128000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_414BA0/func_E0128130.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_414BA0/func_E0128198.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_414BA0/func_E01281E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/can_switch_to_player.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/draw_battle_wheel.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A1000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A1030.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A1050.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A1078.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A1098.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A10B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A11B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A2684.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A27D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A27E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A2910.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A2AB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A2C58.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A2C84.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A3C98.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A43DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A4448.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A4494.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A4534.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A45D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A4718.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A472C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A47E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A48FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A4A10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A4A54.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A5290.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A56F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A5738.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A57C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A58D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A8180.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A9AE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A9B30.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802A9B44.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802AA05C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802AA0A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802AA0B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802AA640.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/func_802AACD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/update_partner_menu.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/update_player_menu.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_415D90/update_targeting_enemies.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_41880/osInsertTimer.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_41880/osSetTimerIntr.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_41880/osTimerInterrupt.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_41880/osTimerServicesInit.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4219F0/func_802A9000_4219F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4219F0/func_802A9120_421B10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4219F0/func_802A9234_421C24.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4219F0/func_802A9544_421F34.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4219F0/func_802A9590_421F80.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_422000/func_802A9000_422000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_422000/func_802A9258_422258.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_422000/func_802A936C_42236C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_422000/func_802A99D4_4229D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_422000/func_802A9A30_422A30.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_422AD0/func_802A9000_422AD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_422AD0/func_802A92A0_422D70.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_422AD0/func_802A9378_422E48.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_422AD0/func_802A96F4_4231C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_422AD0/func_802A9894_423364.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4233F0/func_802A9000_4233F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4233F0/func_802A91B0_4235A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4233F0/func_802A92DC_4236CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4233F0/func_802A96B8_423AA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4233F0/func_802A97FC_423BEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_423C70/func_802A9000_423C70.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_423C70/func_802A91E0_423E50.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_423C70/func_802A92F0_423F60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_423C70/func_802A9744_4243B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_423C70/func_802A9898_424508.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_425590/func_802A9000_425590.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_425590/func_802A9110_4256A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_425590/func_802A91F8_425788.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_425590/func_802A94A4_425A34.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_425590/func_802A9544_425AD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_425B50/func_802A9000_425B50.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_425B50/func_802A916C_425CBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_425B50/func_802A9228_425D78.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_425B50/func_802A94D8_426028.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_425B50/func_802A959C_4260EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_426170/func_802A9000_426170.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_426170/func_802A9170_4262E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_426170/func_802A928C_4263FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_426170/func_802A96DC_42684C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_426170/func_802A97BC_42692C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4269D0/func_802A9000_4269D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4269D0/func_802A9178_426B48.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4269D0/func_802A9294_426C64.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4269D0/func_802A9834_427204.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4269D0/func_802A9914_4272E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4273B0/func_802A9000_4273B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4273B0/func_802A9170_427520.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4273B0/func_802A928C_42763C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4273B0/func_802A955C_42790C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4273B0/func_802A963C_4279EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_427A70/func_802A9000_427A70.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_427A70/func_802A9170_427BE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_427A70/func_802A928C_427CFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_427A70/func_802A96EC_42815C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_427A70/func_802A97CC_42823C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4282E0/func_802A9000_4282E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4282E0/func_802A91B8_428498.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4282E0/func_802A92D4_4285B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4282E0/func_802A9664_428944.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_4282E0/func_802A9708_4289E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_428A70/func_802A9000_428A70.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_428A70/func_802A9184_428BF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_428A70/func_802A9278_428CE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_428A70/func_802A96EC_42915C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_428A70/func_802A9810_429280.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_429320/func_802A9000_429320.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_429320/func_802A9178_429498.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_429320/func_802A9294_4295B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_429320/func_802A984C_429B6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_429320/func_802A992C_429C4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_429D20/func_802A9000_429D20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_429D20/func_802A911C_429E3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_429D20/func_802A9208_429F28.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_429D20/func_802A9634_42A354.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_429D20/func_802A9720_42A440.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42A4F0/func_802A9000_42A4F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42A4F0/func_802A9398_42A888.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42A4F0/func_802A948C_42A97C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42A4F0/func_802AA014_42B504.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42A4F0/func_802AA0D8_42B5C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42C6F0/func_802A9000_42C6F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42C6F0/func_802A9138_42C828.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42C6F0/func_802A9228_42C918.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42C6F0/func_802A9718_42CE08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42C6F0/func_802A9764_42CE54.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42CF10/func_802A9000_42CF10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42CF10/func_802A9210_42D120.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42CF10/func_802A9310_42D220.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42CF10/func_802A98D0_42D7E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42CF10/func_802A9A54_42D964.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42DA10/func_802A9000_42DA10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42DA10/func_802A91A0_42DBB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42DA10/func_802A92A0_42DCB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42DA10/func_802A97F8_42E208.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42DA10/func_802A98E0_42E2F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42E3A0/func_802A9000_42E3A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42E3A0/func_802A917C_42E51C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42E3A0/func_802A9298_42E638.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42E3A0/func_802A98B0_42EC50.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42E3A0/func_802A9990_42ED30.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42EE20/func_802A9000_42EE20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42EE20/func_802A916C_42EF8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42EE20/func_802A9254_42F074.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42EE20/func_802A973C_42F55C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42EE20/func_802A981C_42F63C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42F6E0/func_802A9000_42F6E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42F6E0/func_802A91A0_42F880.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42F6E0/func_802A92A0_42F980.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42F6E0/func_802A97AC_42FE8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42F6E0/func_802A9894_42FF74.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42e0_len_1f60/_heap_free.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42e0_len_1f60/_heap_malloc.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42e0_len_1f60/_heap_malloc_tail.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42e0_len_1f60/_heap_realloc.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42e0_len_1f60/atan2.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42e0_len_1f60/clamp_angle.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42e0_len_1f60/cosine.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42e0_len_1f60/func_8002A904.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42e0_len_1f60/func_8002AAC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42e0_len_1f60/func_8002AB5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42e0_len_1f60/int_to_string.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42e0_len_1f60/rand_int.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42e0_len_1f60/transform_point.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_42e0_len_1f60/update_lerp.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_430020/func_802A9000_430020.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_430020/func_802A917C_43019C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_430020/func_802A9298_4302B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_430020/func_802A97FC_43081C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_430020/func_802A98DC_4308FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_43590/osPfsAllocateFile.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_43590/osPfsDeclearPage.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_44490/osPfsCheckRamArea.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_44490/osPfsInitPak.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_44490/osPfsNumFiles.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6240_len_c00/fio_calc_file_checksum.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6240_len_c00/fio_calc_header_checksum.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6240_len_c00/fio_deserialize_state.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6240_len_c00/fio_erase_game.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6240_len_c00/fio_fetch_saved_file_info.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6240_len_c00/fio_flush_backups.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6240_len_c00/fio_has_valid_backup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6240_len_c00/fio_load_game.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6240_len_c00/fio_read_flash.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6240_len_c00/fio_save_game.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6240_len_c00/fio_serialize_state.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6240_len_c00/fio_validate_file_checksum.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6240_len_c00/fio_validate_header_checksums.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6240_len_c00/fio_write_flash.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F10E0/func_802380E4_6F11C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F10E0/func_8023817C_6F125C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F10E0/func_80238A20_6F1B00.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F10E0/func_80238B60_6F1C40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F10E0/func_80238BCC_6F1CAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F10E0/func_80238E04_6F1EE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F10E0/func_80238E48_6F1F28.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F10E0/func_80238E74_6F1F54.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F10E0/func_80238EDC_6F1FBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F10E0/func_8023903C_6F211C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F10E0/func_80239068_6F2148.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F10E0/func_802390B0_6F2190.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F10E0/func_802390C8_6F21A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F5E80/func_80238000_6F5E80.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F5E80/func_80238114_6F5F94.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F5E80/func_80238298_6F6118.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6F5E80/func_802383C0_6F6240.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6FAD10/func_80238000_6FAD10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6FAD10/func_80238244_6FAF54.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6FAD10/func_80238358_6FB068.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6FAD10/func_8023849C_6FB1AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6FAD10/func_80238590_6FB2A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6FFD80/func_80238000_6FFD80.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6FFD80/func_80238C88_700A08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6FFD80/func_80238CE0_700A60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6FFD80/func_80238E24_700BA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6FFD80/func_802390B4_700E34.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6FFD80/func_802397C8_701548.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_6e40_len_500/render_curtains.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_80238000_703AF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_80238370_703E60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_802383C0_703EB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_802383D4_703EC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_802383E4_703ED4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_802383F8_703EE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_80238408_703EF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_80238434_703F24.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_80238478_703F68.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_802384B0_703FA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_80238570_704060.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_8023859C_70408C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_80238668_704158.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_80238784_704274.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_80238810_704300.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_80238B3C_70462C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_80238C08_7046F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_703AF0/func_80238C84_704774.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_707CA0/func_80238000_707CA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_707CA0/func_80238114_707DB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_707CA0/func_802381EC_707E8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_707CA0/func_802382A4_707F44.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_707CA0/func_80238328_707FC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_707CA0/func_80238388_708028.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_707CA0/func_80238480_708120.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_707CA0/func_80238540_7081E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_707CA0/func_80238E30_708AD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_70BD10/func_80238000_70BD10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_70BD10/func_8023803C_70BD4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_70BD10/func_80238A6C_70C77C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_70BD10/func_80238B50_70C860.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_70BD10/func_80238C14_70C924.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_70BD10/func_80238C58_70C968.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_70BD10/func_80238D8C_70CA9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_70BD10/func_8023906C_70CD7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_70BD10/func_80239140_70CE50.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_70BD10/func_80239F84_70DC94.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_70BD10/func_8023A19C_70DEAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_70BD10/func_8023A1B0_70DEC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_710EF0/func_80238000_710EF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_710EF0/func_80238014_710F04.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_710EF0/func_8023808C_710F7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_710EF0/func_802380E4_710FD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_710EF0/func_80238198_711088.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_710EF0/func_802381C8_7110B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_710EF0/func_802381E8_7110D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_714CF0/func_80238028_714D18.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_715850/func_802A1000_715850.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_715850/func_802A11D4_715A24.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_715850/func_802A123C_715A8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_715850/func_802A12EC_715B3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_715850/func_802A1378_715BC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_715850/func_802A1438_715C88.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_715850/func_802A14F8_715D48.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_715850/func_802A154C_715D9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_715850/func_802A15A0_715DF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_716C60/func_802A1000_716C60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_716C60/func_802A11D4_716E34.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_716C60/func_802A123C_716E9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_716C60/func_802A1378_716FD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7179D0/func_802A1000_7179D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7179D0/func_802A11D4_717BA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_718850/func_802A1000_718850.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_718850/func_802A11D4_718A24.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_718850/func_802A123C_718A8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_718850/func_802A12E4_718B34.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_718850/func_802A1318_718B68.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_719970/func_802A1000_719970.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_719970/func_802A11D4_719B44.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71A7F0/func_802A1000_71A7F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71A7F0/func_802A11D4_71A9C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71A7F0/func_802A123C_71AA2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71B1A0/func_802A1000_71B1A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71B1A0/func_802A11D4_71B374.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71B1A0/func_802A12D4_71B474.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71B1A0/func_802A1354_71B4F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71BE30/func_802A1000_71BE30.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71BE30/func_802A11D4_71C004.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71BE30/func_802A123C_71C06C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71BE30/func_802A13B8_71C1E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71CCE0/func_802A1000_71CCE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71CCE0/func_802A11D4_71CEB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71CCE0/func_802A123C_71CF1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71CCE0/func_802A12FC_71CFDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71E650/func_802A1000_71E650.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71E650/func_802A11D4_71E824.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71E650/func_802A123C_71E88C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71E650/func_802A1740_71ED90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_71E650/func_802A1848_71EE98.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7215A0/func_802A1000_7215A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7215A0/func_802A11D4_721774.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7215A0/func_802A123C_7217DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_722000/func_802A1000_722000.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_722000/func_802A11D4_7221D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_722000/func_802A123C_72223C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_722B40/func_802A1000_722B40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_722B40/func_802A11D4_722D14.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_722B40/func_802A123C_722D7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_722B40/func_802A1420_722F60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_723780/func_802A1000_723780.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_723780/func_802A11D4_723954.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_723780/func_802A123C_7239BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_723780/func_802A12FC_723A7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_724CE0/func_802A1000_724CE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_724CE0/func_802A11D4_724EB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_724CE0/func_802A123C_724F1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_724CE0/func_802A12EC_724FCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_724CE0/func_802A1378_725058.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_724CE0/func_802A1418_7250F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_724CE0/func_802A14D8_7251B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_725F60/func_802A1000_725F60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_725F60/func_802A11D4_726134.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_725F60/func_802A123C_72619C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_725F60/func_802A12C4_726224.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_726DD0/func_802A1000_726DD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_726DD0/func_802A11D4_726FA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_726DD0/func_802A12D4_7270A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7285E0/func_802A1000_7285E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7285E0/func_802A11D4_7287B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_728EC0/func_802A1000_728EC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_728EC0/func_802A11D4_729094.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_728EC0/func_802A123C_7290FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72A750/func_802A1000_72A750.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72A750/func_802A11D4_72A924.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72A750/func_802A123C_72A98C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72A750/func_802A1280_72A9D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72A750/func_802A12E0_72AA30.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72B910/func_802A1000_72B910.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72B910/func_802A11D4_72BAE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72B910/func_802A12D4_72BBE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72C5B0/func_802A1000_72C5B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72C5B0/func_802A11D4_72C784.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72C5B0/func_802A123C_72C7EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72C5B0/func_802A13E4_72C994.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72C5B0/func_802A188C_72CE3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72DB70/func_802A1000_72DB70.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72DB70/func_802A11D4_72DD44.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_72DB70/func_802A123C_72DDAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7305A0/func_802A1000_7305A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7305A0/func_802A11D4_730774.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7305A0/func_802A123C_7307DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7305A0/func_802A127C_73081C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7305A0/func_802A133C_7308DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7305A0/func_802A13FC_73099C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7305A0/func_802A1450_7309F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7305A0/func_802A149C_730A3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7305A0/func_802A14F0_730A90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7330D0/func_802A1000_7330D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7330D0/func_802A11D4_7332A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7330D0/func_802A123C_73330C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7330D0/func_802A12EC_7333BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7330D0/func_802A1378_733448.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7330D0/func_802A1438_733508.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7330D0/func_802A14F8_7335C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7330D0/func_802A154C_73361C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7330D0/func_802A15A0_733670.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7340_len_b00/crash_create_monitor.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7340_len_b00/crash_delay_msec.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7340_len_b00/crash_monitor_thread.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7340_len_b00/crash_print_fpr.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7340_len_b00/crash_printf_string.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7340_len_b00/crash_show_handler.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7340_len_b00/func_8002BFB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7340_len_b00/func_8002C054.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7340_len_b00/func_8002C1D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7340_len_b00/func_8002C324.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7340_len_b00/func_8002C7B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7340_len_b00/func_8002C890.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7340_len_b00/func_8002C94C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_737890/func_802A1000_737890.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_737890/func_802A1074_737904.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_743DF0/func_802A10E4_743ED4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_743DF0/func_802A1194_743F84.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_743DF0/func_802A11A4_743F94.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_743DF0/func_802A11C0_743FB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_756780/func_802A10A4_756824.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_759b0_len_61b0/func_800DC500.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_759b0_len_61b0/func_800DC778.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_759b0_len_61b0/func_800DCB7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_759b0_len_61b0/func_800DCE70.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_759b0_len_61b0/func_800DD04C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_759b0_len_61b0/func_800DD228.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_759b0_len_61b0/func_800DD44C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_759b0_len_61b0/func_800DD618.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_759b0_len_61b0/func_800DD8FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_759b0_len_61b0/func_800DDAE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_759b0_len_61b0/func_800DDC44.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_759b0_len_61b0/func_800DDCEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_759b0_len_61b0/func_800DDD94.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/appendGfx_player.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/appendGfx_player_spin.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/check_for_interactables.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/check_input_use_partner.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/collision_check_above.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/do_lateral_collision.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/func_800DE46C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/func_800DEE5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/func_800DF15C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/func_800DFD48.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/func_800DFFCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/func_800E0294.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/func_800E0398.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/func_800E0580.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/func_800E06D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/func_800E0B90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/get_player_back_anim.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/render_player_model.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/test_below_player.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/test_player_lateral.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/trace_above_player.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/trace_below_player.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77480/update_player_shadow.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_77F240/func_802A10A4_77F2E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_789E60/func_802A1000_789E60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_789E60/func_802A10AC_789F0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_789E60/func_802A116C_789FCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_789E60/func_802A1218_78A078.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_789E60/func_802A137C_78A1DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_789E60/func_802A1414_78A274.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_789E60/func_802A1494_78A2F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_789E60/func_802A14E8_78A348.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_789E60/func_802A1518_78A378.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_789E60/func_802A15B0_78A410.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7900D0/func_802A1000_7900D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7900D0/func_802A10AC_79017C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7900D0/func_802A116C_79023C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7900D0/func_802A1218_7902E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7900D0/func_802A137C_79044C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7900D0/func_802A1414_7904E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7900D0/func_802A1494_790564.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7900D0/func_802A14E8_7905B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7900D0/func_802A1518_7905E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7900D0/func_802A1528_7905F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7900D0/func_802A153C_79060C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7900D0/func_802A163C_79070C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7900D0/func_802A16F4_7907C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_793D20/func_802A1000_793D20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_793D20/func_802A116C_793E8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_793D20/func_802A1218_793F38.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_793D20/func_802A1414_794134.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_793D20/func_802A1494_7941B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_793D20/func_802A14E8_794208.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7952E0/func_802A1000_7952E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7952E0/func_802A10AC_79538C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7952E0/func_802A116C_79544C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7952E0/func_802A1218_7954F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7952E0/func_802A137C_79565C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7952E0/func_802A1414_7956F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7952E0/func_802A1494_795774.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7952E0/func_802A14E8_7957C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7952E0/func_802A1518_7957F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7952E0/func_802A15B4_795894.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7952E0/func_802A1628_795908.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_796FC0/func_802A1000_796FC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_796FC0/func_802A10AC_79706C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_796FC0/func_802A116C_79712C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_796FC0/func_802A1218_7971D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_796FC0/func_802A1414_7973D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_796FC0/func_802A1494_797454.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_796FC0/func_802A14E8_7974A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_796FC0/func_802A1518_7974D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_796FC0/func_802A2468_798428.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_796FC0/func_802A247C_79843C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7997B0/func_802A1000_7997B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7997B0/func_802A10AC_79985C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7997B0/func_802A116C_79991C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7997B0/func_802A1218_7999C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7997B0/func_802A137C_799B2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7997B0/func_802A1414_799BC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7997B0/func_802A1494_799C44.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7997B0/func_802A14E8_799C98.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7997B0/func_802A1518_799CC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7997B0/func_802A2468_79AC18.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7997B0/func_802A247C_79AC2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79BFA0/func_802A1000_79BFA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79BFA0/func_802A10AC_79C04C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79BFA0/func_802A116C_79C10C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79BFA0/func_802A1218_79C1B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79BFA0/func_802A137C_79C31C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79BFA0/func_802A1414_79C3B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79BFA0/func_802A1494_79C434.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79BFA0/func_802A14E8_79C488.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79BFA0/func_802A1518_79C4B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79D8A0/func_802A1000_79D8A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79D8A0/func_802A10AC_79D94C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79D8A0/func_802A116C_79DA0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79D8A0/func_802A1218_79DAB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79D8A0/func_802A137C_79DC1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79D8A0/func_802A1414_79DCB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79D8A0/func_802A1494_79DD34.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79D8A0/func_802A14E8_79DD88.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_79D8A0/func_802A1518_79DDB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7B440/func_800E205C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7B440/func_800E23FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7B440/func_800E24F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7B440/input_to_move_vector.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/can_player_interact.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/check_input_jump.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/check_input_spin.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/collision_check_player_intersecting_world.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/collision_main_above.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/collision_main_lateral.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E29C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E2BB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E2F60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E315C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E3514.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E45E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E46C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E4744.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E4BB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E5174.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E5348.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E5530.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E58F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E5938.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E59A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E5A2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E5C78.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E6428.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/func_800E66C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/make_disguise_npc.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/phys_player_land.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7bb60_len_41b0/update_fall_state.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7fd10_len_b40/can_pause.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7fd10_len_b40/check_input_open_menus.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7fd10_len_b40/func_800E6904.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7fd10_len_b40/setup_item_popup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_7fd10_len_b40/setup_partner_popup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_80850_len_3060/is_ability_active.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_80850_len_3060/status_menu_draw_number.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_80850_len_3060/status_menu_draw_stat.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_80850_len_3060/update_status_menu.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8560/func_8002D160.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8800/create_cameras_a.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8800/create_cameras_b.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8800/func_8002E82C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8800/get_screen_coords.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8800/initialize_next_camera.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8800/render_frame.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8800/set_cam_viewport.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8800/update_cameras.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_891b0_len_fb0/func_800EFD08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_891b0_len_fb0/func_800EFE2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_891b0_len_fb0/func_800F0248.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_891b0_len_fb0/func_800F0490.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_891b0_len_fb0/func_800F0864.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_891b0_len_fb0/func_800F09EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_891b0_len_fb0/func_800F0B3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_891b0_len_fb0/func_800F0C9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a160_len_700/func_800F0CB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a160_len_700/func_800F0D80.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a160_len_700/func_800F102C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a860_len_3f30/draw_submenu_title.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a860_len_3f30/func_800F13B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a860_len_3f30/func_800F1538.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a860_len_3f30/func_800F16CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a860_len_3f30/func_800F1A10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a860_len_3f30/func_800F3680.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a860_len_3f30/func_800F48F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a860_len_3f30/func_800F4944.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a860_len_3f30/func_800F4C1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a860_len_3f30/func_800F4C6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a860_len_3f30/func_800F4CF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a860_len_3f30/func_800F4D28.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a860_len_3f30/func_800F4E40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a860_len_3f30/func_800F4FC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8a860_len_3f30/func_800F513C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_8e790_len_2850/draw_box.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_9d10_len_1080/do_camera_type_0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_9d10_len_1080/do_camera_type_1.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_9d10_len_1080/do_camera_type_2.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_9d10_len_1080/do_camera_type_4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B0E0/do_camera_type_3.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B0E0/do_camera_type_5.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B0E0/do_camera_type_unused.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B0E0/func_80030210.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B0E0/func_8003034C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B0E0/test_ray_zone_aabb.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B0E0/update_camera_from_zone.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011DE80.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011DFD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011E014.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011E058.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011E09C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011E0DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011E150.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011E1C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011E224.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011E310.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011E398.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011E400.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011E438.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011E4B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011E5E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011E718.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011E8BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011EA54.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011EBF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011F058.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011F118.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011F304.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011F3E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011F4D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011FA54.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011FF74.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011FF98.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8011FFB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_80120028.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8012003C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8012004C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_80120064.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8012008C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_8012009C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_801200B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_801200EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_80120118.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_80120198.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_80120234.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_801203AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_80120420.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_80120474.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_80120530.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_80120678.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/func_801206F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B4580/play_model_animation.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/_draw_message_box.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/_load_string.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/_update_message.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/clamp_printer_coords.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/clear_printers.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/dma_load_string.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/draw_digit.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/draw_msg.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/draw_number.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/func_80124434.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/func_80124570.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/func_80125C84.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/func_80126790.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/func_80126EAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/func_80126F78.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/func_80127BA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/func_80127D90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/func_8012C324.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/func_8012C9A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/func_8012CA08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/func_8012D3DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/func_8012DB58.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/func_8012E8E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/get_char_width.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/get_msg_lines.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/get_string_properties.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/get_string_width.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/initialize_printer.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/load_font.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/load_font_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/load_message_to_buffer.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/load_message_to_printer.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/render_messages.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/set_message_string.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/set_message_value.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_B9D60/update_messages.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/appendGfx_item_entity.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/clear_item_entity_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/draw_coin_sparkles.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/draw_item_entities.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_8012E9A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_8012EC94.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_8012F500.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_8012FE10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_8012FE78.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_801309F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_80130A04.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_80130ACC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_80130F70.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_80130FAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_80131128.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_80131DD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_80132D94.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_80133A94.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_80133FC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_8013559C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_801363A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_8013673C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_801369D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/func_80136A08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/init_got_item.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/init_item_entity_list.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/make_item_entity.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/remove_item_entity_by_index.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/remove_item_entity_by_reference.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/render_item_entities.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/test_item_player_collision.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/update_item_entities.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/update_item_entity_collectable.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/update_item_entity_static.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_C50A0/update_item_entity_temp.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_CEE40/func_80138740.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_CEE40/func_80138D88.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_CEE40/func_80138E54.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_CEE40/func_80139F10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/_play_sound.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_80149250.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_80149618.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_80149670.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_80149734.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_801497FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_80149828.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_80149838.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_801498C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_80149908.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_80149974.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_801499EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_80149A6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_80149BE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_80149E04.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_80149F58.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/func_8014A1B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/play_sound_at_position.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_DF950/stop_sound.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E20110/func_802B70B4_E201C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E20110/func_802B71E8_E202F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E20110/func_802B7450_E20560.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E20110/func_802B75E8_E206F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E20110/func_802B7728_E20838.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E21870/func_802B704C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E21870/func_802B7140.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E21870/func_802B71D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E21870/func_802B74F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E225B0/func_802B7000_E225B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E225B0/func_802B72C0_E22870.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E225B0/func_802B735C_E2290C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E23260/func_802B6000_E23260.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E23260/func_802B61E4_E23444.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E236E0/func_802B6000_E236E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E236E0/func_802B6288_E23968.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E236E0/func_802B6550_E23C30.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E236E0/func_802B65E8_E23CC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E236E0/func_802B6738_E23E18.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24040/func_802B6000_E24040.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24040/func_802B60B4_E240F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24040/func_802B6198_E241D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24040/func_802B6294_E242D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24040/func_802B6348_E24388.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24040/func_802B647C_E244BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24040/func_802B6508_E24548.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E245D0/func_802B6000_E245D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E245D0/func_802B6198_E24768.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E245D0/func_802B6230_E24800.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24920/func_802B6000_E24920.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24920/func_802B61C0_E24AE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24920/func_802B62CC_E24BEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24920/func_802B644C_E24D6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24ED0/func_802B6000_E24ED0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24ED0/func_802B6048_E24F18.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24ED0/func_802B62A4_E25174.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24ED0/func_802B66A8_E25578.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E24ED0/func_802B6820_E256F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E25D60/func_802B6000_E25D60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E26710/func_802B6000_E26710.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E26710/func_802B65F8_E26D08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E26DE0/func_802B6000_E26DE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E26DE0/func_802B6648_E27428.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E27510/func_802B6000_E27510.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E27510/func_802B6060_E27570.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E27C90/func_802B6000_E27C90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E27F40/func_802B6000_E27F40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E287F0/func_802B6000_E287F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E28A30/func_802B6000_E28A30.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E28A30/func_802B609C_E28ACC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E28A30/func_802B6350_E28D80.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E28A30/func_802B63D4_E28E04.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E28A30/func_802B6478_E28EA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E28A30/func_802B6508_E28F38.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E28A30/func_802B6638_E29068.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E291A0/func_802B6000_E291A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E29470/func_802B6000_E29470.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E29470/func_802B60A4_E29514.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2A340/func_802B6000_E2A340.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2A6B0/func_802B6000_E2A6B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2A6B0/func_802B6120_E2A7D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2A6B0/func_802B6CF0_E2B3A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2B530/func_802BAE00_E2B530.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2B530/func_802BB044_E2B774.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2B530/func_802BB1E8_E2B918.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2B530/func_802BB62C_E2BD5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2B530/func_802BB664_E2BD94.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2B530/func_802BB69C_E2BDCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2B530/func_802BB6D4_E2BE04.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2BE40/func_802BB710_E2BE40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2BE40/func_802BB870_E2BFA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2BE40/func_802BB8A4_E2BFD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2BE40/func_802BBE3C_E2C56C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2BE40/func_802BC148_E2C878.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2BE40/func_802BC1A8_E2C8D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2C930/func_802BC200_E2C930.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2C930/func_802BC3A8_E2CAD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2C930/func_802BC3DC_E2CB0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2C930/func_802BC974_E2D0A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2C930/func_802BCC80_E2D3B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2D730/func_802BAE00_E2D730.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2D730/func_802BB000_E2D930.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2D730/func_802BB0A0_E2D9D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2D730/func_802BB228_E2DB58.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2D730/func_802BB298_E2DBC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2D730/func_802BB314_E2DC44.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2D730/func_802BB34C_E2DC7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2D730/func_802BB374_E2DCA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2D730/func_802BB648_E2DF78.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2D730/func_802BB6E0_E2E010.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2D730/func_802BB778_E2E0A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2D730/func_802BB78C_E2E0BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2D730/func_802BB8D4_E2E204.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2D730/func_802BB98C_E2E2BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2D730/func_802BB9E0_E2E310.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BBCC0_E2E5F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BBD1C_E2E64C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BBD78_E2E6A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BBE8C_E2E7BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC00C_E2E93C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC050_E2E980.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC0B8_E2E9E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC0F0_E2EA20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC17C_E2EAAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC1D0_E2EB00.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC220_E2EB50.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC250_E2EB80.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC274_E2EBA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC2B4_E2EBE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC308_E2EC38.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC32C_E2EC5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC358_E2EC88.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC37C_E2ECAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC3A0_E2ECD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC3CC_E2ECFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2E5F0/func_802BC3E4_E2ED14.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2EDE0/func_802BC4B0_E2EDE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2EDE0/func_802BC630_E2EF60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2EDE0/func_802BC658_E2EF88.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2F750/func_802BAE00_E2F750.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2F750/func_802BAF84_E2F8D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2F750/func_802BB108_E2FA58.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2F750/func_802BB3B8_E2FD08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2F750/func_802BB704_E30054.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2F750/func_802BB76C_E300BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2F750/func_802BB7E0_E30130.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2F750/func_802BB8E4_E30234.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2F750/func_802BBA60_E303B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2F750/func_802BBDB8_E30708.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E2F750/func_802BBE14_E30764.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E307C0/func_802BBE70_E307C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E307C0/func_802BC2BC_E30C0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E307C0/func_802BC4B8_E30E08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E307C0/func_802BC514_E30E64.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E307C0/func_802BC558_E30EA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E307C0/func_802BC570_E30EC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E307C0/func_802BC99C_E312EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E307C0/func_802BC9CC_E3131C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_E307C0/func_802BC9FC_E3134C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80240310_EA0C10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_8024037C_EA0C7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_802403EC_EA0CEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_802404C4_EA0DC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80240518_EA0E18.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_802406CC_EA0FCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_8024097C_EA127C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80240C5C_EA155C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80240CC8_EA15C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80240DC4_EA16C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80241804_EA2104.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80241894_EA2194.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80241994_EA2294.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_802419F4_EA22F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80241AE0_EA23E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80241D68_EA2668.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80241DE4_EA26E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80241F18_EA2818.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_8024207C_EA297C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_802420FC_EA29FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80242568_EA2E68.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_802425B0_EA2EB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80242608_EA2F08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_8024267C_EA2F7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80242730_EA3030.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80242794_EA3094.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_802427F0_EA30F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_802429C0_EA32C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80242A14_EA3314.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80242A4C_EA334C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80242AE8_EA33E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80242BD8_EA34D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80242D64_EA3664.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA0C10/func_80242DA8_EA36A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA36E0/func_80242DE0_EA36E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA36E0/func_80242E00_EA3700.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA36E0/func_80242E2C_EA372C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA36E0/func_80242EC4_EA37C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA36E0/func_80242F64_EA3864.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA36E0/func_80242F9C_EA389C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA36E0/func_80243054_EA3954.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA36E0/func_802430E4_EA39E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA6FD0/func_80240000_EA6FD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA7010/func_80240040_EA7010.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA7010/func_80240164_EA7134.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA7320/func_80240350_EA7320.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA7320/func_8024036C_EA733C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA7320/func_80240388_EA7358.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_8024030C_EA8DEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_80240358_EA8E38.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_802404B8_EA8F98.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_802408C8_EA93A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_80240908_EA93E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_80240A14_EA94F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_80240B00_EA95E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_80240BD4_EA96B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_80240CD8_EA97B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_80240DA4_EA9884.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_80240E2C_EA990C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_802413C0_EA9EA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_802413FC_EA9EDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_8024140C_EA9EEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_80241468_EA9F48.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_8024151C_EA9FFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_80241580_EAA060.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_802415DC_EAA0BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_802417AC_EAA28C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_80241800_EAA2E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_80241838_EAA318.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_802418D4_EAA3B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_802419C4_EAA4A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_80241B50_EAA630.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_80241B94_EAA674.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EA8AE0/func_80241BC0_EAA6A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB1170/func_80240310_EB1170.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB1170/func_802403C4_EB1224.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB1170/func_80240428_EB1288.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB1170/func_80240484_EB12E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB1170/func_80240654_EB14B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB1170/func_802406A8_EB1508.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB1170/func_802406E0_EB1540.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB1170/func_8024077C_EB15DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB1170/func_8024086C_EB16CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB1170/func_802409F8_EB1858.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB1170/func_80240A3C_EB189C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB1170/func_80240A68_EB18C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB1170/func_80240A8C_EB18EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB5130/func_8024030C_EB543C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB5470/func_80240340_EB5470.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB5470/func_8024036C_EB549C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB7540/func_80240310_EB7540.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB7540/func_802403D8_EB7608.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB7540/func_80240478_EB76A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB7540/func_80240504_EB7734.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB7540/func_80240520_EB7750.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB8E50/func_80240000_EB8E50.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB8E90/func_80240040_EB8E90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB8E90/func_80240198_EB8FE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB8E90/func_80240440_EB9290.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB8E90/func_80240500_EB9350.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB8E90/func_802406BC_EB950C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB8E90/func_80240770_EB95C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB8E90/func_802407E4_EB9634.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB8E90/func_8024085C_EB96AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB8E90/func_8024098C_EB97DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB8E90/func_80240AAC_EB98FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB8E90/func_80240B14_EB9964.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB8E90/func_80240BD4_EB9A24.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB8E90/func_80240EFC_EB9D4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB9D90/func_80240F40_EB9D90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB9D90/func_80240FB0_EB9E00.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB9D90/func_802410E4_EB9F34.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB9D90/func_8024121C_EBA06C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB9D90/func_802413AC_EBA1FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB9D90/func_802413CC_EBA21C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EB9D90/func_802413EC_EBA23C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC2200/func_80240000_EC2200.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC2240/func_80240040_EC2240.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC2240/func_802400F4_EC22F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC2240/func_80240158_EC2358.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC2610/func_80240410_EC2610.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC2610/func_80240480_EC2680.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC71B0/func_8024030C_EC74BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC71B0/func_80240344_EC74F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC7590/func_802403E0_EC7590.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC7590/func_80240450_EC7600.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC7590/func_8024061C_EC77CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC7590/func_802406D0_EC7880.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_80240000_EC9D00.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_8024001C_EC9D1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_8024003C_EC9D3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_80240068_EC9D68.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_802400D4_EC9DD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_80240120_EC9E20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_802401CC_EC9ECC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_8024041C_ECA11C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_80240448_ECA148.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_80240480_ECA180.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_80240510_ECA210.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_80240544_ECA244.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_802405A8_ECA2A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_80240600_ECA300.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_80240B38_ECA838.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EC9D00/func_80240D08_ECAA08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECAA40/func_80240D40_ECAA40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECAA80/func_80240D80_ECAA80.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECAA80/func_80241364_ECB064.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECAA80/func_802414C8_ECB1C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECAA80/func_8024150C_ECB20C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECAA80/func_80241770_ECB470.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECAA80/func_802417CC_ECB4CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECAA80/func_8024199C_ECB69C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECAA80/func_802419F0_ECB6F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECAA80/func_80241A28_ECB728.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECAA80/func_80241AC4_ECB7C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECAA80/func_80241B88_ECB888.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECAA80/func_80241BF8_ECB8F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECB930/func_80241C30_ECB930.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECB930/func_80241CA0_ECB9A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECBB70/func_80241E70_ECBB70.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ECFFF0/func_80240000_ECFFF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED0030/func_80240040_ED0030.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED00D0/func_802400E0_ED00D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED00D0/func_80240150_ED0140.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED0310/func_80240320_ED0310.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED0310/func_802404D0_ED04C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED0310/func_80240AF8_ED0AE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED0310/func_80240BB8_ED0BA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED0310/func_80240EFC_ED0EEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED0310/func_80240F74_ED0F64.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED0310/func_80241114_ED1104.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED0310/func_80241178_ED1168.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED0310/func_80241508_ED14F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED0310/func_8024162C_ED161C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED4220/func_80240000_ED4220.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED4260/func_80240040_ED4260.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED42A0/func_80240080_ED42A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED42A0/func_80240134_ED4354.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED42A0/func_80240198_ED43B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED42A0/func_802402BC_ED44DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED46D0/func_802404B0_ED46D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED46D0/func_80240B10_ED4D30.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/EnableGroup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/ModifyColliderFlags.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/ResetFromLava.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/RotateGroup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/ScaleGroup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/ScaleModel.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/SetModelFlags.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/SetZoneEnabled.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/TranslateGroup.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/TranslateModel.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/func_802C90FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/func_802C95A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/func_802C9FD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/goto_map.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/modify_collider_family_flags.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED510/set_zone_enabled.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED5540/func_80241320_ED5540.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED5540/func_80241390_ED55B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED8E20/func_80240000_ED8E20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED8E20/func_80240020_ED8E40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED8E20/func_80240034_ED8E54.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED8E20/func_802400F0_ED8F10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED8E20/func_80240208_ED9028.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED8E20/func_80240274_ED9094.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ED8E20/func_80240318_ED9138.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDBFE0/func_80240000_EDBFE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDC020/func_80240040_EDC020.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDC020/func_802400B0_EDC090.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDC020/func_8024027C_EDC25C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDC020/func_80240330_EDC310.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDC020/func_80240394_EDC374.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDC020/func_802403F0_EDC3D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDC020/func_802405C0_EDC5A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDC020/func_80240614_EDC5F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDC020/func_8024064C_EDC62C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDE9C0/func_80240000_EDE9C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_80240040_EDEA00.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_802401C4_EDEB84.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_80240374_EDED34.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_8024099C_EDF35C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_80240A5C_EDF41C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_80240DA0_EDF760.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_80240E18_EDF7D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_80240FB8_EDF978.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_8024101C_EDF9DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_802413AC_EDFD6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_802414D0_EDFE90.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_802416E8_EE00A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_80241730_EE00F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_80241B94_EE0554.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_80241DE4_EE07A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_802422F0_EE0CB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_8024236C_EE0D2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_802424A0_EE0E60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_80242604_EE0FC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_80242684_EE1044.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_80242AF0_EE14B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_80243470_EE1E30.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/func_80243584_EE1F44.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EDEA00/pause_interp_text_scroll_EE1DD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE2040/func_80243680_EE2040.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE65B0/func_8024030C_EE68BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE65B0/func_80240340_EE68F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE65B0/func_802403D4_EE6984.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE65B0/func_8024042C_EE69DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE65B0/func_8024046C_EE6A1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE65B0/func_80240504_EE6AB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE65B0/func_802407D4_EE6D84.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE70C0/func_80240B10_EE70C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE70C0/func_80240CC0_EE7270.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE70C0/func_802412E8_EE7898.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE70C0/func_802413A8_EE7958.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE70C0/func_802416EC_EE7C9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE70C0/func_80241764_EE7D14.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE70C0/func_80241904_EE7EB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE70C0/func_80241968_EE7F18.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE70C0/func_80241CF8_EE82A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE70C0/func_80241E1C_EE83CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE70C0/func_80242034_EE85E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE70C0/func_80242090_EE8640.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE70C0/func_80242260_EE8810.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE70C0/func_802422B4_EE8864.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE70C0/func_802422EC_EE889C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EE8940/func_80242390_EE8940.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED100/func_80240000_EED100.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED140/func_80240040_EED140.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_802400E0_EED1E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_802400FC_EED1FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_8024011C_EED21C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_80240148_EED248.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_802401B4_EED2B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_80240200_EED300.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_802402AC_EED3AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_802404FC_EED5FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_80240528_EED628.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_80240560_EED660.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_802405F0_EED6F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_80240624_EED724.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_80240688_EED788.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_802406E0_EED7E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_80240C18_EEDD18.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_80240DE8_EEDEE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EED1E0/func_80240E18_EEDF18.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EEDF50/func_80240E50_EEDF50.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EEDF50/func_80241000_EEE100.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EEDF50/func_80241628_EEE728.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EEDF50/func_802416E8_EEE7E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EEDF50/func_80241A2C_EEEB2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EEDF50/func_80241AA4_EEEBA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EEDF50/func_80241C44_EEED44.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EEDF50/func_80241CA8_EEEDA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EEDF50/func_80242038_EEF138.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EEDF50/func_8024215C_EEF25C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EEDF50/func_80242374_EEF474.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EEDF50/func_802424A4_EEF5A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EEDF50/func_80242724_EEF824.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EEDF50/func_80242780_EEF880.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EEFAA0/func_802429A0_EEFAA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2610/func_80240000_EF2610.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_80240070_EF2680.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_80240220_EF2830.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_80240848_EF2E58.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_80240908_EF2F18.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_80240C4C_EF325C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_80240CC4_EF32D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_80240E64_EF3474.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_80240EC8_EF34D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_80241258_EF3868.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_8024137C_EF398C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_80241594_EF3BA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_802415DC_EF3BEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_80241A40_EF4050.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_80241C90_EF42A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_8024219C_EF47AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_80242218_EF4828.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_8024234C_EF495C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_802424B0_EF4AC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_80242530_EF4B40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF2680/func_8024299C_EF4FAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF7A80/func_8024030C_EF7D8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF7A80/func_80240340_EF7DC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF7A80/func_80240394_EF7E14.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF7FB0/func_80240530_EF7FB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF8010/func_80240590_EF8010.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EF8010/func_80240600_EF8080.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EFEB00/func_8024030C_EFEE0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EFEB00/func_80240340_EFEE40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EFEB00/func_802404D0_EFEFD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EFEB00/func_80240540_EFF040.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EFEB00/func_80240660_EFF160.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EFEB00/func_80240784_EFF284.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_EFEB00/func_802407B0_EFF2B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/PlayerFaceNpc.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/SetPlayerAnimation.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/UseEntryHeading.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/UseExitHeading.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D1270.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D1380.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D23F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D2520.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D2884.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D2D30.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D2ED4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D2F34.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D2FCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D3028.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D31E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D3398.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D33D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D3624.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D3674.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D36E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D378C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D3840.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D38EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D3998.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D39FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D3A60.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D3C58.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D3EB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D3F74.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D3FC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D4050.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D417C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D420C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D42AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D4364.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D43F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D4434.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D4488.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/func_802D4560.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_F5750/player_jump.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_FBE10/PlayEffect.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_FBE10/ShowEmote.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_FBE10/ShowSleepBubble.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_FBE10/func_802D7690.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_FBE10/func_802D7E08.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_FBE10/func_802D8248.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/AssignAreaFlag.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/AssignBlockFlag.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/AssignCrateFlag.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/AssignPanelFlag.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/AssignScript.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/MakeEntity.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/UseDynamicShadow.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/_load_model_textures.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/_set_game_mode.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/appendGfx_model.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/appendGfx_model_group.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/calculate_model_sizes.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/clear_entity_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/clear_model_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/clone_model.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/create_entity.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/create_entity_shadow.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/create_shadow_from_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/create_shadow_type.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/delete_entity.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/delete_entity_and_unload_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/disable_world_fog.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/enable_world_fog.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/entity_get_collision_flags.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/exec_entity_updatecmd.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8010FE44.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80110678.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011085C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_801109DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80110BCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80110BF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80110E58.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80110F10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_801110B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80111790.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_801117DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80111E9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80112328.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80112344.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_801125E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80112B20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80112B98.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80112D84.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80112DD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80112DFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80112E24.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80112E4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80112EEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80112FC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80114B58.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80115498.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80116674.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80116698.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80117D00.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_80117E74.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011800C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_801180E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011B090.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011B1C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011B1D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011B37C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011B5D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011B660.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011B7C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011B950.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011BAE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011BC7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011BCB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011BCD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011BCEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011BEB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011BF14.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011BF98.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011BFD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011C028.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011C0DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011C130.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011C164.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011C2B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011C2EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011C32C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011C80C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011CFBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011D7E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011D82C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011D890.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011D8D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/func_8011D9B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/get_background_color_blend.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/get_entity_type.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/get_model_center_and_size.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/get_model_list_index_from_tree_index.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/get_model_property.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/get_world_fog_color.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/get_world_fog_distance.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/init_model_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/is_entity_data_loaded.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/is_identity_fixed_mtx.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/is_world_fog_enabled.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/load_area_specific_entity_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/load_data_for_models.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/load_model_textures.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/load_model_transforms.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/load_simple_entity_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/load_split_entity_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/load_tile_header.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/mdl_create_model.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/mdl_get_child_count.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/queue_render_task.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/render_entities.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/render_models.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/render_shadows.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/render_ui.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/set_aux_pan_u.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/set_aux_pan_v.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/set_background_color_blend.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/set_entity_updatecmd.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/set_main_pan_u.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/set_main_pan_v.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/set_next_game_mode.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/set_npc_shadow_scale.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/set_peach_shadow_scale.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/set_standard_shadow_scale.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/set_world_fog_color.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/set_world_fog_dist.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/step_current_game_mode.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/step_entity_updatecmd.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/test_player_entity_aabb.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/update_entities.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/update_entity_inverse_rotation_matrix.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/update_entity_transform_matrix.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/update_shadow_transform_matrix.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_a5dd0_len_114e0/update_shadows.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ad90_len_2880/do_camera_type_6.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ad90_len_2880/update_camera_from_zone.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/ALT_load_entity_model.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/appendGfx_entity_model.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/bind_dynamic_entity_3.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/bind_dynamic_entity_7.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/bind_dynamic_entity_B.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/clear_dynamic_entity_list.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/clear_entity_model_flags.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/clear_entity_models.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_extra1.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_extra2.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_extra3.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_main.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_shadow.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/free_entity_model_by_index.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/free_entity_model_by_ref.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/func_80122D7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/func_80122F64.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/func_80122F8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/func_80122FB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/func_801234E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/func_80123550.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/func_801235C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/init_entity_models.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/load_entity_model.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/render_dynamic_entities.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/set_entity_model_flags.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/step_entity_rendercmd.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/update_dynamic_entities.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_b72b0_len_15ed0/update_entity_rendercmd.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_cd180_len_38f0/_render_transition_stencil.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_cd180_len_38f0/clear_transition_stencil.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_cd180_len_38f0/func_80137DC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_cd180_len_38f0/func_80138188.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_cd180_len_38f0/func_801382AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_cd180_len_38f0/func_801385D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_cd180_len_38f0/render_transition_stencil_lower.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_cd180_len_38f0/render_transition_stencil_upper.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_cd180_len_38f0/set_map_transition_effect.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_cd180_len_38f0/set_transition_stencil_alpha.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_cd180_len_38f0/set_transition_stencil_center.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_cd180_len_38f0/set_transition_stencil_center_worldpos.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_cd180_len_38f0/set_transition_stencil_color.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_cd180_len_38f0/set_transition_stencil_zoom_0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_cd180_len_38f0/set_transition_stencil_zoom_1.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013A370.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013A37C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013A4D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013A610.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013A650.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013A6E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013A704.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013A888.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013A8E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013A920.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013A93C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013A9C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013A9E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013AA9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013AF20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013AF70.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013B0EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013B1B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013BC88.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013C048.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013C220.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013C3F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013CFA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013DAB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013E2F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013E904.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013EE48.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013EE68.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d0a70_len_4fe0/func_8013F1F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/clear_icon_flags.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/create_icon.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/draw_icon_0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/draw_icon_1.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/draw_icon_2.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/draw_menu_icon.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/free_icon.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_8013F350.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_8013F704.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80141100.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_801413F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80141704.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80142210.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_8014271C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80143C48.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80144218.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80144238.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80144258.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80144278.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_801449DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80144A5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80144C20.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80144DF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80144E4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80144E74.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80144F28.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80144FD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80145070.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80145108.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80145184.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_801451D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80145224.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_80145274.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_801452B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/func_801452E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/get_icon_render_pos.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/get_menu_icon.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/get_menu_icon_script.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/icon_set_opacity.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/icon_set_tint.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/init_menu_icon_list.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/render_menu_icon.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/render_menu_icons.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/set_icon_flags.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/set_icon_render_pos.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/set_menu_icon_script.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d5a50_len_5fd0/update_menu_icons.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d610_len_1330/create_camera_lead_player_mtx.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d610_len_1330/func_80032210.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d610_len_1330/func_800322DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d610_len_1330/func_800325E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d610_len_1330/func_800328A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d610_len_1330/func_80032970.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d610_len_1330/func_80032C64.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d610_len_1330/get_game_mode.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_d610_len_1330/set_game_mode.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_dbd70_len_700/clear_trigger_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_dbd70_len_700/create_trigger.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_dbd70_len_700/is_trigger_bound.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_dbd70_len_700/update_triggers.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_dc470_len_14c0/enable_background_wave.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ddaf0_len_c50/basic_hidden_window_update.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ddaf0_len_c50/basic_window_update.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ddaf0_len_c50/main_menu_window_update.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ddaf0_len_c50/render_window_root.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ddaf0_len_c50/render_windows.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ddaf0_len_c50/set_window_properties.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ddaf0_len_c50/set_windows_visible.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ddaf0_len_c50/setup_pause_menu_tab.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ddaf0_len_c50/update_window_hierarchy.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ddaf0_len_c50/update_windows.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_de740_len_23f0/appendGfx_shaded_sprite.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_de740_len_23f0/func_80148040.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_de740_len_23f0/func_801480F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_de740_len_23f0/func_80148154.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_de740_len_23f0/render_shaded_sprite.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_e0b30_len_b80/func_8014A548.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_e0b30_len_b80/func_8014AC94.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_e0b30_len_b80/func_8014AD40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_e20eb0/func_802B70B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_e20eb0/func_802B71C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_e20eb0/func_802B742C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_e79b0_len_1920/func_802C39F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_e79b0_len_1920/func_802C3EE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_e79b0_len_1920/sort_scripts.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_e79b0_len_1920/start_child_script.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_e79b0_len_1920/start_script.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_e79b0_len_1920/update_scripts.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ebd0_len_6a0/func_80033BC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ebd0_len_6a0/step_battle.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ef070_len_3400/AdjustCam.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ef070_len_3400/LoadSettings.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ef070_len_3400/ResetCam.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ef070_len_3400/SetCamProperties.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ef070_len_3400/ShakeCam.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ef070_len_3400/UseSettingsFrom.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ef070_len_3400/draw_anim_models.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ef070_len_3400/func_802CB008.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ef070_len_3400/func_802CD4B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ef070_len_3400/func_802CD5C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ef070_len_3400/func_802CD6E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ef070_len_3400/func_802CD7D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ef070_len_3400/func_802CD8F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_ef070_len_3400/func_802CD9F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f2470_len_27f0/BringPartnerOut.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f2470_len_27f0/CreateNpc.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f2470_len_27f0/InterpNpcYaw.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f2470_len_27f0/NpcFaceNpc.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f2470_len_27f0/NpcFacePlayer.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f2470_len_27f0/NpcFlyTo.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f2470_len_27f0/NpcMoveTo.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f2470_len_27f0/PutPartnerAway.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f2470_len_27f0/_npc_jump_to.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f270_len_1190/begin_state_logos.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f270_len_1190/begin_state_pause_menu.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f270_len_1190/func_800343A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f270_len_1190/func_80034BFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f270_len_1190/func_80034C3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f270_len_1190/step_logos.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f270_len_1190/step_pause_menu.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f4c60_len_4300/ShowChoice.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f4c60_len_4300/ShowMessageAtScreenPos.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f4c60_len_4300/ShowMessageAtWorldPos.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f4c60_len_4300/_show_message.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f8f60_len_1560/GetNextPathPos.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f8f60_len_1560/func_802D5270.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_f8f60_len_1560/setup_path_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fa4c0_len_3bf0/func_802D5B10.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fa4c0_len_3bf0/func_802D5C70.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fa4c0_len_3bf0/func_802D6420.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fa4c0_len_3bf0/func_802D663C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fa4c0_len_3bf0/func_802D7460.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fa4c0_len_3bf0/func_802D74C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fe0b0_len_5a0/SetSpriteShading.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DBD40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DBD8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DBDBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DBE78.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DBFC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DC008.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DD634.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DD6DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DD7B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DD820.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DD89C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DD8F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DDA8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DDEC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DDEE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DDFF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DE044.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DE0C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DE0EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DE2AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DE3D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DE5C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DE5E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DE748.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DE780.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DE894.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DE8DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DE9D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DEA40.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/func_802DEA6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/render_sprite.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/set_anim_timescale.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/spr_appendMDL_component.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/spr_draw_component.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/spr_transform_point.s (100%) rename {asm => ver/us/asm}/nonmatchings/code_fee30_len_2d60/update_component.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_39cb0_len_100/boot_idle.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3b710_len_40/nuGfxSwapCfbFuncSet.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3b770_len_80/nuGfxRetraceWait.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3b7f0_len_120/nuSiCallBackAdd.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3b7f0_len_120/nuSiCallBackRemove.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3b910_len_410/contQuery.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3b910_len_410/contReadData.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3b910_len_410/contReadNW.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3b910_len_410/contRetrace.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3b910_len_410/nuContDataClose.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3b910_len_410/nuContDataLock.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3b910_len_410/nuContDataOpen.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3b910_len_410/nuContDataUnLock.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3b910_len_410/nuContMgrInit.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3b910_len_410/nuContMgrRemove.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3bd20_len_c0/nuContQueryRead.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3bde0_len_3e0/osCreatePiManager.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3bde0_len_3e0/osEPiRawStartDma.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3c220_len_a0/osEPiStartDma.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3c2c0_len_50/osEPiLinkHandle.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3c310_len_180/osCartRomInit.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3c490_len_3c0/osDevMgrMain.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3c850_len_f0/osPiCreateAccessQueue.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3c850_len_f0/osPiGetAccess.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3c850_len_f0/osPiRelAccess.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3c940_len_140/osAiGetLength.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3c940_len_140/osAiGetStatus.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3c940_len_140/osAiSetFrequency.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3ca80_len_a0/osAiSetNextBuffer.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3cb20_len_130/osInvalDCache.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3cb20_len_130/osInvalICache.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3cc50_len_80/osWritebackDCache.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3ccd0_len_30/osWritebackDCacheAll.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3cd00_len_5f0/osContGetQuery.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3cd00_len_5f0/osContGetReadData.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3cd00_len_5f0/osContStartQuery.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3cd00_len_5f0/osContStartReadData.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3cd00_len_5f0/osPackReadData.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3d2f0_len_10/sqrtf.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3d300_len_30/coss.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3dcc0_len_a60/guLookAtHilite.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3dcc0_len_a60/guLookAtHiliteF.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3e720_len_5f0/guLookAtReflect.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3e720_len_5f0/guLookAtReflectF.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3ef90_len_600/guPerspective.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3ef90_len_600/guPerspectiveF.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3f310_len_3c0/guPosition.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3f310_len_3c0/guPositionF.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3f6d0_len_320/guRotateAngles.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3f6d0_len_320/guRotateAnglesF.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3f9f0_len_60/sins.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3fa50_len_f60/bcopy.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3fa50_len_f60/bzero.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3fa50_len_f60/memcpy.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3fa50_len_f60/strchr.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_3fa50_len_f60/strlen.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_409b0_len_140/osJamMesg.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_40E10/osSpTaskLoad.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_40E10/osSpTaskStartGo.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_40af0_len_130/osRecvMesg.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_40c20_len_1f0/osSendMesg.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_40c20_len_1f0/osSetEventMesg.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41050_len_120/osSpTaskYield.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41170_len_f0/osSiCreateAccessQueue.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41170_len_f0/osSiGetAccess.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41170_len_f0/osSiRelAccess.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41350_len_d0/osSetThreadPri.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41420_len_120/osStartThread.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41540_len_c0/osStopThread.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41600_len_40/osDequeueThread.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41640_len_50/osYieldThread.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41690_len_10/osGetActiveQueue.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_416a0_len_90/osGetTime.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41730_len_20/osSetTime.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41750_len_450/osSetTimer.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41ba0_len_c0/osMapTLB.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41c60_len_c0/osProbeTLB.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41d20_len_40/osUnmapTLB.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41d60_len_50/osUnmapTLBAll.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41db0_len_40/osViGetCurrentFramebuffer.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41df0_len_40/osViGetNextFramebuffer.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41e30_len_40/osViGetCurrentMode.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41e70_len_340/osCreateViManager.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_41e70_len_340/viMgrMain.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_421b0_len_60/osViSetEvent.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_42210_len_50/osViSetMode.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_42260_len_170/osViSetSpecialFeatures.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_423d0_len_50/osViSetYScale.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_42420_len_50/osViSwapBuffer.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_42470_len_310/osViSwapContext.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_42780_len_120/osViBlack.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_42900_len_80/guMtxF2L.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_42980_len_80/guMtxL2F.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_42a00_len_100/guMtxCatF.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_42b00_len_c0/guScale.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_42bc0_len_60/guScaleF.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_42c20_len_e0/guTranslate.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_42d00_len_60/guTranslateF.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_42d60_len_80/guMtxCat.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_42de0_len_90/guMtxXFML.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_42e70_len_390/guMtxXFMF.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_43200_len_7c0/__osMotorAccess.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_43200_len_7c0/osMotorInit.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_439c0_len_220/osPfsDeleteFile.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_439c0_len_220/osPfsReleasePages.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_43be0_len_5e0/osPfsFileState.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_43be0_len_5e0/osPfsReadWriteFile.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_441c0_len_1c0/osPfsFindFile.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_44380_len_4e0/osPfsFreeBlocks.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_44860_len_60/osPfsRepairId.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_448c0_len_210/osPfsGetOneChannelData.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_448c0_len_210/osPfsGetStatus.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_448c0_len_210/osPfsRequestOneChannel.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_44ad0_len_70/osPfsSelectBank.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_44b40_len_a90/osCheckId.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_44b40_len_a90/osCheckPackId.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_44b40_len_a90/osGetId.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_44b40_len_a90/osIdCheckSum.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_44b40_len_a90/osPfsRWInode.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_44b40_len_a90/osRepairPackId.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_44b40_len_a90/osSumcalc.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_455d0_len_1f0/osContRamRead.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_457c0_len_270/osContRamWrite.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_45a30_len_20/osAfterPreNMI.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_45a50_len_3a0/__osInitialize_common.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_45a50_len_3a0/func_8006A650.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_45a50_len_3a0/func_8006A9E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_467f0_len_90/osResetGlobalIntMask.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_467f0_len_90/osSetGlobalIntMask.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_46880_len_260/osEPiRawReadIo.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_46880_len_260/osPiGetCmdQueue.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_46880_len_260/osPiRawStartDma.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_46ae0_len_170/osEPiRawWriteIo.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_46c50_len_20/osAiDeviceBusy.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_46c70_len_e00/_Genld.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_46c70_len_e00/_Ldtob.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_46c70_len_e00/_Ldunscale.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_46c70_len_e00/_Litob.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_46c70_len_e00/bcmp.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47a70_len_10/osGetSR.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47a80_len_10/osSetCompare.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47a90_len_50/osSetFpcCsr.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47a90_len_50/osSetSR.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47a90_len_50/osSetWatchLo.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47a90_len_50/osSpDeviceBusy.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47ae0_len_e0/osSpGetStatus.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47ae0_len_e0/osSpRawStartDma.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47ae0_len_e0/osSpSetPc.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47ae0_len_e0/osSpSetStatus.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47bc0_len_50/osSiRawReadIo.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47c10_len_50/osSiRawWriteIo.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47c60_len_f0/osContAddressCrc.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47c60_len_f0/osContDataCrc.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47d50_len_e0/osDestroyThread.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47e30_len_60/osMapTLBRdb.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47e90_len_110/osViInit.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47fa0_len_20/osViGetCurrentContext.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_47fc0_len_60/guNormalize.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_48020_len_a00/corrupted.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_48020_len_a00/corrupted_init.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_48020_len_a00/osPfsChecker.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_48020_len_a00/osPfsGetInitData.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_48020_len_a00/osPfsIsPlug.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_48020_len_a00/osPfsRequestData.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_48c00_len_5c0/func_8006D800.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_491c0_len_f80/func_8006DDC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_491c0_len_f80/func_8006E310.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_49C70/func_8006E870.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4a140_len_70/strcmp.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4a140_len_70/strcpy.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4a1b0_len_40/memset.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4a1f0_len_170/decode_yay0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4a1f0_len_170/func_8006EF28.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4a360_len_930/osFlashAllErase.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4a360_len_930/osFlashClearStatus.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4a360_len_930/osFlashInit.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4a360_len_930/osFlashReadArray.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4a360_len_930/osFlashReadId.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4a360_len_930/osFlashReadStatus.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4a360_len_930/osFlashSectorErase.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4a360_len_930/osFlashWriteArray.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4a360_len_930/osFlashWriteBuffer.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006F890.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006F8F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006F950.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006F9B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006FA10.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006FA70.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006FB90.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006FBF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006FC50.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006FCB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006FD10.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006FD70.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006FDD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006FE30.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006FEF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006FF50.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_8006FFB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070010.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070070.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800700D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070130.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070190.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800701F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070250.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800702B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070310.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070370.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800703D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070430.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070490.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800704F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070550.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800705B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070610.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070670.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800706D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070730.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070850.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800708B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070910.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070970.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800709D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070A30.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070A90.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070AF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070B50.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070BB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070C10.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070C70.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070CD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070D30.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070D90.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070DF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070E50.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070EB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070F10.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070F70.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80070FD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071030.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071090.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800710F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071150.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800711B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071210.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071270.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800712D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071330.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071390.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800713F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071450.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800714B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071510.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071570.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800715D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071630.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071690.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800716F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071750.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800717B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071810.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071870.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800718D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071930.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071990.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800719F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071A50.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071AB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071B10.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071B70.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071BD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071C30.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071C90.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071CF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071D50.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071DB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071E10.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071E70.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071ED0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071F30.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071F90.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80071FF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072050.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800720B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072110.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072170.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800721D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072230.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072290.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800722F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072350.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800723B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072410.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072470.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800724D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072530.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072590.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800725F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072650.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800726B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072710.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072770.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800727D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072830.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072890.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800728F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072950.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_800729B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072A10.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072A70.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072AD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072B30.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072BB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072BCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072CDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/func_80072CF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/fx_emote.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/fx_sleep_bubble.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/fx_sweat.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/fx_walk_large.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/fx_walk_normal.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/load_battle.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/load_battle_section.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/load_demo_battle.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/set_battle_stage.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/code_4ac90_len_3910/setup_demo_player.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/guFrustum/guFrustum.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/guFrustum/guFrustumF.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/guLookAt/guLookAt.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/guLookAt/guLookAtF.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/guMtxIdent/guMtxIdent.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/guMtxIdentF/guMtxIdentF.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/guOrtho/guOrtho.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/guOrtho/guOrthoF.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/guRotate/guRotate.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/guRotate/guRotateF.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/ldiv/ldiv.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/ldiv/lldiv.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/code_3B4A0/nuPiReadRomOverlay.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/code_7e40_len_3f0/nuGfxTaskMgr.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/code_7e40_len_3f0/nuGfxTaskMgrInit.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/code_7e40_len_3f0/nuGfxTaskStart.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/nuContRmbModeSet/nuContRmbModeSet.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/nuGfxSetCfb/nuGfxSetCfb.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/nuGfxThread/nuGfxThread2.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/nuSched/nuScEventHandler.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/nuSched/nuScExecuteAudio.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/nuSched/nuScExecuteGraphics.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/nuSched/nuScGetAudioMQ.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/nuSched/nuScGetFrameRate.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/nuSched/nuScGetGfxMQ.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/nuSched/nuScSetFrameBufferNum.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/nuSched/nuScWaitTaskReady.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/nuSiMgr/nuSiMgrInit.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/nuSiMgr/nuSiMgrRestart.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/nuSiMgr/nuSiMgrThread.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/nusys/nuSiMgr/nuSiSendMesg.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/osCreateMesgQueue/osCreateMesgQueue.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/osCreateThread/osCreateThread.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/osEPiReadIo/osEPiReadIo.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/osEPiWriteIo/osEPiWriteIo.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/osGetThreadPri/osGetThreadPri.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/osSiRawStartDma/osSiRawStartDma.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/osSpTaskYield/osSpTaskYield.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/osSpTaskYielded/osSpTaskYielded.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/osViRepeatLine/osViRepeatLine.s (100%) rename {asm => ver/us/asm}/nonmatchings/os/osVirtualToPhysical/osVirtualToPhysical.s (100%) rename {asm => ver/us/asm}/nonmatchings/si/get_float_variable.s (100%) rename {asm => ver/us/asm}/nonmatchings/si/get_variable.s (100%) rename {asm => ver/us/asm}/nonmatchings/si/set_float_variable.s (100%) rename {asm => ver/us/asm}/nonmatchings/si/set_variable.s (100%) rename {asm => ver/us/asm}/nonmatchings/si/si_execute_next_command.s (100%) rename {asm => ver/us/asm}/nonmatchings/si/si_goto_end_case.s (100%) rename {asm => ver/us/asm}/nonmatchings/si/si_goto_end_loop.s (100%) rename {asm => ver/us/asm}/nonmatchings/si/si_goto_next_case.s (100%) rename {asm => ver/us/asm}/nonmatchings/si/si_handle_parallel_thread.s (100%) rename {asm => ver/us/asm}/nonmatchings/si/si_handle_print_debug_var.s (100%) rename {asm => ver/us/asm}/nonmatchings/si/si_handle_spawn_thread.s (100%) rename {asm => ver/us/asm}/nonmatchings/si/si_skip_else.s (100%) rename {asm => ver/us/asm}/nonmatchings/si/si_skip_if.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240000_BDD1B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240160_BDD310.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_02/BDD1B0/func_802401D4_BDD384.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240304_BDD4B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_02/BDD1B0/func_802403A0_BDD550.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240428_BDD5D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_02/BDD1B0/func_802404D0_BDD680.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240644_BDD7F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240694_BDD844.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240834_BDD9E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240984_BDDB34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240A30_BDDBE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240B68_BDDD18.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240BE4_BDDD94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240C90_BDDE40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_03/BDED90/func_80240000_BDED90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_03/BDED90/func_80240158_BDEEE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_03/BDED90/func_802404C0_BDF250.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_03/BDED90/func_8024067C_BDF40C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_03/BDED90/func_8024094C_BDF6DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_03/BDED90/func_80240AD4_BDF864.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_03/BDED90/func_80240B94_BDF924.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_03/BDED90/func_80240E90_BDFC20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_03/BDED90/func_80241068_BDFDF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_03/BDED90/func_8024113C_BDFECC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_03/BDED90/func_802412B0_BE0040.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_03/BDED90/func_802415F4_BE0384.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_03/BDED90/func_80241648_BE03D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_03/BDED90/func_80241680_BE0410.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240000_BE37B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240158_BE3908.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_802404C0_BE3C70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024067C_BE3E2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024094C_BE40FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240AD4_BE4284.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240B94_BE4344.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240E90_BE4640.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241040_BE47F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241728_BE4ED8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241AE4_BE5294.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241CE8_BE5498.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242078_BE5828.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024219C_BE594C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242388_BE5B38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_802424E8_BE5C98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024255C_BE5D0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024268C_BE5E3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242728_BE5ED8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_802427B0_BE5F60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242858_BE6008.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_802429CC_BE617C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242A1C_BE61CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242BBC_BE636C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242D0C_BE64BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242DB8_BE6568.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242EF0_BE66A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242F6C_BE671C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_04/BE37B0/func_80243018_BE67C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240000_BE7BE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240158_BE7D38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_05/BE7BE0/func_802404C0_BE80A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_05/BE7BE0/func_8024067C_BE825C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_05/BE7BE0/func_8024094C_BE852C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240AD4_BE86B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240B94_BE8774.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240E90_BE8A70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80241068_BE8C48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_05/BE7BE0/func_8024113C_BE8D1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_05/BE7BE0/func_802412B0_BE8E90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_05/BE7BE0/func_802412C8_BE8EA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_07/BECDF0/func_80240000_BECDF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_07/BECDF0/func_8024004C_BECE3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_07/BECDF0/func_802401AC_BECF9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_07/BECDF0/func_802405BC_BED3AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_07/BECDF0/func_802405FC_BED3EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_07/BECDF0/func_80240708_BED4F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_07/BED5F0/func_80240800_BED5F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_07/BED740/func_80240950_BED740.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_07/BED740/func_80240B00_BED8F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_07/BED740/func_802411E8_BEDFD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_07/BED740/func_802415A4_BEE394.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_07/BED740/func_802417A8_BEE598.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_07/BED740/func_80241B38_BEE928.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_07/BED740/func_80241C5C_BEEA4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_08/BF47A0/func_80240000_BF47A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_08/BF47A0/func_8024008C_BF482C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_08/BF4860/func_802400C0_BF4860.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_08/BF4860/func_802400D4_BF4874.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_08/BF4860/func_802400F4_BF4894.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_08/BF4860/func_8024019C_BF493C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_arn/arn_09/BF6060/func_80240000_BF6060.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_00/BFA0A0/func_80240000_BFA0A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80240120_BFD9A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802402D0_BFDB50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802409B8_BFE238.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80240D74_BFE5F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80240F78_BFE7F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241308_BFEB88.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_8024142C_BFECAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241618_BFEE98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241770_BFEFF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241874_BFF0F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241954_BFF1D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241BF0_BFF470.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241CA8_BFF528.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241E28_BFF6A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241E70_BFF6F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241EF0_BFF770.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241F98_BFF818.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802422B0_BFFB30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_8024252C_BFFDAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80242684_BFFF04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802429EC_C0026C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80242BA8_C00428.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80242E78_C006F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80243000_C00880.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802430C0_C00940.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240208_C2EDA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_8024061C_C2F1BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_802408D0_C2F470.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240958_C2F4F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240C10_C2F7B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240C74_C2F814.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240D1C_C2F8BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240E54_C2F9F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240F00_C2FAA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80241078_C2FC18.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_802410D4_C2FC74.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_02/C2EBA0/update_starpoints_display_C2EF5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C314E0/func_80240000_C314E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C314E0/func_802400BC_C3159C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240458_C31938.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024060C_C31AEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024086C_C31D4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240B20_C32000.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240C78_C32158.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240FE0_C324C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024119C_C3267C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024146C_C3294C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_802415F4_C32AD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_802416B4_C32B94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_802419B0_C32E90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_80241C7C_C3315C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_80241D04_C331E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_80241FBC_C3349C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242020_C33500.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_802420C8_C335A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242200_C336E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_802422AC_C3378C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242424_C33904.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242480_C33960.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240000_C36530.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_802401B0_C366E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240898_C36DC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240C54_C37184.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240E58_C37388.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_802411E8_C37718.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_8024130C_C3783C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_802414F8_C37A28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241650_C37B80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241754_C37C84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_802417F8_C37D28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241A94_C37FC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241B4C_C3807C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241CCC_C381FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241D14_C38244.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241D94_C382C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241E3C_C3836C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242154_C38684.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_802423EC_C3891C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_8024240C_C3893C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242438_C38968.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_802424A4_C389D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_802424F0_C38A20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_8024259C_C38ACC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_802427EC_C38D1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242818_C38D48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242850_C38D80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_802428E0_C38E10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242914_C38E44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242978_C38EA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_802429D0_C38F00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242F08_C39438.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_04/C36530/func_802430D8_C39608.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240000_C3AA10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240030_C3AA40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240268_C3AC78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_8024041C_C3AE2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_8024067C_C3B08C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240704_C3B114.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_802409BC_C3B3CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240A20_C3B430.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240AC8_C3B4D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240C00_C3B610.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240CAC_C3B6BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240E24_C3B834.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240E80_C3B890.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_802411D0_C3BBE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_06/C3D080/func_80240000_C3D080.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240208_C3DDF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_8024061C_C3E20C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_802406A4_C3E294.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_8024095C_C3E54C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_802409C0_C3E5B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240A68_C3E658.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240BA0_C3E790.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240C4C_C3E83C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240DC4_C3E9B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240E20_C3EA10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80241170_C3ED60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_07/C3DBF0/update_starpoints_display_C3DFAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240000_C3FDB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240158_C3FF08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802404C0_C40270.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_8024067C_C4042C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_8024094C_C406FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240AD4_C40884.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240B94_C40944.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241098_C40E48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_8024124C_C40FFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802414AC_C4125C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241760_C41510.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241910_C416C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241FF8_C41DA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802423B4_C42164.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802425B8_C42368.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242948_C426F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242A6C_C4281C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242C58_C42A08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242DB0_C42B60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242EB4_C42C64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242F94_C42D44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243230_C42FE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802432E8_C43098.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243468_C43218.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802434B0_C43260.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243530_C432E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802435D8_C43388.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802438F0_C436A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243B98_C43948.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243C10_C439C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243C50_C43A00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240208_C46DE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024061C_C471FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802408D0_C474B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240958_C47538.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240C10_C477F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240C74_C47854.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240D1C_C478FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240E54_C47A34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240F00_C47AE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80241078_C47C58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802410D4_C47CB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80241424_C48004.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802415D4_C481B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80241CBC_C4889C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242078_C48C58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024227C_C48E5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024260C_C491EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242730_C49310.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024291C_C494FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242A74_C49654.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242B78_C49758.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242C1C_C497FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242EB8_C49A98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242F70_C49B50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802430F0_C49CD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80243138_C49D18.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802431B8_C49D98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80243260_C49E40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80243578_C4A158.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_09/C46BE0/update_starpoints_display_C46F9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_10/C4C390/func_80240000_C4C390.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_10/C4C390/func_802400A0_C4C430.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_10/C4C390/func_8024013C_C4C4CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_10/C4C390/func_802401C0_C4C550.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_11/C4D3E0/func_80240000_C4D3E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_12/C4DEF0/func_80240000_C4DEF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240208_C4F718.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_15/C4F510/func_8024061C_C4FB2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_15/C4F510/func_802408D0_C4FDE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240A28_C4FF38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240D90_C502A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240F4C_C5045C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_15/C4F510/func_8024121C_C5072C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_15/C4F510/func_802413A4_C508B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80241464_C50974.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_15/C4F510/update_starpoints_display_C4F8CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240208_C52748.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_16/C52540/func_8024061C_C52B5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_16/C52540/func_802406A4_C52BE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_16/C52540/func_8024095C_C52E9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_16/C52540/func_802409C0_C52F00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240A68_C52FA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240BA0_C530E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240C4C_C5318C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240DC4_C53304.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240E20_C53360.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_16/C52540/func_80241170_C536B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_16/C52540/update_starpoints_display_C528FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240000_C55F40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240158_C56098.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_18/C55F40/func_802404C0_C56400.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_18/C55F40/func_8024067C_C565BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_18/C55F40/func_8024094C_C5688C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240AD4_C56A14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240B94_C56AD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240EBC_C56DFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dgb/dgb_18/C56EF0/func_80240FB0_C56EF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B200/func_80240034_95B234.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B200/func_802402E0_95B4E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B200/func_80240404_95B604.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_802405E0_95B7E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240738_95B938.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240AA0_95BCA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240C5C_95BE5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240F2C_95C12C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_802410B4_95C2B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241174_95C374.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241470_95C670.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_802415AC_95C7AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_802417D0_95C9D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_8024183C_95CA3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_802419E8_95CBE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241B5C_95CD5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241BE0_95CDE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241DF8_95CFF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241EAC_95D0AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241EE0_95D0E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241F60_95D160.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241F78_95D178.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241F94_95D194.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242468_95D668.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_802424D4_95D6D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242730_95D930.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242784_95D984.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_802427BC_95D9BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242858_95DA58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243014_95E214.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243058_95E258.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243084_95E284.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_8024309C_95E29C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_802430C8_95E2C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_802431B4_95E3B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_802431FC_95E3FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243350_95E550.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95E660/func_80243460_95E660.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95E660/func_80243578_95E778.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_01/95E7A0/func_802435D4_95E7D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9691C0/func_80240000_9691C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9691C0/func_80240124_9692E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80240300_9694C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_8024043C_9695FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80240660_969820.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_802406CC_96988C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80240878_969A38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_802409EC_969BAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80240A70_969C30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80240C88_969E48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80240D3C_969EFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80240D70_969F30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80240DF0_969FB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80240E08_969FC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80240E24_969FE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_802412F8_96A4B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80241364_96A524.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80241394_96A554.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_802414C0_96A680.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_802415CC_96A78C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_802416FC_96A8BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80241874_96AA34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_8024190C_96AACC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80242214_96B3D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_8024240C_96B5CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80242EAC_96C06C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_8024303C_96C1FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80243068_96C228.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_802432C0_96C480.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80243314_96C4D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_8024334C_96C50C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_802433E8_96C5A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_802434CC_96C68C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80243548_96C708.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80243644_96C804.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80243698_96C858.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80243778_96C938.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_802439FC_96CBBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_dro/dro_02/9694C0/func_80243A40_96CC00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A00/func_80240000_DF6A00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80240020_DF6A20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80240270_DF6C70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80240540_DF6F40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_8024081C_DF721C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80240AE8_DF74E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80240EB0_DF78B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80240FEC_DF79EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_802411CC_DF7BCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80241294_DF7C94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_802414CC_DF7ECC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80241768_DF8168.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_802419F8_DF83F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80241B34_DF8534.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_802421D8_DF8BD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80242358_DF8D58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80242500_DF8F00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80242558_DF8F58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80242580_DF8F80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80242680_DF9080.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80242744_DF9144.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_802427A4_DF91A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_802427D8_DF91D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80242830_DF9230.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF6A20/func_80242898_DF9298.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF9300/func_80242900_DF9300.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF9300/func_80242A30_DF9430.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF9300/func_80242AD4_DF94D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_00/DF9510/func_80242B10_DF9510.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05360/func_80240000_E05360.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05370/func_80240010_E05370.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80240030_E05390.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80240280_E055E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80240550_E058B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_8024082C_E05B8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80240AF8_E05E58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80240EC0_E06220.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80240FFC_E0635C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_802411DC_E0653C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_802412A4_E06604.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_802414DC_E0683C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80241778_E06AD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80241A08_E06D68.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80241B44_E06EA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_802421E8_E07548.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80242368_E076C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80242510_E07870.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80242568_E078C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80242590_E078F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80242690_E079F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80242754_E07AB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_802427B4_E07B14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_802427E8_E07B48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_80242840_E07BA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E05390/func_8024289C_E07BFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E07C20/func_802428C0_E07C20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E07C20/func_80242900_E07C60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E07C20/func_80242978_E07CD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E07C20/func_80242A68_E07DC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E07C20/func_80242B68_E07EC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E07C20/func_80242C68_E07FC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E08050/func_80242CF0_E08050.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_end/end_01/E08050/func_80242E14_E08174.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_00/C9DF20/func_80240000_C9DF20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240040_C9DF60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240198_C9E0B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240500_C9E420.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_00/C9DF60/func_802406BC_C9E5DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_00/C9DF60/func_8024098C_C9E8AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240B14_C9EA34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240BD4_C9EAF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_00/C9EE30/func_80240F10_C9EE30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_00/C9EE30/func_80240F80_C9EEA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_00/C9EE30/func_802410B4_C9EFD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_00/C9EE30/func_8024139C_C9F2BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_00/C9EE30/func_802413BC_C9F2DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_03/CA72A0/func_80240000_CA72A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_03/CA72E0/func_80240040_CA72E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_03/CA72E0/func_80240158_CA73F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_07/CAC1F0/func_80240344_CAC534.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_07/CAC5D0/func_8024061C_CAC80C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAED40/func_8024001C_CAED5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAED40/func_8024003C_CAED7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAED40/func_80240068_CAEDA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAED40/func_802400D4_CAEE14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAED40/func_80240120_CAEE60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAED40/func_802401CC_CAEF0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAED40/func_8024041C_CAF15C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAED40/func_80240448_CAF188.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAED40/func_80240480_CAF1C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAED40/func_80240510_CAF250.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAED40/func_80240544_CAF284.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAED40/func_802405A8_CAF2E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAED40/func_80240600_CAF340.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAED40/func_80240B38_CAF878.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAED40/func_80240D08_CAFA48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAFA80/func_80240D40_CAFA80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80240D80_CAFAC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241364_CB00A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAFAC0/func_802414C8_CB0208.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAFAC0/func_8024150C_CB024C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241970_CB06B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAFAC0/func_802419C4_CB0704.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAFAC0/func_802419FC_CB073C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241A98_CB07D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241B5C_CB089C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241BCC_CB090C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_08/CB0B80/func_80241E40_CB0B80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_09/CB5000/func_80240000_CB5000.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_09/CB5040/func_80240040_CB5040.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_09/CB5320/func_80240320_CB5320.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_09/CB5320/func_802404D0_CB54D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_09/CB5320/func_80240BB8_CB5BB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_09/CB5320/func_80240F74_CB5F74.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_09/CB5320/func_80241178_CB6178.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_09/CB5320/func_80241508_CB6508.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_09/CB5320/func_8024162C_CB662C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_10/CB9200/func_80240000_CB9200.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_10/CB9240/func_80240040_CB9240.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_10/CB9280/func_80240080_CB9280.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_10/CB96B0/func_802404B0_CB96B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_10/CB96B0/func_80240A98_CB9C98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_11/CBDCD0/func_80240034_CBDD04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_11/CBDCD0/func_802402E0_CBDFB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_12/CC0E30/func_80240000_CC0E30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_12/CC0E70/func_8024027C_CC10AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_12/CC0E70/func_802405C0_CC13F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_12/CC0E70/func_80240614_CC1444.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_12/CC0E70/func_8024064C_CC147C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3810/func_80240000_CC3810.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_80240040_CC3850.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_802401C4_CC39D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_80240374_CC3B84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_80240A5C_CC426C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_80240E18_CC4628.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_8024101C_CC482C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_802413AC_CC4BBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_802414D0_CC4CE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_802416BC_CC4ECC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_80241704_CC4F14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_80241B68_CC5378.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_80241DB8_CC55C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_80242314_CC5B24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_8024262C_CC5E3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_80242A6C_CC627C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_80243368_CC6B78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_802433C0_CC6BD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC3850/func_802434D4_CC6CE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_13/CC6DE0/func_802435D0_CC6DE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCB310/func_8024030C_CCB61C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCB310/func_80240340_CCB650.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCB310/func_802403D4_CCB6E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCB310/func_8024042C_CCB73C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCB310/func_8024046C_CCB77C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCB310/func_80240504_CCB814.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCB310/func_802407D4_CCBAE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCBE20/func_80240B10_CCBE20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCBE20/func_80240CC0_CCBFD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCBE20/func_802413A8_CCC6B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241764_CCCA74.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241968_CCCC78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241CF8_CCD008.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241E1C_CCD12C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCBE20/func_80242234_CCD544.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCBE20/func_80242288_CCD598.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCBE20/func_802422C0_CCD5D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_14/CCD670/func_80242360_CCD670.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1E30/func_80240000_CD1E30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1E70/func_80240040_CD1E70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_802400FC_CD1F2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_8024011C_CD1F4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240148_CD1F78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_802401B4_CD1FE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240200_CD2030.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_802402AC_CD20DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_802404FC_CD232C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240528_CD2358.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240560_CD2390.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_802405F0_CD2420.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240624_CD2454.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240688_CD24B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_802406E0_CD2510.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240C18_CD2A48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240DE8_CD2C18.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240E18_CD2C48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD2C80/func_80240E50_CD2C80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD2C80/func_80241000_CD2E30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD2C80/func_802416E8_CD3518.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD2C80/func_80241AA4_CD38D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD2C80/func_80241CA8_CD3AD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD2C80/func_80242038_CD3E68.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD2C80/func_8024215C_CD3F8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD2C80/func_80242478_CD42A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD2C80/func_802426F8_CD4528.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD2C80/func_80242754_CD4584.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_16/CD4770/func_80242940_CD4770.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD72E0/func_80240000_CD72E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD7320/func_80240040_CD7320.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD7350/func_80240070_CD7350.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD7350/func_80240220_CD7500.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD7350/func_80240908_CD7BE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD7350/func_80240CC4_CD7FA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD7350/func_80240EC8_CD81A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD7350/func_80241258_CD8538.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD7350/func_8024137C_CD865C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD7350/func_80241568_CD8848.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD7350/func_802415B0_CD8890.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD7350/func_80241A14_CD8CF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD7350/func_80241C64_CD8F44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD7350/func_802421C0_CD94A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD7350/func_802424D8_CD97B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_17/CD7350/func_80242918_CD9BF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_18/CDC6A0/func_8024030C_CDC9AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_18/CDC6A0/func_80240340_CDC9E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_18/CDCBD0/func_80240530_CDCBD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_19/CE36F0/func_8024030C_CE39FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240340_CE3A30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_19/CE36F0/func_802404D0_CE3BC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240540_CE3C30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240660_CE3D50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240784_CE3E74.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_21/CE6700/func_80240000_CE6700.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_21/CE6700/func_8024004C_CE674C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_21/CE6700/func_802401AC_CE68AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_21/CE6700/func_802405BC_CE6CBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_21/CE6700/func_802405FC_CE6CFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_21/CE6700/func_80240708_CE6E08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_21/CE6700/func_80240B00_CE7200.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_22/CEC240/func_80240000_CEC240.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_22/CEC280/func_80240040_CEC280.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_23/CEE260/func_80240000_CEE260.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_23/CEE2A0/func_8024026C_CEE4CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_23/CEE2A0/func_802402C0_CEE520.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_23/CEE2A0/func_802402F8_CEE558.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240410_CEE670.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240728_CEE988.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240B68_CEEDC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240C2C_CEEE8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240C9C_CEEEFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_24/CF0940/func_80240000_CF0940.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2BD0/func_80240000_CF2BD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_80240040_CF2C10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_802401F0_CF2DC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_802408D8_CF34A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_80240C94_CF3864.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_80240E98_CF3A68.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241228_CF3DF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_8024134C_CF3F1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241668_CF4238.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_802418E8_CF44B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241944_CF4514.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241D58_CF4928.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241DAC_CF497C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241DE4_CF49B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241E80_CF4A50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241F44_CF4B14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241FB4_CF4B84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_flo/flo_25/CF4E00/func_80242230_CF4E00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_gv/gv_01/E1E460/func_80240034_E1E494.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_gv/gv_01/E1E460/func_80240688_E1EAE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_00/A0BCF0/func_80240000_A0BCF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_00/A0BD40/func_80240050_A0BD40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_00/A0BD40/func_80240170_A0BE60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_00/A0BD40/func_8024036C_A0C05C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_00/A0BD40/func_80240584_A0C274.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_00/A0C4B0/func_802407C0_A0C4B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_00/A0C4E0/func_802407F0_A0C4E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240908_A0C5F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_00/A0C4E0/func_8024091C_A0C60C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240994_A0C684.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240A54_A0C744.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240B20_A0C810.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240B3C_A0C82C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_00/A0C930/func_80240C40_A0C930.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_01/A10880/func_80240000_A10880.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_01/A10880/func_80240120_A109A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_01/A10880/func_8024031C_A10B9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_01/A10880/func_80240534_A10DB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_01/A10880/func_80240768_A10FE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_01/A11020/func_80240AAC_A1132C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_01/A11020/func_80240B10_A11390.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_01/A11020/func_80240B64_A113E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_01/A11020/func_80240C08_A11488.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_01/A11020/func_80240C84_A11504.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_01/A11020/func_80240CB0_A11530.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_01/A11020/func_80240CDC_A1155C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_01/A11650/func_80240DEC_A1166C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A16220/func_8024030C_A1652C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A16220/func_80240434_A16654.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A16220/func_80240610_A16830.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A16220/func_80240904_A16B24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A16220/func_80240BFC_A16E1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A16220/func_80240EF4_A17114.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A16220/func_80240F68_A17188.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A171F0/func_80240FD0_A171F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A17210/func_80240FF0_A17210.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A17210/func_802411A0_A173C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A17210/func_80241888_A17AA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A17210/func_80241C44_A17E64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A17210/func_80241E48_A18068.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A17210/func_802421D8_A183F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A17210/func_802422FC_A1851C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A17210/func_80242618_A18838.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A17210/func_80242898_A18AB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_02/A17210/func_802428F4_A18B14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1B100/func_80240000_A1B100.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1B130/func_8024033C_A1B43C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1B130/func_8024060C_A1B70C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1B130/func_802407E8_A1B8E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1B130/func_80240928_A1BA28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1B130/func_80240A50_A1BB50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80240CB0_A1BDB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80240E60_A1BF60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241548_A1C648.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241904_A1CA04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241B08_A1CC08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241E98_A1CF98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241FBC_A1D0BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802421F0_A1D2F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_8024226C_A1D36C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242368_A1D468.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802423BC_A1D4BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_8024249C_A1D59C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802424A4_A1D5A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802425E0_A1D6E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242804_A1D904.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242870_A1D970.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242A1C_A1DB1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242B90_A1DC90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242C14_A1DD14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242E2C_A1DF2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242EE0_A1DFE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242F14_A1E014.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242F94_A1E094.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242FAC_A1E0AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242FC8_A1E0C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_8024349C_A1E59C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80243508_A1E608.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_04/A26ED0/func_80240000_A26ED0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_04/A26ED0/func_80240154_A27024.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_04/A27490/func_802405C0_A27490.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_04/A274B0/func_80240654_A27524.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_04/A274B0/func_8024068C_A2755C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_04/A274B0/func_80240694_A27564.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_04/A274B0/func_80240734_A27604.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_04/A274B0/func_802408F8_A277C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_04/A274B0/func_802409B0_A27880.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_04/A274B0/func_80240A84_A27954.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_04/A27A30/func_80240B60_A27A30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_04/A27AA0/func_80240BD0_A27AA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_04/A27AA0/func_80240E40_A27D10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_04/A27AA0/func_80240E6C_A27D3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2A240/func_80240000_A2A240.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2A240/func_80240124_A2A364.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2A240/func_80240604_A2A844.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2A240/func_80240634_A2A874.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2A240/func_80240690_A2A8D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AA70/func_80240830_A2AA70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240880_A2AAC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802409C4_A2AC04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240D54_A2AF94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240DA0_A2AFE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240DF8_A2B038.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240E30_A2B070.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240E50_A2B090.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240F30_A2B170.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240F88_A2B1C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240FE0_A2B220.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241044_A2B284.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802410E4_A2B324.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241274_A2B4B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024146C_A2B6AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802416BC_A2B8FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241850_A2BA90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802419F4_A2BC34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241B40_A2BD80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241C54_A2BE94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241D08_A2BF48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241D7C_A2BFBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241F54_A2C194.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802421E0_A2C420.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802422A0_A2C4E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802423D4_A2C614.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802425A0_A2C7E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80242704_A2C944.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802428C8_A2CB08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80242F74_A2D1B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024301C_A2D25C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243100_A2D340.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243164_A2D3A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024370C_A2D94C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243758_A2D998.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243CC0_A2DF00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243ED0_A2E110.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243FC4_A2E204.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802440D0_A2E310.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244454_A2E694.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802444E8_A2E728.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244550_A2E790.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244774_A2E9B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024486C_A2EAAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244934_A2EB74.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2AAC0/update_heroes_start_turn_A2C264.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2EC30/func_802449F0_A2EC30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2EC30/func_80244C60_A2EEA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2EC30/func_80244C8C_A2EECC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2EF00/func_80244DE4_A2F024.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2EF00/func_802452C4_A2F504.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2EF00/func_8024569C_A2F8DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2EF00/func_80245718_A2F958.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2EF00/func_80245794_A2F9D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2EF00/func_802457C0_A2FA00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_05/A2EF00/pause_tabs_draw_badges_A2EF00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A397F0/func_80240310_A397F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A397F0/func_80240654_A39B34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A397F0/func_802406A8_A39B88.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A397F0/func_802406E0_A39BC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A397F0/func_802409F8_A39ED8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A397F0/func_80240A3C_A39F1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A397F0/func_80240A68_A39F48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A397F0/func_80240A94_A39F74.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A397F0/func_80240AD0_A39FB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A210/func_80240D30_A3A210.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_80240F7C_A3A45C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_80240FD0_A3A4B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_80241008_A3A4E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_802410A4_A3A584.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_802411BC_A3A69C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_802411F0_A3A6D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_8024126C_A3A74C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_802414E4_A3A9C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_80241668_A3AB48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_802417EC_A3ACCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_80241860_A3AD40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_802418A4_A3AD84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_802418E8_A3ADC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_80241A58_A3AF38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_80241B74_A3B054.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_80241CCC_A3B1AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3A230/func_80241F98_A3B478.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3B4B0/func_80241FD0_A3B4B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3B4B0/func_8024228C_A3B76C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3B4B0/func_802424CC_A3B9AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_06/A3B4B0/func_80242534_A3BA14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_10/A3F740/func_80240000_A3F740.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_10/A3F760/func_8024032C_A3FA6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_10/A3F760/func_80240364_A3FAA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_10/A3F760/func_80240404_A3FB44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240770_A3FEB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240A84_A401C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240B44_A40284.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240B98_A402D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240BEC_A4032C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240BFC_A4033C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_hos/hos_20/A45C40/func_80240310_A45C40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_02/978750/func_80240040_978750.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_04/97B670/func_802400BC_97B6EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_04/97B670/func_802403D4_97BA04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_04/97BF60/func_80240930_97BF60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_04/97BF60/func_8024095C_97BF8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240000_97DAD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240230_97DD00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240628_97E0F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_802407CC_97E29C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_802408AC_97E37C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240BF0_97E6C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240E14_97E8E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240EA8_97E978.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240F3C_97EA0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241108_97EBD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_802411F8_97ECC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_802415C0_97F090.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241610_97F0E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241B28_97F5F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241C34_97F704.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241C5C_97F72C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241D44_97F814.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241DF8_97F8C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241E24_97F8F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_07/982440/func_80240000_982440.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_07/982440/func_80240014_982454.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_07/982530/func_802400F0_982530.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_08/984E30/func_8024007C_984EAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_08/984E30/func_80240394_9851C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_09/9864E0/func_80240000_9864E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_09/9864E0/func_802402BC_98679C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_09/9867D0/func_802402F0_9867D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_8024001C_988B7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_8024003C_988B9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_80240068_988BC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_802400D4_988C34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_80240120_988C80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_802401CC_988D2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_8024041C_988F7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_80240448_988FA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_80240480_988FE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_80240510_989070.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_80240544_9890A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_802405A8_989108.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_80240600_989160.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_80240B38_989698.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_80240D08_989868.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_10/988B60/func_80240D38_989898.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_11/98AA10/func_80240000_98AA10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_11/98AAC0/func_802400B0_98AAC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240000_98F7E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240230_98FA10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240628_98FE08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_802407CC_98FFAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_802408AC_99008C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240BF0_9903D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240E14_9905F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240EA8_990688.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240F3C_99071C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241108_9908E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_802411F8_9909D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_802415C0_990DA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241610_990DF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241BA8_991388.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241D08_9914E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241D38_991518.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241E34_991614.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241EF8_9916D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_13/98F7E0/func_80242044_991824.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_80240000_992730.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_80240230_992960.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_80240628_992D58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_802407CC_992EFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_802408AC_992FDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_80240BF0_993320.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_80240E14_993544.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_80240EA8_9935D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_80240F3C_99366C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_80241108_993838.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_802411F8_993928.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_802415C0_993CF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_80241610_993D40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_80241AF0_994220.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_80241BC4_9942F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_80241BEC_99431C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_14/992730/func_80241CA0_9943D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_16/9951F0/func_80240000_9951F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_16/9951F0/func_8024004C_99523C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_16/9951F0/func_802401AC_99539C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_16/9951F0/func_802405BC_9957AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_16/9951F0/func_802405FC_9957EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_16/9951F0/func_80240708_9958F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_16/9959F0/func_80240800_9959F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_16/9959F0/func_80240924_995B14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_18/997F70/func_8024007C_997FEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_isk/isk_18/997F70/func_80240394_998304.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_00/90CC40/func_80240000_90CC40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_00/90CC40/func_80240118_90CD58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_00/90CEF0/func_802402B0_90CEF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90F6B0/func_80240000_90F6B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90F6B0/func_80240398_90FA48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240520_90FBD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240710_90FDC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240854_90FF04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240A7C_91012C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240FB8_910668.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241414_910AC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802415E0_910C90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802416F0_910DA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_8024192C_910FDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802419C0_911070.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241A4C_9110FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241B74_911224.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241C78_911328.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241CF0_9113A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241D70_911420.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241F6C_91161C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802422C4_911974.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242424_911AD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242498_911B48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802425C8_911C78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242664_911D14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802426EC_911D9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242794_911E44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242908_911FB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242958_912008.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242AF8_9121A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242C48_9122F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242CF4_9123A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242E2C_9124DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242EA8_912558.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242F54_912604.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_01/912960/func_802432B0_912960.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240000_915D70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240160_915ED0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_802401D4_915F44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240304_916074.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_802403A0_916110.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240428_916198.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_802404D0_916240.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240644_9163B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240694_916404.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240834_9165A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240984_9166F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240A30_9167A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240B68_9168D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240BE4_916954.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240C90_916A00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240FE0_916D50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918BB0/func_80240000_918BB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918BB0/func_802402BC_918E6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240340_918EF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_802404A0_919050.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240514_9190C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240644_9191F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_802406E0_919290.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240768_919318.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240810_9193C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240984_919534.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_802409D4_919584.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240B74_919724.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240CC4_919874.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240D70_919920.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240EA8_919A58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240F24_919AD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240FD0_919B80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80241320_919ED0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240000_91B8E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240080_91B960.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802401E0_91BAC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240254_91BB34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240384_91BC64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240420_91BD00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802404A8_91BD88.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240550_91BE30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802406C4_91BFA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240714_91BFF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802408B4_91C194.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240A04_91C2E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240AB0_91C390.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240BE8_91C4C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240C64_91C544.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240D10_91C5F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80241060_91C940.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_8024107C_91C95C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E570/func_80240000_91E570.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E5B0/func_80240040_91E5B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_8024030C_91E87C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_8024032C_91E89C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240358_91E8C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_802403C4_91E934.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240410_91E980.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_802404BC_91EA2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_8024070C_91EC7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240738_91ECA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240770_91ECE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240800_91ED70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240834_91EDA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240898_91EE08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_802408F0_91EE60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240E28_91F398.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240FF8_91F568.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_80241030_91F5A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_802413E0_91F950.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_80241434_91F9A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_8024146C_91F9DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_10/91FA80/func_80241510_91FA80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_11/9269F0/func_80240000_9269F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_11/926A10/func_802401B0_926BA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_11/926A10/func_80240208_926BF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_iwa/iwa_11/926C70/func_80240280_926C70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B20540/func_8024030C_B2084C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B20540/func_80240340_B20880.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B20540/func_802403F4_B20934.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B20540/func_80240738_B20C78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B20540/func_8024078C_B20CCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B20540/func_802407C4_B20D04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B20540/func_80240ADC_B2101C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B20540/func_80240B20_B21060.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B20540/func_80240B4C_B2108C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B20540/func_80240CF8_B21238.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B20540/func_80240F14_B21454.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B20540/func_80241134_B21674.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B216E0/func_802411A0_B216E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B216E0/func_802411EC_B2172C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B216E0/func_80241338_B21878.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B216E0/func_802415B0_B21AF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B216E0/func_80241654_B21B94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B216E0/func_802416F8_B21C38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_00/B216E0/func_80241868_B21DA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_01/B28030/func_8024030C_B2833C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_01/B28030/func_80240340_B28370.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_01/B28030/func_80240570_B285A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_01/B28030/func_80240968_B28998.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_01/B28030/func_80240B0C_B28B3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_01/B28030/func_80240BEC_B28C1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_01/B28030/func_80240F30_B28F60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_01/B28030/func_80241154_B29184.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_01/B28030/func_80241170_B291A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C470/func_80240000_B2C470.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C4A0/func_8024033C_B2C7AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C4A0/func_80240360_B2C7D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C4A0/func_802403F8_B2C868.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240430_B2C8A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240588_B2C9F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802408F0_B2CD60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240AAC_B2CF1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240D7C_B2D1EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240F04_B2D374.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240FC4_B2D434.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802414EC_B2D95C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241540_B2D9B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241578_B2D9E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241614_B2DA84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241750_B2DBC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241974_B2DDE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802419E0_B2DE50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241B8C_B2DFFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241D00_B2E170.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241D84_B2E1F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241F9C_B2E40C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242050_B2E4C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242084_B2E4F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242104_B2E574.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_8024211C_B2E58C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242138_B2E5A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_8024260C_B2EA7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242678_B2EAE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802426A8_B2EB18.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240034_B34C04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_802405EC_B351BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240620_B351F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240778_B35348.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240AE0_B356B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240C9C_B3586C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240F6C_B35B3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_802410F4_B35CC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_802411B4_B35D84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_802414F8_B360C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241574_B36144.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241670_B36240.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_802416C4_B36294.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_802417A4_B36374.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_802419D8_B365A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241A2C_B365FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241A64_B36634.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241B00_B366D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241B9C_B3676C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241CD8_B368A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241EFC_B36ACC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241F68_B36B38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242114_B36CE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242288_B36E58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_8024230C_B36EDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242524_B370F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_802425D8_B371A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_8024260C_B371DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_8024268C_B3725C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_802426A4_B37274.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_802426C0_B37290.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242B94_B37764.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242C00_B377D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242EAC_B37A7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242EF0_B37AC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242F1C_B37AEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_03/B37B70/func_80242FA0_B37B70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_04/B44770/func_80240000_B44770.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_04/B44AC0/func_80240350_B44AC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_04/B44D80/func_80240610_B44D80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_04/B45150/func_802409E0_B45150.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_04/B451F0/func_80240A80_B451F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_04/B451F0/func_80240BE8_B45358.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_04/B451F0/func_80240D0C_B4547C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_04/B45730/func_80240FC0_B45730.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4AA70/func_80240000_B4AA70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4ADC0/func_80240350_B4ADC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4AF10/func_802406DC_B4B14C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4AF10/func_80240738_B4B1A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4B260/func_802407F0_B4B260.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4B260/func_802408A4_B4B314.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4B260/func_80240AD4_B4B544.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4B260/func_80240ECC_B4B93C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4B260/func_80241070_B4BAE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4B260/func_80241150_B4BBC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4B260/func_80241494_B4BF04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4B260/func_80241708_B4C178.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4B260/func_80241AD4_B4C544.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4B260/func_80241C88_B4C6F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4B260/func_80241EE8_B4C958.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_05/B4B260/func_8024219C_B4CC0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_06/B52B40/func_80240310_B52B40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_06/B52BE0/func_802403B0_B52BE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_06/B52F70/delete_player_actor_B53598.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_06/B52F70/func_80240740_B52F70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_06/B52F70/func_80240970_B531A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_06/B52F70/func_80240F0C_B5373C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_06/B52F70/func_80240FEC_B5381C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_06/B52F70/func_80241330_B53B60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_06/B52F70/func_80241554_B53D84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_06/B52F70/func_80241658_B53E88.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_06/B52F70/func_80241A24_B54254.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_06/B52F70/func_80241BD8_B54408.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_06/B52F70/func_80241E38_B54668.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_06/B52F70/func_802420EC_B5491C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_07/B59870/func_80240050_B598C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_07/B59870/func_8024041C_B59C8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_07/B59870/func_802405D0_B59E40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_07/B59870/func_80240830_B5A0A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_07/B59870/func_80240AE4_B5A354.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E5C0/func_8024054C_B5E7FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E5C0/func_802405A8_B5E858.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E910/func_8024067C_B5E92C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E910/func_8024069C_B5E94C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E910/func_802406C8_B5E978.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E910/func_80240734_B5E9E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E910/func_80240780_B5EA30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E910/func_8024082C_B5EADC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E910/func_80240A7C_B5ED2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E910/func_80240AA8_B5ED58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E910/func_80240AE0_B5ED90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E910/func_80240B70_B5EE20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E910/func_80240BA4_B5EE54.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E910/func_80240C08_B5EEB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E910/func_80240C60_B5EF10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E910/func_80241198_B5F448.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5E910/func_80241368_B5F618.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5F650/func_802413A0_B5F650.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5F650/func_802414A4_B5F754.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5F650/func_80241870_B5FB20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5F650/func_80241A24_B5FCD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5F650/func_80241C84_B5FF34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_08/B5F650/func_80241F38_B601E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_09/B65AB0/func_80240034_B65AE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_09/B660A0/func_8024082C_B662DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_09/B660A0/func_80240888_B66338.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_09/B663F0/func_80240990_B66440.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_09/B663F0/func_80240D5C_B6680C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_09/B663F0/func_80240F10_B669C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_09/B663F0/func_80241170_B66C20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_09/B663F0/func_80241424_B66ED4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_10/B6C6A0/delete_actor_B6CF4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240310_B6C6A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240540_B6C8D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240938_B6CCC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240ADC_B6CE6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240F00_B6D290.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_10/B6D4C0/func_80241130_B6D4C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_10/B6D610/func_802414BC_B6D84C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_11/B70860/func_80240000_B70860.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_11/B70860/func_8024018C_B709EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_11/B70860/func_80240438_B70C98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_11/B71010/func_802407B0_B71010.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_11/B71010/func_802407DC_B7103C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_12/B730B0/func_80240000_B730B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_12/B730B0/func_802400F8_B731A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_12/B730B0/func_80240170_B73220.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_12/B730B0/func_802401CC_B7327C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_12/B73570/func_80240510_B735C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_12/B73570/func_802408DC_B7398C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_12/B73570/func_80240A90_B73B40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_12/B73570/func_80240CF0_B73DA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_12/B73570/func_80240FA4_B74054.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_13/B767B0/func_80240000_B767B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_13/B767B0/func_802401AC_B7695C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_13/B767B0/func_80240214_B769C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_13/B767B0/func_802402B8_B76A68.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_14/B7A050/func_80240000_B7A050.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_14/B7A050/func_802400F8_B7A148.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_14/B7A050/func_80240170_B7A1C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_14/B7A050/func_802401CC_B7A21C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_14/B7A510/func_802404C0_B7A510.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_14/B7A510/func_802406F0_B7A740.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_14/B7A510/func_80240AE8_B7AB38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_14/B7A510/func_80240C8C_B7ACDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_14/B7A510/func_80240D6C_B7ADBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_14/B7A510/func_802410B0_B7B100.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_15/B7D920/func_80240000_B7D920.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_16/B80000/func_80240000_B80000.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_16/B80000/func_80240124_B80124.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_17/B837C0/func_80240000_B837C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_19/B83E60/func_80240000_B83E60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B84180/func_80240000_B84180.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B84180/func_80240158_B842D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B84180/func_802404C0_B84640.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B84180/func_8024067C_B847FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B84180/func_8024094C_B84ACC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B84180/func_80240AD4_B84C54.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B84180/func_80240B94_B84D14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B84180/func_80240E90_B85010.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B84180/func_80240FA8_B85128.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B84180/func_80240FC4_B85144.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B851A0/func_80241020_B851A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B851A0/func_802410C4_B85244.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B851A0/func_80241168_B852E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B851A0/func_802412E0_B85460.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B851A0/func_8024160C_B8578C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_jan/jan_22/B851A0/func_80241668_B857E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kgr/kgr_01/8A9A10/func_80240000_8A9A10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_80240160_8A9B70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_80240354_8A9D64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_802403E0_8A9DF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_80240500_8A9F10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kgr/kgr_02/8AA450/func_80240000_8AA450.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kgr/kgr_02/8AA5B0/func_80240160_8AA5B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kgr/kgr_02/8AAB80/func_80240730_8AAB80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kgr/kgr_02/8AAB80/func_80240748_8AAB98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kgr/kgr_02/8AAB80/func_80240760_8AABB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_00/ABB290/func_80240000_ABB290.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_00/ABB290/func_80240040_ABB2D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_00/ABB340/func_802400B0_ABB340.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240208_ABB498.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240570_ABB800.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_00/ABB340/func_8024072C_ABB9BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_00/ABB340/func_802409FC_ABBC8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240B84_ABBE14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240C44_ABBED4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240F40_ABC1D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240000_AC5170.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240158_AC52C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_01/AC5170/func_802404C0_AC5630.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_01/AC5170/func_8024067C_AC57EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_01/AC5170/func_8024094C_AC5ABC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240AD4_AC5C44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240B94_AC5D04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_03/AC9710/func_80240000_AC9710.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_10/ACAB20/func_80240000_ACAB20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_10/ACAB20/func_80240034_ACAB54.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_802400B0_ACABD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_802402C0_ACADE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_8024036C_ACAE8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_80240644_ACB164.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_80240728_ACB248.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_802408A0_ACB3C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240AB0_ACB5D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240B5C_ACB67C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240E34_ACB954.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240F18_ACBA38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240F44_ACBA64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240F60_ACBA80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_11/ACE140/func_80240000_ACE140.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_11/ACE140/func_80240034_ACE174.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_802400B0_ACE1F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_802402C0_ACE400.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_8024036C_ACE4AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_80240644_ACE784.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_80240728_ACE868.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_802408A0_ACE9E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240AB0_ACEBF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240B5C_ACEC9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240E34_ACEF74.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240F18_ACF058.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240F44_ACF084.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240F60_ACF0A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_12/AD4090/func_80240000_AD4090.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_12/AD4090/func_80240034_AD40C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240070_AD4100.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240280_AD4310.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_12/AD4100/func_8024032C_AD43BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240604_AD4694.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_12/AD4100/func_802406E8_AD4778.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240714_AD47A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240730_AD47C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_12/AD4100/func_8024089C_AD492C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_13/AD5ED0/func_80240000_AD5ED0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_13/AD6200/func_80240330_AD6200.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_13/AD6200/func_80240390_AD6260.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_13/AD6200/func_802403F0_AD62C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_13/AD6200/func_8024046C_AD633C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_13/AD6200/func_802404E0_AD63B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_14/ADAEA0/func_80240000_ADAEA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_8024035C_ADB1FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_80240384_ADB224.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_802403A0_ADB240.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_802403CC_ADB26C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_802403F8_ADB298.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_80240480_ADB320.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_8024049C_ADB33C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_15/AE5590/func_8024030C_AE589C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_15/AE58D0/func_80240340_AE58D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_15/AE5A90/func_80240500_AE5A90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_15/AE5B60/func_802405D0_AE5B60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_15/AE5B60/func_802405EC_AE5B7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240000_AED410.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240028_AED438.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240060_AED470.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240270_AED680.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_16/AED410/func_8024031C_AED72C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_16/AED410/func_802405F4_AEDA04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_16/AED410/func_802406D8_AEDAE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240850_AEDC60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240A60_AEDE70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240B0C_AEDF1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240DE4_AEE1F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240EC8_AEE2D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240EF4_AEE304.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240F10_AEE320.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_80240000_AF1C60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_802402BC_AF1F1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_80240500_AF2160.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_80240568_AF21C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_18/AF2CA0/func_8024030C_AF2FAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_8024056C_AF320C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_802405C0_AF3260.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_802405F8_AF3298.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_80240694_AF3334.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_80240730_AF33D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_80240774_AF3414.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7950/func_80240000_AF7950.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7950/func_80240068_AF79B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7950/func_802400E4_AF7A34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7950/func_80240178_AF7AC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7950/func_802401FC_AF7B4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_802404DC_AF7E2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240530_AF7E80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240568_AF7EB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240604_AF7F54.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_802406A0_AF7FF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_802406C4_AF8014.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240B4C_AF849C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240B8C_AF84DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240BE4_AF8534.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240C10_AF8560.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240C4C_AF859C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240CB4_AF8604.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_20/AFDB40/func_80240000_AFDB40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_80240308_AFDE48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_80240384_AFDEC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_80240480_AFDFC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_802404D4_AFE014.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_802405B4_AFE0F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_802405BC_AFE0FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_23/B02880/func_80240000_B02880.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240020_B028A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240048_B028C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240080_B02900.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_23/B028A0/func_802400E0_B02960.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_23/B028A0/func_802402F0_B02B70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_23/B028A0/func_8024039C_B02C1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240674_B02EF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240758_B02FD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240784_B03004.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_23/B028A0/func_802407A0_B03020.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_23/B03190/func_80240910_B03190.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_23/B03190/func_802409AC_B0322C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_24/B06570/func_80240000_B06570.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06A00/func_80240000_B06A00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06A20/func_80240020_B06A20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06A80/func_80240080_B06A80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06A80/func_802400AC_B06AAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06A80/func_802400FC_B06AFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06A80/func_80240264_B06C64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240310_B06D10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_802406EC_B070EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240800_B07200.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_8024086C_B0726C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_8024092C_B0732C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_802409EC_B073EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240AAC_B074AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240B18_B07518.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240B8C_B0758C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240BA0_B075A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240C60_B07660.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240CD4_B076D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240CE8_B076E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240D30_B07730.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240E54_B07854.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240EB8_B078B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240F2C_B0792C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_26/B13120/func_80240000_B13120.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_27/B14080/func_80240310_B14080.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_27/B14080/func_8024041C_B1418C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_27/B14080/func_80240448_B141B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_29/B150B0/func_80240000_B150B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kkj/kkj_29/B150E0/func_80240030_B150E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_80240000_8ABF90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_80240388_8AC318.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_802404E8_8AC478.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_802405F0_8AC580.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_80240CB0_8ACC40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240034_8B00A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802402E0_8B0350.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240370_8B03E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240390_8B0400.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802404CC_8B053C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802406F0_8B0760.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024075C_8B07CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240908_8B0978.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240A7C_8B0AEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240B00_8B0B70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240D18_8B0D88.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240DCC_8B0E3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240E00_8B0E70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240E80_8B0EF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240E98_8B0F08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240EB4_8B0F24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241388_8B13F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802413F4_8B1464.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241424_8B1494.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802414D8_8B1548.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241964_8B19D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241A10_8B1A80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241C18_8B1C88.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241E90_8B1F00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242014_8B2084.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024226C_8B22DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802422C0_8B2330.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802422F8_8B2368.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242394_8B2404.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802426A0_8B2710.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802426E4_8B2754.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242710_8B2780.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242734_8B27A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242788_8B27F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802427B0_8B2820.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802427CC_8B283C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802427EC_8B285C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024280C_8B287C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242860_8B28D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024295C_8B29CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242BA8_8B2C18.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242BC0_8B2C30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242F08_8B2F78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242F28_8B2F98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242F7C_8B2FEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80243034_8B30A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_802430B8_8B3128.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243134_8B31A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243230_8B32A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243284_8B32F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243364_8B33D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B33E0/func_80243370_8B33E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B33E0/func_802433AC_8B341C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B33E0/func_80243514_8B3584.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B36B0/func_8024366C_8B36DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B36B0/func_802436FC_8B376C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_02/8B3A10/func_802439A0_8B3A10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_04/8CA960/func_802402C8_8CABC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_04/8CA960/func_802403E0_8CACE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240000_8CE070.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_05/8CE070/func_802401B0_8CE220.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240898_8CE908.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240C54_8CECC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240E58_8CEEC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_05/8CE070/func_802411E8_8CF258.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_05/8CE070/func_8024130C_8CF37C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240000_8D1510.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_06/8D1510/func_802401B0_8D16C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240898_8D1DA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240C54_8D2164.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240E58_8D2368.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_06/8D1510/func_802411E8_8D26F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_06/8D1510/func_8024130C_8D281C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241500_8D2A10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_802417A8_8D2CB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_802417E0_8D2CF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241950_8D2E60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_802419EC_8D2EFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241A68_8D2F78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241C78_8D3188.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_80240000_8D3DC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_802400B4_8D3E74.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_80240540_8D4300.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_802405EC_8D43AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_802407F4_8D45B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_80240A6C_8D482C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240000_8D5E00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_802401B0_8D5FB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240898_8D6698.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240C54_8D6A54.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240E58_8D6C58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_802411E8_8D6FE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_8024130C_8D710C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_10/8D84D0/func_80240000_8D84D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_10/8D84D0/func_802402BC_8D878C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_11/8DA100/func_8024023C_8DA33C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_11/8DA100/func_8024027C_8DA37C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_802402A0_8DA3A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240344_8DA444.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240370_8DA470.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240424_8DA524.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_802408B0_8DA9B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_8024095C_8DAA5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240B64_8DAC64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240DDC_8DAEDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EBE20/func_80240000_8EBE20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240064_8EBE84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240310_8EC130.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240330_8EC150.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240358_8EC178.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_802405BC_8EC3DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_802406BC_8EC4DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_802406C8_8EC4E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240B20_8EC940.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240B48_8EC968.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240B54_8EC974.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240DA4_8ECBC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8ECBF0/func_80240DD0_8ECBF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802412E8_8ED108.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_80241364_8ED184.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_80241460_8ED280.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802414B4_8ED2D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_80241594_8ED3B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_8024159C_8ED3BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802415C4_8ED3E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802415EC_8ED40C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8ED440/func_80241620_8ED440.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8ED440/func_80241738_8ED558.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_802417B4_8ED5D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_80241C9C_8EDABC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_80241CF0_8EDB10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_80241D1C_8EDB3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80241D84_8EDBA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80242030_8EDE50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80242084_8EDEA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_802420EC_8EDF0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80242144_8EDF64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_8024216C_8EDF8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_802421A0_8EDFC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242870_8EE690.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242A04_8EE824.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242A3C_8EE85C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242B04_8EE924.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_21/8FEE80/func_80240000_8FEE80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_80240010_8FEE90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_80240210_8FF090.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_80240298_8FF118.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_802402B4_8FF134.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_802402C8_8FF148.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_22/8FF670/func_80240000_8FF670.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_22/8FF680/func_80240010_8FF680.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_22/8FF680/func_802401E0_8FF850.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_22/8FF680/func_80240208_8FF878.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240240_8FF8B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240314_8FF984.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240418_8FFA88.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_802404E4_8FFB54.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_8024056C_8FFBDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240B00_900170.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240B3C_9001AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240B4C_9001BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240BA8_900218.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A30/func_80240000_907A30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240010_907A40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240040_907A70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240274_907CA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240300_907D30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_802403A8_907DD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240494_907EC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240528_907F58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_8024061C_90804C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_802407B8_9081E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_8024088C_9082BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240A00_908430.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240BB4_9085E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240C94_9086C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240CA8_9086D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240D14_908744.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240D5C_90878C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240DA4_9087D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_24/90B240/func_80240000_90B240.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_24/90B250/func_80240010_90B250.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_24/90B250/func_80240074_90B2B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_30/90B9E0/func_80240310_90B9E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kmr/kmr_30/90B9E0/func_8024045C_90BB2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_01/A46F60/func_80240000_A46F60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_01/A470C0/func_802401DC_A4713C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_01/A470C0/func_802404F4_A47454.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A485C0/func_80240000_A485C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_802401DC_A4879C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_802404F4_A48AB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_80240A48_A49008.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_80240C18_A491D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241128_A496E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_8024119C_A4975C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_802412C8_A49888.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241368_A49928.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_802413CC_A4998C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_8024150C_A49ACC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_802416B0_A49C70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_802416EC_A49CAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_802418AC_A49E6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241918_A49ED8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241A4C_A4A00C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241AB4_A4A074.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241D20_A4A2E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241D6C_A4A32C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241DFC_A4A3BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_03/A4A410/func_80241E50_A4A410.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_04/A4BF60/func_80240000_A4BF60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_04/A4BF60/func_802400BC_A4C01C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CA20/func_8024001C_A4CA3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802400A0_A4CAC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240270_A4CC90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240780_A4D1A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802407F4_A4D214.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240920_A4D340.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802409C0_A4D3E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240A24_A4D444.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240B64_A4D584.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240D08_A4D728.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240D44_A4D764.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240F04_A4D924.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240F70_A4D990.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802410A4_A4DAC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_8024110C_A4DB2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80241378_A4DD98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802413C4_A4DDE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80241454_A4DE74.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_09/A4F000/func_8024001C_A4F01C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_802400A0_A4F0A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_80240290_A4F290.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_802403D4_A4F3D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_802405FC_A4F5FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_80240B38_A4FB38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_80240F94_A4FF94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_100/A93160/func_80240000_A93160.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_101/A93440/func_80240000_A93440.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240310_A93A50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240500_A93C40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240644_A93D84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_8024086C_A93FAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240DA8_A944E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80241204_A94944.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802415D8_A94D18.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802418F0_A95030.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80241D30_A95470.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80241F00_A95640.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242410_A95B50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_8024244C_A95B8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802425D8_A95D18.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802429C8_A96108.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242ABC_A961FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242D00_A96440.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242D3C_A9647C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242F08_A96648.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242F74_A966B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802430A8_A967E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80243198_A968D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80243270_A969B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80243504_A96C44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_102/A93A50/func_8024353C_A96C7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_11/A52BD0/func_8024038C_A52C4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_11/A52BD0/func_802406A4_A52F64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240000_A99590.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_111/A99590/func_802400BC_A9964C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240170_A99700.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240360_A998F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_111/A99590/func_802404A4_A99A34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_111/A99590/func_802406CC_A99C5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240C08_A9A198.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_111/A99590/func_80241064_A9A5F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_80240040_A9CC70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_802400FC_A9CD2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_8024022C_A9CE5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_80240544_A9D174.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_114/A9E980/func_80240000_A9E980.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240000_A9ED40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_802400BC_A9EDFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240170_A9EEB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240360_A9F0A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_802404A4_A9F1E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_802406CC_A9F40C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240C08_A9F948.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80241064_A9FDA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_12/A54950/func_80240000_A54950.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_12/A54CA0/func_80240350_A54CA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_12/A54CA0/func_8024037C_A54CCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_12/A54CA0/func_80240444_A54D94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_13/A55F20/func_80240000_A55F20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_13/A56270/func_80240350_A56270.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_13/A56270/func_8024037C_A5629C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_13/A56270/func_80240444_A56364.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_130/AA2D20/func_80240000_AA2D20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_130/AA2D20/func_80240048_AA2D68.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_130/AA2D20/func_802404AC_AA31CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_133/AA7790/func_80240310_AA7790.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_133/AA7790/func_802403C0_AA7840.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_80240310_AA92B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_8024033C_AA92DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_80240408_AA93A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_80240434_AA93D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_134/AA94B0/func_80240510_AA94B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_134/AA94B0/func_80240564_AA9504.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_14/A574B0/func_80240000_A574B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_14/A574F0/func_8024034C_A577FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_14/A57830/func_80240380_A57830.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_14/A57830/func_80240710_A57BC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_14/A57830/func_8024073C_A57BEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_14/A57830/func_80240840_A57CF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_15/A596A0/func_80240310_A596A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_16/A5A340/func_80240310_A5A340.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_16/A5A340/func_8024034C_A5A37C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_16/A5A340/func_80240370_A5A3A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240000_A609D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_50/A609D0/func_802401F0_A60BC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240334_A60D04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_50/A609D0/func_8024055C_A60F2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240A98_A61468.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240EF4_A618C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_50/A609D0/func_802412C8_A61C98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_50/A609D0/func_802415E0_A61FB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A64090/func_80240000_A64090.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240050_A640E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240220_A642B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240730_A647C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802407A4_A64834.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802408D0_A64960.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240970_A64A00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802409D4_A64A64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240B14_A64BA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240CB8_A64D48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240CF4_A64D84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240EB4_A64F44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240F20_A64FB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241054_A650E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802410BC_A6514C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241328_A653B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241374_A65404.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241404_A65494.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802414C8_A65558.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802417E0_A65870.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_52/A671E0/func_802400E0_A671E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_52/A671E0/func_802402D0_A673D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_52/A671E0/func_80240414_A67514.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_52/A671E0/func_8024063C_A6773C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_52/A671E0/func_80240B78_A67C78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_52/A671E0/func_80240FD4_A680D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_53/A6ACA0/func_80240000_A6ACA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_53/A6ACA0/func_80240050_A6ACF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_8024038C_A6E76C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_802406A4_A6EA84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80240AE4_A6EEC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80240CB4_A6F094.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_802411C4_A6F5A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241200_A6F5E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_8024138C_A6F76C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_8024177C_A6FB5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241870_A6FC50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241AB4_A6FE94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241AF0_A6FED0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241CBC_A7009C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241D28_A70108.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241E5C_A7023C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241F4C_A7032C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_802422F0_A706D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_61/A6E6F0/update_heroes_start_turn_A70404.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_63/A735B0/func_80240000_A735B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_70/A74B80/func_8024038C_A74BFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_70/A74B80/func_802406A4_A74F14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_81/A784C0/func_80240000_A784C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_81/A78510/func_8024027C_A7873C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_81/A78510/func_802402D0_A78790.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_81/A78510/func_80240308_A787C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_81/A78510/func_802403A4_A78864.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_82/A7A500/func_80240000_A7A500.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_82/A7A550/func_8024027C_A7A77C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_82/A7A550/func_802402D0_A7A7D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_82/A7A550/func_80240308_A7A808.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_82/A7A550/func_802403A4_A7A8A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_83/A83490/func_80240000_A83490.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_83/A834E0/func_80240050_A834E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240000_A86A50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240158_A86BA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_91/A86A50/func_802404C0_A86F10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024067C_A870CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024094C_A8739C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240AD4_A87524.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240B94_A875E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240F0C_A8795C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80241224_A87C74.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80241570_A87FC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_91/A86A50/func_802415EC_A8803C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_91/A86A50/func_802416E8_A88138.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024173C_A8818C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024181C_A8826C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802400E0_A8CB60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240238_A8CCB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802405A0_A8D020.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_8024075C_A8D1DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240A2C_A8D4AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240BB4_A8D634.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240C74_A8D6F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240FEC_A8DA6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80241304_A8DD84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80241650_A8E0D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802416CC_A8E14C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802417C8_A8E248.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_8024181C_A8E29C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802418FC_A8E37C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kpa/kpa_96/A927C0/func_80240000_A927C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_80240310_C5AA50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_80240384_C5AAC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_802403B0_C5AAF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_802403DC_C5AB1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802404E0_C5AC20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80240690_C5ADD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80240D78_C5B4B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241134_C5B874.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241338_C5BA78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802416C8_C5BE08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802417EC_C5BF2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241B08_C5C248.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241D88_C5C4C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241DE4_C5C524.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241FCC_C5C70C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80242310_C5CA50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80242364_C5CAA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_8024239C_C5CADC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802426B4_C5CDF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802426F8_C5CE38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_02/C5CE70/func_80242730_C5CE70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024038C_C6109C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_802406A4_C613B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_80240E00_C61B10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_80240FB4_C61CC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_80241214_C61F24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_802414C8_C621D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_80241534_C62244.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_80241630_C62340.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242070_C62D80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242100_C62E10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242200_C62F10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242260_C62F70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024234C_C6305C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024259C_C632AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_802428E0_C635F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242934_C63644.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024296C_C6367C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242C84_C63994.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242CC8_C639D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242D38_C63A48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242DB0_C63AC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242E54_C63B64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242EF8_C63C08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80243070_C63D80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C68440/func_8024032C_C6845C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C68440/func_8024034C_C6847C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240378_C684A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C68440/func_802403E4_C68514.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240430_C68560.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C68440/func_802404DC_C6860C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C68440/func_8024072C_C6885C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240758_C68888.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240790_C688C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240820_C68950.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240854_C68984.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C68440/func_802408B8_C689E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240910_C68A40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240E48_C68F78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C68440/func_80241018_C69148.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C69180/func_80241050_C69180.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_04/C69180/func_80241644_C69774.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_06/C6CC30/func_80240310_C6CC30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_802403F0_C6CD10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_80240738_C6D058.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_802407FC_C6D11C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_80240A44_C6D364.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_07/C6E330/func_80240000_C6E330.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_07/C6E330/func_80240348_C6E678.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80240720_C6EA50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802407F4_C6EB24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80240820_C6EB50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802409D0_C6ED00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802410B8_C6F3E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241474_C6F7A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241678_C6F9A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241A08_C6FD38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241B2C_C6FE5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241E48_C70178.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802420C8_C703F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80242124_C70454.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71480/func_80240000_C71480.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71480/func_80240348_C717C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71480/func_80240718_C71B98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71C10/func_80240790_C71C10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80240A50_C71ED0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80240C00_C72080.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802412E8_C72768.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802416A4_C72B24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802418A8_C72D28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80241C38_C730B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80241D5C_C731DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242078_C734F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802422F8_C73778.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242354_C737D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242744_C73BC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802428F8_C73D78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242B58_C73FD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242E0C_C7428C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242E78_C742F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242F74_C743F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802439B4_C74E34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243A44_C74EC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243B44_C74FC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243BA4_C75024.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243C90_C75110.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243EE0_C75360.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_8024001C_C76CFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_8024003C_C76D1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240068_C76D48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_802400D4_C76DB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240120_C76E00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_802401CC_C76EAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_8024041C_C770FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240448_C77128.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240480_C77160.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240510_C771F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240544_C77224.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_802405A8_C77288.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240600_C772E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240B38_C77818.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240D08_C779E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80240D40_C77A20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80240DE4_C77AC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80240E88_C77B68.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80241000_C77CE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80241228_C77F08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802413DC_C780BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_8024163C_C7831C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802418F0_C785D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_8024195C_C7863C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80241A58_C78738.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242498_C79178.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242528_C79208.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242628_C79308.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242688_C79368.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242774_C79454.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242A40_C79720.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242D58_C79A38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802432AC_C79F8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802435F0_C7A2D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80243644_C7A324.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_8024367C_C7A35C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80243994_C7A674.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802439D8_C7A6B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_10/C7E180/func_8024030C_C7E48C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240330_C7E4B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240350_C7E4D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_8024037C_C7E4FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240414_C7E594.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_802404B4_C7E634.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_802404EC_C7E66C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_802405A4_C7E724.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240638_C7E7B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_11/C804B0/func_80240310_C804B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_11/C804B0/func_80240408_C805A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_11/C804B0/func_80240434_C805D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_11/C80600/func_80240460_C80600.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_11/C80600/func_80240610_C807B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_11/C80600/func_80240CF8_C80E98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_11/C80600/func_802410B4_C81254.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_11/C80600/func_802412B8_C81458.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241648_C817E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_11/C80600/func_8024176C_C8190C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241A88_C81C28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241D08_C81EA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241D64_C81F04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241F4C_C820EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_11/C80600/func_80242540_C826E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240518_C85FC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_802406CC_C8617C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_8024092C_C863DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240BE0_C86690.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240C4C_C866FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240D48_C867F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241788_C87238.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241818_C872C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241918_C873C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241978_C87428.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241A64_C87514.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241D30_C877E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242048_C87AF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_8024259C_C8804C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_802428E0_C88390.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242934_C883E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_8024296C_C8841C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242C84_C88734.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242CC8_C88778.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242D00_C887B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242D20_C887D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242D4C_C887FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242DE4_C88894.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242E84_C88934.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242EBC_C8896C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242F74_C88A24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80243004_C88AB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_18/C8C0A0/func_80240000_C8C0A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_18/C8C3F0/func_80240350_C8C3F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_18/C8C3F0/func_8024036C_C8C40C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_18/C8C3F0/func_80240388_C8C428.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_8024030C_C8DEBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240358_C8DF08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802404B8_C8E068.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802408C8_C8E478.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240908_C8E4B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240A14_C8E5C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240B00_C8E6B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240BD4_C8E784.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240CD8_C8E888.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240DA4_C8E954.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240E2C_C8E9DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802413C0_C8EF70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802413FC_C8EFAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_8024140C_C8EFBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241468_C8F018.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802417AC_C8F35C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241800_C8F3B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241838_C8F3E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241B50_C8F700.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241B94_C8F744.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241BC0_C8F770.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240310_C96240.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240654_C96584.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_20/C96240/func_802406A8_C965D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_20/C96240/func_802406E0_C96610.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_20/C96240/func_802409F8_C96928.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240A3C_C9696C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240A68_C96998.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240A8C_C969BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_22/C9A200/func_8024030C_C9A50C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_22/C9A540/func_80240340_C9A540.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_22/C9A540/func_8024036C_C9A56C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_23/C9C610/func_80240310_C9C610.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_23/C9C610/func_80240478_C9C778.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_kzn/kzn_23/C9C610/func_80240520_C9C820.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EAD10/func_80240034_7EAD44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80240630_7EB340.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_8024076C_7EB47C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80240990_7EB6A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_802409FC_7EB70C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80240BA8_7EB8B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80240D1C_7EBA2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80240DA0_7EBAB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80240FB8_7EBCC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_8024106C_7EBD7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_802410A0_7EBDB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80241120_7EBE30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80241138_7EBE48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80241154_7EBE64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80241628_7EC338.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80241694_7EC3A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_802418F0_7EC600.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80241944_7EC654.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_8024197C_7EC68C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80241A18_7EC728.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80241D30_7ECA40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80241D74_7ECA84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80241DA0_7ECAB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80241E04_7ECB14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80241E80_7ECB90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80241FF0_7ECD00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80242178_7ECE88.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_802421D0_7ECEE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_80242250_7ECF60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7EB340/func_8024228C_7ECF9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7ECFD0/func_802423F0_7ED100.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7ED280/func_80242570_7ED280.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7ED280/func_802426C8_7ED3D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7ED280/func_80242A30_7ED740.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7ED280/func_80242BEC_7ED8FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7ED280/func_80242EBC_7EDBCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7ED280/func_80243044_7EDD54.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7ED280/func_80243104_7EDE14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7ED280/func_80243400_7EE110.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7ED280/func_80243744_7EE454.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7ED280/func_80243798_7EE4A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7ED280/func_802437D0_7EE4E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7ED280/func_80243AE8_7EE7F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_00/7ED280/func_80243B2C_7EE83C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/800880/func_802400C8_800948.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/800C40/func_802403C0_800C40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/800C40/func_80240628_800EA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/801700/func_80240E80_801700.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/801700/func_80240ED8_801758.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80241080_801900.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_802411D8_801A58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80241540_801DC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_802416FC_801F7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_802419CC_80224C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80241B54_8023D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80241C14_802494.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80241F10_802790.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_8024204C_8028CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80242270_802AF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_802422DC_802B5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80242488_802D08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_802425FC_802E7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80242680_802F00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80242898_803118.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_8024294C_8031CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80242980_803200.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80242A00_803280.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80242A18_803298.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80242A34_8032B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80242F08_803788.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80242F74_8037F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80242FA4_803824.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80243380_803C00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80243494_803D14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80243500_803D80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_802435C0_803E40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80243680_803F00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80243740_803FC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80243870_8040F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_8024396C_8041EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_802439C0_804240.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80243CD4_804554.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80243D28_8045A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80243D60_8045E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80244078_8048F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_802440BC_80493C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_802440FC_80497C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_802441EC_804A6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80244308_804B88.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_802443E0_804C60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_802446AC_804F2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_802447E0_805060.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80244848_8050C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_802448A0_805120.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80244984_805204.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_802449F8_805278.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80244D68_8055E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80244E10_805690.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80244E90_805710.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80244F5C_8057DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80245018_805898.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80245028_8058A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_8024522C_805AAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/func_80245488_805D08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/pause_tabs_draw_badges_805540.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/pause_tabs_draw_stats_805418.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/8017D0/pause_tutorial_draw_contents_804074.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/805DD0/func_80245550_805DD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/805DD0/func_802456A8_805F28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/805DD0/func_80245A10_806290.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/805DD0/func_80245BCC_80644C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/805DD0/func_80245E9C_80671C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/805DD0/func_80246024_8068A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/805DD0/func_802460E4_806964.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_01/805DD0/func_802463E0_806C60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/8232C0/func_80240034_8232F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/8238B0/func_802405F0_8238B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80240930_823BF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80240A88_823D48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80240DF0_8240B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80240FAC_82426C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_8024127C_82453C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80241404_8246C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_802414C4_824784.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_802417C0_824A80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_802418FC_824BBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80241B20_824DE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80241B8C_824E4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80241D38_824FF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80241EAC_82516C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80241F30_8251F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80242148_825408.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_802421FC_8254BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80242230_8254F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_802422B0_825570.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_802422C8_825588.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_802422E4_8255A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_802427B8_825A78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80242824_825AE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80242A80_825D40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80242AD4_825D94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80242B0C_825DCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80242BA8_825E68.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80242C44_825F04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80242DBC_82607C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80242F60_826220.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80243040_826300.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80243088_826348.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_802430D0_826390.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_80243380_826640.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_02/823BF0/func_802433C4_826684.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831800/func_80240034_831834.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831800/func_802402E0_831AE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_802404B0_831CB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_802405EC_831DEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80240810_832010.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_8024087C_83207C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80240A28_832228.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80240B9C_83239C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80240C20_832420.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80240E38_832638.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80240EEC_8326EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80240F20_832720.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80240FA0_8327A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80240FB8_8327B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80240FD4_8327D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_802414A8_832CA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80241514_832D14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80241770_832F70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_802417C4_832FC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_802417FC_832FFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80241B14_833314.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80241B58_833358.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80241B84_833384.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/831B20/func_80241BD8_8333D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/833740/func_80241F40_833740.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/833740/func_80241F80_833780.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/833740/func_80241FA0_8337A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/833740/func_8024206C_83386C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/833740/func_802421E8_8339E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/833740/func_80242384_833B84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/833740/func_802424A0_833CA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/833740/func_802425A8_833DA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/833740/func_80242608_833E08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/833740/func_80242694_833E94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_03/833740/func_802427D0_833FD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/842BD0/func_80240000_842BD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/842C20/func_80240050_842C20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/842C20/func_80240194_842D64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/842D90/func_802401C0_842D90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80240460_843030.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_8024059C_84316C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_802407C0_843390.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_8024082C_8433FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_802409D8_8435A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80240B4C_84371C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80240BD0_8437A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80240DE8_8439B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80240E9C_843A6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80240ED0_843AA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80240F50_843B20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80240F68_843B38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80240F84_843B54.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80241458_844028.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_802414C4_844094.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80241720_8442F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80241774_844344.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_802417AC_84437C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80241848_844418.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_802418AC_84447C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80241980_844550.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_802419AC_84457C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_802419E4_8445B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80241A64_844634.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80241B90_844760.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80241BB8_844788.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80241C40_844810.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/843030/func_80241C60_844830.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/844860/func_80241C90_844860.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/844860/func_80241CEC_8448BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/844860/func_80241D30_844900.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_04/844860/func_80241DAC_84497C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_8024030C_85247C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_8024047C_8525EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80240490_852600.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_802405E8_852758.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80240950_852AC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80240B0C_852C7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80240DDC_852F4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80240F64_8530D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80241024_853194.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80241320_853490.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_8024145C_8535CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80241680_8537F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_802416EC_85385C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80241898_853A08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80241A0C_853B7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80241A90_853C00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80241CA8_853E18.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80241D5C_853ECC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80241D90_853F00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80241E10_853F80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80241E28_853F98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80241E44_853FB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80242318_854488.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80242384_8544F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_802425E0_854750.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80242634_8547A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_8024266C_8547DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80242708_854878.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80242A20_854B90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80242A64_854BD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80242A90_854C00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80242C78_854DE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80242E84_854FF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80243088_8551F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_802430B4_855224.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_802431B0_855320.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80243254_8553C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_8024335C_8554CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_80243380_8554F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/852170/func_802433BC_85552C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/855560/func_802433F0_855560.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/855560/func_8024343C_8555AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/855560/func_80243588_8556F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/855560/func_80243800_855970.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/855560/func_802438A4_855A14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/855560/func_80243948_855AB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/855560/func_80243AB8_855C28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/855560/func_80243BA4_855D14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/855560/func_80243CD4_855E44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/855560/func_80243D78_855EE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/855F20/func_80243DB0_855F20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_05/855F20/func_80243F0C_85607C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/864B40/func_8024030C_864E4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/865000/func_802404C0_865000.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/865000/func_8024050C_86504C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/865000/func_80240658_865198.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/865000/func_802408D0_865410.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/865000/func_80240974_8654B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/865000/func_80240A18_865558.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/865000/func_80240B88_8656C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/865000/func_80240C74_8657B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/865000/func_80240DA4_8658E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/865000/func_80240E48_865988.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/8659C0/func_80240E80_8659C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/8659C0/func_80241098_865BD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/8659C0/func_80241290_865DD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/8659C0/func_802412AC_865DEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/8659C0/func_80241388_865EC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/mac_06/8659C0/func_802415FC_86613C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/machi/7E73A0/func_80240000_7E73A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/machi/7E73A0/func_80240030_7E73D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/machi/7E73A0/func_80240038_7E73D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/machi/7E73A0/func_80240040_7E73E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/machi/7E73A0/func_80240048_7E73E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/machi/7E73A0/func_802400C8_7E7468.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/machi/7E73A0/func_80240114_7E74B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/machi/7E7550/func_802401B0_7E7550.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/machi/7E7550/func_802402EC_7E768C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/machi/7E7550/func_80240318_7E76B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/machi/7E7550/func_80240344_7E76E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/machi/7E7550/func_802403A0_7E7740.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/machi/7E7550/func_80240410_7E77B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/machi/7E7550/func_8024045C_7E77FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mac/machi/7E7850/func_802404B0_7E7850.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240034_E0E7D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_802402E0_E0EA80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240438_E0EBD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_802407A0_E0EF40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_8024095C_E0F0FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240C2C_E0F3CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240DB4_E0F554.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240E74_E0F614.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80241170_E0F910.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_00/E0F980/func_802411E0_E0F980.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_00/E0F980/func_80241540_E0FCE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_00/E0F980/func_802416C0_E0FE60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_00/E0F980/func_802416F8_E0FE98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12760/func_80240000_E12760.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_802401D0_E12930.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_802403C4_E12B24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_802403FC_E12B5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240438_E12B98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024045C_E12BBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024050C_E12C6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024058C_E12CEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_802406C4_E12E24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_802407E4_E12F44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024084C_E12FAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_802408EC_E1304C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240AAC_E1320C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240BF4_E13354.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240C54_E133B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240CD0_E13430.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240D84_E134E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240DB8_E13518.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240ECC_E1362C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240F90_E136F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241090_E137F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241234_E13994.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241510_E13C70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241574_E13CD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_802415EC_E13D4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241690_E13DF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_802416CC_E13E2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_802416F8_E13E58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241760_E13EC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241780_E13EE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240000_E15D80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240430_E161B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240468_E161E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240544_E162C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240580_E16300.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802405A4_E16324.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802405D0_E16350.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240644_E163C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240790_E16510.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240BB0_E16930.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80241DCC_E17B4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80241F38_E17CB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80241FE4_E17D64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80242274_E17FF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802422D0_E18050.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80242314_E18094.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80242340_E180C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802423A4_E18124.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mgm/mgm_02/E18150/func_802423D0_E18150.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_01/B93440/func_80240000_B93440.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_01/B934B0/func_80240070_B934B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_01/B934B0/func_802403F0_B93830.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_01/B93940/func_80240708_B93B48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_01/B93940/func_802408BC_B93CFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_01/B93940/func_80240B1C_B93F5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_01/B93940/func_80240DD0_B94210.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_01/B93940/func_80240E3C_B9427C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_01/B93940/func_80240F38_B94378.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_01/B93940/func_80241978_B94DB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_01/B93940/func_80241A08_B94E48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_01/B93940/func_80241B08_B94F48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_01/B93940/func_80241B68_B94FA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_01/B93940/func_80241C54_B95094.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_02/B97C00/func_80240000_B97C00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_02/B97C70/func_80240070_B97C70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_02/B97C70/func_802402A0_B97EA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_02/B97C70/func_80240698_B98298.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_02/B97C70/func_8024083C_B9843C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_02/B97C70/func_8024091C_B9851C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_02/B97C70/func_80240C60_B98860.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_02/B97C70/func_802410B0_B98CB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_02/B97C70/func_80241104_B98D04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_02/B97C70/func_8024113C_B98D3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_03/B9B480/func_80240000_B9B480.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_03/B9B480/func_80240068_B9B4E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_03/B9B480/func_802400A0_B9B520.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_03/B9B480/func_80240420_B9B8A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_04/B9D960/func_80240000_B9D960.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_04/B9D9D0/func_80240070_B9D9D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_04/B9D9D0/func_802401DC_B9DB3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240200_B9DB60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240430_B9DD90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240828_B9E188.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_04/B9DB60/func_802409CC_B9E32C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240AAC_B9E40C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240DF0_B9E750.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_04/B9DB60/func_80241014_B9E974.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_05/BA0730/func_80240000_BA0730.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_05/BA07A0/func_80240278_BA09A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_05/BA07A0/func_8024042C_BA0B5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_05/BA07A0/func_8024068C_BA0DBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_05/BA07A0/func_80240940_BA1070.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_05/BA07A0/func_802409AC_BA10DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_05/BA07A0/func_80240AA8_BA11D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_05/BA07A0/func_802414E8_BA1C18.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_05/BA07A0/func_80241578_BA1CA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_05/BA07A0/func_80241678_BA1DA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_05/BA07A0/func_802416D8_BA1E08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_05/BA07A0/func_802417C4_BA1EF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4780/func_80240000_BA4780.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA47F0/func_80240070_BA47F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA47F0/func_802403F0_BA4B70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA47F0/func_802404F8_BA4C78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240778_BA4EF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_8024092C_BA50AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240B8C_BA530C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240E40_BA55C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240EAC_BA562C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240FA8_BA5728.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_802419E8_BA6168.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241A78_BA61F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241B78_BA62F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241BD8_BA6358.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241CC4_BA6444.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241F14_BA6694.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80242144_BA68C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_8024253C_BA6CBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_802426E0_BA6E60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_802427C0_BA6F40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80242B04_BA7284.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_07/BAA140/func_80240000_BAA140.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_07/BAA1B0/func_80240070_BAA1B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_07/BAA1B0/func_802400D8_BAA218.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_07/BAA1B0/func_80240244_BAA384.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240270_BAA3B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_07/BAA3B0/func_802404A0_BAA5E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240898_BAA9D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240A3C_BAAB7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240B1C_BAAC5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240E60_BAAFA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80240000_BAD940.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80240068_BAD9A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_802400A0_BAD9E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80240250_BADB90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80240938_BAE278.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80240CF4_BAE634.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80240EF8_BAE838.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80241288_BAEBC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_802413AC_BAECEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_802417A0_BAF0E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80241954_BAF294.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80241BB4_BAF4F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80241E68_BAF7A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80241ED4_BAF814.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80241FD0_BAF910.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80242A10_BB0350.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80242AA0_BB03E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80242BA0_BB04E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80242C00_BB0540.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_08/BAD940/func_80242CEC_BB062C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_09/BB2E00/func_80240000_BB2E00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_09/BB2E00/func_80240068_BB2E68.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_09/BB2E00/func_802400A0_BB2EA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_09/BB2E00/func_802402D0_BB30D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_09/BB2E00/func_802406C8_BB34C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_09/BB2E00/func_8024086C_BB366C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_09/BB2E00/func_8024094C_BB374C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_09/BB2E00/func_80240C90_BB3A90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240000_BB59E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240030_BB5A10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240080_BB5A60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_10/BB59E0/func_802400EC_BB5ACC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240148_BB5B28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_11/BB7070/func_80240034_BB70A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_11/BB7070/func_802405EC_BB765C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_11/BB7070/func_8024066C_BB76DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_11/BB7070/func_80240790_BB7800.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_11/BB7940/func_802408D0_BB7940.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_11/BB7940/func_802408F0_BB7960.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_12/BBB380/func_80240000_BBB380.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_12/BBB380/func_80240064_BBB3E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_12/BBB380/func_802400CC_BBB44C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_12/BBB380/func_8024019C_BBB51C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_12/BBB380/func_8024025C_BBB5DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_mim/mim_12/BBB380/func_802404A8_BBB828.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240000_9C53E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_802400B4_9C5494.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240540_9C5920.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_802405EC_9C59CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_802407F4_9C5BD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240AB4_9C5E94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240B30_9C5F10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240C2C_9C600C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240C80_9C6060.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240D60_9C6140.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240D68_9C6148.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240EA4_9C6284.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_802410C8_9C64A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241134_9C6514.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_802412E0_9C66C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241454_9C6834.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_802414D8_9C68B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_802416F0_9C6AD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_802417A4_9C6B84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_802417D8_9C6BB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241858_9C6C38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241870_9C6C50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_8024188C_9C6C6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241D60_9C7140.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241DCC_9C71AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242028_9C7408.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_8024207C_9C745C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_802420B4_9C7494.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_802423CC_9C77AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242410_9C77F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_8024243C_9C781C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_802426A4_9C7A84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242760_9C7B40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242790_9C7B70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_802427C0_9C7BA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242804_9C7BE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242858_9C7C38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242898_9C7C78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_802428B8_9C7C98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_802428D8_9C7CB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242910_9C7CF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7020/func_80240034_9D7054.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7020/func_802402E0_9D7300.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7020/func_80240624_9D7644.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7020/func_80240678_9D7698.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7020/func_802406B0_9D76D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7770/func_80240750_9D7770.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7990/func_80240970_9D7990.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80240A80_9D7AA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80240BD8_9D7BF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80240F40_9D7F60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_802410FC_9D811C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_802413CC_9D83EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241554_9D8574.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241614_9D8634.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241910_9D8930.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241A4C_9D8A6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241C70_9D8C90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241CDC_9D8CFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241E88_9D8EA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241FFC_9D901C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242080_9D90A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242298_9D92B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_8024234C_9D936C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242380_9D93A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242400_9D9420.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242418_9D9438.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242434_9D9454.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242908_9D9928.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242974_9D9994.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242BD0_9D9BF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242C24_9D9C44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242C5C_9D9C7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242F74_9D9F94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242FB8_9D9FD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242FE4_9DA004.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243010_9DA030.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_802430CC_9DA0EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243214_9DA234.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243294_9DA2B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_8024351C_9DA53C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243754_9DA774.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9DA8F0/func_802438D0_9DA8F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243BEC_9DAC0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243C40_9DAC60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243C78_9DAC98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243D14_9DAD34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243DB0_9DADD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243EC8_9DAEE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243F10_9DAF30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80244078_9DB098.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80244224_9DB244.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80244288_9DB2A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_02/9DA8F0/func_802442E0_9DB300.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240000_9EB7F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240230_9EBA20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240628_9EBE18.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_03/9EB7F0/func_802407CC_9EBFBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_03/9EB7F0/func_802408AC_9EC09C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240BF0_9EC3E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240000_9EDBF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240314_9EDF04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_04/9EDBF0/func_802403C0_9EDFB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_04/9EDBF0/func_802404D0_9EE0C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_04/9EDBF0/func_8024051C_9EE10C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240548_9EE138.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240574_9EE164.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240630_9EE220.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_04/9EDBF0/func_802406C4_9EE2B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240814_9EE404.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240E4C_9EEA3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240E70_9EEA60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_04/9EEA80/func_80240E90_9EEA80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_11/9F4A40/func_8024007C_9F4ABC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_11/9F4A40/func_80240394_9F4DD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_11/9F4A40/func_802407D4_9F5214.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_11/9F4A40/func_80240984_9F53C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_11/9F4A40/func_8024106C_9F5AAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241428_9F5E68.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_11/9F4A40/func_8024162C_9F606C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_11/9F4A40/func_802419BC_9F63FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241AE0_9F6520.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241F08_9F6948.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241F30_9F6970.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FA7F0/func_80240000_9FA7F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FA970/func_80240180_9FA970.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FA970/func_80240224_9FAA14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FAAE0/func_802402F0_9FAAE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FAAE0/func_8024030C_9FAAFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FAD60/func_802405EC_9FADDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FAD60/func_80240904_9FB0F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FAD60/func_80240D44_9FB534.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FAD60/func_80240E9C_9FB68C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241204_9FB9F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FAD60/func_802413C0_9FBBB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241690_9FBE80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241818_9FC008.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FAD60/func_802418D8_9FC0C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241BD4_9FC3C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FC6D0/func_80241EE0_9FC6D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_12/9FC6D0/func_80241FD0_9FC7C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_13/A00600/func_80240000_A00600.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_13/A00600/func_80240230_A00830.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_13/A00600/func_80240628_A00C28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_13/A00600/func_802407CC_A00DCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_13/A00600/func_802408AC_A00EAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_13/A00600/func_80240BF0_A011F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_13/A01420/func_80240E20_A01420.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_13/A01420/func_80241360_A01960.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_13/A01420/func_802413CC_A019CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A02840/func_80240000_A02840.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A029C0/func_80240180_A029C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A029C0/func_8024019C_A029DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A02A00/func_8024023C_A02A7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A02A00/func_80240554_A02D94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A02A00/func_80240994_A031D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A02A00/func_80240B44_A03384.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A02A00/func_8024122C_A03A6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A02A00/func_802415E8_A03E28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A02A00/func_802417EC_A0402C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A02A00/func_80241B7C_A043BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A02A00/func_80241CA0_A044E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A02A00/func_80241E8C_A046CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A02A00/func_80241FB4_A047F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A02A00/func_80242070_A048B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_14/A02A00/func_802421CC_A04A0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_15/A06F00/func_80240034_A06F34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_15/A06F00/func_8024035C_A0725C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_15/A06F00/func_80240674_A07574.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_15/A06F00/func_80240AB4_A079B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_15/A06F00/func_80240C64_A07B64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_15/A06F00/func_8024134C_A0824C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_15/A06F00/func_80241708_A08608.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_15/A06F00/func_8024190C_A0880C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_15/A06F00/func_80241C9C_A08B9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_15/A06F00/func_80241DC0_A08CC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_15/A06F00/func_80241FAC_A08EAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_15/A06F00/func_802420D4_A08FD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_15/A06F00/func_80242190_A09090.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_nok/nok_15/A06F00/func_802422EC_A091EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240038_BBD1D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_01/BBD1A0/func_8024007C_BBD21C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240098_BBD238.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_01/BBD1A0/func_802406AC_BBD84C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240730_BBD8D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240790_BBD930.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_01/BBD980/func_802407E0_BBD980.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_01/BBD980/func_80240B24_BBDCC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_01/BBD980/func_80240B78_BBDD18.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_01/BBD980/func_80240BB0_BBDD50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_01/BBD980/func_80240EC8_BBE068.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_01/BBD980/func_80240F0C_BBE0AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_01/BBD980/func_80240F38_BBE0D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_01/BBD980/func_80241094_BBE234.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_02/BC2A90/func_80240000_BC2A90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_02/BC2A90/func_8024000C_BC2A9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_02/BC2A90/func_80240194_BC2C24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_02/BC2CD0/func_80240240_BC2CD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240170_BC43F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_03/BC43F0/func_802404B4_BC4734.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240508_BC4788.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240540_BC47C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240858_BC4AD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_03/BC43F0/func_8024089C_BC4B1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_03/BC4B50/func_802408D0_BC4B50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7E60/func_80240000_BC7E60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240050_BC7EB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802400D0_BC7F30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240198_BC7FF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_8024022C_BC808C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802402A0_BC8100.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802402F4_BC8154.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802405B4_BC8414.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240624_BC8484.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240910_BC8770.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240940_BC87A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240A58_BC88B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240C10_BC8A70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240CA0_BC8B00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240D00_BC8B60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240D14_BC8B74.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240E58_BC8CB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_05/BCD060/func_80240038_BCD098.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_05/BCD060/func_80240050_BCD0B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_05/BCD7D0/func_80240770_BCD7D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_05/BCD7D0/func_802407A0_BCD800.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_05/BCD7D0/func_802407AC_BCD80C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_05/BCD7D0/func_80240934_BCD994.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCEBF0/func_80240000_BCEBF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCEEB0/func_802402C0_BCEEB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCEEB0/func_802402CC_BCEEBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCEEB0/func_80240454_BCF044.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240500_BCF0F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240540_BCF130.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240564_BCF154.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240A10_BCF600.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240A6C_BCF65C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240EF8_BCFAE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802410C0_BCFCB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241130_BCFD20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241168_BCFD58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024130C_BCFEFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241358_BCFF48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802413D0_BCFFC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024143C_BD002C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024146C_BD005C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802414B4_BD00A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241518_BD0108.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024157C_BD016C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802415B8_BD01A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802415F4_BD01E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241630_BD0220.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241674_BD0264.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802416F8_BD02E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241788_BD0378.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241790_BD0380.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241898_BD0488.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802418E0_BD04D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241B50_BD0740.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD3870/func_80240000_BD3870.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD3870/func_802403DC_BD3C4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD3870/func_802404F0_BD3D60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD3870/func_8024055C_BD3DCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD3870/func_8024061C_BD3E8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD3870/func_802406DC_BD3F4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD3870/func_8024079C_BD400C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD3870/func_80240808_BD4078.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD40B0/func_80240840_BD40B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD40B0/func_80240870_BD40E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD4110/func_802408A0_BD4110.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD4110/func_80240920_BD4190.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD4110/func_802409E8_BD4258.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD4110/func_80240A7C_BD42EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD4110/func_80240AF0_BD4360.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD4110/func_80240CA0_BD4510.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD4110/func_80240D10_BD4580.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD4110/func_80240FD8_BD4848.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD4110/func_80240FE4_BD4854.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD4110/func_8024116C_BD49DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD4A90/func_80241220_BD4A90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD4A90/func_802412BC_BD4B2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD4A90/func_80241300_BD4B70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_08/BD4A90/func_80241658_BD4EC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_09/BDA7B0/func_80240000_BDA7B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_09/BDA940/func_80240190_BDA940.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_09/BDA940/func_80240248_BDA9F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_09/BDAB00/func_80240350_BDAB00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_obk/obk_09/BDABA0/func_802403F0_BDABA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_01/D9AEF0/func_80240000_D9AEF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_01/D9B150/func_80240260_D9B150.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_01/D9B150/func_80240844_D9B734.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_01/D9B150/func_802409A8_D9B898.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_01/D9B150/func_802409EC_D9B8DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_80240040_D9D510.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_802402C0_D9D790.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_8024043C_D9D90C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_80240970_D9DE40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_802409E0_D9DEB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_80240AB0_D9DF80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_80240B48_D9E018.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_80240BA8_D9E078.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_80240EDC_D9E3AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_80240F90_D9E460.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_8024141C_D9E8EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_802414C8_D9E998.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_802416D0_D9EBA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_80241948_D9EE18.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_80241B38_D9F008.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_80241C7C_D9F14C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_80241EA4_D9F374.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_802423E0_D9F8B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_8024283C_D9FD0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_02/D9D510/func_80242B5C_DA002C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_03/DA5260/func_8024003C_DA527C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_03/DA5260/func_80240104_DA5344.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_03/DA5260/func_80240188_DA53C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_03/DA5260/func_8024020C_DA544C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_03/DA5260/func_802402B0_DA54F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_03/DA5260/func_80240538_DA5778.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_80240000_DAD400.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_802402F4_DAD6F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_802403A0_DAD7A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_80240550_DAD950.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_80240C38_DAE038.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_80240FF4_DAE3F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_802411F8_DAE5F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_80241588_DAE988.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_802416AC_DAEAAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_80241898_DAEC98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_80241908_DAED08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_802419D8_DAEDD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_80241A70_DAEE70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_80241AD0_DAEED0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_80241E04_DAF204.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAD400/func_80241E20_DAF220.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_04/DAF240/func_80241E40_DAF240.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240000_DB22C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240070_DB2330.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240140_DB2400.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_802401D8_DB2498.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240238_DB24F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_802405BC_DB287C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240780_DB2A40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240A54_DB2D14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240C04_DB2EC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_802412EC_DB35AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_802416A8_DB3968.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_802418AC_DB3B6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_80241C3C_DB3EFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_80241D60_DB4020.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_80242178_DB4438.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_802421CC_DB448C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_80242204_DB44C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_802422A0_DB4560.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_80242328_DB45E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_05/DB22C0/func_802423C8_DB4688.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_06/DB7910/func_8024001C_DB792C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_06/DB7910/func_802400E4_DB79F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_06/DB7910/func_80240168_DB7A78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_06/DB7910/func_802401EC_DB7AFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_06/DB7910/func_80240290_DB7BA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_06/DB7910/func_80240518_DB7E28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_06/DB8180/func_80240870_DB8180.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240000_DBD2B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240070_DBD320.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240140_DBD3F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802401D8_DBD488.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240238_DBD4E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_8024056C_DBD81C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802406C4_DBD974.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240A2C_DBDCDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240BE8_DBDE98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240EB8_DBE168.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241040_DBE2F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241100_DBE3B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802413FC_DBE6AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_8024146C_DBE71C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_8024153C_DBE7EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802415D4_DBE884.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241634_DBE8E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241978_DBEC28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241B28_DBEDD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242210_DBF4C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802425CC_DBF87C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802427D0_DBFA80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242B60_DBFE10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242C84_DBFF34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242E70_DC0120.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242E8C_DC013C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242EA8_DC0158.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DC01D0/func_80242F20_DC01D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_07/DC04D0/func_80243220_DC04D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_08/DC43D0/func_8024001C_DC43EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_08/DC43D0/func_802400E4_DC44B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_08/DC43D0/func_80240168_DC4538.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_08/DC43D0/func_802401EC_DC45BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_08/DC43D0/func_80240290_DC4660.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_08/DC43D0/func_80240518_DC48E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_08/DC4C40/func_80240870_DC4C40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_08/DC4C40/func_802408E0_DC4CB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_08/DC4C40/func_802409B0_DC4D80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_08/DC4C40/func_80240A48_DC4E18.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_08/DC4C40/func_80240AA8_DC4E78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCCCD0/func_80240000_DCCCD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCCCD0/func_80240054_DCCD24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCCCD0/func_80240078_DCCD48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCCFA0/func_802402D0_DCCFA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCCFA0/func_80240534_DCD204.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD3B0/func_802406E0_DCD3B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD3F0/func_80240720_DCD3F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802409E0_DCD6B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240A50_DCD720.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240B20_DCD7F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240BB8_DCD888.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240C18_DCD8E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240F4C_DCDC1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802410A4_DCDD74.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024140C_DCE0DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802415C8_DCE298.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241898_DCE568.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241A20_DCE6F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241AE0_DCE7B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241DDC_DCEAAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241E4C_DCEB1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241F1C_DCEBEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241FB4_DCEC84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242014_DCECE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242358_DCF028.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242548_DCF218.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024268C_DCF35C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802428B4_DCF584.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242DF0_DCFAC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024324C_DCFF1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024356C_DD023C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802435B8_DD0288.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802435CC_DD029C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802435E8_DD02B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_09/DD02E0/func_80243610_DD02E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_10/DD79B0/func_8024001C_DD79CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_10/DD79B0/func_802400E4_DD7A94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_10/DD79B0/func_80240168_DD7B18.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_10/DD79B0/func_802401EC_DD7B9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_10/DD79B0/func_80240290_DD7C40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_10/DD79B0/func_80240518_DD7EC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDC830/func_80240000_DDC830.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDC830/func_802401A0_DDC9D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802407AC_DDCFDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802407CC_DDCFFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802407F8_DDD028.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240864_DDD094.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802408B0_DDD0E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDCFC0/func_8024095C_DDD18C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240BAC_DDD3DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240BD8_DDD408.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240C10_DDD440.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240CA0_DDD4D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240CD4_DDD504.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240D38_DDD568.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240D90_DDD5C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802412C8_DDDAF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80241498_DDDCC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_12/DDF310/func_80240000_DDF310.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_12/DDF310/func_80240184_DDF494.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_12/DDF310/func_802402DC_DDF5EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_12/DDF310/func_802402F8_DDF608.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_12/DDF310/func_80240314_DDF624.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_12/DDF310/func_802403D8_DDF6E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_12/DDF730/func_80240420_DDF730.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_13/DE2490/func_80240000_DE2490.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_13/DE2710/func_80240280_DE2710.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_13/DE2710/func_802402F0_DE2780.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_13/DE2710/func_802403C0_DE2850.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_13/DE2710/func_80240458_DE28E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_13/DE2710/func_802404B8_DE2948.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_13/DE2710/func_8024083C_DE2CCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_13/DE2710/func_80240A00_DE2E90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_13/DE2710/func_80240F00_DE3390.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_13/DE2710/func_80240F54_DE33E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_13/DE2710/func_80240F8C_DE341C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_13/DE2710/func_80241028_DE34B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_13/DE36C0/func_80241230_DE36C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_14/DE56B0/func_80240000_DE56B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_14/DE5810/func_80240160_DE5810.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_14/DE5810/func_802403FC_DE5AAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_14/DE5810/func_80240564_DE5C14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_14/DE5810/func_80240590_DE5C40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_15/DE8770/func_80240000_DE8770.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_15/DE8770/func_8024004C_DE87BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_15/DE8770/func_802401AC_DE891C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_15/DE8770/func_802405BC_DE8D2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_15/DE8770/func_802405FC_DE8D6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_15/DE8770/func_80240708_DE8E78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_16/DEBED0/func_8024001C_DEBEEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_16/DEBED0/func_802400E4_DEBFB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_16/DEBED0/func_80240168_DEC038.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_16/DEBED0/func_802401EC_DEC0BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_16/DEBED0/func_80240290_DEC160.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_16/DEBED0/func_80240518_DEC3E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_16/DEBED0/func_8024055C_DEC42C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEEEA0/func_8024001C_DEEEBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEEEA0/func_802400E4_DEEF84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEEEA0/func_80240168_DEF008.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEEEA0/func_802401EC_DEF08C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEEEA0/func_80240290_DEF130.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEEEA0/func_80240518_DEF3B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_80240560_DEF400.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_802405D0_DEF470.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_802406A0_DEF540.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_80240738_DEF5D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_80240798_DEF638.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_80240B1C_DEF9BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_80240CE0_DEFB80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_80240FB4_DEFE54.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_80241164_DF0004.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_8024184C_DF06EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_80241C08_DF0AA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_80241E0C_DF0CAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_8024219C_DF103C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_802422C0_DF1160.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_802424AC_DF134C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_8024269C_DF153C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_802427E0_DF1680.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_80242A08_DF18A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_80242F44_DF1DE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_802433A0_DF2240.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_omo/omo_17/DEF400/func_802436C0_DF2560.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_00/AAC830/func_8024030C_AACB3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_00/AACBB0/func_80240380_AACBB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_00/AACBB0/func_802404A4_AACCD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_00/AACBB0/func_80240678_AACEA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_00/AACBB0/func_802406E0_AACF10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_01/AAFFF0/func_80240000_AAFFF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_01/AB0350/func_80240360_AB0350.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_01/AB0350/func_802406A4_AB0694.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_01/AB0350/func_802406F8_AB06E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_01/AB0350/func_80240730_AB0720.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_01/AB0350/func_80240A48_AB0A38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_01/AB0350/func_80240A8C_AB0A7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_02/AB2170/func_80240000_AB2170.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_02/AB2190/func_80240020_AB2190.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_02/AB21D0/func_80240060_AB21D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_02/AB2290/func_80240120_AB2290.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_03/AB6290/func_80240000_AB6290.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_03/AB62B0/func_80240020_AB62B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_03/AB62B0/func_80240090_AB6320.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_03/AB62B0/func_802400C4_AB6354.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_03/AB62B0/func_802401A0_AB6430.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_03/AB62B0/func_80240290_AB6520.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_04/AB92B0/func_80240000_AB92B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_osr/osr_04/AB92B0/func_80240050_AB9300.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_01/D4D060/func_802400EC_D4D12C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_01/D4D060/func_80240128_D4D168.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_01/D4D060/func_802402F0_D4D330.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_01/D4D060/func_8024049C_D4D4DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_01/D4D060/func_80240500_D4D540.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_01/D4D060/func_8024068C_D4D6CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_01/D4D060/func_80240870_D4D8B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_01/D4D060/func_80240D3C_D4DD7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_01/D4D060/func_80240F20_D4DF60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_01/D4D060/func_802411AC_D4E1EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_01/D4D060/func_80241200_D4E240.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_01/D4D060/func_80241238_D4E278.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_01/D4D060/func_802412D4_D4E314.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_02/D50010/func_802400EC_D500DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_02/D50010/func_80240128_D50118.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_02/D50010/func_802402F0_D502E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_02/D50010/func_8024049C_D5048C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_02/D50010/func_80240500_D504F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_02/D50010/func_8024068C_D5067C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_02/D50010/func_80240870_D50860.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_02/D50010/func_80240D3C_D50D2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_02/D50010/func_8024114C_D5113C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_02/D50010/func_802411A0_D51190.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_02/D50010/func_802411D8_D511C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_02/D50010/func_80241274_D51264.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_02/D50010/func_80241310_D51300.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_02/D50010/func_80241478_D51468.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_02/D50010/func_802414A8_D51498.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_03/D53CD0/func_80240020_D53CD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_03/D53CD0/func_802400AC_D53D5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_03/D53CD0/func_80240138_D53DE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_04/D546B0/func_80240020_D546B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_04/D546B0/func_802400AC_D5473C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_04/D546B0/func_80240138_D547C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_04/D54840/func_802401B0_D54840.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_05/D55BD0/func_802400EC_D55C9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240128_D55CD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_05/D55BD0/func_802402F0_D55EA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_05/D55BD0/func_8024049C_D5604C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240500_D560B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_05/D55BD0/func_8024068C_D5623C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240870_D56420.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240D3C_D568EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240F20_D56AD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_06/D57430/func_80240000_D57430.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_06/D57430/func_8024011C_D5754C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_06/D57430/func_80240158_D57588.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_06/D57430/func_80240320_D57750.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_06/D57430/func_802404CC_D578FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_06/D57430/func_80240530_D57960.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_06/D57430/func_802406BC_D57AEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_06/D57430/func_802408A0_D57CD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_06/D57430/func_80240D6C_D5819C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_802400EC_D5897C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_80240128_D589B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_802402F0_D58B80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_8024049C_D58D2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_80240500_D58D90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_8024068C_D58F1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_80240870_D59100.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_80240D3C_D595CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_8024114C_D599DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_802411A0_D59A30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_802411D8_D59A68.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_80241274_D59B04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_80241310_D59BA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_802413A4_D59C34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_802414F4_D59D84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_09/D588B0/func_802415F8_D59E88.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_10/D5F2D0/func_802400EC_D5F39C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240128_D5F3D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_10/D5F2D0/func_802402F0_D5F5A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_10/D5F2D0/func_8024049C_D5F74C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240500_D5F7B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_10/D5F2D0/func_8024068C_D5F93C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240870_D5FB20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240D3C_D5FFEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240F20_D601D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_11/D61520/func_802400EC_D615EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_11/D61520/func_80240128_D61628.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_11/D61520/func_802402F0_D617F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_11/D61520/func_8024049C_D6199C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_11/D61520/func_80240500_D61A00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_11/D61520/func_8024068C_D61B8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_11/D61520/func_80240870_D61D70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_11/D61520/func_80240D3C_D6223C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_11/D61520/func_80240F20_D62420.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_12/D62D10/func_80240000_D62D10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_12/D62D10/func_8024011C_D62E2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_12/D62D10/func_80240158_D62E68.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_12/D62D10/func_80240320_D63030.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_12/D62D10/func_802404CC_D631DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_12/D62D10/func_80240530_D63240.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_12/D62D10/func_802406BC_D633CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_12/D62D10/func_802408A0_D635B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_12/D62D10/func_80240D6C_D63A7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_12/D62D10/func_80240F50_D63C60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_802400EC_D646CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_80240128_D64708.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_802402F0_D648D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_8024049C_D64A7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_80240500_D64AE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_8024068C_D64C6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_80240870_D64E50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_80240D3C_D6531C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_8024114C_D6572C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_802411A0_D65780.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_802411D8_D657B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_80241274_D65854.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_80241310_D658F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_802413A4_D65984.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_802413D0_D659B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_8024140C_D659EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_13/D64600/func_802414BC_D65A9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_14/D67D20/func_802400EC_D67DEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_14/D67D20/func_80240128_D67E28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_14/D67D20/func_802402F0_D67FF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_14/D67D20/func_8024049C_D6819C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_14/D67D20/func_80240500_D68200.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_14/D67D20/func_8024068C_D6838C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_14/D67D20/func_80240870_D68570.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_14/D67D20/func_80240D3C_D68A3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_14/D67D20/func_80240F20_D68C20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_15/D69830/func_80240020_D69830.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_16/D69B40/func_802400EC_D69C0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_16/D69B40/func_80240128_D69C48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_16/D69B40/func_802402F0_D69E10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_16/D69B40/func_8024049C_D69FBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_16/D69B40/func_80240500_D6A020.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_16/D69B40/func_8024068C_D6A1AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_16/D69B40/func_80240870_D6A390.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_16/D69B40/func_80240D3C_D6A85C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_18/D6B640/func_802400EC_D6B70C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_18/D6B640/func_80240128_D6B748.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_18/D6B640/func_802402F0_D6B910.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_18/D6B640/func_8024049C_D6BABC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_18/D6B640/func_80240500_D6BB20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_18/D6B640/func_8024068C_D6BCAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_18/D6B640/func_80240870_D6BE90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_18/D6B640/func_80240D3C_D6C35C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802400EC_D6EA9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240128_D6EAD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802402F0_D6ECA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024049C_D6EE4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240500_D6EEB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024068C_D6F03C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240870_D6F220.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240D3C_D6F6EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024114C_D6FAFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802411A0_D6FB50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802411D8_D6FB88.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241274_D6FC24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241310_D6FCC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802413A4_D6FD54.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802414F4_D6FEA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241530_D6FEE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802415E0_D6FF90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802416F8_D700A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241710_D700C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024175C_D7010C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241838_D701E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_20/D763C0/func_802400EC_D7648C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_20/D763C0/func_80240128_D764C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_20/D763C0/func_802402F0_D76690.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_20/D763C0/func_8024049C_D7683C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_20/D763C0/func_80240500_D768A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_20/D763C0/func_8024068C_D76A2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_20/D763C0/func_80240870_D76C10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_20/D763C0/func_80240D3C_D770DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_21/D77F40/func_80240020_D77F40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_21/D77F40/func_802400AC_D77FCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_22/D788A0/func_80240020_D788A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_22/D788A0/func_802400DC_D7895C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_22/D788A0/func_802401D0_D78A50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_22/D788A0/func_8024025C_D78ADC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_27/D799F0/func_80240000_D799F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_27/D799F0/func_8024011C_D79B0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_27/D799F0/func_80240158_D79B48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_27/D799F0/func_80240320_D79D10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_27/D799F0/func_802404CC_D79EBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_27/D799F0/func_80240530_D79F20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_27/D799F0/func_802406BC_D7A0AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_27/D799F0/func_802408A0_D7A290.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_27/D799F0/func_80240D6C_D7A75C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_27/D799F0/func_80240F50_D7A940.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240000_D7B2A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_28/D7B2A0/func_8024011C_D7B3BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240158_D7B3F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240320_D7B5C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_28/D7B2A0/func_802404CC_D7B76C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240530_D7B7D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_28/D7B2A0/func_802406BC_D7B95C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_28/D7B2A0/func_802408A0_D7BB40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240D6C_D7C00C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240F50_D7C1F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_29/D7CB70/func_802400EC_D7CC3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240128_D7CC78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_29/D7CB70/func_802402F0_D7CE40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_29/D7CB70/func_8024049C_D7CFEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240500_D7D050.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_29/D7CB70/func_8024068C_D7D1DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240870_D7D3C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240D3C_D7D88C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240F20_D7DA70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_29/D7CB70/func_802410B0_D7DC00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_29/D7CB70/func_802411D4_D7DD24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7ED60/func_80240000_D7ED60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7ED80/func_8024024C_D7EFAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7ED80/func_802402A0_D7F000.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7ED80/func_802402D8_D7F038.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7ED80/func_80240374_D7F0D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7ED80/func_80240410_D7F170.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7ED80/func_80240468_D7F1C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7F270/delete_actor_D7F91C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7F270/func_80240510_D7F270.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7F270/func_80240818_D7F578.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7F270/func_80240894_D7F5F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7F270/func_80240A3C_D7F79C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7F270/func_80240C70_D7F9D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7F270/func_80240DBC_D7FB1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7F270/func_80240E70_D7FBD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7F270/func_80240F2C_D7FC8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7F270/func_80240FD0_D7FD30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_31/D7F270/func_80240FF0_D7FD50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_32/D86A20/func_80240020_D86A20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_32/D86A20/func_8024006C_D86A6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_32/D86A20/func_802401CC_D86BCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_32/D86A20/func_802405DC_D86FDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_32/D86A20/func_8024061C_D8701C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_32/D86A20/func_80240728_D87128.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_32/D86A20/func_80240814_D87214.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_33/D89700/func_802400EC_D897CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_33/D89700/func_80240128_D89808.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_33/D89700/func_802402F0_D899D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_33/D89700/func_8024049C_D89B7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_33/D89700/func_80240500_D89BE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_33/D89700/func_8024068C_D89D6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_33/D89700/func_80240870_D89F50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_33/D89700/func_80240D3C_D8A41C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_33/D89700/func_80240F20_D8A600.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_33/D89700/func_80240F58_D8A638.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_33/D89700/func_80241000_D8A6E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_34/D8B3D0/func_802400EC_D8B49C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240128_D8B4D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_34/D8B3D0/func_802402F0_D8B6A0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_34/D8B3D0/func_8024049C_D8B84C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240500_D8B8B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_34/D8B3D0/func_8024068C_D8BA3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240870_D8BC20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240D3C_D8C0EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_802400EC_D8D33C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_80240128_D8D378.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_802402F0_D8D540.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_8024049C_D8D6EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_80240500_D8D750.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_8024068C_D8D8DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_80240870_D8DAC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_80240D3C_D8DF8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_80240F20_D8E170.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_80241078_D8E2C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_802413E0_D8E630.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_8024159C_D8E7EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_8024186C_D8EABC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_802419F4_D8EC44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_80241AB4_D8ED04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_80241FB8_D8F208.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_8024216C_D8F3BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_802423CC_D8F61C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8D270/func_80242698_D8F8E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_35/D8FBA0/func_80242950_D8FBA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_36/D91700/func_80240000_D91700.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_36/D91700/func_8024011C_D9181C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_36/D91700/func_80240158_D91858.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_36/D91700/func_80240320_D91A20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_36/D91700/func_802404CC_D91BCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_36/D91700/func_80240530_D91C30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_36/D91700/func_802406BC_D91DBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_36/D91700/func_802408A0_D91FA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_36/D91700/func_80240D6C_D9246C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_37/D92F40/func_80240000_D92F40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_37/D92F40/func_8024011C_D9305C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_37/D92F40/func_80240158_D93098.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_37/D92F40/func_80240320_D93260.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_37/D92F40/func_802404CC_D9340C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_37/D92F40/func_80240530_D93470.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_37/D92F40/func_802406BC_D935FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_37/D92F40/func_802408A0_D937E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_37/D92F40/func_80240D6C_D93CAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_37/D92F40/func_80241158_D94098.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_37/D92F40/func_8024130C_D9424C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_37/D92F40/func_8024156C_D944AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_38/D955F0/func_80240000_D955F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_38/D955F0/func_8024011C_D9570C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_38/D955F0/func_80240158_D95748.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_38/D955F0/func_80240320_D95910.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_38/D955F0/func_802404CC_D95ABC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_38/D955F0/func_80240530_D95B20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_38/D955F0/func_802406BC_D95CAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_38/D955F0/func_802408A0_D95E90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_38/D955F0/func_80240D6C_D9635C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_38/D955F0/func_80240F50_D96540.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_39/D97890/func_80240000_D97890.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_39/D97890/func_8024011C_D979AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_39/D97890/func_80240158_D979E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_39/D97890/func_80240320_D97BB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_39/D97890/func_802404CC_D97D5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_39/D97890/func_80240530_D97DC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_39/D97890/func_802406BC_D97F4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_39/D97890/func_802408A0_D98130.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_39/D97890/func_80240D6C_D985FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_39/D97890/func_80240F50_D987E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_40/D999D0/func_802400EC_D99A9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_40/D999D0/func_80240128_D99AD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_40/D999D0/func_802402F0_D99CA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_40/D999D0/func_8024049C_D99E4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_40/D999D0/func_80240500_D99EB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_40/D999D0/func_8024068C_D9A03C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_40/D999D0/func_80240870_D9A220.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_pra/pra_40/D999D0/func_80240D3C_D9A6EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_8024053C_CF80AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240590_CF8100.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_802405C8_CF8138.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240664_CF81D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240700_CF8270.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_8024083C_CF83AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240A60_CF85D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240ACC_CF863C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240C78_CF87E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240DEC_CF895C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240E70_CF89E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241088_CF8BF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_8024113C_CF8CAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241170_CF8CE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_802411F0_CF8D60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241208_CF8D78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241224_CF8D94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_802416F8_CF9268.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241764_CF92D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241A10_CF9580.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241A54_CF95C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241B20_CF9690.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241C90_CF9800.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05730/func_80240034_D05764.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05730/func_80240404_D05B34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/begin_battle_D06948.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_80240878_D05FA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_802408F4_D06024.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_802409F0_D06120.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_80240A44_D06174.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_80240B24_D06254.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_80240B2C_D0625C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_80240C68_D06398.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_80240E8C_D065BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_80240EF8_D06628.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_802410A4_D067D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_8024129C_D069CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_802414B4_D06BE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_80241568_D06C98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_8024159C_D06CCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_8024161C_D06D4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_80241634_D06D64.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_80241650_D06D80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_80241B24_D07254.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_02/D05F60/func_80241B90_D072C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_03/D110C0/func_80240000_D110C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_03/D110C0/func_80240258_D11318.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_03/D110C0/func_8024040C_D114CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_03/D110C0/func_8024066C_D1172C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_04/D13810/func_80240240_D13810.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_04/D138E0/func_8024053C_D13B0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_04/D138E0/func_80240590_D13B60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_04/D138E0/func_802405C8_D13B98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_04/D138E0/func_80240664_D13C34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_05/D187E0/func_80240208_D189E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_05/D187E0/func_8024061C_D18DFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_05/D187E0/func_802408D0_D190B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_05/D187E0/func_8024093C_D1911C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_05/D187E0/func_80240A38_D19218.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_05/D187E0/func_80241478_D19C58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_05/D187E0/func_80241508_D19CE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_05/D187E0/func_80241608_D19DE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_05/D187E0/func_80241668_D19E48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_05/D187E0/func_80241754_D19F34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_05/D187E0/func_802419A4_D1A184.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_05/D187E0/func_80241D20_D1A500.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_05/D187E0/update_starpoints_display_D18B9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_80240550_D203E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_80240700_D20590.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_80240DE8_D20C78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_802411A4_D21034.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_802413A8_D21238.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_80241738_D215C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_8024185C_D216EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_80241A48_D218D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_80241D8C_D21C1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_80241DE0_D21C70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_80241E18_D21CA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_80241EB4_D21D44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_80241F98_D21E28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_80242014_D21EA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_80242110_D21FA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_80242164_D21FF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_80242244_D220D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_802424C8_D22358.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_8024250C_D2239C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_06/D203E0/func_80242538_D223C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240000_D2BD30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240448_D2C178.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_07/D2BD30/func_802405B0_D2C2E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240858_D2C588.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240A0C_D2C73C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240C6C_D2C99C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240F20_D2CC50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240F8C_D2CCBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241088_D2CDB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241AC8_D2D7F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241B58_D2D888.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241C58_D2D988.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241CB8_D2D9E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241DA4_D2DAD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D2FC80/func_8024001C_D2FC9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D2FC80/func_8024003C_D2FCBC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240068_D2FCE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D2FC80/func_802400D4_D2FD54.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240120_D2FDA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D2FC80/func_802401CC_D2FE4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D2FC80/func_8024041C_D3009C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240448_D300C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240480_D30100.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240510_D30190.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240544_D301C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D2FC80/func_802405A8_D30228.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240600_D30280.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240B38_D307B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240D08_D30988.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D309C0/func_80240F48_D30BC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D309C0/func_802410FC_D30D7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D309C0/func_8024135C_D30FDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D309C0/func_80241610_D31290.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D309C0/func_802416A4_D31324.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_08/D309C0/func_8024174C_D313CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_09/D362F0/func_80240000_D362F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_09/D362F0/func_80240118_D36408.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_09/D362F0/func_80240158_D36448.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_09/D362F0/func_80240264_D36554.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_09/D362F0/func_802403A0_D36690.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_10/D37800/func_80240000_D37800.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_10/D37800/func_802402BC_D37ABC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_10/D37800/func_802402F0_D37AF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_10/D37BD0/func_802405D8_D37DD8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_10/D37BD0/func_8024078C_D37F8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_10/D37BD0/func_802409EC_D381EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3A5D0/func_80240000_D3A5D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3A930/func_80240360_D3A930.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3A930/func_8024052C_D3AAFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3A930/func_8024059C_D3AB6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3A930/func_8024072C_D3ACFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3A930/func_80240754_D3AD24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802407D0_D3ADA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_8024090C_D3AEDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240B30_D3B100.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240B9C_D3B16C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240D48_D3B318.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240EBC_D3B48C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240F40_D3B510.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241158_D3B728.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_8024120C_D3B7DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241240_D3B810.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802412C0_D3B890.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802412D8_D3B8A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802412F4_D3B8C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802417C8_D3BD98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241834_D3BE04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241864_D3BE34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802418B4_D3BE84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241A6C_D3C03C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241DAC_D3C37C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241FB0_D3C580.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241FE8_D3C5B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80242074_D3C644.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_12/D4BA20/func_80240000_D4BA20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_12/D4BAB0/func_80240090_D4BAB0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_12/D4BAB0/func_802400C0_D4BAE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_12/D4BAB0/func_80240194_D4BBB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sam/sam_12/D4BAB0/func_80240238_D4BC58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240000_92A2B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240040_92A2F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240164_92A414.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240338_92A5E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240364_92A614.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_8024091C_92ABCC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_80240970_92AC20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_802409A8_92AC58.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_80240A44_92ACF4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_80240B98_92AE48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240000_93F5B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240040_93F5F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240164_93F714.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240370_93F920.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240424_93F9D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_802408B0_93FE60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_8024095C_93FF0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240B64_940114.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240DDC_94038C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241120_9406D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241174_940724.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_802411AC_94075C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241248_9407F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241560_940B10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_802415A4_940B54.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240040_945F10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240384_946254.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_34/945F10/func_802403D8_9462A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240410_9462E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240728_9465F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_34/945F10/func_8024076C_94663C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240038_953FF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024005C_95401C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024009C_95405C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802400BC_95407C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802400E8_9540A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240154_954114.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802401A0_954160.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024024C_95420C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024049C_95445C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802404C8_954488.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240500_9544C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240590_954550.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802405C4_954584.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240628_9545E8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240680_954640.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240BB8_954B78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240D88_954D48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_01/8694B0/func_80240340_8697F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_01/869AA0/func_802405F0_869AA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_01/869AA0/func_80240960_869E10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_01/869EE0/func_80240A30_869EE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_02/86CA50/func_80240310_86CA50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_02/86CD10/func_802405D0_86CD10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_02/86CD10/func_80240940_86D080.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_03/86EB00/func_80240034_86EB34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_03/86F0F0/func_802405F0_86F0F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_03/86F0F0/func_80240960_86F460.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_03/86F0F0/func_802409C0_86F4C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_03/86F0F0/func_802409E0_86F4E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_04/871A30/func_80240340_871D70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_04/872020/func_802405F0_872020.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_04/872020/func_80240960_872390.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_04/872020/func_80240A00_872430.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_04/872020/func_80240BF4_872624.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_04/872020/func_80240C20_872650.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_05/8750D0/func_80240310_8750D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_05/8750D0/func_80240680_875440.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_05/8750D0/func_8024093C_8756FC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_05/8750D0/func_80240984_875744.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_06/876EE0/func_80240034_876F14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_06/8774D0/func_802405F0_8774D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_80240034_879C14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_802402FC_879EDC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_8024031C_879EFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_80240348_879F28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_802403B4_879F94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_80240400_879FE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_802404AC_87A08C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_802406FC_87A2DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_80240728_87A308.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_80240760_87A340.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_802407F0_87A3D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_80240824_87A404.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_80240888_87A468.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_802408E0_87A4C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_80240E18_87A9F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/879BE0/func_80240FE8_87ABC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/87AC00/func_80241020_87AC00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/87AC00/func_80241390_87AF70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/87AC00/func_802413F0_87AFD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/87AC00/func_802415A0_87B180.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/87AC00/func_80241C88_87B868.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/87AC00/func_80242044_87BC24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/87AC00/func_80242248_87BE28.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/87AC00/func_802425D8_87C1B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_07/87AC00/func_802426FC_87C2DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_08/87EDF0/func_80240034_87EE24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_08/87F3E0/func_802405F0_87F3E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_08/87F3E0/func_80240960_87F750.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_08/87F820/func_80240A30_87F820.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_08/87F820/func_80240A5C_87F84C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_09/8821C0/func_80240034_8821F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_09/8827B0/func_802405F0_8827B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_09/8827B0/func_80240960_882B20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_09/882BF0/func_80240AAC_882C6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_09/882BF0/func_80240DC4_882F84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_09/882BF0/func_80241204_8833C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_80240310_8866D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_8024069C_886A5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_802406BC_886A7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_802406E8_886AA8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_80240754_886B14.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_802407A0_886B60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_8024084C_886C0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_80240A9C_886E5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_80240AC8_886E88.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_80240B00_886EC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_80240B90_886F50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_80240BC4_886F84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_80240C28_886FE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_80240C80_887040.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_802411B8_887578.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_10/8866D0/func_80241388_887748.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/888BD0/func_80240034_888C04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_802405F0_8891C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_80240960_889530.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_80240C38_889808.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_80240C58_889828.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_80240C84_889854.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_80240CF0_8898C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_80240D3C_88990C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_80240DE8_8899B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_80241038_889C08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_80241064_889C34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_8024109C_889C6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_8024112C_889CFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_80241160_889D30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_802411C4_889D94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_8024121C_889DEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_80241754_88A324.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/8891C0/func_80241924_88A4F4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/88A530/func_802419DC_88A5AC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_12/88A530/func_80241CF4_88A8C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_14/88D600/func_80240034_88D634.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_14/88DBF0/func_802405F0_88DBF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_15/88FBA0/func_80240034_88FBD4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_15/890190/func_802405F0_890190.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_15/890190/func_80240960_890500.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_15/890190/func_80240A78_890618.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_15/890190/func_80240AA4_890644.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_15/890190/func_80240AD0_890670.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A20/func_80240000_892A20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A50/func_8024004C_892A6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A50/func_8024006C_892A8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A50/func_80240098_892AB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A50/func_80240104_892B24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A50/func_80240150_892B70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A50/func_802401FC_892C1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A50/func_8024044C_892E6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A50/func_80240478_892E98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A50/func_802404B0_892ED0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A50/func_80240540_892F60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A50/func_80240574_892F94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A50/func_802405D8_892FF8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A50/func_80240630_893050.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A50/func_80240B68_893588.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/892A50/func_80240D38_893758.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_17/893790/func_80240DA4_8937C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_18/8959F0/func_80240310_8959F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_18/8959F0/func_80240680_895D60.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/8975E0/func_80240034_897614.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/897BD0/func_8024060C_897BEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/897BD0/func_8024062C_897C0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/897BD0/func_80240658_897C38.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/897BD0/func_802406C4_897CA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/897BD0/func_80240710_897CF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/897BD0/func_802407BC_897D9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/897BD0/func_80240A0C_897FEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/897BD0/func_80240A38_898018.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/897BD0/func_80240A70_898050.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/897BD0/func_80240B00_8980E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/897BD0/func_80240B34_898114.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/897BD0/func_80240B98_898178.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/897BD0/func_80240BF0_8981D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/897BD0/func_80241128_898708.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_19/897BD0/func_802412F8_8988D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_20/89A350/func_80240340_89A690.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_20/89A350/func_802405EC_89A93C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_20/89ACB0/func_802409DC_89AD2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_20/89ACB0/func_80240CF4_89B044.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_21/89D7A0/func_80240340_89DAE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_21/89D7A0/func_802405EC_89DD8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_22/89FEC0/func_80240000_89FEC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_22/89FEF0/func_80240370_8A0230.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_22/89FEF0/func_8024061C_8A04DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_22/89FEF0/func_80240640_8A0500.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_23/8A23D0/func_80240034_8A2404.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_23/8A23D0/func_802405EC_8A29BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_23/8A2D30/func_802409DC_8A2DAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_23/8A2D30/func_80240CF4_8A30C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_24/8A5A80/func_80240000_8A5A80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_24/8A5DE0/func_80240360_8A5DE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_24/8A5DE0/func_8024074C_8A61CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_24/8A5DE0/func_80240A64_8A64E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_25/8A7F80/func_8024030C_8A828C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_25/8A8600/func_80240680_8A8600.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_25/8A8600/func_802406AC_8A862C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tik/tik_25/8A8600/func_80240770_8A86F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_00/999F80/func_80240310_999F80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_01/99CD80/func_8024046C_99CDFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_01/99CD80/func_80240784_99D114.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_01/99CD80/func_80240BC4_99D554.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_01/99CD80/func_80240C78_99D608.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_01/99CD80/func_80241104_99DA94.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_01/99CD80/func_802411B0_99DB40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_01/99CD80/func_802413B8_99DD48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_01/99CD80/func_80241630_99DFC0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_02/9A10C0/func_8024015C_9A113C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240474_9A1454.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_02/9A10C0/func_802408B4_9A1894.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240A0C_9A19EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240D74_9A1D54.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240F30_9A1F10.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241200_9A21E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241388_9A2368.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241448_9A2428.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241744_9A2724.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_03/9A46F0/func_8024011C_9A476C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_03/9A46F0/func_80240434_9A4A84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_03/9A4ED0/func_80240880_9A4ED0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_8024052C_9A891C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80240844_9A8C34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80240C84_9A9074.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80240DDC_9A91CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241144_9A9534.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241300_9A96F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_802415D0_9A99C0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241758_9A9B48.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241818_9A9C08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241B14_9A9F04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241E18_9AA208.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241FC8_9AA3B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_802426B0_9AAAA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80242A6C_9AAE5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80242C70_9AB060.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243000_9AB3F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243124_9AB514.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243310_9AB700.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243438_9AB828.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_802434F4_9AB8E4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243650_9ABA40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_05/9AE700/func_80240020_9AE720.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_05/9AE700/func_80240404_9AEB04.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_05/9AE700/func_802404D0_9AEBD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_05/9AE700/func_80240508_9AEC08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_05/9AE700/func_802405FC_9AECFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240310_9B1AA0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240724_9B1EB4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_06/9B1AA0/func_8024081C_9B1FAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240854_9B1FE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_06/9B1AA0/func_8024093C_9B20CC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240A5C_9B21EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240AD0_9B2260.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_06/9B2280/func_80240AF0_9B2280.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_06/9B2410/func_80240C80_9B2410.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024038C_9B6D0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_802406A4_9B7024.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_80240AE4_9B7464.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_80240C94_9B7614.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024137C_9B7CFC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241738_9B80B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024193C_9B82BC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241CCC_9B864C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241DF0_9B8770.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241FDC_9B895C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_80242104_9B8A84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_802421C0_9B8B40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024231C_9B8C9C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024256C_9B8EEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_80242600_9B8F80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_07/9B6C90/func_802427FC_9B917C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_08/9BB5B0/func_80240310_9BB5B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_08/9BB5B0/func_80240904_9BBBA4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_09/9BD660/func_80240000_9BD660.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_09/9BD720/func_802400C0_9BD720.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_10/9C2910/func_80240000_9C2910.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_10/9C2910/func_8024004C_9C295C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_10/9C2910/func_802401AC_9C2ABC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_10/9C2910/func_802405BC_9C2ECC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_10/9C2910/func_802405FC_9C2F0C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_10/9C2910/func_80240708_9C3018.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_10/9C2910/func_802407F4_9C3104.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_trd/trd_10/9C3130/func_80240820_9C3130.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_04/B1B570/func_80240000_B1B570.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_04/B1B570/func_802400FC_B1B66C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_04/B1B570/func_80240260_B1B7D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_04/B1B570/func_8024029C_B1B80C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_04/B1B570/func_80240360_B1B8D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_04/B1B570/func_80240510_B1BA80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_04/B1B570/func_80240574_B1BAE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_04/B1B570/func_802405B0_B1BB20.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_04/B1B570/func_802405D4_B1BB44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_04/B1B570/func_80240628_B1BB98.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_04/B1BBD0/func_80240660_B1BBD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_11/B1CA50/func_80240000_B1CA50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_11/B1CA50/func_8024003C_B1CA8C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_11/B1CA50/func_80240100_B1CB50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_11/B1CA50/func_802402B8_B1CD08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_11/B1CA50/func_802402F4_B1CD44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_11/B1CA50/func_802403B8_B1CE08.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_11/B1CA50/func_802406D4_B1D124.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_13/B1D760/func_80240000_B1D760.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_13/B1D760/func_802400A0_B1D800.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/area_tst/tst_13/B1D760/func_8024013C_B1D89C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bombette/func_802BD100_317E50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bombette/func_802BD2D8_318028.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bombette/func_802BD338_318088.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bombette/func_802BD6DC_31842C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bombette/func_802BD720_318470.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bombette/func_802BD758_3184A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bombette/func_802BE520_319270.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bombette/func_802BE6E8_319438.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bow/func_802BD100_323A50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bow/func_802BD130_323A80.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bow/func_802BD168_323AB8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bow/func_802BD4FC_323E4C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bow/func_802BD540_323E90.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bow/func_802BD694_323FE4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bow/func_802BDDF0_324740.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bow/func_802BDF08_324858.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/bow/func_802BDF64_3248B4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/goombario/func_802BD188_3170A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/goombario/func_802BD1D0_3170F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/goombario/func_802BD564_317484.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/goombario/func_802BD5D8_3174F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/goombario/func_802BDB30_317A50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/goombario/world_goombario_can_pause.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/goombario/world_goombario_pre_battle.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/goompa/func_802BD14C_324A5C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/goompa/func_802BD4E0_324DF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/kooper/func_802BD100_31B120.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/kooper/func_802BD144_31B164.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/kooper/func_802BD17C_31B19C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/kooper/func_802BD200_31B220.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/kooper/func_802BD228_31B248.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/kooper/func_802BD260_31B280.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/kooper/func_802BD5F4_31B614.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/kooper/func_802BD638_31B658.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/kooper/func_802BE7E0_31C800.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/kooper/func_802BE818_31C838.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/kooper/func_802BEA24_31CA44.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/kooper/func_802BEB10_31CB30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BD100_320C50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BD21C_320D6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BD29C_320DEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BD2D4_320E24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BD678_3211C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BD6BC_32120C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BD7DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BD99C_3214EC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BDA90_3215E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BDDD8_321928.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BE6A0_3221F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BE724_322274.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BF4F0_323040.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BFA00_323550.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BFAA8_3235F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BFB44_323694.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/lakilester/func_802BFBA0_3236F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/parakarry/func_802BD100_319670.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/parakarry/func_802BD180_3196F0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/parakarry/func_802BD514_319A84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/parakarry/func_802BD558_319AC8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/parakarry/func_802BD660_319BD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/parakarry/func_802BE90C_31AE7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/parakarry/func_802BE9D0_31AF40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/sushie/func_802BD100_31DE70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/sushie/func_802BD20C_31DF7C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/sushie/func_802BD368_31E0D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/sushie/func_802BD414_31E184.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/sushie/func_802BE280_31EFF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/sushie/func_802BE3A4_31F114.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/sushie/func_802BF520_320290.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/sushie/func_802BF568_3202D8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/sushie/func_802BF5A0_320310.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/sushie/func_802BF920_320690.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/sushie/func_802BF964_3206D4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/sushie/func_802BF9B8_320728.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/sushie/func_802BFA58_3207C8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/sushie/func_802BFAB8_320828.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/watt/func_802BD100_31CC70.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/watt/func_802BD180_31CCF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/watt/func_802BD1AC_31CD1C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/watt/func_802BD23C_31CDAC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/watt/func_802BD27C_31CDEC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/watt/func_802BD2B4_31CE24.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/watt/func_802BD710_31D280.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/watt/func_802BD754_31D2C4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/watt/func_802BDD0C_31D87C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/watt/func_802BDD9C_31D90C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/watt/func_802BDE10_31D980.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/watt/func_802BDE88_31D9F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/watt/func_802BE014_31DB84.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partner/watt/func_802BE070_31DBE0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/_use_partner_ability.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/clear_partner_move_history.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/enable_partner_ai.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/enable_partner_flying.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/enable_partner_walking.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/func_800EA4B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/func_800EA52C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/func_800EB168.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/func_800EB200.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/func_800EB2A4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/func_800EBA3C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/func_800EBB40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/func_800EBC74.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/func_800ED5D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/func_800ED9F8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/func_800EE9B8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/func_800EECE8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/func_800EF4E0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/func_800EF640.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/func_800EF82C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/partner_can_use_ability.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/partner_handle_after_battle.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/partner_handle_before_battle.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/partner_initialize_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/partner_kill_ability_script.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/partner_player_can_pause.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/partner_reset_data.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/partner_resume_ability_script.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/partner_suspend_ability_script.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/partner_test_enemy_collision.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/partner_use_ability.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/update_player_move_history.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/partners/use_consumable.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/MakeShop.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/draw_shop_items.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/func_80280000.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/func_80280088.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/func_8028017C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/func_80280208.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/func_802802D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/func_8028035C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/func_80280410.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/func_8028051C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/func_80280954.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/func_80280AC4.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/func_80280B78.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/func_80280BD0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/func_80281434.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E0E80/func_802814D0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E2AA0/MakeDoorAdvanced.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E2AA0/func_802822A8.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E2AA0/func_8028236C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E2AA0/func_802823B0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E2AA0/func_80282414.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E2AA0/func_80282594.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E2AA0/func_80282634.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E2AA0/func_80282700.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E3700/CreatePushBlockGrid.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E3700/GetGridIndexFromPos.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E3700/GetPushBlock.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E3700/SetPushBlock.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E3700/SetPushBlockFallEffect.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E3700/func_802828DC.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E3700/func_80282C40.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E3700/func_80282E30.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E3700/func_80283080.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E3700/func_80283174.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E3700/func_80283240.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E4690/func_80283908.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E4690/func_80283A50.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E4690/func_80283C34.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E4690/func_80283D00.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E4690/func_80283D6C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E4690/func_80283DF0.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/script_api/7E4690/func_80283E2C.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/world/get_asset_offset.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/world/get_current_map_config.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/world/get_current_map_header.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/world/get_map_IDs_by_name.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/world/load_asset_by_name.s (100%) rename {asm => ver/us/asm}/nonmatchings/world/world/load_map_by_IDs.s (100%) rename {asm => ver/us/asm}/os/__osDisableInt.s (100%) rename {asm => ver/us/asm}/os/__osGetCause.s (100%) rename {asm => ver/us/asm}/os/__osRestoreInt.s (100%) rename {asm => ver/us/asm}/os/code_45df0_len_970.s (100%) rename {asm => ver/us/asm}/os/osGetCount.s (100%) rename {asm => ver/us/asm}/os/osSetIntMask.s (100%) rename build.cfg => ver/us/build.cfg (99%) create mode 100644 ver/us/checksum.sha1 rename dead_syms.txt => ver/us/dead_syms.txt (100%) rename {tools => ver/us}/splat.yaml (99%) rename {tools => ver/us}/symbol_addrs.txt (100%) rename undefined_funcs_auto.txt => ver/us/undefined_funcs_auto.txt (100%) rename undefined_syms.txt => ver/us/undefined_syms.txt (100%) rename undefined_syms_auto.txt => ver/us/undefined_syms_auto.txt (100%) diff --git a/.gitignore b/.gitignore index 4fdcf98fa3..b051e18005 100644 --- a/.gitignore +++ b/.gitignore @@ -11,15 +11,20 @@ ctx.c expected/ .vscode/launch.json /tools/star-rod +/ver/current # Build artifacts build.ninja +.ninja* *.ld *.elf *.z64 *.Yay0 *.msg.h -/build/ +*.bin +*.o +build/ +assets/ /docs/doxygen/ /include/ld_addrs.h /include/message_ids.h @@ -27,11 +32,6 @@ build.ninja /include/map /tools/permuter_settings.toml -# Assets -/*assets -*.bin -*.o - # Star Rod /sprite/SpriteTable.xml /mod.cfg @@ -39,6 +39,7 @@ build.ninja /editor /logs /out +dump /tools/Yay0compress /tools/n64crc diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index a6ae0e546f..0decf5842b 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -12,13 +12,14 @@ }, "includePath": [ "${workspaceFolder}/include", - "${workspaceFolder}/build/include", + "${workspaceFolder}/ver/us/build/include", "${workspaceFolder}/src" ], "defines": [ "F3DEX_GBI_2", "_LANGUAGE_C", - "SCRIPT(...)={}" + "SCRIPT(...)={}", + "VERSION=us" ], "cStandard": "c89", "cppStandard": "c++17", diff --git a/.vscode/settings.json b/.vscode/settings.json index 3ac447cf43..d4411ffed5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -17,8 +17,9 @@ ], "git.ignoreLimitWarning": true, "search.exclude": { - "build": true, + "**/build/src": true, "docs/doxygen": true, + "ctx.c": true, }, "python.autoComplete.extraPaths": [ "./tools" @@ -31,16 +32,11 @@ }, "files.associations": { "*.h": "c", - "random": "c", - "array": "c", - "deque": "c", - "string": "c", - "unordered_map": "c", - "vector": "c", - "string_view": "c", - "initializer_list": "c", - "ranges": "c", - "regex": "c", - "variant": "c" }, + "C_Cpp.autoAddFileAssociations": false, + "files.exclude": { + "**/.git": true, + "**/.splat_cache": true, + ".ninja*": true, + } } diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 755f2ad1e0..f878bddd1d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,65 +18,67 @@ If you use Visual Studio Code, you can use _Run Build Task_ (Ctrl+Shift+B) to ru ### Setup -Once you've created a successful (`OK`) build, copy `build/` to `expected/build/`: +Once you've created a successful (`OK`) build, copy `ver/us/build/` to `ver/us/expected/build/`: ```sh -$ mkdir -p expected -$ cp -r build expected +$ mkdir -p ver/us/expected +$ cp -r ver/us/build ver/us/expected ``` +(If you're working with other versions of the game, replace `us` in the file paths.) + ### Roughly converting assembly to C -Decide on a function to match. These can be found in the subdirectories of `asm/nonmatchings/`. Currently, functions which use float constants, data sections, or jump tables are unmatchable. +Decide on a function to match. These can be found in the subdirectories of `ver/us/asm/nonmatchings/`. -Take the relevant `.s` file and pass it to [mips_to_c](https://github.com/matt-kempster/mips_to_c) ([web version](https://simonsoftware.se/other/mips_to_c.py)). +Take the relevant `.s` file and pass it to [mips_to_c](https://github.com/matt-kempster/mips_to_c) ([online version](https://simonsoftware.se/other/mips_to_c.py)). -You can also use mips_to_c locally installed to a destination of your choice. Then register a function in `~/.bashrc` that calls `path/to/mips_to_c.py (with args)`: -``` -git clone https://github.com/matt-kempster/mips_to_c /path/to/mips_to_c +Open up the `.c` file that uses your function and replace the function's `INCLUDE_ASM` macro with the output from mips_to_c. For example, for a function `asm/nonmatchings/code_FOO/func_DEADBEEF`: + +```diff + // src/code_FOO.c +- INCLUDE_ASM("code_FOO", func_DEADBEEF); ++ s32 func_DEADBEEF() { ++ // ... ++ } ``` -Here's a starter function you can use: +Compile the ROM: + ```sh -# don't forget to replace /path/to/mips_to_c with your path -function mipstoc() { - if [ "$#" -gt 1 ]; then - /path/to/mips_to_c/mips_to_c.py $@; - else - printf "Please call mipstoc using this format and make sure you're at the repo root:"; - printf "\nmipstoc \033[0;31marg1 - the nonmatching asm file\033[0m \033[0;34marg2 - the target function\033[0m \033[0;33margN - any of the optional mips_to_c.py flags\033[0m"; - printf "\nmipstoc \033[0;31m./asm/nonmatchings/code_13870_len_6980/func_8003B3D0.s\033[0m \033[0;34mfunc_8003B3D0\033[0m \033[0;33m--flag1 --flag2 --flagN\033[0m\n"; - /path/to/mips_to_c/mips_to_c.py; - fi -} -export -f mipstoc +ninja ``` -Open up the relevant `.c` file and replace the function's `INCLUDE_ASM` macro with the output from mips_to_c. Run the following command to attempt to compile, replacing `function_name` with the name of the function you're working with: +This will probably end up either `FAIL`ing (the resulting ROM does not match the baserom), or the compilation of the C file you just modified did not succeed. mips_to_c loves to use void pointers and weird syntax that won't compile properly. Fixing this will involve typing the function signature correctly, which you may find in [Star Rod's library database](https://github.com/nanaian/star-rod/blob/master/database/common_func_library.lib). For structs, see [common_structs.h](include/common_structs.h). + +Once the C file compiles, you can compare the assembly generated by your code versus the original assembly with the following command, replacing `function_name` with the name of the function you're working on: ```sh ./diff.py -mwo function_name ``` -Fix any errors and rerun `diff.py`. This will involve typing the function signature correctly, which you will probably find in [Star Rod's library database](https://github.com/nanaian/star-rod/blob/master/database/common_func_library.lib). See also [common_structs.h](include/common_structs.h). +(Sometimes, `-mwo` doesn't work. We don't know why yet; use `-mw` if you encounter issues.) -Once a successful build is made, `diff.py` will show you the difference between the original game's assembly (on the left) and what your C code generated (on the right). +`diff.py` displays the difference between the original game's assembly (on the left) and what your C code generated (on the right). ### Matching the function -You're on your own now. Get your C code compiling to match the original assembly! `diff.py`, when running, will automatically recompile your code whenever you save the `.c` file. +You're on your own now. Get your C code compiling to match the original assembly! `diff.py`, when running with `-m`, will automatically recompile your code whenever you save the `.c` file. -If you use Visual Studio Code, you can use _Run Test Task_ to run `diff.py` and show you errors and warnings from the compiler inline. You might want to attach _Run Test Task_ to a keybinding, as you'll be using it often. +If you use Visual Studio Code, you can use _Run Test Task_ to run `diff.py` and show you errors and warnings from the compiler inline. (You might want to attach _Run Test Task_ to a keybinding, as you'll be using it often.) + +If you have any questions or encounter any issues, we suggest: + +- Reaching out [on Discord](https://discord.gg/urUm3VG) +- Using [decomp permuter](https://github.com/simonlindholm/decomp-permuter) if your code is logically equivalent +- Wrapping what you have in `#ifdef NON_MATCHING` (see other examples of this in the codebase) and trying a smaller function ### After matching -Once you've matched a function, run the following scripts: +Once you've matched a function, run the following: ```sh -$ ./coverage.py --delete-matched -$ ./format.sh +./coverage.py --delete-matched ``` -If `format.sh` has any problems with your code, go and fix the issues. If you can't fix a warning without making the function not match anymore, append `// NOLINT` to the offending line. - -Then, please [create a pull request](https://github.com/pmret/papermario/pulls)! +Then, go ahead and [create a pull request](https://github.com/pmret/papermario/pulls)! diff --git a/Jenkinsfile b/Jenkinsfile index aaf7121fc7..3717f554a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,9 @@ pipeline { stages { stage('Setup') { steps { - sh './configure.py --baserom /usr/local/etc/roms/papermario.us.z64' + sh 'cp /usr/local/etc/roms/papermario.us.z64 ver/us/baserom.z64' + sh 'cp /usr/local/etc/roms/papermario.jp.z64 ver/jp/baserom.z64' + sh './configure.py' } } stage('Build') { @@ -26,8 +28,11 @@ pipeline { branch 'master' } steps { - sh 'python3 progress.py --csv >> /var/www/papermar.io/html/reports/progress.csv' - sh 'python3 progress.py --shield-json > /var/www/papermar.io/html/reports/progress_shield.json' + sh 'python3 progress.py us --csv >> /var/www/papermar.io/html/reports/progress_us.csv' + sh 'python3 progress.py us --shield-json > /var/www/papermar.io/html/reports/progress_us_shield.json' + + sh 'python3 progress.py jp --csv >> /var/www/papermar.io/html/reports/progress_jp.csv' + sh 'python3 progress.py jp --shield-json > /var/www/papermar.io/html/reports/progress_jp_shield.json' } } } diff --git a/README.md b/README.md index dfb82e6c5a..1fd6151182 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,28 @@ # Paper Mario -[![Build Status][jenkins-badge]][jenkins] [![Progress][progress-badge]][progress] [![Discord Channel][discord-badge]][discord] +[![Build Status][jenkins-badge]][jenkins] +[![Progress (US)][progress-us-badge]][progress-us] +[![Progress (JP)][progress-jp-badge]][progress-jp] +[![Discord Channel][discord-badge]][discord] [jenkins]: https://jenkins.zelda64.dev/job/papermario/job/master [jenkins-badge]: https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fjenkins.zelda64.dev%2Fjob%2Fpapermario%2Fjob%2Fmaster -[progress]: https://papermar.io/progress -[progress-badge]: https://img.shields.io/endpoint?url=https://papermar.io/reports/progress_shield.json +[progress-us]: https://papermar.io/progress-us +[progress-us-badge]: https://img.shields.io/endpoint?url=https://papermar.io/reports/progress_us_shield.json + +[progress-jp]: https://papermar.io/progress-us +[progress-jp-badge]: https://img.shields.io/endpoint?url=https://papermar.io/reports/progress_jp_shield.json [discord]: https://discord.gg/urUm3VG [discord-badge]: https://img.shields.io/discord/279322074412089344?color=%237289DA&logo=discord&logoColor=ffffff -This is a work-in-progress decompilation of Paper Mario (USA). +This is a work-in-progress decompilation of Paper Mario. -It builds the following ROM: +It builds the following ROMs: -* papermario.z64 `sha1: 3837f44cda784b466c9a2d99df70d77c322b97a0` +* papermario.us.z64 `sha1: 3837f44cda784b466c9a2d99df70d77c322b97a0` +* papermario.jp.z64 `sha1: b9cca3ff260b9ff427d981626b82f96de73586d3` To set up the repository, see [INSTALL.md](INSTALL.md). diff --git a/checksum.sha1 b/checksum.sha1 deleted file mode 100644 index b2db2fd759..0000000000 --- a/checksum.sha1 +++ /dev/null @@ -1 +0,0 @@ -3837f44cda784b466c9a2d99df70d77c322b97a0 papermario.z64 diff --git a/configure.py b/configure.py index cce1c6ad6e..687942439c 100755 --- a/configure.py +++ b/configure.py @@ -8,40 +8,22 @@ from argparse import ArgumentParser import asyncio from subprocess import PIPE import subprocess -import hashlib sys.path.append(os.path.dirname(__file__) + "/tools/splat") import split from segtypes.n64.code import Subsegment INCLUDE_ASM_RE = re.compile(r"___INCLUDE_ASM\([^,]+, ([^,]+), ([^,)]+)") # note _ prefix - -CFG = {} -with open("build.cfg", "r") as f: - for line in f.readlines(): - if line.strip() != "": - key, value = [part.strip() for part in line.split("=", 1)] - CFG[key] = value - -TARGET = CFG.get("target", "papermario") -BUILD_DIR = "build" -ASSET_DIRS = CFG.get("asset_dirs", "assets").split(" ") - -NPC_SPRITES = CFG.get("npc_sprites", "").split(" ") -MAPS = CFG.get("maps", "").split(" ") -TEXTURE_ARCHIVES = CFG.get("texture_archives", "").split(" ") -BACKGROUNDS = CFG.get("backgrounds", "").split(" ") -PARTY_IMAGES = CFG.get("party_images", "").split(" ") - -ASSETS = sum([[f"{map_name}_shape", f"{map_name}_hit"] for map_name in MAPS], []) + TEXTURE_ARCHIVES + BACKGROUNDS + ["title_data"] + PARTY_IMAGES +SUPPORTED_VERSIONS = ["us", "jp"] +TARGET = "papermario" def obj(path: str): - if not path.startswith("$builddir/"): - path = "$builddir/" + path - path = re.sub(r"/assets/", "/", path) + if not path.startswith("ver/"): + path = f"ver/{version}/build/{path}" + path = re.sub(r"/assets/", "/build/", path) # XXX what about other asset dirs? return path + ".o" -def read_splat(splat_config: str): +def read_splat(splat_config: str, version: str): import argparse import yaml from segtypes.n64.code import N64SegCode @@ -61,10 +43,14 @@ def read_splat(splat_config: str): for segment in all_segments: for subdir, path, obj_type, start in segment.get_ld_files(): + # src workaround + if subdir.startswith("../../"): + subdir = subdir[6:] if path.endswith(".c") or path.endswith(".s") or path.endswith(".data") or path.endswith(".rodata"): path = subdir + "/" + path else: assert subdir == "assets", subdir + " " + path + subdir = "ver/" + version + "/assets" objects.add(path) segments[path] = segment @@ -88,13 +74,14 @@ def rm_recursive(path): path = Path(path) - if path.is_dir(): - for f in path.iterdir(): - rm_recursive(f) + if path.exists(): + if path.is_dir(): + for f in path.iterdir(): + rm_recursive(f) - path.rmdir() - else: - path.unlink() + path.rmdir() + else: + path.unlink() async def shell(cmd: str): async with task_sem: @@ -105,33 +92,15 @@ async def shell(cmd: str): return stdout.decode("utf-8"), stderr.decode("utf-8") -async def task(coro): - global num_tasks, num_tasks_done +async def shell_status(cmd: str): + async with task_sem: + proc = await asyncio.create_subprocess_shell(cmd, stdout=PIPE, stderr=PIPE) + stdout, stderr = await proc.communicate() - await coro - - num_tasks_done += 1 - print(f"\rConfiguring build... {(num_tasks_done / num_tasks) * 100:.0f}%", end="") - -async def build_c_file(c_file: str, generated_headers, ccache, cppflags): - # preprocess c_file, but simply put an _ in front of INCLUDE_ASM and SCRIPT - stdout, stderr = await shell(f"{cpp} {cppflags} '-DINCLUDE_ASM(...)=___INCLUDE_ASM(__VA_ARGS__)' '-DSCRIPT(...)=___SCRIPT(__VA_ARGS__)' {c_file} -o - | grep -E '___SCRIPT|___INCLUDE_ASM' || true") - - # search for macro usage (note _ prefix) - uses_dsl = "___SCRIPT(" in stdout - - s_deps = [] - for line in stdout.splitlines(): - if line.startswith("___INCLUDE_ASM"): - match = INCLUDE_ASM_RE.match(line) - if match: - s_deps.append("asm/nonmatchings/" + eval(match[1]) + "/" + match[2] + ".s") - - # add build task to ninja - n.build(obj(c_file), "cc_dsl" if uses_dsl else "cc", c_file, implicit=s_deps, order_only=generated_headers) + return proc.returncode def build_yay0_file(bin_file: str): - yay0_file = f"$builddir/{os.path.splitext(bin_file)[0]}.Yay0" + yay0_file = f"ver/{version}/build/{os.path.splitext(bin_file)[0]}.Yay0" n.build(yay0_file, "yay0compress", find_asset(bin_file), implicit="tools/Yay0compress") build_bin_object(yay0_file) @@ -140,7 +109,7 @@ def build_bin_object(bin_file: str): def build_image(f: str, segment): path, img_type, png = f.rsplit(".", 2) - out = "$builddir/" + path + "." + img_type + ".png" + out = f"ver/{version}/build/" + path + "." + img_type + ".png" flags = "" if img_type != "palette" and not isinstance(segment, dict): @@ -160,31 +129,46 @@ def cmd_exists(cmd): stdout=subprocess.PIPE, stderr=subprocess.PIPE) == 0 def find_asset_dir(path): + global ASSET_DIRS for d in ASSET_DIRS: if os.path.exists(d + "/" + path): return d print("Unable to find asset: " + path) - print("The asset dump may be incomplete. Run") - print(" rm .splat_cache") - print("And then run ./configure.py again.") + print("The asset dump may be incomplete. Try:") + print(" ./configure.py --clean") exit(1) def find_asset(path): return find_asset_dir(path) + "/" + path async def main(): - global n, cpp, task_sem, num_tasks, num_tasks_done + global n, cpp, task_sem, num_tasks, num_tasks_done, ASSET_DIRS, version task_sem = asyncio.Semaphore(8) parser = ArgumentParser(description="Paper Mario build.ninja generator") + parser.add_argument("version", nargs="*", default=[], help="Version(s) to configure for. Most tools will operate on the first-provided only. Supported versions: " + ','.join(SUPPORTED_VERSIONS)) parser.add_argument("--cpp", help="GNU C preprocessor command") - parser.add_argument("--baserom", default="baserom.z64", help="Path to unmodified Paper Mario (U) z64 ROM") parser.add_argument("--cflags", default="", help="Extra cc/cpp flags") - parser.add_argument("--no-splat", action="store_true", help="Don't split the baserom") + parser.add_argument("--no-splat", action="store_true", help="Don't split assets from the baserom(s)") parser.add_argument("--clean", action="store_true", help="Delete assets and previously-built files") args = parser.parse_args() + versions = args.version + + # default version behaviour is to only do those that exist + if len(versions) == 0: + for version in SUPPORTED_VERSIONS: + rom = f"ver/{version}/baserom.z64" + if os.path.exists(rom): + versions.append(version) + + if len(versions) == 0: + print("error: no baserom.z64 files could be found in the ver/*/ directories.") + exit(1) + + print("Configuring for versions: " + ', '.join(versions)) + print("") # on macOS, /usr/bin/cpp defaults to clang rather than gcc (but we need gcc's) if args.cpp is None and sys.platform == "darwin" and "Free Software Foundation" not in (await shell("cpp --version"))[0]: @@ -194,63 +178,58 @@ async def main(): print(" ./configure.py --cpp cpp-10") exit(1) - # verify baserom exists and is clean - try: - with open(args.baserom, "rb") as f: - h = hashlib.sha1() - h.update(f.read()) - - if h.hexdigest() != "3837f44cda784b466c9a2d99df70d77c322b97a0": - print(f"error: baserom '{args.baserom}' is modified, refusing to split it!") - print("The baserom must be an unmodified Paper Mario (U) z64 ROM.") - exit(1) - except IOError: - print(f"error: baserom '{args.baserom}' does not exist!") - print(f"Please make sure an unmodified Paper Mario (U) z64 ROM exists at '{args.baserom}'.") - - if args.baserom == "baserom.z64": # the default - print("Or run this script again with the --baserom option:") - print(" ./configure.py --baserom /path/to/papermario.z64") - exit(1) - cpp = args.cpp or "cpp" - ccache = "ccache" if cmd_exists("ccache") else "" if args.clean: print("Cleaning...") await shell("ninja -t clean") - rm_recursive("assets") - rm_recursive("build") - rm_recursive(".splat_cache") + rm_recursive(f".splat_cache") + + for version in versions: + rm_recursive(f"ver/{version}/assets") + rm_recursive(f"ver/{version}/build") + rm_recursive(f"ver/{version}/.splat_cache") if not args.no_splat: # compile splat dependencies await shell("make -C tools/splat") - # split assets - print("Splitting segments from baserom", end="") - split.main( - "tools/splat.yaml", - ".", - args.baserom, - [ "ld", "bin", "Yay0", "PaperMarioMapFS", "PaperMarioMessages", "img", "PaperMarioNpcSprites" ], - False, - False, - ) + has_any_rom = False + for version in versions: + rom = f"ver/{version}/baserom.z64" + has_rom = False - print("") + try: + with open(rom, "rb") as f: + has_rom = True + has_any_rom = True + except IOError: + print(f"error: could not find baserom file '{rom}'!") + if len(versions) >= 2: + print(f"You can avoid building version '{version}' by specifying versions on the command-line:") + print(f" ./configure.py {' '.join(ver for ver in versions if ver != version)}") + exit(1) - print("Configuring build...", end="") + if has_rom: + print(f"Splitting assets from {rom}", end="") + split.main( + f"ver/{version}/splat.yaml", + f"ver/{version}", + rom, + [ "ld", "bin", "Yay0", "PaperMarioMapFS", "PaperMarioMessages", "img", "PaperMarioNpcSprites" ], + False, + False, + ) + print("") + + print("Configuring build...") - # generate build.ninja n = ninja_syntax.Writer(open("build.ninja", "w"), width=120) - cppflags = f"-I{BUILD_DIR}/include -Iinclude -Isrc -D _LANGUAGE_C -D _FINALROM -ffreestanding -DF3DEX_GBI_2 -D_MIPS_SZLONG=32 " + args.cflags - cflags = "-O2 -quiet -G 0 -mcpu=vr4300 -mfix4300 -mips3 -mgp32 -mfp32 -Wuninitialized -Wshadow " + args.cflags + cflags = " " + args.cflags iconv = "tools/iconv.py UTF-8 SHIFT-JIS" if sys.platform == "darwin" else "iconv --from UTF-8 --to SHIFT-JIS" cross = "mips-linux-gnu-" - n.variable("builddir", BUILD_DIR) n.variable("target", TARGET) n.variable("cross", cross) n.variable("python", sys.executable) @@ -266,31 +245,28 @@ async def main(): print(f"Unsupported platform {sys.platform}") sys.exit(1) - n.variable("os", os_dir) - n.variable("iconv", iconv) - n.variable("cppflags", f"{cppflags} -Wcomment") - n.variable("cflags", cflags) - n.newline() - + # $version n.rule("cc", - command=f"bash -o pipefail -c '{cpp} $cppflags -MD -MF $out.d $in -o - | $iconv | tools/$os/cc1 $cflags -o - | tools/$os/mips-nintendo-nu64-as -EB -G 0 - -o $out'", + command=f"bash -o pipefail -c '{cpp} -Iver/$version/build/include -Iinclude -Isrc -D _LANGUAGE_C -D _FINALROM -D VERSION=$version -ffreestanding -DF3DEX_GBI_2 -D_MIPS_SZLONG=32 {args.cflags} -MD -MF $out.d $in -o - | {iconv} | tools/{os_dir}/cc1 -O2 -quiet -G 0 -mcpu=vr4300 -mfix4300 -mips3 -mgp32 -mfp32 -Wuninitialized -Wshadow {args.cflags} -o - | tools/{os_dir}/mips-nintendo-nu64-as -EB -G 0 - -o $out'", description="cc $in", depfile="$out.d", deps="gcc") n.rule("cc_dsl", - command=f"bash -o pipefail -c '{cpp} $cppflags -MD -MF $out.d $in -o - | $python tools/compile_dsl_macros.py | $iconv | tools/$os/cc1 $cflags -o - | tools/$os/mips-nintendo-nu64-as -EB -G 0 - -o $out'", - description="cc (with dsl) $in", + command=f"bash -o pipefail -c '{cpp} -Iver/$version/build/include -Iinclude -Isrc -D _LANGUAGE_C -D _FINALROM -D VERSION=$version -ffreestanding -DF3DEX_GBI_2 -D_MIPS_SZLONG=32 {args.cflags} -MD -MF $out.d $in -o - | $python tools/compile_dsl_macros.py | {iconv} | tools/{os_dir}/cc1 -O2 -quiet -G 0 -mcpu=vr4300 -mfix4300 -mips3 -mgp32 -mfp32 -Wuninitialized -Wshadow {args.cflags} -o - | tools/{os_dir}/mips-nintendo-nu64-as -EB -G 0 - -o $out'", + description="dsl $in", depfile="$out.d", deps="gcc") n.newline() with open("tools/permuter_settings.toml", "w") as f: - f.write(f"compiler_command = \"{cpp} {cppflags} -D SCRIPT(...)={{}} | {iconv} | tools/{os_dir}/cc1 {cflags} -o - | tools/{os_dir}/mips-nintendo-nu64-as -EB -G 0 -\"\n") + version = versions[0] + f.write(f"compiler_command = \"{cpp} -Iver/{version}/build/include -Iinclude -Isrc -D _LANGUAGE_C -D _FINALROM -D VERSION={version} -ffreestanding -DF3DEX_GBI_2 -D_MIPS_SZLONG=32 {args.cflags} -D SCRIPT(...)={{}} | {iconv} | tools/{os_dir}/cc1 -O2 -quiet -G 0 -mcpu=vr4300 -mfix4300 -mips3 -mgp32 -mfp32 -Wuninitialized -Wshadow {args.cflags} -o - | tools/{os_dir}/mips-nintendo-nu64-as -EB -G 0 -\"\n") f.write(f"assembler_command = \"{cross}as -march=vr4300 -mabi=32\"\n") + # $version n.rule("cpp", - command=f"{cpp} -P -DBUILD_DIR=$builddir $in -o $out", - description="cc (with dsl) $in", + command=f"{cpp} -P -DBUILD_DIR=ver/$version/build $in -o $out", + description="cpp $in", depfile="$out.d", deps="gcc") n.newline() @@ -349,8 +325,9 @@ async def main(): description="combine assets") n.newline() + # $version n.rule("link", - command="${cross}ld -T undefined_syms.txt -T undefined_syms_auto.txt -T undefined_funcs_auto.txt -T dead_syms.txt -Map $builddir/$target.map --no-check-sections -T $in -o $out", + command="${cross}ld -T ver/$version/undefined_syms.txt -T ver/$version/undefined_syms_auto.txt -T ver/$version/undefined_funcs_auto.txt -T ver/$version/dead_syms.txt -Map ver/$version/build/$target.map --no-check-sections -T $in -o $out", description="link $out") n.newline() @@ -359,225 +336,256 @@ async def main(): description="rom $in") n.newline() - objects, segments = read_splat("tools/splat.yaml") # no .o extensions! - c_files = (f for f in objects if f.endswith(".c")) # glob("src/**/*.c", recursive=True) - - n.rule("checksums", - command=f"(sha1sum -c checksum.sha1 && bash $out.bash > $out) || sha1sum -c $out --quiet", - description="compare", - rspfile="$out.bash", - rspfile_content=f"sha1sum {' '.join([obj(o) for o in objects])}") + # $version + n.rule("checksum", + command=f"sha1sum -c ver/$version/checksum.sha1 && touch $out", + description="compare") n.newline() n.rule("cc_modern_exe", command="cc $in -O3 -o $out") n.newline() - n.comment("target") - n.build("$builddir/$target.ld", "cpp", "$target.ld") - n.build("$builddir/$target.elf", "link", "$builddir/$target.ld", implicit=[obj(o) for o in objects], implicit_outputs="$builddir/$target.map") - n.build("$target.z64", "rom", "$builddir/$target.elf", implicit="tools/n64crc") - n.build("$builddir/expected.sha1", "checksums", implicit="$target.z64") - n.newline() + for version in versions: + objects, segments = read_splat(f"ver/{version}/splat.yaml", version) # no .o extensions! + #c_files = (f for f in objects if f.endswith(".c")) - n.default("$builddir/expected.sha1") - n.newline() + n.build(f"ver/{version}/build/$target.ld", "cpp", f"ver/{version}/$target.ld", variables={ "version": version }) + n.build(f"ver/{version}/build/$target.elf", "link", f"ver/{version}/build/$target.ld", implicit=[obj(o) for o in objects], implicit_outputs=f"ver/{version}/$target.map", variables={ "version": version }) + n.build(f"ver/{version}/build/$target.z64", "rom", f"ver/{version}/build/$target.elf", implicit="tools/n64crc") + n.build(f"ver/{version}/build/ok", "checksum", implicit=f"ver/{version}/build/$target.z64", variables={ "version": version }) + n.build(version, "phony", f"ver/{version}/build/ok") + n.build(f"$target.{version}.z64", "phony", f"ver/{version}/build/$target.z64") - # generated headers - n.comment("generated headers") - generated_headers = [] + CFG = {} + with open(f"ver/{version}/build.cfg", "r") as f: + for line in f.readlines(): + if line.strip() != "": + key, value = [part.strip() for part in line.split("=", 1)] + CFG[key] = value - def add_generated_header(h: str): - generated_headers.append(h) + ASSET_DIRS = CFG.get("asset_dirs", "assets").split(" ") - he = re.sub(r"\$builddir", BUILD_DIR, h) + NPC_SPRITES = CFG.get("npc_sprites", "").split(" ") + MAPS = CFG.get("maps", "").split(" ") + TEXTURE_ARCHIVES = CFG.get("texture_archives", "").split(" ") + BACKGROUNDS = CFG.get("backgrounds", "").split(" ") + PARTY_IMAGES = CFG.get("party_images", "").split(" ") - if not os.path.exists(he): - # mkdir -p - os.makedirs(os.path.dirname(he), exist_ok=True) + ASSETS = sum([[f"{map_name}_shape", f"{map_name}_hit"] for map_name in MAPS], []) + TEXTURE_ARCHIVES + BACKGROUNDS + ["title_data"] + PARTY_IMAGES - # touch it so cpp doesn't complain if its #included - open(he, "w").close() + generated_headers = [] - # mark it as really old so ninja builds it - os.utime(he, (0, 0)) + def add_generated_header(h: str): + generated_headers.append(h) - return h + if not os.path.exists(h): + # mkdir -p + os.makedirs(os.path.dirname(h), exist_ok=True) - n.build(add_generated_header("$builddir/include/ld_addrs.h"), "ld_addrs_h", "$builddir/$target.ld") + # touch it so cpp doesn't complain if its #included + open(h, "w").close() - # messages - msg_files = set() - for d in ASSET_DIRS: - for f in glob(d + "/msg/**/*.msg", recursive=True): - msg_files.add(find_asset(f[len(d)+1:])) - msg_files = list(msg_files) - for msg_file in msg_files: + # mark it as really old so ninja builds it + os.utime(h, (0, 0)) + + return h + + n.build(add_generated_header(f"ver/{version}/build/include/ld_addrs.h"), "ld_addrs_h", f"ver/{version}/build/$target.ld") + + # messages + msg_files = set() + for d in ASSET_DIRS: + for f in glob(d + "/msg/**/*.msg", recursive=True): + msg_files.add(find_asset(f[len(d)+1:])) + msg_files = list(msg_files) + for msg_file in msg_files: + n.build( + f"ver/{version}/build/{msg_file.split('/', 1)[1]}.bin", + "msg", + msg_file, + implicit="tools/msg/parse_compile.py", + ) + msg_bins = [f"ver/{version}/build/{msg_file.split('/', 1)[1]}.bin" for msg_file in msg_files] n.build( - f"$builddir/{msg_file.split('/', 1)[1]}.bin", - "msg", - msg_file, - implicit="tools/msg/parse_compile.py", + [f"ver/{version}/build/msg.bin", add_generated_header(f"ver/{version}/build/include/message_ids.h")], + "msg_combine", + msg_bins, + implicit="tools/msg/combine.py", ) - #msg_headers = [add_generated_header(f"$builddir/include/{msg_file.split('/', 1)[1]}.h") for msg_file in msg_files] - msg_bins = [f"$builddir/{msg_file.split('/', 1)[1]}.bin" for msg_file in msg_files] - n.build( - ["$builddir/msg.bin", add_generated_header(f"$builddir/include/message_ids.h")], - "msg_combine", - msg_bins, - implicit="tools/msg/combine.py", - ) - n.build("$builddir/msg.o", "bin", "$builddir/msg.bin") + n.build(f"ver/{version}/build/msg.o", "bin", f"ver/{version}/build/msg.bin") - # sprites - npc_sprite_yay0s = [] - for sprite_id, sprite_name in enumerate(NPC_SPRITES, 1): - asset_dir = find_asset_dir(f"sprite/npc/{sprite_name}") - sources = glob(f"{asset_dir}/sprite/npc/{sprite_name}/**/*.*", recursive=True) - variables = { - "sprite_name": sprite_name, - "sprite_dir": f"{asset_dir}/sprite/npc/{sprite_name}", - "sprite_id": sprite_id, - } + # sprites + npc_sprite_yay0s = [] + for sprite_id, sprite_name in enumerate(NPC_SPRITES, 1): + if len(sprite_name) == 0 or sprite_name == "_": + continue - # generated header - n.build( - add_generated_header(f"$builddir/include/sprite/npc/{sprite_name}.h"), - "sprite_animations_h", - implicit=sources + ["tools/gen_sprite_animations_h.py"], - variables=variables, - ) + asset_dir = find_asset_dir(f"sprite/npc/{sprite_name}") + sources = glob(f"{asset_dir}/sprite/npc/{sprite_name}/**/*.*", recursive=True) + variables = { + "sprite_name": sprite_name, + "sprite_dir": f"{asset_dir}/sprite/npc/{sprite_name}", + "sprite_id": sprite_id, + } - # sprite bin/yay0 - n.build( - f"$builddir/sprite/npc/{sprite_name}", - "npc_sprite", - implicit=sources + ["tools/compile_npc_sprite.py"], - variables=variables, - ) - yay0 = f"$builddir/sprite/npc/{sprite_name}.Yay0" - npc_sprite_yay0s.append(yay0) - n.build( - yay0, - "yay0compress", - f"$builddir/sprite/npc/{sprite_name}", - implicit=["tools/Yay0compress"], - ) + # generated header + n.build( + add_generated_header(f"ver/{version}/build/include/sprite/npc/{sprite_name}.h"), + "sprite_animations_h", + implicit=sources + ["tools/gen_sprite_animations_h.py"], + variables=variables, + ) - n.newline() + # sprite bin/yay0 + n.build( + f"ver/{version}/build/sprite/npc/{sprite_name}", + "npc_sprite", + implicit=sources + ["tools/compile_npc_sprite.py"], + variables=variables, + ) + yay0 = f"ver/{version}/build/sprite/npc/{sprite_name}.Yay0" + npc_sprite_yay0s.append(yay0) + n.build( + yay0, + "yay0compress", + f"ver/{version}/build/sprite/npc/{sprite_name}", + implicit=["tools/Yay0compress"], + ) - # fast tasks - n.comment("data") - for f in objects: - segment = segments[f] + n.newline() - if f.endswith(".c"): - continue # these are handled later - elif f.endswith(".Yay0"): - build_yay0_file(os.path.splitext(f)[0] + ".bin") - elif f.endswith(".bin"): - build_bin_object(find_asset(f)) - elif f.endswith(".data"): - n.build(obj(f), "as", "asm/" + f + ".s") - elif f.endswith(".rodata"): - n.build(obj(f), "as", "asm/" + f[2:] + ".s") - elif f.endswith(".s"): - n.build(obj(f), "as", f) - elif f.endswith(".png"): - if isinstance(segment, Subsegment): - # image within a code section - out = "$builddir/" + f + ".bin" - infile = find_asset(re.sub(r"\.pal\.png", ".png", f)) + # fast tasks + for f in objects: + segment = segments[f] - n.build(out, "img", infile, implicit="tools/img/build.py", variables={ - "img_type": segment.type, - "img_flags": "", - }) + if f.endswith(".c"): + continue # these are handled later + elif f.endswith(".Yay0"): + build_yay0_file(os.path.splitext(f)[0] + ".bin") + elif f.endswith(".bin"): + build_bin_object(find_asset(f)) + elif f.endswith(".data"): + n.build(obj(f), "as", f"ver/{version}/asm/" + f + ".s") + elif f.endswith(".rodata"): + n.build(obj(f), "as", f"ver/{version}/asm/" + f[2:] + ".s") + elif f.endswith(".s"): + n.build(obj(f), "as", f"ver/{version}/" + f) + elif f.endswith(".png"): + if isinstance(segment, Subsegment): + # image within a code section + out = f"ver/{version}/build/{f}.bin" + infile = find_asset(re.sub(r"\.pal\.png", ".png", f)) - if ".pal.png" not in f: - n.build(add_generated_header("$builddir/include/" + f + ".h"), "img_header", infile, implicit="tools/img/header.py") - - n.build("$builddir/" + f + ".o", "bin", out) - else: - build_image(f, segment) - elif f == "sprite/npc": - # combine sprites - n.build(f"$builddir/{f}.bin", "npc_sprites", npc_sprite_yay0s, implicit="tools/compile_npc_sprites.py") - n.build(obj(f), "bin", f"$builddir/{f}.bin") - elif segment.type == "PaperMarioMessages": - continue # done already above - elif segment.type == "PaperMarioMapFS": - asset_files = [] # even indexes: uncompressed; odd indexes: compressed - - for asset_name in ASSETS: - if asset_name.endswith("_tex"): # uncompressed - asset_files.append(find_asset(f"map/{asset_name}.bin")) - asset_files.append(find_asset(f"map/{asset_name}.bin")) - elif asset_name.startswith("party_"): - source_file = f"$builddir/{asset_name}.bin" - asset_file = f"$builddir/{asset_name}.Yay0" - - n.build(source_file, "img", find_asset(f"party/{asset_name}.png"), implicit="tools/img/build.py", variables={ - "img_type": "party", + n.build(out, "img", infile, implicit="tools/img/build.py", variables={ + "img_type": segment.type, "img_flags": "", }) - asset_files.append(source_file) - asset_files.append(asset_file) - n.build(asset_file, "yay0compress", source_file, implicit="tools/Yay0compress") - elif asset_name.endswith("_bg"): - source_file = f"$builddir/{asset_name}.bin" - asset_file = f"$builddir/{asset_name}.Yay0" + if ".pal.png" not in f: + n.build(add_generated_header(f"ver/{version}/build/include/" + f + ".h"), "img_header", infile, implicit="tools/img/header.py") - n.build(source_file, "img", find_asset(f"map/{asset_name}.png"), implicit="tools/img/build.py", variables={ - "img_type": "bg", - "img_flags": "", - }) - - asset_files.append(source_file) - asset_files.append(asset_file) - n.build(asset_file, "yay0compress", source_file, implicit="tools/Yay0compress") - elif asset_name.endswith("_shape") or asset_name.endswith("_hit"): - source_file = find_asset(f"map/{asset_name}.bin") - asset_file = f"$builddir/assets/{asset_name}.Yay0" - - asset_files.append(source_file) - asset_files.append(asset_file) - n.build(asset_file, "yay0compress", source_file, implicit="tools/Yay0compress") + n.build(f"ver/{version}/build/{f}.o", "bin", out) else: - source_file = find_asset(f"{asset_name}.bin") - asset_file = f"$builddir/assets/{asset_name}.Yay0" + build_image(f, segment) + elif f == "sprite/npc": + # combine sprites + n.build(f"ver/{version}/build/{f}.bin", "npc_sprites", npc_sprite_yay0s, implicit="tools/compile_npc_sprites.py") + n.build(obj(f), "bin", f"ver/{version}/build/{f}.bin") + elif segment.type == "PaperMarioMessages": + continue # done already above + elif segment.type == "PaperMarioMapFS": + asset_files = [] # even indexes: uncompressed; odd indexes: compressed - asset_files.append(source_file) - asset_files.append(asset_file) - n.build(asset_file, "yay0compress", source_file, implicit="tools/Yay0compress") + for asset_name in ASSETS: + if asset_name.endswith("_tex"): # uncompressed + asset_files.append(find_asset(f"map/{asset_name}.bin")) + asset_files.append(find_asset(f"map/{asset_name}.bin")) + elif asset_name.startswith("party_"): + source_file = f"ver/{version}/build/{asset_name}.bin" + asset_file = f"ver/{version}/build/{asset_name}.Yay0" - n.build("$builddir/assets.bin", "assets", asset_files) - n.build(obj(f), "bin", "$builddir/assets.bin") - else: - print("warning: dont know what to do with object " + f) - n.newline() + n.build(source_file, "img", find_asset(f"party/{asset_name}.png"), implicit="tools/img/build.py", variables={ + "img_type": "party", + "img_flags": "", + }) - n.build("generated_headers", "phony", generated_headers) - n.newline() + asset_files.append(source_file) + asset_files.append(asset_file) + n.build(asset_file, "yay0compress", source_file, implicit="tools/Yay0compress") + elif asset_name.endswith("_bg"): + source_file = f"ver/{version}/build/{asset_name}.bin" + asset_file = f"ver/{version}/build/{asset_name}.Yay0" + + n.build(source_file, "img", find_asset(f"map/{asset_name}.png"), implicit="tools/img/build.py", variables={ + "img_type": "bg", + "img_flags": "", + }) + + asset_files.append(source_file) + asset_files.append(asset_file) + n.build(asset_file, "yay0compress", source_file, implicit="tools/Yay0compress") + elif asset_name.endswith("_shape") or asset_name.endswith("_hit"): + source_file = find_asset(f"map/{asset_name}.bin") + asset_file = f"ver/{version}/build/assets/{asset_name}.Yay0" + + asset_files.append(source_file) + asset_files.append(asset_file) + n.build(asset_file, "yay0compress", source_file, implicit="tools/Yay0compress") + else: + source_file = find_asset(f"{asset_name}.bin") + asset_file = f"ver/{version}/build/assets/{asset_name}.Yay0" + + asset_files.append(source_file) + asset_files.append(asset_file) + n.build(asset_file, "yay0compress", source_file, implicit="tools/Yay0compress") + + n.build(f"ver/{version}/build/assets.bin", "assets", asset_files) + n.build(obj(f), "bin", f"ver/{version}/build/assets.bin") + else: + print("warning: dont know what to do with object " + f) + n.newline() + + n.build("generated_headers_" + version, "phony", generated_headers) + n.newline() + + for c_file in glob("src/**/*.c", recursive=True): + if c_file.endswith(".inc.c"): + continue + + status = await shell_status(f"grep -q SCRIPT\( {c_file}") + + for version in versions: + s_glob = "ver/" + version + "/" + re.sub("src/", "asm/nonmatchings/", c_file)[:-2] + "/*.s" + n.build( + obj(c_file), + "cc_dsl" if status == 0 else "cc", + c_file, + implicit=glob(s_glob), + order_only="generated_headers_" + version, + variables={ "version": version } + ) - # slow tasks generated concurrently - n.comment("c") - tasks = [task(build_c_file(f, "generated_headers", ccache, cppflags)) for f in c_files] - num_tasks = len(tasks) - num_tasks_done = 0 - await asyncio.gather(*tasks) print("") - n.newline() # c tools that need to be compiled n.build("tools/Yay0compress", "cc_modern_exe", "tools/Yay0compress.c") n.build("tools/n64crc", "cc_modern_exe", "tools/n64crc.c") n.newline() - print("") + n.build("all", "phony", versions) + n.default("all") + + # update ver/current to versions[0] + try: + os.remove("ver/current") + except Exception: + pass + os.symlink(versions[0], "ver/current") + n.build("ver/current/build/papermario.z64", "phony", "ver/" + versions[0] + "/build/papermario.z64") + print("Build configuration complete! Now run") print(" ninja") - print(f"to compile '{TARGET}.z64'.") + print("to compile " + ', '.join(f'\'{TARGET}.{version}.z64\'' for version in versions) + ".") if __name__ == "__main__": loop = asyncio.get_event_loop() diff --git a/coverage.py b/coverage.py index 4a3ed0eab4..be961efeee 100755 --- a/coverage.py +++ b/coverage.py @@ -5,12 +5,6 @@ import re import sys from pathlib import Path -DIR = os.path.dirname(__file__) -NONMATCHINGS_DIR = Path(os.path.join(DIR, "asm", "nonmatchings")) - -C_FILES = Path(os.path.join(DIR, "src")).rglob("*.c") -ASM_FILES = NONMATCHINGS_DIR.rglob("*.s") - def strip_c_comments(text): def replacer(match): s = match.group(0) @@ -38,47 +32,59 @@ asm_func_pattern = re.compile( def include_asms_in_c(text): return (match.group(1) for match in asm_func_pattern.finditer(text)) -matched = [] -asm = [] -for filename in C_FILES: - with open(filename, "r") as file: - text = strip_c_comments(file.read()) - matched.extend((m for m in funcs_in_c(text) if not m in matched)) - asm.extend((m for m in include_asms_in_c(text) if not m in asm)) +def stuff(version): + DIR = os.path.dirname(__file__) + NONMATCHINGS_DIR = Path(os.path.join(DIR, "ver", version, "asm", "nonmatchings")) -non_matched = [os.path.splitext(os.path.basename(filename))[0] for filename in ASM_FILES] + C_FILES = Path(os.path.join(DIR, "src")).rglob("*.c") + ASM_FILES = NONMATCHINGS_DIR.rglob("*.s") -partial_matched = [f for f in matched if f in asm] -matched = [f for f in matched if not f in partial_matched] -matched_but_undeleted_asm = set([f for f in matched if f in non_matched and not f in partial_matched]) -orphan_asm = set(non_matched) - set(asm) - matched_but_undeleted_asm -missing_asm = set(asm) - set(non_matched) + matched = [] + asm = [] + for filename in C_FILES: + with open(filename, "r") as file: + text = strip_c_comments(file.read()) + matched.extend((m for m in funcs_in_c(text) if not m in matched)) + asm.extend((m for m in include_asms_in_c(text) if not m in asm)) -to_delete = matched_but_undeleted_asm | orphan_asm + non_matched = [os.path.splitext(os.path.basename(filename))[0] for filename in ASM_FILES] -if __name__ == "__main__": - if "--help" in sys.argv: - print("--fail-undeleted exit with error code 1 if obsolete .s functions exist") - print("--delete delete obsolete .s functions without asking") - exit() + partial_matched = [f for f in matched if f in asm] + matched = [f for f in matched if not f in partial_matched] + matched_but_undeleted_asm = set([f for f in matched if f in non_matched and not f in partial_matched]) + orphan_asm = set(non_matched) - set(asm) - matched_but_undeleted_asm + missing_asm = set(asm) - set(non_matched) - if len(matched_but_undeleted_asm) > 0: - print(f"The following functions have been matched but their .s files remain: {matched_but_undeleted_asm}") - if len(set(asm)) != len(set(non_matched)): - if len(set(non_matched)) > len(set(asm)) and len(orphan_asm) > 0: - print(f"The following functions are unmatched but are also unINCLUDEd: {orphan_asm}") - elif len(missing_asm) > 0: - print(f"warning: The following .s files are INCLUDEd but don't exist: {missing_asm}") + to_delete = matched_but_undeleted_asm | orphan_asm - if len(to_delete) > 0: - if "--fail-undeleted" in sys.argv: - exit(1) - elif "--delete" in sys.argv or input("Delete them [y/N]? ").upper() == "Y": - for func in to_delete: - f = next(NONMATCHINGS_DIR.rglob(func + ".s")) - os.remove(f) + if __name__ == "__main__": + if "--help" in sys.argv: + print("--fail-undeleted exit with error code 1 if obsolete .s functions exist") + print("--delete delete obsolete .s functions without asking") + exit() - # Remove empty directories - for folder in list(os.walk(NONMATCHINGS_DIR)): - if not os.listdir(folder[0]): - os.removedirs(folder[0]) + if len(matched_but_undeleted_asm) > 0: + print(f"The following functions have been matched but their .s files remain: {matched_but_undeleted_asm}") + """ + if len(set(asm)) != len(set(non_matched)): + if len(set(non_matched)) > len(set(asm)) and len(orphan_asm) > 0: + print(f"The following functions are unmatched but are also unINCLUDEd: {orphan_asm}") + elif len(missing_asm) > 0: + print(f"warning: The following .s files are INCLUDEd but don't exist: {missing_asm}") + """ + + if len(to_delete) > 0: + if "--fail-undeleted" in sys.argv: + exit(1) + elif "--delete" in sys.argv or input("Delete them [y/N]? ").upper() == "Y": + for func in to_delete: + f = next(NONMATCHINGS_DIR.rglob(func + ".s")) + os.remove(f) + + # Remove empty directories + for folder in list(os.walk(NONMATCHINGS_DIR)): + if not os.listdir(folder[0]): + os.removedirs(folder[0]) + +stuff("us") +stuff("jp") diff --git a/diff_settings.py b/diff_settings.py index cbf85efa4c..ed2557cc87 100644 --- a/diff_settings.py +++ b/diff_settings.py @@ -1,8 +1,9 @@ #!/usr/bin/env python3 def apply(config, args): - config['baseimg'] = 'baserom.z64' - config['myimg'] = 'papermario.z64' - config['mapfile'] = 'build/papermario.map' - config['source_directories'] = ['src', 'asm', 'include', 'assets'] + ver_dir = 'ver/current/' + config['baseimg'] = f'{ver_dir}baserom.z64' + config['myimg'] = f'{ver_dir}papermario.z64' + config['mapfile'] = f'{ver_dir}build/papermario.map' + config['source_directories'] = ['src', f'{ver_dir}asm', 'include', f'{ver_dir}assets'] config['make_command'] = ['ninja'] diff --git a/first_diff.py b/first_diff.py index f0d0ac9746..5f891a0b68 100755 --- a/first_diff.py +++ b/first_diff.py @@ -32,13 +32,13 @@ args = parser.parse_args() diff_count = args.count if args.make: - check_call(["ninja", "papermario.z64"]) + check_call(["ninja", "ver/current/build/papermario.z64"]) -baseimg = f"baserom.z64" -basemap = f"expected/build/papermario.map" +baseimg = f"ver/current/baserom.z64" +basemap = f"ver/current/expected/build/papermario.map" -myimg = f"papermario.z64" -mymap = f"build/papermario.map" +myimg = f"ver/current/build/papermario.z64" +mymap = f"ver/current/build/papermario.map" if not os.path.isfile(baseimg): print(f"{baseimg} must exist.") diff --git a/include/macros.h b/include/macros.h index 700c15ac6b..632269b465 100644 --- a/include/macros.h +++ b/include/macros.h @@ -3,10 +3,13 @@ #include "common.h" +#define STRINGIFY_(x) #x +#define STRINGIFY(x) STRINGIFY_(x) + #ifndef SPLAT #ifndef INCLUDE_ASM #define INCLUDE_ASM(TYPE, FOLDER, NAME, ARGS...) \ - TYPE __attribute__((naked)) NAME(ARGS) { __asm__( ".include \"include/macro.inc\"\n.include \"asm/nonmatchings/"FOLDER"/"#NAME".s\"\n.set reorder\n.set at"); } + TYPE __attribute__((naked)) NAME(ARGS) { __asm__( ".include \"include/macro.inc\"\n.include \"ver/"STRINGIFY(VERSION)"/asm/nonmatchings/"FOLDER"/"#NAME".s\"\n.set reorder\n.set at"); } #endif #else #define INCLUDE_ASM(TYPE, FOLDER, NAME, ARGS...) diff --git a/papermario.jp.z64 b/papermario.jp.z64 new file mode 120000 index 0000000000..cac000b0eb --- /dev/null +++ b/papermario.jp.z64 @@ -0,0 +1 @@ +ver/jp/papermario.z64 \ No newline at end of file diff --git a/papermario.us.z64 b/papermario.us.z64 new file mode 120000 index 0000000000..474104e95f --- /dev/null +++ b/papermario.us.z64 @@ -0,0 +1 @@ +ver/us/build/papermario.z64 \ No newline at end of file diff --git a/progress.py b/progress.py index 1eb10aa80c..edc0893b2e 100755 --- a/progress.py +++ b/progress.py @@ -5,12 +5,15 @@ import git import os import subprocess import sys +from colour import Color -script_dir = os.path.dirname(os.path.realpath(__file__)) -root_dir = script_dir -asm_dir = os.path.join(root_dir, "asm", "nonmatchings") -build_dir = os.path.join(root_dir, "build") -elf_path = os.path.join(build_dir, "papermario.elf") +def set_version(version): + global script_dir, root_dir, asm_dir, build_dir, elf_path + script_dir = os.path.dirname(os.path.realpath(__file__)) + root_dir = os.path.join(script_dir, "ver", version) + asm_dir = os.path.join(root_dir, "asm", "nonmatchings") + build_dir = os.path.join(root_dir, "build") + elf_path = os.path.join(build_dir, "papermario.elf") def get_func_sizes(): try: @@ -59,7 +62,12 @@ def get_funcs_sizes(sizes, matchings, nonmatchings): return msize, nmsize +def lerp(a, b, alpha): + return a + (b - a) * alpha + def main(args): + set_version(args.version) + func_sizes, total_size = get_func_sizes() all_funcs = set(func_sizes.keys()) @@ -68,8 +76,12 @@ def main(args): matching_size, nonmatching_size = get_funcs_sizes(func_sizes, matching_funcs, nonmatching_funcs) - funcs_matching_ratio = (len(matching_funcs) / len(all_funcs)) * 100 - matching_ratio = (matching_size / total_size) * 100 + if len(all_funcs) == 0: + funcs_matching_ratio = 0.0 + matching_ratio = 0.0 + else: + funcs_matching_ratio = (len(matching_funcs) / len(all_funcs)) * 100 + matching_ratio = (matching_size / total_size) * 100 if args.csv: version = 1 @@ -83,11 +95,12 @@ def main(args): import json # https://shields.io/endpoint + color = Color("#50ca22", hue=lerp(0, 105/255, matching_ratio / 100)) print(json.dumps({ "schemaVersion": 1, - "label": "progress", + "label": f"progress ({args.version})", "message": f"{matching_ratio:.2f}%", - "color": "yellow", + "color": color.hex, })) else: if matching_size + nonmatching_size != total_size: @@ -98,6 +111,7 @@ def main(args): if __name__ == "__main__": parser = argparse.ArgumentParser(description="Reports progress for the project") + parser.add_argument("version", default="current", nargs="?") parser.add_argument("--csv", action="store_true") parser.add_argument("--shield-json", action="store_true") args = parser.parse_args() diff --git a/requirements_extra.txt b/requirements_extra.txt index 6fa8c3bcf3..b82a65a396 100644 --- a/requirements_extra.txt +++ b/requirements_extra.txt @@ -4,3 +4,4 @@ python-Levenshtein stringcase watchdog gitpython +colour diff --git a/tools/asm_sizes.py b/tools/asm_sizes.py index 2e09f285d4..4b3e3ee6b2 100755 --- a/tools/asm_sizes.py +++ b/tools/asm_sizes.py @@ -36,7 +36,7 @@ def do_dir(root, dir): script_dir = os.path.dirname(os.path.realpath(__file__)) -asm_dir = script_dir + "/../asm/nonmatchings" +asm_dir = script_dir + "/../ver/current/asm/nonmatchings" for root, dirs, files in os.walk(asm_dir): for asm_dir in dirs: diff --git a/tools/fix_s_filenames.py b/tools/fix_s_filenames.py index bf98557fa0..f18b3c649a 100755 --- a/tools/fix_s_filenames.py +++ b/tools/fix_s_filenames.py @@ -8,7 +8,7 @@ import re script_dir = os.path.dirname(os.path.realpath(__file__)) root_dir = script_dir + "/../" -asm_dir = root_dir + "asm/nonmatchings/" +asm_dir = root_dir + "ver/current/asm/nonmatchings/" for root, dirs, files in os.walk(asm_dir): for f_name in files: diff --git a/tools/fixc.py b/tools/fixc.py index 64ab95887a..ab84375d41 100755 --- a/tools/fixc.py +++ b/tools/fixc.py @@ -11,7 +11,7 @@ from pathlib import Path script_dir = os.path.dirname(os.path.realpath(__file__)) root_dir = script_dir + "/../" src_dir = root_dir + "src/world/" -asm_dir = root_dir + "asm/nonmatchings/world/" +asm_dir = root_dir + "ver/current/asm/nonmatchings/world/" def sub_func(match): @@ -38,7 +38,7 @@ for root, dirs, files in os.walk(src_dir): area_name = Path(f_path).parent.name with open(f_path) as f: f_text_orig = f.readlines() - + f_text = [] if f_name == "DF6A20.c": @@ -51,4 +51,4 @@ for root, dirs, files in os.walk(src_dir): if f_text != f_text_orig: with open(f_path, "w", newline="\n") as f: f.writelines(f_text) - + diff --git a/tools/img/header.py b/tools/img/header.py index af4a2a3d21..9dbc0a1657 100755 --- a/tools/img/header.py +++ b/tools/img/header.py @@ -12,6 +12,9 @@ if __name__ == "__main__": cname = re.sub(r"[^0-9a-zA-Z_]", "_", infile) + if cname.startswith("ver_"): + cname = "_".join(cname.split("_")[2:]) + if cname.startswith("src_"): cname = cname[4:] elif cname.startswith("assets_"): diff --git a/tools/m_map_funcs.py b/tools/m_map_funcs.py index 5350dbed34..cca22172e4 100644 --- a/tools/m_map_funcs.py +++ b/tools/m_map_funcs.py @@ -8,7 +8,7 @@ from pathlib import Path script_dir = os.path.dirname(os.path.realpath(__file__)) root_dir = os.path.abspath(os.path.join(script_dir, "..")) src_dir = root_dir + "/src/" -asm_dir = root_dir + "/asm/" +asm_dir = root_dir + "/ver/current/asm/" common_files = [] diff --git a/tools/mapheaders.py b/tools/mapheaders.py index b8b0421eeb..a07b672fab 100755 --- a/tools/mapheaders.py +++ b/tools/mapheaders.py @@ -11,7 +11,7 @@ from pathlib import Path script_dir = os.path.dirname(os.path.realpath(__file__)) root_dir = script_dir + "/../" src_dir = root_dir + "src/world/" -asm_dir = root_dir + "asm/nonmatchings/world/" +asm_dir = root_dir + "ver/current/asm/nonmatchings/world/" for root, dirs, files in os.walk(src_dir): for dir_name in dirs: @@ -57,7 +57,7 @@ for root, dirs, files in os.walk(src_dir): # area_name = Path(f_path).parent.name # with open(f_path) as f: # f_text_orig = f.readlines() - + # f_text = [] # f_text.append(f"#include \"{area_name}.h\"\n") @@ -69,4 +69,4 @@ for root, dirs, files in os.walk(src_dir): # if f_text != f_text_orig: # with open(f_path, "w", newline="\n") as f: # f.writelines(f_text) - + diff --git a/tools/rename.py b/tools/rename.py index 264e80926c..3259fdd85b 100755 --- a/tools/rename.py +++ b/tools/rename.py @@ -7,7 +7,7 @@ import re script_dir = os.path.dirname(os.path.realpath(__file__)) root_dir = script_dir + "/../" src_dir = root_dir + "src/" -asm_dir = root_dir + "asm/" +asm_dir = root_dir + "ver/current/asm/" with open(os.path.join(script_dir, "duplicate_renames.txt")) as f: renames_text = f.readlines() diff --git a/tools/smallest_with_symbol.py b/tools/smallest_with_symbol.py index 807c1e8a0f..bb6f70b2ae 100755 --- a/tools/smallest_with_symbol.py +++ b/tools/smallest_with_symbol.py @@ -7,7 +7,7 @@ import re script_dir = os.path.dirname(os.path.realpath(__file__)) root_dir = script_dir + "/../" src_dir = root_dir + "src/" -asm_dir = root_dir + "asm/" +asm_dir = root_dir + "ver/current/asm/" symbol = "gMasterGfxPos" diff --git a/tools/sort_symbol_addrs.py b/tools/sort_symbol_addrs.py index 0e4ed32e8b..8c6b5aae69 100755 --- a/tools/sort_symbol_addrs.py +++ b/tools/sort_symbol_addrs.py @@ -8,19 +8,20 @@ script_dir = os.path.dirname(os.path.realpath(__file__)) syms = {} -file_path = os.path.join(script_dir, "symbol_addrs.txt") +for version in ["us", "jp"]: + file_path = os.path.join(script_dir, f"ver/{version}/symbol_addrs.txt") -with open(file_path) as f: - symbol_lines = f.readlines() + with open(file_path) as f: + symbol_lines = f.readlines() -for line in symbol_lines: - addr_text = line.split(" = ")[1][:10] - addr = int(addr_text, 0) - if addr in syms: - print("Duplicate address: " + addr_text) - sys.exit(55) - syms[addr] = line + for line in symbol_lines: + addr_text = line.split(" = ")[1][:10] + addr = int(addr_text, 0) + if addr in syms: + print("Duplicate address: " + addr_text) + sys.exit(55) + syms[addr] = line -with open(file_path, newline="\n", mode="w") as f: - for addr in sorted(syms): - f.write(syms[addr]) + with open(file_path, newline="\n", mode="w") as f: + for addr in sorted(syms): + f.write(syms[addr]) diff --git a/tools/splat/.gitrepo b/tools/splat/.gitrepo index 825846b33f..9c1624ca7b 100644 --- a/tools/splat/.gitrepo +++ b/tools/splat/.gitrepo @@ -6,7 +6,7 @@ [subrepo] remote = https://github.com/ethteck/splat.git branch = master - commit = c46026725ab663685241cab84349984defcb5811 - parent = 0f7f21e5fc1d4c082a5dbd7c1c571d43725e6b08 + commit = 41786effd390f82d31468d1ebdb2d297e5f7ea75 + parent = 2d00806512f19c00e00e20d2bfa55b15353e877a method = merge cmdver = 0.4.3 diff --git a/tools/splat/segtypes/n64/code.py b/tools/splat/segtypes/n64/code.py index 1a4de5ea0a..ae5b983564 100644 --- a/tools/splat/segtypes/n64/code.py +++ b/tools/splat/segtypes/n64/code.py @@ -46,7 +46,7 @@ class Subsegment(): def get_out_subdir(self, options): if self.type in ["c", ".data", ".rodata", ".bss"]: - return "src" + return options.get("src_path", "src") elif self.type in ["asm", "hasm", "header"]: return "asm" elif self.type == "bin": diff --git a/tools/splat/segtypes/segment.py b/tools/splat/segtypes/segment.py index 1bf8326d6d..61ebae414f 100644 --- a/tools/splat/segtypes/segment.py +++ b/tools/splat/segtypes/segment.py @@ -154,6 +154,10 @@ class Segment: else: path = PurePath(subdir) / PurePath(path) + # Remove leading ..s + while path.parts[0] == "..": + path = path.relative_to("..") + path = path.with_suffix(".o" if replace_ext else path.suffix + ".o") s += f" BUILD_DIR/{path}({obj_type});\n" diff --git a/tools/substitute.py b/tools/substitute.py index 3fc5e3931c..83896a6e5d 100755 --- a/tools/substitute.py +++ b/tools/substitute.py @@ -8,7 +8,7 @@ from pathlib import Path script_dir = os.path.dirname(os.path.realpath(__file__)) root_dir = script_dir + "/../" src_dir = root_dir + "src/" -asm_dir = root_dir + "asm/" +asm_dir = root_dir + "ver/current/asm/" parser = argparse.ArgumentParser(description="Replace many functions with one") parser.add_argument("from_list", help="path to line-separated file of functions to be replaced. first line is the string to replace them with") diff --git a/tools/sym_info.py b/tools/sym_info.py index 6cc174fa57..acf35e419b 100755 --- a/tools/sym_info.py +++ b/tools/sym_info.py @@ -24,9 +24,9 @@ parser.add_argument( ) args = parser.parse_args() -mymap = os.path.join(root_dir, "build", "papermario.map") +mymap = os.path.join(root_dir, "ver", "current" "build", "papermario.map") if args.use_expected: - mymap = os.path.join(root_dir, "expected", "build", "papermario.map") + mymap = os.path.join(root_dir, "ver", "current", "expected", "build", "papermario.map") if not os.path.isfile(mymap): print(f"{mymap} must exist.") diff --git a/ver/jp/asm/header.s b/ver/jp/asm/header.s new file mode 100644 index 0000000000..c65eb5fba1 --- /dev/null +++ b/ver/jp/asm/header.s @@ -0,0 +1,16 @@ +.section .header, "a" + +.word 0x80371240 /* PI BSB Domain 1 register */ +.word 0x0000000F /* Clockrate setting */ +.word 0x80125C00 /* Entrypoint address */ +.word 0x0000144B /* Revision */ +.word 0x3BA7CDDC /* Checksum 1 */ +.word 0x464E52A0 /* Checksum 2 */ +.word 0x00000000 /* Unknown 1 */ +.word 0x00000000 /* Unknown 2 */ +.ascii "MARIO STORY " /* Internal name */ +.word 0x00000000 /* Unknown 3 */ +.word 0x0000004E /* Cartridge */ +.ascii "MQ" /* Cartridge ID */ +.ascii "J" /* Country code */ +.byte 0x00 /* Version */ diff --git a/ver/jp/build.cfg b/ver/jp/build.cfg new file mode 100644 index 0000000000..6c847092b7 --- /dev/null +++ b/ver/jp/build.cfg @@ -0,0 +1,6 @@ +asset_dirs = ver/jp/assets +maps = +npc_sprites = +backgrounds = +party_images = +texture_archives = diff --git a/ver/jp/checksum.sha1 b/ver/jp/checksum.sha1 new file mode 100644 index 0000000000..5ab2321cf1 --- /dev/null +++ b/ver/jp/checksum.sha1 @@ -0,0 +1 @@ +b9cca3ff260b9ff427d981626b82f96de73586d3 ver/jp/build/papermario.z64 diff --git a/ver/jp/dead_syms.txt b/ver/jp/dead_syms.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/ver/jp/splat.yaml b/ver/jp/splat.yaml new file mode 100644 index 0000000000..52aacf6bb7 --- /dev/null +++ b/ver/jp/splat.yaml @@ -0,0 +1,23 @@ +name: Mario Story +basename: papermario +options: + find_file_boundaries: True + compiler: GCC + mnemonic_ljust: 10 + ld_o_replace_extension: False + ld_addrs_header: build/include/ld_addrs.h + extensions: ../../tools/splat_ext + symbol_addrs_path: symbol_addrs.txt + platform: n64 + out_dir: . + target_path: baserom.z64 + assets_dir: assets +segments: + - name: header + type: header + start: 0x00 + vram: 0 + subsections: + - [0x0000, header, header] + - [0x0040, bin] + - [0x2800000] diff --git a/ver/jp/symbol_addrs.txt b/ver/jp/symbol_addrs.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/ver/jp/undefined_funcs_auto.txt b/ver/jp/undefined_funcs_auto.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/ver/jp/undefined_syms.txt b/ver/jp/undefined_syms.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/ver/jp/undefined_syms_auto.txt b/ver/jp/undefined_syms_auto.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/asm/boot.s b/ver/us/asm/boot.s similarity index 100% rename from asm/boot.s rename to ver/us/asm/boot.s diff --git a/asm/data/battle/item/dizzy_dial_727CE0.data.s b/ver/us/asm/data/battle/item/dizzy_dial_727CE0.data.s similarity index 100% rename from asm/data/battle/item/dizzy_dial_727CE0.data.s rename to ver/us/asm/data/battle/item/dizzy_dial_727CE0.data.s diff --git a/asm/data/battle/item/dried_shroom_71D010.data.s b/ver/us/asm/data/battle/item/dried_shroom_71D010.data.s similarity index 100% rename from asm/data/battle/item/dried_shroom_71D010.data.s rename to ver/us/asm/data/battle/item/dried_shroom_71D010.data.s diff --git a/asm/data/battle/item/dusty_hammer_717C10.data.s b/ver/us/asm/data/battle/item/dusty_hammer_717C10.data.s similarity index 100% rename from asm/data/battle/item/dusty_hammer_717C10.data.s rename to ver/us/asm/data/battle/item/dusty_hammer_717C10.data.s diff --git a/asm/data/battle/item/egg_missile_7291D0.data.s b/ver/us/asm/data/battle/item/egg_missile_7291D0.data.s similarity index 100% rename from asm/data/battle/item/egg_missile_7291D0.data.s rename to ver/us/asm/data/battle/item/egg_missile_7291D0.data.s diff --git a/asm/data/battle/item/electro_pop_730AE0.data.s b/ver/us/asm/data/battle/item/electro_pop_730AE0.data.s similarity index 100% rename from asm/data/battle/item/electro_pop_730AE0.data.s rename to ver/us/asm/data/battle/item/electro_pop_730AE0.data.s diff --git a/asm/data/battle/item/fire_flower_717060.data.s b/ver/us/asm/data/battle/item/fire_flower_717060.data.s similarity index 100% rename from asm/data/battle/item/fire_flower_717060.data.s rename to ver/us/asm/data/battle/item/fire_flower_717060.data.s diff --git a/asm/data/battle/item/food_733700.data.s b/ver/us/asm/data/battle/item/food_733700.data.s similarity index 100% rename from asm/data/battle/item/food_733700.data.s rename to ver/us/asm/data/battle/item/food_733700.data.s diff --git a/asm/data/battle/item/fright_jar_72BC60.data.s b/ver/us/asm/data/battle/item/fright_jar_72BC60.data.s similarity index 100% rename from asm/data/battle/item/fright_jar_72BC60.data.s rename to ver/us/asm/data/battle/item/fright_jar_72BC60.data.s diff --git a/asm/data/battle/item/hustle_drink_726240.data.s b/ver/us/asm/data/battle/item/hustle_drink_726240.data.s similarity index 100% rename from asm/data/battle/item/hustle_drink_726240.data.s rename to ver/us/asm/data/battle/item/hustle_drink_726240.data.s diff --git a/asm/data/battle/item/insecticide_herb_72AB70.data.s b/ver/us/asm/data/battle/item/insecticide_herb_72AB70.data.s similarity index 100% rename from asm/data/battle/item/insecticide_herb_72AB70.data.s rename to ver/us/asm/data/battle/item/insecticide_herb_72AB70.data.s diff --git a/asm/data/battle/item/life_shroom_72EA20.data.s b/ver/us/asm/data/battle/item/life_shroom_72EA20.data.s similarity index 100% rename from asm/data/battle/item/life_shroom_72EA20.data.s rename to ver/us/asm/data/battle/item/life_shroom_72EA20.data.s diff --git a/asm/data/battle/item/mushroom_715E50.data.s b/ver/us/asm/data/battle/item/mushroom_715E50.data.s similarity index 100% rename from asm/data/battle/item/mushroom_715E50.data.s rename to ver/us/asm/data/battle/item/mushroom_715E50.data.s diff --git a/asm/data/battle/item/mystery_72CF00.data.s b/ver/us/asm/data/battle/item/mystery_72CF00.data.s similarity index 100% rename from asm/data/battle/item/mystery_72CF00.data.s rename to ver/us/asm/data/battle/item/mystery_72CF00.data.s diff --git a/asm/data/battle/item/pebble_719BB0.data.s b/ver/us/asm/data/battle/item/pebble_719BB0.data.s similarity index 100% rename from asm/data/battle/item/pebble_719BB0.data.s rename to ver/us/asm/data/battle/item/pebble_719BB0.data.s diff --git a/asm/data/battle/item/please_come_back_728820.data.s b/ver/us/asm/data/battle/item/please_come_back_728820.data.s similarity index 100% rename from asm/data/battle/item/please_come_back_728820.data.s rename to ver/us/asm/data/battle/item/please_come_back_728820.data.s diff --git a/asm/data/battle/item/pow_block_718BF0.data.s b/ver/us/asm/data/battle/item/pow_block_718BF0.data.s similarity index 100% rename from asm/data/battle/item/pow_block_718BF0.data.s rename to ver/us/asm/data/battle/item/pow_block_718BF0.data.s diff --git a/asm/data/battle/item/repel_gel_72DE00.data.s b/ver/us/asm/data/battle/item/repel_gel_72DE00.data.s similarity index 100% rename from asm/data/battle/item/repel_gel_72DE00.data.s rename to ver/us/asm/data/battle/item/repel_gel_72DE00.data.s diff --git a/asm/data/battle/item/shooting_star_71DCC0.data.s b/ver/us/asm/data/battle/item/shooting_star_71DCC0.data.s similarity index 100% rename from asm/data/battle/item/shooting_star_71DCC0.data.s rename to ver/us/asm/data/battle/item/shooting_star_71DCC0.data.s diff --git a/asm/data/battle/item/sleepy_sheep_71EFC0.data.s b/ver/us/asm/data/battle/item/sleepy_sheep_71EFC0.data.s similarity index 100% rename from asm/data/battle/item/sleepy_sheep_71EFC0.data.s rename to ver/us/asm/data/battle/item/sleepy_sheep_71EFC0.data.s diff --git a/asm/data/battle/item/snowman_doll_71C270.data.s b/ver/us/asm/data/battle/item/snowman_doll_71C270.data.s similarity index 100% rename from asm/data/battle/item/snowman_doll_71C270.data.s rename to ver/us/asm/data/battle/item/snowman_doll_71C270.data.s diff --git a/asm/data/battle/item/stone_cap_721970.data.s b/ver/us/asm/data/battle/item/stone_cap_721970.data.s similarity index 100% rename from asm/data/battle/item/stone_cap_721970.data.s rename to ver/us/asm/data/battle/item/stone_cap_721970.data.s diff --git a/asm/data/battle/item/stop_watch_727120.data.s b/ver/us/asm/data/battle/item/stop_watch_727120.data.s similarity index 100% rename from asm/data/battle/item/stop_watch_727120.data.s rename to ver/us/asm/data/battle/item/stop_watch_727120.data.s diff --git a/asm/data/battle/item/strange_cake_731EA0.data.s b/ver/us/asm/data/battle/item/strange_cake_731EA0.data.s similarity index 100% rename from asm/data/battle/item/strange_cake_731EA0.data.s rename to ver/us/asm/data/battle/item/strange_cake_731EA0.data.s diff --git a/asm/data/battle/item/super_soda_725210.data.s b/ver/us/asm/data/battle/item/super_soda_725210.data.s similarity index 100% rename from asm/data/battle/item/super_soda_725210.data.s rename to ver/us/asm/data/battle/item/super_soda_725210.data.s diff --git a/asm/data/battle/item/tasty_tonic_7222D0.data.s b/ver/us/asm/data/battle/item/tasty_tonic_7222D0.data.s similarity index 100% rename from asm/data/battle/item/tasty_tonic_7222D0.data.s rename to ver/us/asm/data/battle/item/tasty_tonic_7222D0.data.s diff --git a/asm/data/battle/item/thunder_bolt_722FE0.data.s b/ver/us/asm/data/battle/item/thunder_bolt_722FE0.data.s similarity index 100% rename from asm/data/battle/item/thunder_bolt_722FE0.data.s rename to ver/us/asm/data/battle/item/thunder_bolt_722FE0.data.s diff --git a/asm/data/battle/item/thunder_rage_71B640.data.s b/ver/us/asm/data/battle/item/thunder_rage_71B640.data.s similarity index 100% rename from asm/data/battle/item/thunder_rage_71B640.data.s rename to ver/us/asm/data/battle/item/thunder_rage_71B640.data.s diff --git a/asm/data/battle/item/ultra_shroom_723AB0.data.s b/ver/us/asm/data/battle/item/ultra_shroom_723AB0.data.s similarity index 100% rename from asm/data/battle/item/ultra_shroom_723AB0.data.s rename to ver/us/asm/data/battle/item/ultra_shroom_723AB0.data.s diff --git a/asm/data/battle/item/unknown_item_724570.data.s b/ver/us/asm/data/battle/item/unknown_item_724570.data.s similarity index 100% rename from asm/data/battle/item/unknown_item_724570.data.s rename to ver/us/asm/data/battle/item/unknown_item_724570.data.s diff --git a/asm/data/battle/item/volt_shroom_71AA70.data.s b/ver/us/asm/data/battle/item/volt_shroom_71AA70.data.s similarity index 100% rename from asm/data/battle/item/volt_shroom_71AA70.data.s rename to ver/us/asm/data/battle/item/volt_shroom_71AA70.data.s diff --git a/asm/data/battle/move/auto_jump_765D10.data.s b/ver/us/asm/data/battle/move/auto_jump_765D10.data.s similarity index 100% rename from asm/data/battle/move/auto_jump_765D10.data.s rename to ver/us/asm/data/battle/move/auto_jump_765D10.data.s diff --git a/asm/data/battle/move/auto_multibounce_76A920.data.s b/ver/us/asm/data/battle/move/auto_multibounce_76A920.data.s similarity index 100% rename from asm/data/battle/move/auto_multibounce_76A920.data.s rename to ver/us/asm/data/battle/move/auto_multibounce_76A920.data.s diff --git a/asm/data/battle/move/auto_smash_7635F0.data.s b/ver/us/asm/data/battle/move/auto_smash_7635F0.data.s similarity index 100% rename from asm/data/battle/move/auto_smash_7635F0.data.s rename to ver/us/asm/data/battle/move/auto_smash_7635F0.data.s diff --git a/asm/data/battle/move/d_down_jump_781AF0.data.s b/ver/us/asm/data/battle/move/d_down_jump_781AF0.data.s similarity index 100% rename from asm/data/battle/move/d_down_jump_781AF0.data.s rename to ver/us/asm/data/battle/move/d_down_jump_781AF0.data.s diff --git a/asm/data/battle/move/d_down_pound_74AF40.data.s b/ver/us/asm/data/battle/move/d_down_pound_74AF40.data.s similarity index 100% rename from asm/data/battle/move/d_down_pound_74AF40.data.s rename to ver/us/asm/data/battle/move/d_down_pound_74AF40.data.s diff --git a/asm/data/battle/move/dizzy_stomp_748EC0.data.s b/ver/us/asm/data/battle/move/dizzy_stomp_748EC0.data.s similarity index 100% rename from asm/data/battle/move/dizzy_stomp_748EC0.data.s rename to ver/us/asm/data/battle/move/dizzy_stomp_748EC0.data.s diff --git a/asm/data/battle/move/earthquake_jump_785C20.data.s b/ver/us/asm/data/battle/move/earthquake_jump_785C20.data.s similarity index 100% rename from asm/data/battle/move/earthquake_jump_785C20.data.s rename to ver/us/asm/data/battle/move/earthquake_jump_785C20.data.s diff --git a/asm/data/battle/move/hammer_734650.data.s b/ver/us/asm/data/battle/move/hammer_734650.data.s similarity index 100% rename from asm/data/battle/move/hammer_734650.data.s rename to ver/us/asm/data/battle/move/hammer_734650.data.s diff --git a/asm/data/battle/move/hammer_charge_0_74F3D0.data.s b/ver/us/asm/data/battle/move/hammer_charge_0_74F3D0.data.s similarity index 100% rename from asm/data/battle/move/hammer_charge_0_74F3D0.data.s rename to ver/us/asm/data/battle/move/hammer_charge_0_74F3D0.data.s diff --git a/asm/data/battle/move/hammer_charge_1_7598D0.data.s b/ver/us/asm/data/battle/move/hammer_charge_1_7598D0.data.s similarity index 100% rename from asm/data/battle/move/hammer_charge_1_7598D0.data.s rename to ver/us/asm/data/battle/move/hammer_charge_1_7598D0.data.s diff --git a/asm/data/battle/move/hammer_charge_2_75E8F0.data.s b/ver/us/asm/data/battle/move/hammer_charge_2_75E8F0.data.s similarity index 100% rename from asm/data/battle/move/hammer_charge_2_75E8F0.data.s rename to ver/us/asm/data/battle/move/hammer_charge_2_75E8F0.data.s diff --git a/asm/data/battle/move/hammer_throw_752500.data.s b/ver/us/asm/data/battle/move/hammer_throw_752500.data.s similarity index 100% rename from asm/data/battle/move/hammer_throw_752500.data.s rename to ver/us/asm/data/battle/move/hammer_throw_752500.data.s diff --git a/asm/data/battle/move/jump_73D9A0.data.s b/ver/us/asm/data/battle/move/jump_73D9A0.data.s similarity index 100% rename from asm/data/battle/move/jump_73D9A0.data.s rename to ver/us/asm/data/battle/move/jump_73D9A0.data.s diff --git a/asm/data/battle/move/jump_charge_0_74D850.data.s b/ver/us/asm/data/battle/move/jump_charge_0_74D850.data.s similarity index 100% rename from asm/data/battle/move/jump_charge_0_74D850.data.s rename to ver/us/asm/data/battle/move/jump_charge_0_74D850.data.s diff --git a/asm/data/battle/move/jump_charge_1_75CCE0.data.s b/ver/us/asm/data/battle/move/jump_charge_1_75CCE0.data.s similarity index 100% rename from asm/data/battle/move/jump_charge_1_75CCE0.data.s rename to ver/us/asm/data/battle/move/jump_charge_1_75CCE0.data.s diff --git a/asm/data/battle/move/jump_charge_2_761C80.data.s b/ver/us/asm/data/battle/move/jump_charge_2_761C80.data.s similarity index 100% rename from asm/data/battle/move/jump_charge_2_761C80.data.s rename to ver/us/asm/data/battle/move/jump_charge_2_761C80.data.s diff --git a/asm/data/battle/move/mega_jump_771020.data.s b/ver/us/asm/data/battle/move/mega_jump_771020.data.s similarity index 100% rename from asm/data/battle/move/mega_jump_771020.data.s rename to ver/us/asm/data/battle/move/mega_jump_771020.data.s diff --git a/asm/data/battle/move/mega_quake_756900.data.s b/ver/us/asm/data/battle/move/mega_quake_756900.data.s similarity index 100% rename from asm/data/battle/move/mega_quake_756900.data.s rename to ver/us/asm/data/battle/move/mega_quake_756900.data.s diff --git a/asm/data/battle/move/mega_smash_777740.data.s b/ver/us/asm/data/battle/move/mega_smash_777740.data.s similarity index 100% rename from asm/data/battle/move/mega_smash_777740.data.s rename to ver/us/asm/data/battle/move/mega_smash_777740.data.s diff --git a/asm/data/battle/move/multibounce_740DB0.data.s b/ver/us/asm/data/battle/move/multibounce_740DB0.data.s similarity index 100% rename from asm/data/battle/move/multibounce_740DB0.data.s rename to ver/us/asm/data/battle/move/multibounce_740DB0.data.s diff --git a/asm/data/battle/move/power_bounce_743FE0.data.s b/ver/us/asm/data/battle/move/power_bounce_743FE0.data.s similarity index 100% rename from asm/data/battle/move/power_bounce_743FE0.data.s rename to ver/us/asm/data/battle/move/power_bounce_743FE0.data.s diff --git a/asm/data/battle/move/power_jump_76D850.data.s b/ver/us/asm/data/battle/move/power_jump_76D850.data.s similarity index 100% rename from asm/data/battle/move/power_jump_76D850.data.s rename to ver/us/asm/data/battle/move/power_jump_76D850.data.s diff --git a/asm/data/battle/move/power_quake_767D40.data.s b/ver/us/asm/data/battle/move/power_quake_767D40.data.s similarity index 100% rename from asm/data/battle/move/power_quake_767D40.data.s rename to ver/us/asm/data/battle/move/power_quake_767D40.data.s diff --git a/asm/data/battle/move/power_smash_772C50.data.s b/ver/us/asm/data/battle/move/power_smash_772C50.data.s similarity index 100% rename from asm/data/battle/move/power_smash_772C50.data.s rename to ver/us/asm/data/battle/move/power_smash_772C50.data.s diff --git a/asm/data/battle/move/quake_hammer_73AF80.data.s b/ver/us/asm/data/battle/move/quake_hammer_73AF80.data.s similarity index 100% rename from asm/data/battle/move/quake_hammer_73AF80.data.s rename to ver/us/asm/data/battle/move/quake_hammer_73AF80.data.s diff --git a/asm/data/battle/move/shell_crack_77F3D0.data.s b/ver/us/asm/data/battle/move/shell_crack_77F3D0.data.s similarity index 100% rename from asm/data/battle/move/shell_crack_77F3D0.data.s rename to ver/us/asm/data/battle/move/shell_crack_77F3D0.data.s diff --git a/asm/data/battle/move/shrink_smash_77CC30.data.s b/ver/us/asm/data/battle/move/shrink_smash_77CC30.data.s similarity index 100% rename from asm/data/battle/move/shrink_smash_77CC30.data.s rename to ver/us/asm/data/battle/move/shrink_smash_77CC30.data.s diff --git a/asm/data/battle/move/shrink_stomp_783C90.data.s b/ver/us/asm/data/battle/move/shrink_stomp_783C90.data.s similarity index 100% rename from asm/data/battle/move/shrink_stomp_783C90.data.s rename to ver/us/asm/data/battle/move/shrink_stomp_783C90.data.s diff --git a/asm/data/battle/move/sleep_stomp_746F00.data.s b/ver/us/asm/data/battle/move/sleep_stomp_746F00.data.s similarity index 100% rename from asm/data/battle/move/sleep_stomp_746F00.data.s rename to ver/us/asm/data/battle/move/sleep_stomp_746F00.data.s diff --git a/asm/data/battle/move/spin_smash_737A20.data.s b/ver/us/asm/data/battle/move/spin_smash_737A20.data.s similarity index 100% rename from asm/data/battle/move/spin_smash_737A20.data.s rename to ver/us/asm/data/battle/move/spin_smash_737A20.data.s diff --git a/asm/data/battle/move/super_jump_76F420.data.s b/ver/us/asm/data/battle/move/super_jump_76F420.data.s similarity index 100% rename from asm/data/battle/move/super_jump_76F420.data.s rename to ver/us/asm/data/battle/move/super_jump_76F420.data.s diff --git a/asm/data/battle/move/super_smash_7751B0.data.s b/ver/us/asm/data/battle/move/super_smash_7751B0.data.s similarity index 100% rename from asm/data/battle/move/super_smash_7751B0.data.s rename to ver/us/asm/data/battle/move/super_smash_7751B0.data.s diff --git a/asm/data/battle/move/unknown_move_779E20.data.s b/ver/us/asm/data/battle/move/unknown_move_779E20.data.s similarity index 100% rename from asm/data/battle/move/unknown_move_779E20.data.s rename to ver/us/asm/data/battle/move/unknown_move_779E20.data.s diff --git a/asm/data/battle/partner/bombette_6FB350.data.s b/ver/us/asm/data/battle/partner/bombette_6FB350.data.s similarity index 100% rename from asm/data/battle/partner/bombette_6FB350.data.s rename to ver/us/asm/data/battle/partner/bombette_6FB350.data.s diff --git a/asm/data/battle/partner/bow_7111F0.data.s b/ver/us/asm/data/battle/partner/bow_7111F0.data.s similarity index 100% rename from asm/data/battle/partner/bow_7111F0.data.s rename to ver/us/asm/data/battle/partner/bow_7111F0.data.s diff --git a/asm/data/battle/partner/goombario_6F2290.data.s b/ver/us/asm/data/battle/partner/goombario_6F2290.data.s similarity index 100% rename from asm/data/battle/partner/goombario_6F2290.data.s rename to ver/us/asm/data/battle/partner/goombario_6F2290.data.s diff --git a/asm/data/battle/partner/goompa_6F0B30.data.s b/ver/us/asm/data/battle/partner/goompa_6F0B30.data.s similarity index 100% rename from asm/data/battle/partner/goompa_6F0B30.data.s rename to ver/us/asm/data/battle/partner/goompa_6F0B30.data.s diff --git a/asm/data/battle/partner/kooper_6F62B0.data.s b/ver/us/asm/data/battle/partner/kooper_6F62B0.data.s similarity index 100% rename from asm/data/battle/partner/kooper_6F62B0.data.s rename to ver/us/asm/data/battle/partner/kooper_6F62B0.data.s diff --git a/asm/data/battle/partner/lakilester_70DED0.data.s b/ver/us/asm/data/battle/partner/lakilester_70DED0.data.s similarity index 100% rename from asm/data/battle/partner/lakilester_70DED0.data.s rename to ver/us/asm/data/battle/partner/lakilester_70DED0.data.s diff --git a/asm/data/battle/partner/parakarry_701590.data.s b/ver/us/asm/data/battle/partner/parakarry_701590.data.s similarity index 100% rename from asm/data/battle/partner/parakarry_701590.data.s rename to ver/us/asm/data/battle/partner/parakarry_701590.data.s diff --git a/asm/data/battle/partner/sushie_708B70.data.s b/ver/us/asm/data/battle/partner/sushie_708B70.data.s similarity index 100% rename from asm/data/battle/partner/sushie_708B70.data.s rename to ver/us/asm/data/battle/partner/sushie_708B70.data.s diff --git a/asm/data/battle/partner/twink_714DC0.data.s b/ver/us/asm/data/battle/partner/twink_714DC0.data.s similarity index 100% rename from asm/data/battle/partner/twink_714DC0.data.s rename to ver/us/asm/data/battle/partner/twink_714DC0.data.s diff --git a/asm/data/battle/partner/watt_704A70.data.s b/ver/us/asm/data/battle/partner/watt_704A70.data.s similarity index 100% rename from asm/data/battle/partner/watt_704A70.data.s rename to ver/us/asm/data/battle/partner/watt_704A70.data.s diff --git a/asm/data/battle/star/chill_out_7909C0.data.s b/ver/us/asm/data/battle/star/chill_out_7909C0.data.s similarity index 100% rename from asm/data/battle/star/chill_out_7909C0.data.s rename to ver/us/asm/data/battle/star/chill_out_7909C0.data.s diff --git a/asm/data/battle/star/focus_78A480.data.s b/ver/us/asm/data/battle/star/focus_78A480.data.s similarity index 100% rename from asm/data/battle/star/focus_78A480.data.s rename to ver/us/asm/data/battle/star/focus_78A480.data.s diff --git a/asm/data/battle/star/lullaby_78D770.data.s b/ver/us/asm/data/battle/star/lullaby_78D770.data.s similarity index 100% rename from asm/data/battle/star/lullaby_78D770.data.s rename to ver/us/asm/data/battle/star/lullaby_78D770.data.s diff --git a/asm/data/battle/star/peach_beam_79ACA0.data.s b/ver/us/asm/data/battle/star/peach_beam_79ACA0.data.s similarity index 100% rename from asm/data/battle/star/peach_beam_79ACA0.data.s rename to ver/us/asm/data/battle/star/peach_beam_79ACA0.data.s diff --git a/asm/data/battle/star/peach_dash_79DE50.data.s b/ver/us/asm/data/battle/star/peach_dash_79DE50.data.s similarity index 100% rename from asm/data/battle/star/peach_dash_79DE50.data.s rename to ver/us/asm/data/battle/star/peach_dash_79DE50.data.s diff --git a/asm/data/battle/star/peach_focus_79C4D0.data.s b/ver/us/asm/data/battle/star/peach_focus_79C4D0.data.s similarity index 100% rename from asm/data/battle/star/peach_focus_79C4D0.data.s rename to ver/us/asm/data/battle/star/peach_focus_79C4D0.data.s diff --git a/asm/data/battle/star/refresh_78C070.data.s b/ver/us/asm/data/battle/star/refresh_78C070.data.s similarity index 100% rename from asm/data/battle/star/refresh_78C070.data.s rename to ver/us/asm/data/battle/star/refresh_78C070.data.s diff --git a/asm/data/battle/star/smooch_7923C0.data.s b/ver/us/asm/data/battle/star/smooch_7923C0.data.s similarity index 100% rename from asm/data/battle/star/smooch_7923C0.data.s rename to ver/us/asm/data/battle/star/smooch_7923C0.data.s diff --git a/asm/data/battle/star/star_beam_7984B0.data.s b/ver/us/asm/data/battle/star/star_beam_7984B0.data.s similarity index 100% rename from asm/data/battle/star/star_beam_7984B0.data.s rename to ver/us/asm/data/battle/star/star_beam_7984B0.data.s diff --git a/asm/data/battle/star/star_storm_78EEB0.data.s b/ver/us/asm/data/battle/star/star_storm_78EEB0.data.s similarity index 100% rename from asm/data/battle/star/star_storm_78EEB0.data.s rename to ver/us/asm/data/battle/star/star_storm_78EEB0.data.s diff --git a/asm/data/battle/star/time_out_794240.data.s b/ver/us/asm/data/battle/star/time_out_794240.data.s similarity index 100% rename from asm/data/battle/star/time_out_794240.data.s rename to ver/us/asm/data/battle/star/time_out_794240.data.s diff --git a/asm/data/battle/star/up_and_away_7959B0.data.s b/ver/us/asm/data/battle/star/up_and_away_7959B0.data.s similarity index 100% rename from asm/data/battle/star/up_and_away_7959B0.data.s rename to ver/us/asm/data/battle/star/up_and_away_7959B0.data.s diff --git a/asm/data/code_1000_len_60.data.s b/ver/us/asm/data/code_1000_len_60.data.s similarity index 100% rename from asm/data/code_1000_len_60.data.s rename to ver/us/asm/data/code_1000_len_60.data.s diff --git a/asm/data/code_102c80.rodata.s b/ver/us/asm/data/code_102c80.rodata.s similarity index 100% rename from asm/data/code_102c80.rodata.s rename to ver/us/asm/data/code_102c80.rodata.s diff --git a/asm/data/code_104940_len_dc0.rodata.s b/ver/us/asm/data/code_104940_len_dc0.rodata.s similarity index 100% rename from asm/data/code_104940_len_dc0.rodata.s rename to ver/us/asm/data/code_104940_len_dc0.rodata.s diff --git a/asm/data/code_1060_len_310.rodata.s b/ver/us/asm/data/code_1060_len_310.rodata.s similarity index 100% rename from asm/data/code_1060_len_310.rodata.s rename to ver/us/asm/data/code_1060_len_310.rodata.s diff --git a/asm/data/code_10B608.data.s b/ver/us/asm/data/code_10B608.data.s similarity index 100% rename from asm/data/code_10B608.data.s rename to ver/us/asm/data/code_10B608.data.s diff --git a/asm/data/code_1422A0.data.s b/ver/us/asm/data/code_1422A0.data.s similarity index 100% rename from asm/data/code_1422A0.data.s rename to ver/us/asm/data/code_1422A0.data.s diff --git a/asm/data/code_16A3E0.data.s b/ver/us/asm/data/code_16A3E0.data.s similarity index 100% rename from asm/data/code_16A3E0.data.s rename to ver/us/asm/data/code_16A3E0.data.s diff --git a/asm/data/code_16C7D0.rodata.s b/ver/us/asm/data/code_16C7D0.rodata.s similarity index 100% rename from asm/data/code_16C7D0.rodata.s rename to ver/us/asm/data/code_16C7D0.rodata.s diff --git a/asm/data/code_1AF2D0.data.s b/ver/us/asm/data/code_1AF2D0.data.s similarity index 100% rename from asm/data/code_1AF2D0.data.s rename to ver/us/asm/data/code_1AF2D0.data.s diff --git a/asm/data/code_1CB240.rodata.s b/ver/us/asm/data/code_1CB240.rodata.s similarity index 100% rename from asm/data/code_1CB240.rodata.s rename to ver/us/asm/data/code_1CB240.rodata.s diff --git a/asm/data/code_26840_len_20d0.data.s b/ver/us/asm/data/code_26840_len_20d0.data.s similarity index 100% rename from asm/data/code_26840_len_20d0.data.s rename to ver/us/asm/data/code_26840_len_20d0.data.s diff --git a/asm/data/code_31650.data.s b/ver/us/asm/data/code_31650.data.s similarity index 100% rename from asm/data/code_31650.data.s rename to ver/us/asm/data/code_31650.data.s diff --git a/asm/data/code_3195D0.data.s b/ver/us/asm/data/code_3195D0.data.s similarity index 100% rename from asm/data/code_3195D0.data.s rename to ver/us/asm/data/code_3195D0.data.s diff --git a/asm/data/code_31B000.data.s b/ver/us/asm/data/code_31B000.data.s similarity index 100% rename from asm/data/code_31B000.data.s rename to ver/us/asm/data/code_31B000.data.s diff --git a/asm/data/code_31B080.rodata.s b/ver/us/asm/data/code_31B080.rodata.s similarity index 100% rename from asm/data/code_31B080.rodata.s rename to ver/us/asm/data/code_31B080.rodata.s diff --git a/asm/data/code_31CB60.data.s b/ver/us/asm/data/code_31CB60.data.s similarity index 100% rename from asm/data/code_31CB60.data.s rename to ver/us/asm/data/code_31CB60.data.s diff --git a/asm/data/code_31CBE0.rodata.s b/ver/us/asm/data/code_31CBE0.rodata.s similarity index 100% rename from asm/data/code_31CBE0.rodata.s rename to ver/us/asm/data/code_31CBE0.rodata.s diff --git a/asm/data/code_31DDC0.data.s b/ver/us/asm/data/code_31DDC0.data.s similarity index 100% rename from asm/data/code_31DDC0.data.s rename to ver/us/asm/data/code_31DDC0.data.s diff --git a/asm/data/code_320B20.data.s b/ver/us/asm/data/code_320B20.data.s similarity index 100% rename from asm/data/code_320B20.data.s rename to ver/us/asm/data/code_320B20.data.s diff --git a/asm/data/code_320BC0.rodata.s b/ver/us/asm/data/code_320BC0.rodata.s similarity index 100% rename from asm/data/code_320BC0.rodata.s rename to ver/us/asm/data/code_320BC0.rodata.s diff --git a/asm/data/code_3239B0.data.s b/ver/us/asm/data/code_3239B0.data.s similarity index 100% rename from asm/data/code_3239B0.data.s rename to ver/us/asm/data/code_3239B0.data.s diff --git a/asm/data/code_324930.data.s b/ver/us/asm/data/code_324930.data.s similarity index 100% rename from asm/data/code_324930.data.s rename to ver/us/asm/data/code_324930.data.s diff --git a/asm/data/code_3249B0.rodata.s b/ver/us/asm/data/code_3249B0.rodata.s similarity index 100% rename from asm/data/code_3249B0.rodata.s rename to ver/us/asm/data/code_3249B0.rodata.s diff --git a/asm/data/code_421FC0.rodata.s b/ver/us/asm/data/code_421FC0.rodata.s similarity index 100% rename from asm/data/code_421FC0.rodata.s rename to ver/us/asm/data/code_421FC0.rodata.s diff --git a/asm/data/code_6240_len_c00.data.s b/ver/us/asm/data/code_6240_len_c00.data.s similarity index 100% rename from asm/data/code_6240_len_c00.data.s rename to ver/us/asm/data/code_6240_len_c00.data.s diff --git a/asm/data/code_6EAC0.data.s b/ver/us/asm/data/code_6EAC0.data.s similarity index 100% rename from asm/data/code_6EAC0.data.s rename to ver/us/asm/data/code_6EAC0.data.s diff --git a/asm/data/code_6F110.data.s b/ver/us/asm/data/code_6F110.data.s similarity index 100% rename from asm/data/code_6F110.data.s rename to ver/us/asm/data/code_6F110.data.s diff --git a/asm/data/code_71430.data.s b/ver/us/asm/data/code_71430.data.s similarity index 100% rename from asm/data/code_71430.data.s rename to ver/us/asm/data/code_71430.data.s diff --git a/asm/data/code_724570.data.s b/ver/us/asm/data/code_724570.data.s similarity index 100% rename from asm/data/code_724570.data.s rename to ver/us/asm/data/code_724570.data.s diff --git a/asm/data/code_73200.rodata.s b/ver/us/asm/data/code_73200.rodata.s similarity index 100% rename from asm/data/code_73200.rodata.s rename to ver/us/asm/data/code_73200.rodata.s diff --git a/asm/data/code_74EA0.rodata.s b/ver/us/asm/data/code_74EA0.rodata.s similarity index 100% rename from asm/data/code_74EA0.rodata.s rename to ver/us/asm/data/code_74EA0.rodata.s diff --git a/asm/data/code_917EC.data.s b/ver/us/asm/data/code_917EC.data.s similarity index 100% rename from asm/data/code_917EC.data.s rename to ver/us/asm/data/code_917EC.data.s diff --git a/asm/data/code_93FF0.data.s b/ver/us/asm/data/code_93FF0.data.s similarity index 100% rename from asm/data/code_93FF0.data.s rename to ver/us/asm/data/code_93FF0.data.s diff --git a/asm/data/code_9DA58.data.s b/ver/us/asm/data/code_9DA58.data.s similarity index 100% rename from asm/data/code_9DA58.data.s rename to ver/us/asm/data/code_9DA58.data.s diff --git a/asm/data/code_9DE60.data.s b/ver/us/asm/data/code_9DE60.data.s similarity index 100% rename from asm/data/code_9DE60.data.s rename to ver/us/asm/data/code_9DE60.data.s diff --git a/asm/data/code_A5100.rodata.s b/ver/us/asm/data/code_A5100.rodata.s similarity index 100% rename from asm/data/code_A5100.rodata.s rename to ver/us/asm/data/code_A5100.rodata.s diff --git a/asm/data/code_E5830.data.s b/ver/us/asm/data/code_E5830.data.s similarity index 100% rename from asm/data/code_E5830.data.s rename to ver/us/asm/data/code_E5830.data.s diff --git a/asm/data/code_E5E40.rodata.s b/ver/us/asm/data/code_E5E40.rodata.s similarity index 100% rename from asm/data/code_E5E40.rodata.s rename to ver/us/asm/data/code_E5E40.rodata.s diff --git a/asm/data/code_a5dd0_len_114e0.data.s b/ver/us/asm/data/code_a5dd0_len_114e0.data.s similarity index 100% rename from asm/data/code_a5dd0_len_114e0.data.s rename to ver/us/asm/data/code_a5dd0_len_114e0.data.s diff --git a/asm/data/code_fee30_len_2d60.data.s b/ver/us/asm/data/code_fee30_len_2d60.data.s similarity index 100% rename from asm/data/code_fee30_len_2d60.data.s rename to ver/us/asm/data/code_fee30_len_2d60.data.s diff --git a/asm/data/si.data.s b/ver/us/asm/data/si.data.s similarity index 100% rename from asm/data/si.data.s rename to ver/us/asm/data/si.data.s diff --git a/asm/data/si.rodata.s b/ver/us/asm/data/si.rodata.s similarity index 100% rename from asm/data/si.rodata.s rename to ver/us/asm/data/si.rodata.s diff --git a/asm/data/world/partner/goombario.rodata.s b/ver/us/asm/data/world/partner/goombario.rodata.s similarity index 100% rename from asm/data/world/partner/goombario.rodata.s rename to ver/us/asm/data/world/partner/goombario.rodata.s diff --git a/asm/data/world/partner/goompa.rodata.s b/ver/us/asm/data/world/partner/goompa.rodata.s similarity index 100% rename from asm/data/world/partner/goompa.rodata.s rename to ver/us/asm/data/world/partner/goompa.rodata.s diff --git a/asm/data/world/script_api/7E4D00.data.s b/ver/us/asm/data/world/script_api/7E4D00.data.s similarity index 100% rename from asm/data/world/script_api/7E4D00.data.s rename to ver/us/asm/data/world/script_api/7E4D00.data.s diff --git a/asm/entry_point.s b/ver/us/asm/entry_point.s similarity index 100% rename from asm/entry_point.s rename to ver/us/asm/entry_point.s diff --git a/asm/header.s b/ver/us/asm/header.s similarity index 100% rename from asm/header.s rename to ver/us/asm/header.s diff --git a/asm/nonmatchings/battle/area_arn/4FEA50/func_80218058_4FEAA8.s b/ver/us/asm/nonmatchings/battle/area_arn/4FEA50/func_80218058_4FEAA8.s similarity index 100% rename from asm/nonmatchings/battle/area_arn/4FEA50/func_80218058_4FEAA8.s rename to ver/us/asm/nonmatchings/battle/area_arn/4FEA50/func_80218058_4FEAA8.s diff --git a/asm/nonmatchings/battle/area_arn/4FEA50/func_802181E4_4FEC34.s b/ver/us/asm/nonmatchings/battle/area_arn/4FEA50/func_802181E4_4FEC34.s similarity index 100% rename from asm/nonmatchings/battle/area_arn/4FEA50/func_802181E4_4FEC34.s rename to ver/us/asm/nonmatchings/battle/area_arn/4FEA50/func_802181E4_4FEC34.s diff --git a/asm/nonmatchings/battle/area_arn/4FED30/func_80218338_4FED88.s b/ver/us/asm/nonmatchings/battle/area_arn/4FED30/func_80218338_4FED88.s similarity index 100% rename from asm/nonmatchings/battle/area_arn/4FED30/func_80218338_4FED88.s rename to ver/us/asm/nonmatchings/battle/area_arn/4FED30/func_80218338_4FED88.s diff --git a/asm/nonmatchings/battle/area_arn/4FED30/func_802184C4_4FEF14.s b/ver/us/asm/nonmatchings/battle/area_arn/4FED30/func_802184C4_4FEF14.s similarity index 100% rename from asm/nonmatchings/battle/area_arn/4FED30/func_802184C4_4FEF14.s rename to ver/us/asm/nonmatchings/battle/area_arn/4FED30/func_802184C4_4FEF14.s diff --git a/asm/nonmatchings/battle/area_arn/4FF0D0/func_80218680_4FF0D0.s b/ver/us/asm/nonmatchings/battle/area_arn/4FF0D0/func_80218680_4FF0D0.s similarity index 100% rename from asm/nonmatchings/battle/area_arn/4FF0D0/func_80218680_4FF0D0.s rename to ver/us/asm/nonmatchings/battle/area_arn/4FF0D0/func_80218680_4FF0D0.s diff --git a/asm/nonmatchings/battle/area_dig/6DE1F0/func_80218430_6DE1F0.s b/ver/us/asm/nonmatchings/battle/area_dig/6DE1F0/func_80218430_6DE1F0.s similarity index 100% rename from asm/nonmatchings/battle/area_dig/6DE1F0/func_80218430_6DE1F0.s rename to ver/us/asm/nonmatchings/battle/area_dig/6DE1F0/func_80218430_6DE1F0.s diff --git a/asm/nonmatchings/battle/area_dig/6DE1F0/func_80218580_6DE340.s b/ver/us/asm/nonmatchings/battle/area_dig/6DE1F0/func_80218580_6DE340.s similarity index 100% rename from asm/nonmatchings/battle/area_dig/6DE1F0/func_80218580_6DE340.s rename to ver/us/asm/nonmatchings/battle/area_dig/6DE1F0/func_80218580_6DE340.s diff --git a/asm/nonmatchings/battle/area_dig/6DE4A0/func_80218770_6DE530.s b/ver/us/asm/nonmatchings/battle/area_dig/6DE4A0/func_80218770_6DE530.s similarity index 100% rename from asm/nonmatchings/battle/area_dig/6DE4A0/func_80218770_6DE530.s rename to ver/us/asm/nonmatchings/battle/area_dig/6DE4A0/func_80218770_6DE530.s diff --git a/asm/nonmatchings/battle/area_flo/5B14B0/func_802180CC_5B157C.s b/ver/us/asm/nonmatchings/battle/area_flo/5B14B0/func_802180CC_5B157C.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B14B0/func_802180CC_5B157C.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B14B0/func_802180CC_5B157C.s diff --git a/asm/nonmatchings/battle/area_flo/5B16A0/func_8021844C_5B18FC.s b/ver/us/asm/nonmatchings/battle/area_flo/5B16A0/func_8021844C_5B18FC.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B16A0/func_8021844C_5B18FC.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B16A0/func_8021844C_5B18FC.s diff --git a/asm/nonmatchings/battle/area_flo/5B1A10/func_80218560_5B1A10.s b/ver/us/asm/nonmatchings/battle/area_flo/5B1A10/func_80218560_5B1A10.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B1A10/func_80218560_5B1A10.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B1A10/func_80218560_5B1A10.s diff --git a/asm/nonmatchings/battle/area_flo/5B1A10/func_80218808_5B1CB8.s b/ver/us/asm/nonmatchings/battle/area_flo/5B1A10/func_80218808_5B1CB8.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B1A10/func_80218808_5B1CB8.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B1A10/func_80218808_5B1CB8.s diff --git a/asm/nonmatchings/battle/area_flo/5B1D80/func_802188D0_5B1D80.s b/ver/us/asm/nonmatchings/battle/area_flo/5B1D80/func_802188D0_5B1D80.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B1D80/func_802188D0_5B1D80.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B1D80/func_802188D0_5B1D80.s diff --git a/asm/nonmatchings/battle/area_flo/5B1D80/func_80218B78_5B2028.s b/ver/us/asm/nonmatchings/battle/area_flo/5B1D80/func_80218B78_5B2028.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B1D80/func_80218B78_5B2028.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B1D80/func_80218B78_5B2028.s diff --git a/asm/nonmatchings/battle/area_flo/5B20F0/func_80218C40_5B20F0.s b/ver/us/asm/nonmatchings/battle/area_flo/5B20F0/func_80218C40_5B20F0.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B20F0/func_80218C40_5B20F0.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B20F0/func_80218C40_5B20F0.s diff --git a/asm/nonmatchings/battle/area_flo/5B20F0/func_80218EE8_5B2398.s b/ver/us/asm/nonmatchings/battle/area_flo/5B20F0/func_80218EE8_5B2398.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B20F0/func_80218EE8_5B2398.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B20F0/func_80218EE8_5B2398.s diff --git a/asm/nonmatchings/battle/area_flo/5B20F0/func_80218FAC_5B245C.s b/ver/us/asm/nonmatchings/battle/area_flo/5B20F0/func_80218FAC_5B245C.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B20F0/func_80218FAC_5B245C.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B20F0/func_80218FAC_5B245C.s diff --git a/asm/nonmatchings/battle/area_flo/5B20F0/func_8021900C_5B24BC.s b/ver/us/asm/nonmatchings/battle/area_flo/5B20F0/func_8021900C_5B24BC.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B20F0/func_8021900C_5B24BC.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B20F0/func_8021900C_5B24BC.s diff --git a/asm/nonmatchings/battle/area_flo/5B20F0/func_802190B0_5B2560.s b/ver/us/asm/nonmatchings/battle/area_flo/5B20F0/func_802190B0_5B2560.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B20F0/func_802190B0_5B2560.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B20F0/func_802190B0_5B2560.s diff --git a/asm/nonmatchings/battle/area_flo/5B20F0/func_80219358_5B2808.s b/ver/us/asm/nonmatchings/battle/area_flo/5B20F0/func_80219358_5B2808.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B20F0/func_80219358_5B2808.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B20F0/func_80219358_5B2808.s diff --git a/asm/nonmatchings/battle/area_flo/5B28D0/func_80219420_5B28D0.s b/ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_80219420_5B28D0.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B28D0/func_80219420_5B28D0.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_80219420_5B28D0.s diff --git a/asm/nonmatchings/battle/area_flo/5B28D0/func_802194E0_5B2990.s b/ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_802194E0_5B2990.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B28D0/func_802194E0_5B2990.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_802194E0_5B2990.s diff --git a/asm/nonmatchings/battle/area_flo/5B28D0/func_802195A0_5B2A50.s b/ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_802195A0_5B2A50.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B28D0/func_802195A0_5B2A50.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_802195A0_5B2A50.s diff --git a/asm/nonmatchings/battle/area_flo/5B28D0/func_80219660_5B2B10.s b/ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_80219660_5B2B10.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B28D0/func_80219660_5B2B10.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_80219660_5B2B10.s diff --git a/asm/nonmatchings/battle/area_flo/5B28D0/func_80219720_5B2BD0.s b/ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_80219720_5B2BD0.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B28D0/func_80219720_5B2BD0.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_80219720_5B2BD0.s diff --git a/asm/nonmatchings/battle/area_flo/5B28D0/func_802197E0_5B2C90.s b/ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_802197E0_5B2C90.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B28D0/func_802197E0_5B2C90.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_802197E0_5B2C90.s diff --git a/asm/nonmatchings/battle/area_flo/5B28D0/func_802198A0_5B2D50.s b/ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_802198A0_5B2D50.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B28D0/func_802198A0_5B2D50.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_802198A0_5B2D50.s diff --git a/asm/nonmatchings/battle/area_flo/5B28D0/func_80219C80_5B3130.s b/ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_80219C80_5B3130.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B28D0/func_80219C80_5B3130.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_80219C80_5B3130.s diff --git a/asm/nonmatchings/battle/area_flo/5B28D0/func_80219D40_5B31F0.s b/ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_80219D40_5B31F0.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B28D0/func_80219D40_5B31F0.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_80219D40_5B31F0.s diff --git a/asm/nonmatchings/battle/area_flo/5B28D0/func_80219E00_5B32B0.s b/ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_80219E00_5B32B0.s similarity index 100% rename from asm/nonmatchings/battle/area_flo/5B28D0/func_80219E00_5B32B0.s rename to ver/us/asm/nonmatchings/battle/area_flo/5B28D0/func_80219E00_5B32B0.s diff --git a/asm/nonmatchings/battle/area_flo2/5CE690/func_80218058_5CE6E8.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_80218058_5CE6E8.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CE690/func_80218058_5CE6E8.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_80218058_5CE6E8.s diff --git a/asm/nonmatchings/battle/area_flo2/5CE690/func_802182A4_5CE934.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_802182A4_5CE934.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CE690/func_802182A4_5CE934.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_802182A4_5CE934.s diff --git a/asm/nonmatchings/battle/area_flo2/5CE690/func_80218440_5CEAD0.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_80218440_5CEAD0.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CE690/func_80218440_5CEAD0.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_80218440_5CEAD0.s diff --git a/asm/nonmatchings/battle/area_flo2/5CE690/func_802185D4_5CEC64.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_802185D4_5CEC64.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CE690/func_802185D4_5CEC64.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_802185D4_5CEC64.s diff --git a/asm/nonmatchings/battle/area_flo2/5CE690/func_80218620_5CECB0.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_80218620_5CECB0.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CE690/func_80218620_5CECB0.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_80218620_5CECB0.s diff --git a/asm/nonmatchings/battle/area_flo2/5CE690/func_80218774_5CEE04.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_80218774_5CEE04.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CE690/func_80218774_5CEE04.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_80218774_5CEE04.s diff --git a/asm/nonmatchings/battle/area_flo2/5CE690/func_80218924_5CEFB4.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_80218924_5CEFB4.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CE690/func_80218924_5CEFB4.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_80218924_5CEFB4.s diff --git a/asm/nonmatchings/battle/area_flo2/5CE690/func_802189FC_5CF08C.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_802189FC_5CF08C.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CE690/func_802189FC_5CF08C.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_802189FC_5CF08C.s diff --git a/asm/nonmatchings/battle/area_flo2/5CE690/func_80218AA0_5CF130.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_80218AA0_5CF130.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CE690/func_80218AA0_5CF130.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_80218AA0_5CF130.s diff --git a/asm/nonmatchings/battle/area_flo2/5CE690/func_80218B60_5CF1F0.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_80218B60_5CF1F0.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CE690/func_80218B60_5CF1F0.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CE690/func_80218B60_5CF1F0.s diff --git a/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80218DD0_5CF460.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80218DD0_5CF460.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CF2D0/func_80218DD0_5CF460.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80218DD0_5CF460.s diff --git a/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80218E90_5CF520.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80218E90_5CF520.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CF2D0/func_80218E90_5CF520.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80218E90_5CF520.s diff --git a/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80218F50_5CF5E0.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80218F50_5CF5E0.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CF2D0/func_80218F50_5CF5E0.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80218F50_5CF5E0.s diff --git a/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219010_5CF6A0.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219010_5CF6A0.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219010_5CF6A0.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219010_5CF6A0.s diff --git a/asm/nonmatchings/battle/area_flo2/5CF2D0/func_802190D0_5CF760.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_802190D0_5CF760.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CF2D0/func_802190D0_5CF760.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_802190D0_5CF760.s diff --git a/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219190_5CF820.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219190_5CF820.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219190_5CF820.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219190_5CF820.s diff --git a/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219250_5CF8E0.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219250_5CF8E0.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219250_5CF8E0.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219250_5CF8E0.s diff --git a/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219630_5CFCC0.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219630_5CFCC0.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219630_5CFCC0.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_80219630_5CFCC0.s diff --git a/asm/nonmatchings/battle/area_flo2/5CF2D0/func_802196F0_5CFD80.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_802196F0_5CFD80.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CF2D0/func_802196F0_5CFD80.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_802196F0_5CFD80.s diff --git a/asm/nonmatchings/battle/area_flo2/5CF2D0/func_802197B0_5CFE40.s b/ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_802197B0_5CFE40.s similarity index 100% rename from asm/nonmatchings/battle/area_flo2/5CF2D0/func_802197B0_5CFE40.s rename to ver/us/asm/nonmatchings/battle/area_flo2/5CF2D0/func_802197B0_5CFE40.s diff --git a/asm/nonmatchings/battle/area_hos/47F0D0/func_80218020_47F0D0.s b/ver/us/asm/nonmatchings/battle/area_hos/47F0D0/func_80218020_47F0D0.s similarity index 100% rename from asm/nonmatchings/battle/area_hos/47F0D0/func_80218020_47F0D0.s rename to ver/us/asm/nonmatchings/battle/area_hos/47F0D0/func_80218020_47F0D0.s diff --git a/asm/nonmatchings/battle/area_hos/47F0D0/func_80218150_47F200.s b/ver/us/asm/nonmatchings/battle/area_hos/47F0D0/func_80218150_47F200.s similarity index 100% rename from asm/nonmatchings/battle/area_hos/47F0D0/func_80218150_47F200.s rename to ver/us/asm/nonmatchings/battle/area_hos/47F0D0/func_80218150_47F200.s diff --git a/asm/nonmatchings/battle/area_hos/47F0D0/func_802183F8_47F4A8.s b/ver/us/asm/nonmatchings/battle/area_hos/47F0D0/func_802183F8_47F4A8.s similarity index 100% rename from asm/nonmatchings/battle/area_hos/47F0D0/func_802183F8_47F4A8.s rename to ver/us/asm/nonmatchings/battle/area_hos/47F0D0/func_802183F8_47F4A8.s diff --git a/asm/nonmatchings/battle/area_hos/47F570/func_802184C0_47F570.s b/ver/us/asm/nonmatchings/battle/area_hos/47F570/func_802184C0_47F570.s similarity index 100% rename from asm/nonmatchings/battle/area_hos/47F570/func_802184C0_47F570.s rename to ver/us/asm/nonmatchings/battle/area_hos/47F570/func_802184C0_47F570.s diff --git a/asm/nonmatchings/battle/area_hos/47F570/func_802186B8_47F768.s b/ver/us/asm/nonmatchings/battle/area_hos/47F570/func_802186B8_47F768.s similarity index 100% rename from asm/nonmatchings/battle/area_hos/47F570/func_802186B8_47F768.s rename to ver/us/asm/nonmatchings/battle/area_hos/47F570/func_802186B8_47F768.s diff --git a/asm/nonmatchings/battle/area_hos/47F570/func_802189D0_47FA80.s b/ver/us/asm/nonmatchings/battle/area_hos/47F570/func_802189D0_47FA80.s similarity index 100% rename from asm/nonmatchings/battle/area_hos/47F570/func_802189D0_47FA80.s rename to ver/us/asm/nonmatchings/battle/area_hos/47F570/func_802189D0_47FA80.s diff --git a/asm/nonmatchings/battle/area_hos/47F570/func_80218CEC_47FD9C.s b/ver/us/asm/nonmatchings/battle/area_hos/47F570/func_80218CEC_47FD9C.s similarity index 100% rename from asm/nonmatchings/battle/area_hos/47F570/func_80218CEC_47FD9C.s rename to ver/us/asm/nonmatchings/battle/area_hos/47F570/func_80218CEC_47FD9C.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_80218270_4E29B0.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_80218270_4E29B0.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_80218270_4E29B0.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_80218270_4E29B0.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_802183C0_4E2B00.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_802183C0_4E2B00.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_802183C0_4E2B00.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_802183C0_4E2B00.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_80218458_4E2B98.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_80218458_4E2B98.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_80218458_4E2B98.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_80218458_4E2B98.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_802184CC_4E2C0C.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_802184CC_4E2C0C.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_802184CC_4E2C0C.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_802184CC_4E2C0C.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_802188B0_4E2FF0.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_802188B0_4E2FF0.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_802188B0_4E2FF0.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_802188B0_4E2FF0.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_80218944_4E3084.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_80218944_4E3084.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_80218944_4E3084.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E29B0/func_80218944_4E3084.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E30C0/func_80218980_4E30C0.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E30C0/func_80218980_4E30C0.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E30C0/func_80218980_4E30C0.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E30C0/func_80218980_4E30C0.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E30C0/func_80218A10_4E3150.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E30C0/func_80218A10_4E3150.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E30C0/func_80218A10_4E3150.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E30C0/func_80218A10_4E3150.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218A50_4E3190.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218A50_4E3190.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218A50_4E3190.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218A50_4E3190.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218A98_4E31D8.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218A98_4E31D8.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218A98_4E31D8.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218A98_4E31D8.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218AC0_4E3200.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218AC0_4E3200.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218AC0_4E3200.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218AC0_4E3200.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218B08_4E3248.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218B08_4E3248.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218B08_4E3248.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218B08_4E3248.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218B30_4E3270.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218B30_4E3270.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218B30_4E3270.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218B30_4E3270.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218B78_4E32B8.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218B78_4E32B8.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218B78_4E32B8.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218B78_4E32B8.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218BA0_4E32E0.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218BA0_4E32E0.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218BA0_4E32E0.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218BA0_4E32E0.s diff --git a/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218BE8_4E3328.s b/ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218BE8_4E3328.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218BE8_4E3328.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_1/4E3190/func_80218BE8_4E3328.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_80218000_4EF4A0.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_80218000_4EF4A0.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_80218000_4EF4A0.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_80218000_4EF4A0.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_80218150_4EF5F0.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_80218150_4EF5F0.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_80218150_4EF5F0.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_80218150_4EF5F0.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_802181E8_4EF688.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_802181E8_4EF688.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_802181E8_4EF688.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_802181E8_4EF688.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_8021825C_4EF6FC.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_8021825C_4EF6FC.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_8021825C_4EF6FC.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_8021825C_4EF6FC.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_8021866C_4EFB0C.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_8021866C_4EFB0C.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_8021866C_4EFB0C.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_8021866C_4EFB0C.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_8021875C_4EFBFC.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_8021875C_4EFBFC.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_8021875C_4EFBFC.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EF4A0/func_8021875C_4EFBFC.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EFCF0/func_80218850_4EFCF0.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFCF0/func_80218850_4EFCF0.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EFCF0/func_80218850_4EFCF0.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFCF0/func_80218850_4EFCF0.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EFCF0/func_802188E4_4EFD84.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFCF0/func_802188E4_4EFD84.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EFCF0/func_802188E4_4EFD84.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFCF0/func_802188E4_4EFD84.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EFDC0/func_80218920_4EFDC0.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFDC0/func_80218920_4EFDC0.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EFDC0/func_80218920_4EFDC0.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFDC0/func_80218920_4EFDC0.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EFDC0/func_802189B0_4EFE50.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFDC0/func_802189B0_4EFE50.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EFDC0/func_802189B0_4EFE50.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFDC0/func_802189B0_4EFE50.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_802189F0_4EFE90.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_802189F0_4EFE90.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_802189F0_4EFE90.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_802189F0_4EFE90.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218A38_4EFED8.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218A38_4EFED8.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218A38_4EFED8.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218A38_4EFED8.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218A60_4EFF00.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218A60_4EFF00.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218A60_4EFF00.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218A60_4EFF00.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218AA8_4EFF48.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218AA8_4EFF48.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218AA8_4EFF48.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218AA8_4EFF48.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218AD0_4EFF70.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218AD0_4EFF70.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218AD0_4EFF70.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218AD0_4EFF70.s diff --git a/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218B18_4EFFB8.s b/ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218B18_4EFFB8.s similarity index 100% rename from asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218B18_4EFFB8.s rename to ver/us/asm/nonmatchings/battle/area_isk_part_2/4EFE90/func_80218B18_4EFFB8.s diff --git a/asm/nonmatchings/battle/area_iwa/4D01F0/func_80218000_4D01F0.s b/ver/us/asm/nonmatchings/battle/area_iwa/4D01F0/func_80218000_4D01F0.s similarity index 100% rename from asm/nonmatchings/battle/area_iwa/4D01F0/func_80218000_4D01F0.s rename to ver/us/asm/nonmatchings/battle/area_iwa/4D01F0/func_80218000_4D01F0.s diff --git a/asm/nonmatchings/battle/area_jan/573C30/func_802183DC_573CFC.s b/ver/us/asm/nonmatchings/battle/area_jan/573C30/func_802183DC_573CFC.s similarity index 100% rename from asm/nonmatchings/battle/area_jan/573C30/func_802183DC_573CFC.s rename to ver/us/asm/nonmatchings/battle/area_jan/573C30/func_802183DC_573CFC.s diff --git a/asm/nonmatchings/battle/area_jan2/584940/func_802180CC_584A0C.s b/ver/us/asm/nonmatchings/battle/area_jan2/584940/func_802180CC_584A0C.s similarity index 100% rename from asm/nonmatchings/battle/area_jan2/584940/func_802180CC_584A0C.s rename to ver/us/asm/nonmatchings/battle/area_jan2/584940/func_802180CC_584A0C.s diff --git a/asm/nonmatchings/battle/area_jan2/584B90/func_80218250_584B90.s b/ver/us/asm/nonmatchings/battle/area_jan2/584B90/func_80218250_584B90.s similarity index 100% rename from asm/nonmatchings/battle/area_jan2/584B90/func_80218250_584B90.s rename to ver/us/asm/nonmatchings/battle/area_jan2/584B90/func_80218250_584B90.s diff --git a/asm/nonmatchings/battle/area_jan2/584B90/func_802184F8_584E38.s b/ver/us/asm/nonmatchings/battle/area_jan2/584B90/func_802184F8_584E38.s similarity index 100% rename from asm/nonmatchings/battle/area_jan2/584B90/func_802184F8_584E38.s rename to ver/us/asm/nonmatchings/battle/area_jan2/584B90/func_802184F8_584E38.s diff --git a/asm/nonmatchings/battle/area_jan2/584B90/func_802185BC_584EFC.s b/ver/us/asm/nonmatchings/battle/area_jan2/584B90/func_802185BC_584EFC.s similarity index 100% rename from asm/nonmatchings/battle/area_jan2/584B90/func_802185BC_584EFC.s rename to ver/us/asm/nonmatchings/battle/area_jan2/584B90/func_802185BC_584EFC.s diff --git a/asm/nonmatchings/battle/area_jan2/584B90/func_8021861C_584F5C.s b/ver/us/asm/nonmatchings/battle/area_jan2/584B90/func_8021861C_584F5C.s similarity index 100% rename from asm/nonmatchings/battle/area_jan2/584B90/func_8021861C_584F5C.s rename to ver/us/asm/nonmatchings/battle/area_jan2/584B90/func_8021861C_584F5C.s diff --git a/asm/nonmatchings/battle/area_kgr/56E2A0/func_802180CC_56E36C.s b/ver/us/asm/nonmatchings/battle/area_kgr/56E2A0/func_802180CC_56E36C.s similarity index 100% rename from asm/nonmatchings/battle/area_kgr/56E2A0/func_802180CC_56E36C.s rename to ver/us/asm/nonmatchings/battle/area_kgr/56E2A0/func_802180CC_56E36C.s diff --git a/asm/nonmatchings/battle/area_kgr/56E2A0/func_802182E4_56E584.s b/ver/us/asm/nonmatchings/battle/area_kgr/56E2A0/func_802182E4_56E584.s similarity index 100% rename from asm/nonmatchings/battle/area_kgr/56E2A0/func_802182E4_56E584.s rename to ver/us/asm/nonmatchings/battle/area_kgr/56E2A0/func_802182E4_56E584.s diff --git a/asm/nonmatchings/battle/area_kgr/56E2A0/func_802184F8_56E798.s b/ver/us/asm/nonmatchings/battle/area_kgr/56E2A0/func_802184F8_56E798.s similarity index 100% rename from asm/nonmatchings/battle/area_kgr/56E2A0/func_802184F8_56E798.s rename to ver/us/asm/nonmatchings/battle/area_kgr/56E2A0/func_802184F8_56E798.s diff --git a/asm/nonmatchings/battle/area_kgr/56E800/func_80218560_56E800.s b/ver/us/asm/nonmatchings/battle/area_kgr/56E800/func_80218560_56E800.s similarity index 100% rename from asm/nonmatchings/battle/area_kgr/56E800/func_80218560_56E800.s rename to ver/us/asm/nonmatchings/battle/area_kgr/56E800/func_80218560_56E800.s diff --git a/asm/nonmatchings/battle/area_kkj/6DBDA0/func_80218000_6DBDA0.s b/ver/us/asm/nonmatchings/battle/area_kkj/6DBDA0/func_80218000_6DBDA0.s similarity index 100% rename from asm/nonmatchings/battle/area_kkj/6DBDA0/func_80218000_6DBDA0.s rename to ver/us/asm/nonmatchings/battle/area_kkj/6DBDA0/func_80218000_6DBDA0.s diff --git a/asm/nonmatchings/battle/area_kkj/6DBDA0/func_802180B8_6DBE58.s b/ver/us/asm/nonmatchings/battle/area_kkj/6DBDA0/func_802180B8_6DBE58.s similarity index 100% rename from asm/nonmatchings/battle/area_kkj/6DBDA0/func_802180B8_6DBE58.s rename to ver/us/asm/nonmatchings/battle/area_kkj/6DBDA0/func_802180B8_6DBE58.s diff --git a/asm/nonmatchings/battle/area_kkj/6DBDA0/func_80218220_6DBFC0.s b/ver/us/asm/nonmatchings/battle/area_kkj/6DBDA0/func_80218220_6DBFC0.s similarity index 100% rename from asm/nonmatchings/battle/area_kkj/6DBDA0/func_80218220_6DBFC0.s rename to ver/us/asm/nonmatchings/battle/area_kkj/6DBDA0/func_80218220_6DBFC0.s diff --git a/asm/nonmatchings/battle/area_kkj/6DBDA0/func_8021833C_6DC0DC.s b/ver/us/asm/nonmatchings/battle/area_kkj/6DBDA0/func_8021833C_6DC0DC.s similarity index 100% rename from asm/nonmatchings/battle/area_kkj/6DBDA0/func_8021833C_6DC0DC.s rename to ver/us/asm/nonmatchings/battle/area_kkj/6DBDA0/func_8021833C_6DC0DC.s diff --git a/asm/nonmatchings/battle/area_kkj/6DBDA0/func_802183EC_6DC18C.s b/ver/us/asm/nonmatchings/battle/area_kkj/6DBDA0/func_802183EC_6DC18C.s similarity index 100% rename from asm/nonmatchings/battle/area_kkj/6DBDA0/func_802183EC_6DC18C.s rename to ver/us/asm/nonmatchings/battle/area_kkj/6DBDA0/func_802183EC_6DC18C.s diff --git a/asm/nonmatchings/battle/area_kkj/6DBDA0/func_8021849C_6DC23C.s b/ver/us/asm/nonmatchings/battle/area_kkj/6DBDA0/func_8021849C_6DC23C.s similarity index 100% rename from asm/nonmatchings/battle/area_kkj/6DBDA0/func_8021849C_6DC23C.s rename to ver/us/asm/nonmatchings/battle/area_kkj/6DBDA0/func_8021849C_6DC23C.s diff --git a/asm/nonmatchings/battle/area_kkj/6DC2F0/func_80218550_6DC2F0.s b/ver/us/asm/nonmatchings/battle/area_kkj/6DC2F0/func_80218550_6DC2F0.s similarity index 100% rename from asm/nonmatchings/battle/area_kkj/6DC2F0/func_80218550_6DC2F0.s rename to ver/us/asm/nonmatchings/battle/area_kkj/6DC2F0/func_80218550_6DC2F0.s diff --git a/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_80218000_4309A0.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_80218000_4309A0.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_80218000_4309A0.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_80218000_4309A0.s diff --git a/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_8021818C_430B2C.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_8021818C_430B2C.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_8021818C_430B2C.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_8021818C_430B2C.s diff --git a/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_80218280_430C20.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_80218280_430C20.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_80218280_430C20.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_80218280_430C20.s diff --git a/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_8021840C_430DAC.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_8021840C_430DAC.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_8021840C_430DAC.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_8021840C_430DAC.s diff --git a/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_80218558_430EF8.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_80218558_430EF8.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_80218558_430EF8.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_80218558_430EF8.s diff --git a/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_802186E4_431084.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_802186E4_431084.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_802186E4_431084.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_1/4309A0/func_802186E4_431084.s diff --git a/asm/nonmatchings/battle/area_kmr_part_1/431180/func_802187E0_431180.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_1/431180/func_802187E0_431180.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_1/431180/func_802187E0_431180.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_1/431180/func_802187E0_431180.s diff --git a/asm/nonmatchings/battle/area_kmr_part_1/4313F0/func_80218A50_4313F0.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_1/4313F0/func_80218A50_4313F0.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_1/4313F0/func_80218A50_4313F0.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_1/4313F0/func_80218A50_4313F0.s diff --git a/asm/nonmatchings/battle/area_kmr_part_1/431660/func_80218CC0_431660.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_1/431660/func_80218CC0_431660.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_1/431660/func_80218CC0_431660.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_1/431660/func_80218CC0_431660.s diff --git a/asm/nonmatchings/battle/area_kmr_part_1/4318D0/func_80218F30_4318D0.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_1/4318D0/func_80218F30_4318D0.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_1/4318D0/func_80218F30_4318D0.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_1/4318D0/func_80218F30_4318D0.s diff --git a/asm/nonmatchings/battle/area_kmr_part_1/4318D0/func_80219198_431B38.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_1/4318D0/func_80219198_431B38.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_1/4318D0/func_80219198_431B38.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_1/4318D0/func_80219198_431B38.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218000_439A90.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218000_439A90.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218000_439A90.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218000_439A90.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021818C_439C1C.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021818C_439C1C.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021818C_439C1C.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021818C_439C1C.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218280_439D10.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218280_439D10.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218280_439D10.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218280_439D10.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021840C_439E9C.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021840C_439E9C.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021840C_439E9C.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021840C_439E9C.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218500_439F90.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218500_439F90.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218500_439F90.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218500_439F90.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021868C_43A11C.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021868C_43A11C.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021868C_43A11C.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021868C_43A11C.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218780_43A210.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218780_43A210.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218780_43A210.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218780_43A210.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_802187B0_43A240.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_802187B0_43A240.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/439A90/func_802187B0_43A240.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_802187B0_43A240.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021893C_43A3CC.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021893C_43A3CC.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021893C_43A3CC.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_8021893C_43A3CC.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218A30_43A4C0.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218A30_43A4C0.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218A30_43A4C0.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218A30_43A4C0.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218A60_43A4F0.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218A60_43A4F0.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218A60_43A4F0.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/439A90/func_80218A60_43A4F0.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/43A7E0/func_80218D50_43A7E0.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/43A7E0/func_80218D50_43A7E0.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/43A7E0/func_80218D50_43A7E0.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/43A7E0/func_80218D50_43A7E0.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/43AA50/func_80218FC0_43AA50.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/43AA50/func_80218FC0_43AA50.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/43AA50/func_80218FC0_43AA50.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/43AA50/func_80218FC0_43AA50.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/43ACC0/func_80219230_43ACC0.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/43ACC0/func_80219230_43ACC0.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/43ACC0/func_80219230_43ACC0.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/43ACC0/func_80219230_43ACC0.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/43AF30/func_802194A0_43AF30.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/43AF30/func_802194A0_43AF30.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/43AF30/func_802194A0_43AF30.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/43AF30/func_802194A0_43AF30.s diff --git a/asm/nonmatchings/battle/area_kmr_part_2/43AF30/func_80219708_43B198.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_2/43AF30/func_80219708_43B198.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_2/43AF30/func_80219708_43B198.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_2/43AF30/func_80219708_43B198.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/447440/func_80218000_447440.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/447440/func_80218000_447440.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/447440/func_80218000_447440.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/447440/func_80218000_447440.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/447440/func_8021818C_4475CC.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/447440/func_8021818C_4475CC.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/447440/func_8021818C_4475CC.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/447440/func_8021818C_4475CC.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/447440/func_802182D8_447718.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/447440/func_802182D8_447718.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/447440/func_802182D8_447718.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/447440/func_802182D8_447718.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/447440/func_80218464_4478A4.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/447440/func_80218464_4478A4.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/447440/func_80218464_4478A4.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/447440/func_80218464_4478A4.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/4479A0/func_802185B8_4479F8.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/4479A0/func_802185B8_4479F8.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/4479A0/func_802185B8_4479F8.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/4479A0/func_802185B8_4479F8.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/4479A0/func_80218744_447B84.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/4479A0/func_80218744_447B84.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/4479A0/func_80218744_447B84.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/4479A0/func_80218744_447B84.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_802189DC_447E1C.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_802189DC_447E1C.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/447D50/func_802189DC_447E1C.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_802189DC_447E1C.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218AA4_447EE4.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218AA4_447EE4.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218AA4_447EE4.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218AA4_447EE4.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218B9C_447FDC.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218B9C_447FDC.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218B9C_447FDC.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218B9C_447FDC.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218D28_448168.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218D28_448168.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218D28_448168.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218D28_448168.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218E1C_44825C.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218E1C_44825C.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218E1C_44825C.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218E1C_44825C.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218F60_4483A0.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218F60_4483A0.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218F60_4483A0.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218F60_4483A0.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218FA4_4483E4.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218FA4_4483E4.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218FA4_4483E4.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/447D50/func_80218FA4_4483E4.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/448420/func_80218FE0_448420.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/448420/func_80218FE0_448420.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/448420/func_80218FE0_448420.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/448420/func_80218FE0_448420.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/448690/func_80219250_448690.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/448690/func_80219250_448690.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/448690/func_80219250_448690.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/448690/func_80219250_448690.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/448900/func_802194C0_448900.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/448900/func_802194C0_448900.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/448900/func_802194C0_448900.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/448900/func_802194C0_448900.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/448B70/func_80219730_448B70.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/448B70/func_80219730_448B70.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/448B70/func_80219730_448B70.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/448B70/func_80219730_448B70.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/448B70/func_80219998_448DD8.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/448B70/func_80219998_448DD8.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/448B70/func_80219998_448DD8.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/448B70/func_80219998_448DD8.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/448E20/func_802199E0_448E20.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/448E20/func_802199E0_448E20.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/448E20/func_802199E0_448E20.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/448E20/func_802199E0_448E20.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219A40_448E80.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219A40_448E80.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219A40_448E80.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219A40_448E80.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219C38_449078.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219C38_449078.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219C38_449078.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219C38_449078.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219C5C_44909C.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219C5C_44909C.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219C5C_44909C.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219C5C_44909C.s diff --git a/asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219D60_4491A0.s b/ver/us/asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219D60_4491A0.s similarity index 100% rename from asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219D60_4491A0.s rename to ver/us/asm/nonmatchings/battle/area_kmr_part_3/448E80/func_80219D60_4491A0.s diff --git a/asm/nonmatchings/battle/area_kpa/684C30/func_80218200_684C30.s b/ver/us/asm/nonmatchings/battle/area_kpa/684C30/func_80218200_684C30.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa/684C30/func_80218200_684C30.s rename to ver/us/asm/nonmatchings/battle/area_kpa/684C30/func_80218200_684C30.s diff --git a/asm/nonmatchings/battle/area_kpa/684C30/func_80218638_685068.s b/ver/us/asm/nonmatchings/battle/area_kpa/684C30/func_80218638_685068.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa/684C30/func_80218638_685068.s rename to ver/us/asm/nonmatchings/battle/area_kpa/684C30/func_80218638_685068.s diff --git a/asm/nonmatchings/battle/area_kpa/685130/func_80218700_685130.s b/ver/us/asm/nonmatchings/battle/area_kpa/685130/func_80218700_685130.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa/685130/func_80218700_685130.s rename to ver/us/asm/nonmatchings/battle/area_kpa/685130/func_80218700_685130.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F200/func_80218098_69F298.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F200/func_80218098_69F298.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F200/func_80218098_69F298.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F200/func_80218098_69F298.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_80218178_69F378.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80218178_69F378.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_80218178_69F378.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80218178_69F378.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_802181E4_69F3E4.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_802181E4_69F3E4.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_802181E4_69F3E4.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_802181E4_69F3E4.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_80218620_69F820.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80218620_69F820.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_80218620_69F820.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80218620_69F820.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_802186A0_69F8A0.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_802186A0_69F8A0.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_802186A0_69F8A0.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_802186A0_69F8A0.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_802186D0_69F8D0.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_802186D0_69F8D0.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_802186D0_69F8D0.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_802186D0_69F8D0.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_80218AA4_69FCA4.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80218AA4_69FCA4.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_80218AA4_69FCA4.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80218AA4_69FCA4.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_80218F58_6A0158.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80218F58_6A0158.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_80218F58_6A0158.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80218F58_6A0158.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_80219394_6A0594.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219394_6A0594.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_80219394_6A0594.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219394_6A0594.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_80219414_6A0614.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219414_6A0614.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_80219414_6A0614.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219414_6A0614.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_80219444_6A0644.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219444_6A0644.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_80219444_6A0644.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219444_6A0644.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_80219818_6A0A18.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219818_6A0A18.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_80219818_6A0A18.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219818_6A0A18.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_80219C74_6A0E74.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219C74_6A0E74.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_80219C74_6A0E74.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219C74_6A0E74.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_80219CD4_6A0ED4.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219CD4_6A0ED4.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_80219CD4_6A0ED4.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219CD4_6A0ED4.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_80219D44_6A0F44.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219D44_6A0F44.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_80219D44_6A0F44.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219D44_6A0F44.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_80219FFC_6A11FC.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219FFC_6A11FC.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_80219FFC_6A11FC.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_80219FFC_6A11FC.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A1B8_6A13B8.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A1B8_6A13B8.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_8021A1B8_6A13B8.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A1B8_6A13B8.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A254_6A1454.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A254_6A1454.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_8021A254_6A1454.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A254_6A1454.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A318_6A1518.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A318_6A1518.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_8021A318_6A1518.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A318_6A1518.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A754_6A1954.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A754_6A1954.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_8021A754_6A1954.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A754_6A1954.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A7D4_6A19D4.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A7D4_6A19D4.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_8021A7D4_6A19D4.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A7D4_6A19D4.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A804_6A1A04.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A804_6A1A04.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_8021A804_6A1A04.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021A804_6A1A04.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_8021ABD8_6A1DD8.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021ABD8_6A1DD8.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_8021ABD8_6A1DD8.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021ABD8_6A1DD8.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B02C_6A222C.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B02C_6A222C.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_8021B02C_6A222C.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B02C_6A222C.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B08C_6A228C.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B08C_6A228C.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_8021B08C_6A228C.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B08C_6A228C.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B0FC_6A22FC.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B0FC_6A22FC.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_8021B0FC_6A22FC.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B0FC_6A22FC.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B3B4_6A25B4.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B3B4_6A25B4.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_8021B3B4_6A25B4.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B3B4_6A25B4.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B570_6A2770.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B570_6A2770.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_8021B570_6A2770.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B570_6A2770.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B60C_6A280C.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B60C_6A280C.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_8021B60C_6A280C.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B60C_6A280C.s diff --git a/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B678_6A2878.s b/ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B678_6A2878.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/69F320/func_8021B678_6A2878.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/69F320/func_8021B678_6A2878.s diff --git a/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021B9A8_6A2BA8.s b/ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021B9A8_6A2BA8.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021B9A8_6A2BA8.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021B9A8_6A2BA8.s diff --git a/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021BC60_6A2E60.s b/ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021BC60_6A2E60.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021BC60_6A2E60.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021BC60_6A2E60.s diff --git a/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C09C_6A329C.s b/ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C09C_6A329C.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C09C_6A329C.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C09C_6A329C.s diff --git a/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C11C_6A331C.s b/ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C11C_6A331C.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C11C_6A331C.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C11C_6A331C.s diff --git a/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C14C_6A334C.s b/ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C14C_6A334C.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C14C_6A334C.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C14C_6A334C.s diff --git a/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C520_6A3720.s b/ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C520_6A3720.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C520_6A3720.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C520_6A3720.s diff --git a/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C974_6A3B74.s b/ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C974_6A3B74.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C974_6A3B74.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C974_6A3B74.s diff --git a/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C9D4_6A3BD4.s b/ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C9D4_6A3BD4.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C9D4_6A3BD4.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021C9D4_6A3BD4.s diff --git a/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CA44_6A3C44.s b/ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CA44_6A3C44.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CA44_6A3C44.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CA44_6A3C44.s diff --git a/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CC5C_6A3E5C.s b/ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CC5C_6A3E5C.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CC5C_6A3E5C.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CC5C_6A3E5C.s diff --git a/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CCFC_6A3EFC.s b/ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CCFC_6A3EFC.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CCFC_6A3EFC.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CCFC_6A3EFC.s diff --git a/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CEB8_6A40B8.s b/ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CEB8_6A40B8.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CEB8_6A40B8.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CEB8_6A40B8.s diff --git a/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CF54_6A4154.s b/ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CF54_6A4154.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CF54_6A4154.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CF54_6A4154.s diff --git a/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CFC0_6A41C0.s b/ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CFC0_6A41C0.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CFC0_6A41C0.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021CFC0_6A41C0.s diff --git a/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021D290_6A4490.s b/ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021D290_6A4490.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021D290_6A4490.s rename to ver/us/asm/nonmatchings/battle/area_kpa2/6A2B50/func_8021D290_6A4490.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_802180D0_6BBC60.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_802180D0_6BBC60.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_802180D0_6BBC60.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_802180D0_6BBC60.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218960_6BC4F0.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218960_6BC4F0.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218960_6BC4F0.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218960_6BC4F0.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218AB4_6BC644.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218AB4_6BC644.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218AB4_6BC644.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218AB4_6BC644.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218B60_6BC6F0.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218B60_6BC6F0.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218B60_6BC6F0.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218B60_6BC6F0.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218BC4_6BC754.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218BC4_6BC754.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218BC4_6BC754.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218BC4_6BC754.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218BFC_6BC78C.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218BFC_6BC78C.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218BFC_6BC78C.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218BFC_6BC78C.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218D10_6BC8A0.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218D10_6BC8A0.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218D10_6BC8A0.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218D10_6BC8A0.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218E34_6BC9C4.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218E34_6BC9C4.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218E34_6BC9C4.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218E34_6BC9C4.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218F58_6BCAE8.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218F58_6BCAE8.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218F58_6BCAE8.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80218F58_6BCAE8.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_802193D4_6BCF64.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_802193D4_6BCF64.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_802193D4_6BCF64.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_802193D4_6BCF64.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219428_6BCFB8.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219428_6BCFB8.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219428_6BCFB8.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219428_6BCFB8.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219474_6BD004.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219474_6BD004.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219474_6BD004.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219474_6BD004.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_802194C0_6BD050.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_802194C0_6BD050.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_802194C0_6BD050.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_802194C0_6BD050.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_8021950C_6BD09C.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_8021950C_6BD09C.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_8021950C_6BD09C.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_8021950C_6BD09C.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219550_6BD0E0.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219550_6BD0E0.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219550_6BD0E0.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219550_6BD0E0.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219588_6BD118.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219588_6BD118.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219588_6BD118.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_80219588_6BD118.s diff --git a/asm/nonmatchings/battle/area_kpa3/6BBC60/func_802195F4_6BD184.s b/ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_802195F4_6BD184.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa3/6BBC60/func_802195F4_6BD184.s rename to ver/us/asm/nonmatchings/battle/area_kpa3/6BBC60/func_802195F4_6BD184.s diff --git a/asm/nonmatchings/battle/area_kpa4/6CC070/func_80218000_6CC070.s b/ver/us/asm/nonmatchings/battle/area_kpa4/6CC070/func_80218000_6CC070.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa4/6CC070/func_80218000_6CC070.s rename to ver/us/asm/nonmatchings/battle/area_kpa4/6CC070/func_80218000_6CC070.s diff --git a/asm/nonmatchings/battle/area_kpa4/6CC1C0/func_80218150_6CC1C0.s b/ver/us/asm/nonmatchings/battle/area_kpa4/6CC1C0/func_80218150_6CC1C0.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa4/6CC1C0/func_80218150_6CC1C0.s rename to ver/us/asm/nonmatchings/battle/area_kpa4/6CC1C0/func_80218150_6CC1C0.s diff --git a/asm/nonmatchings/battle/area_kpa4/6CC1C0/func_80218588_6CC5F8.s b/ver/us/asm/nonmatchings/battle/area_kpa4/6CC1C0/func_80218588_6CC5F8.s similarity index 100% rename from asm/nonmatchings/battle/area_kpa4/6CC1C0/func_80218588_6CC5F8.s rename to ver/us/asm/nonmatchings/battle/area_kpa4/6CC1C0/func_80218588_6CC5F8.s diff --git a/asm/nonmatchings/battle/area_kzn/58C2F0/func_80218000_58C2F0.s b/ver/us/asm/nonmatchings/battle/area_kzn/58C2F0/func_80218000_58C2F0.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn/58C2F0/func_80218000_58C2F0.s rename to ver/us/asm/nonmatchings/battle/area_kzn/58C2F0/func_80218000_58C2F0.s diff --git a/asm/nonmatchings/battle/area_kzn/58C2F0/func_802181FC_58C4EC.s b/ver/us/asm/nonmatchings/battle/area_kzn/58C2F0/func_802181FC_58C4EC.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn/58C2F0/func_802181FC_58C4EC.s rename to ver/us/asm/nonmatchings/battle/area_kzn/58C2F0/func_802181FC_58C4EC.s diff --git a/asm/nonmatchings/battle/area_kzn/58C740/func_8021851C_58C80C.s b/ver/us/asm/nonmatchings/battle/area_kzn/58C740/func_8021851C_58C80C.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn/58C740/func_8021851C_58C80C.s rename to ver/us/asm/nonmatchings/battle/area_kzn/58C740/func_8021851C_58C80C.s diff --git a/asm/nonmatchings/battle/area_kzn/58C920/func_80218630_58C920.s b/ver/us/asm/nonmatchings/battle/area_kzn/58C920/func_80218630_58C920.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn/58C920/func_80218630_58C920.s rename to ver/us/asm/nonmatchings/battle/area_kzn/58C920/func_80218630_58C920.s diff --git a/asm/nonmatchings/battle/area_kzn/58C920/func_802188D8_58CBC8.s b/ver/us/asm/nonmatchings/battle/area_kzn/58C920/func_802188D8_58CBC8.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn/58C920/func_802188D8_58CBC8.s rename to ver/us/asm/nonmatchings/battle/area_kzn/58C920/func_802188D8_58CBC8.s diff --git a/asm/nonmatchings/battle/area_kzn/58CC90/func_802189A0_58CC90.s b/ver/us/asm/nonmatchings/battle/area_kzn/58CC90/func_802189A0_58CC90.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn/58CC90/func_802189A0_58CC90.s rename to ver/us/asm/nonmatchings/battle/area_kzn/58CC90/func_802189A0_58CC90.s diff --git a/asm/nonmatchings/battle/area_kzn/58CC90/func_80218C48_58CF38.s b/ver/us/asm/nonmatchings/battle/area_kzn/58CC90/func_80218C48_58CF38.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn/58CC90/func_80218C48_58CF38.s rename to ver/us/asm/nonmatchings/battle/area_kzn/58CC90/func_80218C48_58CF38.s diff --git a/asm/nonmatchings/battle/area_kzn/58CC90/func_80218D0C_58CFFC.s b/ver/us/asm/nonmatchings/battle/area_kzn/58CC90/func_80218D0C_58CFFC.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn/58CC90/func_80218D0C_58CFFC.s rename to ver/us/asm/nonmatchings/battle/area_kzn/58CC90/func_80218D0C_58CFFC.s diff --git a/asm/nonmatchings/battle/area_kzn/58CC90/func_80218D6C_58D05C.s b/ver/us/asm/nonmatchings/battle/area_kzn/58CC90/func_80218D6C_58D05C.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn/58CC90/func_80218D6C_58D05C.s rename to ver/us/asm/nonmatchings/battle/area_kzn/58CC90/func_80218D6C_58D05C.s diff --git a/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218058_59E738.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218058_59E738.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218058_59E738.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218058_59E738.s diff --git a/asm/nonmatchings/battle/area_kzn2/59E6E0/func_8021812C_59E80C.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_8021812C_59E80C.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59E6E0/func_8021812C_59E80C.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_8021812C_59E80C.s diff --git a/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218224_59E904.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218224_59E904.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218224_59E904.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218224_59E904.s diff --git a/asm/nonmatchings/battle/area_kzn2/59E6E0/func_802182E4_59E9C4.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_802182E4_59E9C4.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59E6E0/func_802182E4_59E9C4.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_802182E4_59E9C4.s diff --git a/asm/nonmatchings/battle/area_kzn2/59E6E0/func_8021835C_59EA3C.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_8021835C_59EA3C.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59E6E0/func_8021835C_59EA3C.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_8021835C_59EA3C.s diff --git a/asm/nonmatchings/battle/area_kzn2/59E6E0/func_802188B0_59EF90.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_802188B0_59EF90.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59E6E0/func_802188B0_59EF90.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_802188B0_59EF90.s diff --git a/asm/nonmatchings/battle/area_kzn2/59E6E0/func_802188EC_59EFCC.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_802188EC_59EFCC.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59E6E0/func_802188EC_59EFCC.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_802188EC_59EFCC.s diff --git a/asm/nonmatchings/battle/area_kzn2/59E6E0/func_802188FC_59EFDC.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_802188FC_59EFDC.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59E6E0/func_802188FC_59EFDC.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_802188FC_59EFDC.s diff --git a/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218930_59F010.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218930_59F010.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218930_59F010.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218930_59F010.s diff --git a/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218A98_59F178.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218A98_59F178.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218A98_59F178.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218A98_59F178.s diff --git a/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218B38_59F218.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218B38_59F218.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218B38_59F218.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218B38_59F218.s diff --git a/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218B90_59F270.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218B90_59F270.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218B90_59F270.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218B90_59F270.s diff --git a/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218BE8_59F2C8.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218BE8_59F2C8.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218BE8_59F2C8.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59E6E0/func_80218BE8_59F2C8.s diff --git a/asm/nonmatchings/battle/area_kzn2/59F420/func_80218D40_59F420.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59F420/func_80218D40_59F420.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59F420/func_80218D40_59F420.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59F420/func_80218D40_59F420.s diff --git a/asm/nonmatchings/battle/area_kzn2/59F420/func_80218D90_59F470.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59F420/func_80218D90_59F470.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59F420/func_80218D90_59F470.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59F420/func_80218D90_59F470.s diff --git a/asm/nonmatchings/battle/area_kzn2/59F4D0/func_80218DF0_59F4D0.s b/ver/us/asm/nonmatchings/battle/area_kzn2/59F4D0/func_80218DF0_59F4D0.s similarity index 100% rename from asm/nonmatchings/battle/area_kzn2/59F4D0/func_80218DF0_59F4D0.s rename to ver/us/asm/nonmatchings/battle/area_kzn2/59F4D0/func_80218DF0_59F4D0.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_802180D0_464560.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_802180D0_464560.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_802180D0_464560.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_802180D0_464560.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_80218100_464590.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218100_464590.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_80218100_464590.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218100_464590.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_80218300_464790.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218300_464790.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_80218300_464790.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218300_464790.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_80218B90_465020.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218B90_465020.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_80218B90_465020.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218B90_465020.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_80218CE4_465174.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218CE4_465174.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_80218CE4_465174.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218CE4_465174.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_80218D90_465220.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218D90_465220.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_80218D90_465220.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218D90_465220.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_80218DF4_465284.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218DF4_465284.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_80218DF4_465284.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218DF4_465284.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_80218E2C_4652BC.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218E2C_4652BC.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_80218E2C_4652BC.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218E2C_4652BC.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_80218F40_4653D0.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218F40_4653D0.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_80218F40_4653D0.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_80218F40_4653D0.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_80219064_4654F4.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_80219064_4654F4.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_80219064_4654F4.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_80219064_4654F4.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_80219188_465618.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_80219188_465618.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_80219188_465618.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_80219188_465618.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_80219604_465A94.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_80219604_465A94.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_80219604_465A94.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_80219604_465A94.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_80219658_465AE8.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_80219658_465AE8.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_80219658_465AE8.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_80219658_465AE8.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_802196A4_465B34.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_802196A4_465B34.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_802196A4_465B34.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_802196A4_465B34.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_802196F0_465B80.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_802196F0_465B80.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_802196F0_465B80.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_802196F0_465B80.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_8021973C_465BCC.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_8021973C_465BCC.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_8021973C_465BCC.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_8021973C_465BCC.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_80219780_465C10.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_80219780_465C10.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_80219780_465C10.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_80219780_465C10.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_802197B8_465C48.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_802197B8_465C48.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_802197B8_465C48.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_802197B8_465C48.s diff --git a/asm/nonmatchings/battle/area_mac/464560/func_80219824_465CB4.s b/ver/us/asm/nonmatchings/battle/area_mac/464560/func_80219824_465CB4.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/464560/func_80219824_465CB4.s rename to ver/us/asm/nonmatchings/battle/area_mac/464560/func_80219824_465CB4.s diff --git a/asm/nonmatchings/battle/area_mac/465D90/func_80219900_465D90.s b/ver/us/asm/nonmatchings/battle/area_mac/465D90/func_80219900_465D90.s similarity index 100% rename from asm/nonmatchings/battle/area_mac/465D90/func_80219900_465D90.s rename to ver/us/asm/nonmatchings/battle/area_mac/465D90/func_80219900_465D90.s diff --git a/asm/nonmatchings/battle/area_mim/4F7D50/func_8021823C_4F7E1C.s b/ver/us/asm/nonmatchings/battle/area_mim/4F7D50/func_8021823C_4F7E1C.s similarity index 100% rename from asm/nonmatchings/battle/area_mim/4F7D50/func_8021823C_4F7E1C.s rename to ver/us/asm/nonmatchings/battle/area_mim/4F7D50/func_8021823C_4F7E1C.s diff --git a/asm/nonmatchings/battle/area_mim/4F7F40/func_80218360_4F7F40.s b/ver/us/asm/nonmatchings/battle/area_mim/4F7F40/func_80218360_4F7F40.s similarity index 100% rename from asm/nonmatchings/battle/area_mim/4F7F40/func_80218360_4F7F40.s rename to ver/us/asm/nonmatchings/battle/area_mim/4F7F40/func_80218360_4F7F40.s diff --git a/asm/nonmatchings/battle/area_nok/48D1A0/func_80218000_48D1A0.s b/ver/us/asm/nonmatchings/battle/area_nok/48D1A0/func_80218000_48D1A0.s similarity index 100% rename from asm/nonmatchings/battle/area_nok/48D1A0/func_80218000_48D1A0.s rename to ver/us/asm/nonmatchings/battle/area_nok/48D1A0/func_80218000_48D1A0.s diff --git a/asm/nonmatchings/battle/area_nok/48D1A0/func_8021818C_48D32C.s b/ver/us/asm/nonmatchings/battle/area_nok/48D1A0/func_8021818C_48D32C.s similarity index 100% rename from asm/nonmatchings/battle/area_nok/48D1A0/func_8021818C_48D32C.s rename to ver/us/asm/nonmatchings/battle/area_nok/48D1A0/func_8021818C_48D32C.s diff --git a/asm/nonmatchings/battle/area_nok/48D1A0/func_802182D8_48D478.s b/ver/us/asm/nonmatchings/battle/area_nok/48D1A0/func_802182D8_48D478.s similarity index 100% rename from asm/nonmatchings/battle/area_nok/48D1A0/func_802182D8_48D478.s rename to ver/us/asm/nonmatchings/battle/area_nok/48D1A0/func_802182D8_48D478.s diff --git a/asm/nonmatchings/battle/area_nok/48D1A0/func_80218464_48D604.s b/ver/us/asm/nonmatchings/battle/area_nok/48D1A0/func_80218464_48D604.s similarity index 100% rename from asm/nonmatchings/battle/area_nok/48D1A0/func_80218464_48D604.s rename to ver/us/asm/nonmatchings/battle/area_nok/48D1A0/func_80218464_48D604.s diff --git a/asm/nonmatchings/battle/area_nok/48D700/func_80218560_48D700.s b/ver/us/asm/nonmatchings/battle/area_nok/48D700/func_80218560_48D700.s similarity index 100% rename from asm/nonmatchings/battle/area_nok/48D700/func_80218560_48D700.s rename to ver/us/asm/nonmatchings/battle/area_nok/48D700/func_80218560_48D700.s diff --git a/asm/nonmatchings/battle/area_nok/48D700/func_802186EC_48D88C.s b/ver/us/asm/nonmatchings/battle/area_nok/48D700/func_802186EC_48D88C.s similarity index 100% rename from asm/nonmatchings/battle/area_nok/48D700/func_802186EC_48D88C.s rename to ver/us/asm/nonmatchings/battle/area_nok/48D700/func_802186EC_48D88C.s diff --git a/asm/nonmatchings/battle/area_nok/48DCF0/func_80218C74_48DE14.s b/ver/us/asm/nonmatchings/battle/area_nok/48DCF0/func_80218C74_48DE14.s similarity index 100% rename from asm/nonmatchings/battle/area_nok/48DCF0/func_80218C74_48DE14.s rename to ver/us/asm/nonmatchings/battle/area_nok/48DCF0/func_80218C74_48DE14.s diff --git a/asm/nonmatchings/battle/area_nok/48DCF0/func_80218DF8_48DF98.s b/ver/us/asm/nonmatchings/battle/area_nok/48DCF0/func_80218DF8_48DF98.s similarity index 100% rename from asm/nonmatchings/battle/area_nok/48DCF0/func_80218DF8_48DF98.s rename to ver/us/asm/nonmatchings/battle/area_nok/48DCF0/func_80218DF8_48DF98.s diff --git a/asm/nonmatchings/battle/area_omo/512AB0/func_802185AC_512B7C.s b/ver/us/asm/nonmatchings/battle/area_omo/512AB0/func_802185AC_512B7C.s similarity index 100% rename from asm/nonmatchings/battle/area_omo/512AB0/func_802185AC_512B7C.s rename to ver/us/asm/nonmatchings/battle/area_omo/512AB0/func_802185AC_512B7C.s diff --git a/asm/nonmatchings/battle/area_omo/512C90/func_8021878C_512D5C.s b/ver/us/asm/nonmatchings/battle/area_omo/512C90/func_8021878C_512D5C.s similarity index 100% rename from asm/nonmatchings/battle/area_omo/512C90/func_8021878C_512D5C.s rename to ver/us/asm/nonmatchings/battle/area_omo/512C90/func_8021878C_512D5C.s diff --git a/asm/nonmatchings/battle/area_omo/512E50/func_80218880_512E50.s b/ver/us/asm/nonmatchings/battle/area_omo/512E50/func_80218880_512E50.s similarity index 100% rename from asm/nonmatchings/battle/area_omo/512E50/func_80218880_512E50.s rename to ver/us/asm/nonmatchings/battle/area_omo/512E50/func_80218880_512E50.s diff --git a/asm/nonmatchings/battle/area_omo/512E50/func_80218B38_513108.s b/ver/us/asm/nonmatchings/battle/area_omo/512E50/func_80218B38_513108.s similarity index 100% rename from asm/nonmatchings/battle/area_omo/512E50/func_80218B38_513108.s rename to ver/us/asm/nonmatchings/battle/area_omo/512E50/func_80218B38_513108.s diff --git a/asm/nonmatchings/battle/area_omo/512E50/func_80218CF4_5132C4.s b/ver/us/asm/nonmatchings/battle/area_omo/512E50/func_80218CF4_5132C4.s similarity index 100% rename from asm/nonmatchings/battle/area_omo/512E50/func_80218CF4_5132C4.s rename to ver/us/asm/nonmatchings/battle/area_omo/512E50/func_80218CF4_5132C4.s diff --git a/asm/nonmatchings/battle/area_omo/513580/func_80218FB0_513580.s b/ver/us/asm/nonmatchings/battle/area_omo/513580/func_80218FB0_513580.s similarity index 100% rename from asm/nonmatchings/battle/area_omo/513580/func_80218FB0_513580.s rename to ver/us/asm/nonmatchings/battle/area_omo/513580/func_80218FB0_513580.s diff --git a/asm/nonmatchings/battle/area_omo2/52B6A0/func_80218098_52B738.s b/ver/us/asm/nonmatchings/battle/area_omo2/52B6A0/func_80218098_52B738.s similarity index 100% rename from asm/nonmatchings/battle/area_omo2/52B6A0/func_80218098_52B738.s rename to ver/us/asm/nonmatchings/battle/area_omo2/52B6A0/func_80218098_52B738.s diff --git a/asm/nonmatchings/battle/area_omo2/52B7C0/func_80218120_52B7C0.s b/ver/us/asm/nonmatchings/battle/area_omo2/52B7C0/func_80218120_52B7C0.s similarity index 100% rename from asm/nonmatchings/battle/area_omo2/52B7C0/func_80218120_52B7C0.s rename to ver/us/asm/nonmatchings/battle/area_omo2/52B7C0/func_80218120_52B7C0.s diff --git a/asm/nonmatchings/battle/area_omo2/52B7C0/func_802181F4_52B894.s b/ver/us/asm/nonmatchings/battle/area_omo2/52B7C0/func_802181F4_52B894.s similarity index 100% rename from asm/nonmatchings/battle/area_omo2/52B7C0/func_802181F4_52B894.s rename to ver/us/asm/nonmatchings/battle/area_omo2/52B7C0/func_802181F4_52B894.s diff --git a/asm/nonmatchings/battle/area_omo2/52B7C0/func_80218250_52B8F0.s b/ver/us/asm/nonmatchings/battle/area_omo2/52B7C0/func_80218250_52B8F0.s similarity index 100% rename from asm/nonmatchings/battle/area_omo2/52B7C0/func_80218250_52B8F0.s rename to ver/us/asm/nonmatchings/battle/area_omo2/52B7C0/func_80218250_52B8F0.s diff --git a/asm/nonmatchings/battle/area_omo2_1/543570/func_80231000_543570.s b/ver/us/asm/nonmatchings/battle/area_omo2_1/543570/func_80231000_543570.s similarity index 100% rename from asm/nonmatchings/battle/area_omo2_1/543570/func_80231000_543570.s rename to ver/us/asm/nonmatchings/battle/area_omo2_1/543570/func_80231000_543570.s diff --git a/asm/nonmatchings/battle/area_omo2_2/5483E0/func_8023102C_54840C.s b/ver/us/asm/nonmatchings/battle/area_omo2_2/5483E0/func_8023102C_54840C.s similarity index 100% rename from asm/nonmatchings/battle/area_omo2_2/5483E0/func_8023102C_54840C.s rename to ver/us/asm/nonmatchings/battle/area_omo2_2/5483E0/func_8023102C_54840C.s diff --git a/asm/nonmatchings/battle/area_omo2_3/54CC70/func_80231000_54CC70.s b/ver/us/asm/nonmatchings/battle/area_omo2_3/54CC70/func_80231000_54CC70.s similarity index 100% rename from asm/nonmatchings/battle/area_omo2_3/54CC70/func_80231000_54CC70.s rename to ver/us/asm/nonmatchings/battle/area_omo2_3/54CC70/func_80231000_54CC70.s diff --git a/asm/nonmatchings/battle/area_omo3/5573E0/func_80218000_5573E0.s b/ver/us/asm/nonmatchings/battle/area_omo3/5573E0/func_80218000_5573E0.s similarity index 100% rename from asm/nonmatchings/battle/area_omo3/5573E0/func_80218000_5573E0.s rename to ver/us/asm/nonmatchings/battle/area_omo3/5573E0/func_80218000_5573E0.s diff --git a/asm/nonmatchings/battle/area_omo3/5573E0/func_80218038_557418.s b/ver/us/asm/nonmatchings/battle/area_omo3/5573E0/func_80218038_557418.s similarity index 100% rename from asm/nonmatchings/battle/area_omo3/5573E0/func_80218038_557418.s rename to ver/us/asm/nonmatchings/battle/area_omo3/5573E0/func_80218038_557418.s diff --git a/asm/nonmatchings/battle/area_omo3/5573E0/func_80218070_557450.s b/ver/us/asm/nonmatchings/battle/area_omo3/5573E0/func_80218070_557450.s similarity index 100% rename from asm/nonmatchings/battle/area_omo3/5573E0/func_80218070_557450.s rename to ver/us/asm/nonmatchings/battle/area_omo3/5573E0/func_80218070_557450.s diff --git a/asm/nonmatchings/battle/area_omo3/5573E0/func_80218490_557870.s b/ver/us/asm/nonmatchings/battle/area_omo3/5573E0/func_80218490_557870.s similarity index 100% rename from asm/nonmatchings/battle/area_omo3/5573E0/func_80218490_557870.s rename to ver/us/asm/nonmatchings/battle/area_omo3/5573E0/func_80218490_557870.s diff --git a/asm/nonmatchings/battle/area_omo3/557AD0/func_802186F0_557AD0.s b/ver/us/asm/nonmatchings/battle/area_omo3/557AD0/func_802186F0_557AD0.s similarity index 100% rename from asm/nonmatchings/battle/area_omo3/557AD0/func_802186F0_557AD0.s rename to ver/us/asm/nonmatchings/battle/area_omo3/557AD0/func_802186F0_557AD0.s diff --git a/asm/nonmatchings/battle/area_omo3/557AD0/func_8021887C_557C5C.s b/ver/us/asm/nonmatchings/battle/area_omo3/557AD0/func_8021887C_557C5C.s similarity index 100% rename from asm/nonmatchings/battle/area_omo3/557AD0/func_8021887C_557C5C.s rename to ver/us/asm/nonmatchings/battle/area_omo3/557AD0/func_8021887C_557C5C.s diff --git a/asm/nonmatchings/battle/area_pra/649050/func_80218240_649050.s b/ver/us/asm/nonmatchings/battle/area_pra/649050/func_80218240_649050.s similarity index 100% rename from asm/nonmatchings/battle/area_pra/649050/func_80218240_649050.s rename to ver/us/asm/nonmatchings/battle/area_pra/649050/func_80218240_649050.s diff --git a/asm/nonmatchings/battle/area_pra/649050/func_80218300_649110.s b/ver/us/asm/nonmatchings/battle/area_pra/649050/func_80218300_649110.s similarity index 100% rename from asm/nonmatchings/battle/area_pra/649050/func_80218300_649110.s rename to ver/us/asm/nonmatchings/battle/area_pra/649050/func_80218300_649110.s diff --git a/asm/nonmatchings/battle/area_pra/649050/func_802185A8_6493B8.s b/ver/us/asm/nonmatchings/battle/area_pra/649050/func_802185A8_6493B8.s similarity index 100% rename from asm/nonmatchings/battle/area_pra/649050/func_802185A8_6493B8.s rename to ver/us/asm/nonmatchings/battle/area_pra/649050/func_802185A8_6493B8.s diff --git a/asm/nonmatchings/battle/area_pra/649480/func_80218670_649480.s b/ver/us/asm/nonmatchings/battle/area_pra/649480/func_80218670_649480.s similarity index 100% rename from asm/nonmatchings/battle/area_pra/649480/func_80218670_649480.s rename to ver/us/asm/nonmatchings/battle/area_pra/649480/func_80218670_649480.s diff --git a/asm/nonmatchings/battle/area_pra/649480/func_80218918_649728.s b/ver/us/asm/nonmatchings/battle/area_pra/649480/func_80218918_649728.s similarity index 100% rename from asm/nonmatchings/battle/area_pra/649480/func_80218918_649728.s rename to ver/us/asm/nonmatchings/battle/area_pra/649480/func_80218918_649728.s diff --git a/asm/nonmatchings/battle/area_pra/6497F0/func_802189E0_6497F0.s b/ver/us/asm/nonmatchings/battle/area_pra/6497F0/func_802189E0_6497F0.s similarity index 100% rename from asm/nonmatchings/battle/area_pra/6497F0/func_802189E0_6497F0.s rename to ver/us/asm/nonmatchings/battle/area_pra/6497F0/func_802189E0_6497F0.s diff --git a/asm/nonmatchings/battle/area_pra/6497F0/func_80218C88_649A98.s b/ver/us/asm/nonmatchings/battle/area_pra/6497F0/func_80218C88_649A98.s similarity index 100% rename from asm/nonmatchings/battle/area_pra/6497F0/func_80218C88_649A98.s rename to ver/us/asm/nonmatchings/battle/area_pra/6497F0/func_80218C88_649A98.s diff --git a/asm/nonmatchings/battle/area_pra/649B60/func_80218D50_649B60.s b/ver/us/asm/nonmatchings/battle/area_pra/649B60/func_80218D50_649B60.s similarity index 100% rename from asm/nonmatchings/battle/area_pra/649B60/func_80218D50_649B60.s rename to ver/us/asm/nonmatchings/battle/area_pra/649B60/func_80218D50_649B60.s diff --git a/asm/nonmatchings/battle/area_pra/649B60/func_80218FF8_649E08.s b/ver/us/asm/nonmatchings/battle/area_pra/649B60/func_80218FF8_649E08.s similarity index 100% rename from asm/nonmatchings/battle/area_pra/649B60/func_80218FF8_649E08.s rename to ver/us/asm/nonmatchings/battle/area_pra/649B60/func_80218FF8_649E08.s diff --git a/asm/nonmatchings/battle/area_pra/649ED0/func_802190C0_649ED0.s b/ver/us/asm/nonmatchings/battle/area_pra/649ED0/func_802190C0_649ED0.s similarity index 100% rename from asm/nonmatchings/battle/area_pra/649ED0/func_802190C0_649ED0.s rename to ver/us/asm/nonmatchings/battle/area_pra/649ED0/func_802190C0_649ED0.s diff --git a/asm/nonmatchings/battle/area_pra/649ED0/func_80219368_64A178.s b/ver/us/asm/nonmatchings/battle/area_pra/649ED0/func_80219368_64A178.s similarity index 100% rename from asm/nonmatchings/battle/area_pra/649ED0/func_80219368_64A178.s rename to ver/us/asm/nonmatchings/battle/area_pra/649ED0/func_80219368_64A178.s diff --git a/asm/nonmatchings/battle/area_pra/649ED0/func_8021942C_64A23C.s b/ver/us/asm/nonmatchings/battle/area_pra/649ED0/func_8021942C_64A23C.s similarity index 100% rename from asm/nonmatchings/battle/area_pra/649ED0/func_8021942C_64A23C.s rename to ver/us/asm/nonmatchings/battle/area_pra/649ED0/func_8021942C_64A23C.s diff --git a/asm/nonmatchings/battle/area_pra/649ED0/func_8021948C_64A29C.s b/ver/us/asm/nonmatchings/battle/area_pra/649ED0/func_8021948C_64A29C.s similarity index 100% rename from asm/nonmatchings/battle/area_pra/649ED0/func_8021948C_64A29C.s rename to ver/us/asm/nonmatchings/battle/area_pra/649ED0/func_8021948C_64A29C.s diff --git a/asm/nonmatchings/battle/area_pra2/660750/func_802181E8_660938.s b/ver/us/asm/nonmatchings/battle/area_pra2/660750/func_802181E8_660938.s similarity index 100% rename from asm/nonmatchings/battle/area_pra2/660750/func_802181E8_660938.s rename to ver/us/asm/nonmatchings/battle/area_pra2/660750/func_802181E8_660938.s diff --git a/asm/nonmatchings/battle/area_pra2/660750/func_80218280_6609D0.s b/ver/us/asm/nonmatchings/battle/area_pra2/660750/func_80218280_6609D0.s similarity index 100% rename from asm/nonmatchings/battle/area_pra2/660750/func_80218280_6609D0.s rename to ver/us/asm/nonmatchings/battle/area_pra2/660750/func_80218280_6609D0.s diff --git a/asm/nonmatchings/battle/area_pra2/660750/func_802182E4_660A34.s b/ver/us/asm/nonmatchings/battle/area_pra2/660750/func_802182E4_660A34.s similarity index 100% rename from asm/nonmatchings/battle/area_pra2/660750/func_802182E4_660A34.s rename to ver/us/asm/nonmatchings/battle/area_pra2/660750/func_802182E4_660A34.s diff --git a/asm/nonmatchings/battle/area_pra2/660750/func_80218344_660A94.s b/ver/us/asm/nonmatchings/battle/area_pra2/660750/func_80218344_660A94.s similarity index 100% rename from asm/nonmatchings/battle/area_pra2/660750/func_80218344_660A94.s rename to ver/us/asm/nonmatchings/battle/area_pra2/660750/func_80218344_660A94.s diff --git a/asm/nonmatchings/battle/area_pra2/660750/func_802183A4_660AF4.s b/ver/us/asm/nonmatchings/battle/area_pra2/660750/func_802183A4_660AF4.s similarity index 100% rename from asm/nonmatchings/battle/area_pra2/660750/func_802183A4_660AF4.s rename to ver/us/asm/nonmatchings/battle/area_pra2/660750/func_802183A4_660AF4.s diff --git a/asm/nonmatchings/battle/area_pra2/660750/func_8021848C_660BDC.s b/ver/us/asm/nonmatchings/battle/area_pra2/660750/func_8021848C_660BDC.s similarity index 100% rename from asm/nonmatchings/battle/area_pra2/660750/func_8021848C_660BDC.s rename to ver/us/asm/nonmatchings/battle/area_pra2/660750/func_8021848C_660BDC.s diff --git a/asm/nonmatchings/battle/area_pra2/660D20/func_802185D0_660D20.s b/ver/us/asm/nonmatchings/battle/area_pra2/660D20/func_802185D0_660D20.s similarity index 100% rename from asm/nonmatchings/battle/area_pra2/660D20/func_802185D0_660D20.s rename to ver/us/asm/nonmatchings/battle/area_pra2/660D20/func_802185D0_660D20.s diff --git a/asm/nonmatchings/battle/area_pra2/660E10/func_802186C0_660E10.s b/ver/us/asm/nonmatchings/battle/area_pra2/660E10/func_802186C0_660E10.s similarity index 100% rename from asm/nonmatchings/battle/area_pra2/660E10/func_802186C0_660E10.s rename to ver/us/asm/nonmatchings/battle/area_pra2/660E10/func_802186C0_660E10.s diff --git a/asm/nonmatchings/battle/area_pra2/660E10/func_802188B8_661008.s b/ver/us/asm/nonmatchings/battle/area_pra2/660E10/func_802188B8_661008.s similarity index 100% rename from asm/nonmatchings/battle/area_pra2/660E10/func_802188B8_661008.s rename to ver/us/asm/nonmatchings/battle/area_pra2/660E10/func_802188B8_661008.s diff --git a/asm/nonmatchings/battle/area_pra2/660E10/func_802188DC_66102C.s b/ver/us/asm/nonmatchings/battle/area_pra2/660E10/func_802188DC_66102C.s similarity index 100% rename from asm/nonmatchings/battle/area_pra2/660E10/func_802188DC_66102C.s rename to ver/us/asm/nonmatchings/battle/area_pra2/660E10/func_802188DC_66102C.s diff --git a/asm/nonmatchings/battle/area_pra2/660E10/func_802189E0_661130.s b/ver/us/asm/nonmatchings/battle/area_pra2/660E10/func_802189E0_661130.s similarity index 100% rename from asm/nonmatchings/battle/area_pra2/660E10/func_802189E0_661130.s rename to ver/us/asm/nonmatchings/battle/area_pra2/660E10/func_802189E0_661130.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_80218000_669D80.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218000_669D80.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_80218000_669D80.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218000_669D80.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_80218890_66A610.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218890_66A610.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_80218890_66A610.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218890_66A610.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_802189E4_66A764.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_802189E4_66A764.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_802189E4_66A764.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_802189E4_66A764.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_80218A90_66A810.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218A90_66A810.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_80218A90_66A810.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218A90_66A810.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_80218AF4_66A874.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218AF4_66A874.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_80218AF4_66A874.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218AF4_66A874.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_80218B2C_66A8AC.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218B2C_66A8AC.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_80218B2C_66A8AC.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218B2C_66A8AC.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_80218C40_66A9C0.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218C40_66A9C0.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_80218C40_66A9C0.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218C40_66A9C0.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_80218D64_66AAE4.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218D64_66AAE4.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_80218D64_66AAE4.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218D64_66AAE4.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_80218E88_66AC08.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218E88_66AC08.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_80218E88_66AC08.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80218E88_66AC08.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_80219304_66B084.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80219304_66B084.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_80219304_66B084.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80219304_66B084.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_80219358_66B0D8.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80219358_66B0D8.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_80219358_66B0D8.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80219358_66B0D8.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_802193A4_66B124.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_802193A4_66B124.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_802193A4_66B124.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_802193A4_66B124.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_802193F0_66B170.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_802193F0_66B170.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_802193F0_66B170.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_802193F0_66B170.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_8021943C_66B1BC.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_8021943C_66B1BC.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_8021943C_66B1BC.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_8021943C_66B1BC.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_80219480_66B200.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80219480_66B200.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_80219480_66B200.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80219480_66B200.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_802194B8_66B238.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_802194B8_66B238.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_802194B8_66B238.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_802194B8_66B238.s diff --git a/asm/nonmatchings/battle/area_pra3/669D80/func_80219524_66B2A4.s b/ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80219524_66B2A4.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/669D80/func_80219524_66B2A4.s rename to ver/us/asm/nonmatchings/battle/area_pra3/669D80/func_80219524_66B2A4.s diff --git a/asm/nonmatchings/battle/area_pra3/66B5B0/func_80219830_66B5B0.s b/ver/us/asm/nonmatchings/battle/area_pra3/66B5B0/func_80219830_66B5B0.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/66B5B0/func_80219830_66B5B0.s rename to ver/us/asm/nonmatchings/battle/area_pra3/66B5B0/func_80219830_66B5B0.s diff --git a/asm/nonmatchings/battle/area_pra3/66B5B0/func_80219AD8_66B858.s b/ver/us/asm/nonmatchings/battle/area_pra3/66B5B0/func_80219AD8_66B858.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/66B5B0/func_80219AD8_66B858.s rename to ver/us/asm/nonmatchings/battle/area_pra3/66B5B0/func_80219AD8_66B858.s diff --git a/asm/nonmatchings/battle/area_pra3/66B920/func_80219BA0_66B920.s b/ver/us/asm/nonmatchings/battle/area_pra3/66B920/func_80219BA0_66B920.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/66B920/func_80219BA0_66B920.s rename to ver/us/asm/nonmatchings/battle/area_pra3/66B920/func_80219BA0_66B920.s diff --git a/asm/nonmatchings/battle/area_pra3/66B920/func_80219E48_66BBC8.s b/ver/us/asm/nonmatchings/battle/area_pra3/66B920/func_80219E48_66BBC8.s similarity index 100% rename from asm/nonmatchings/battle/area_pra3/66B920/func_80219E48_66BBC8.s rename to ver/us/asm/nonmatchings/battle/area_pra3/66B920/func_80219E48_66BBC8.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_80218000_623BA0.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218000_623BA0.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_80218000_623BA0.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218000_623BA0.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_80218890_624430.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218890_624430.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_80218890_624430.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218890_624430.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_802189E4_624584.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_802189E4_624584.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_802189E4_624584.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_802189E4_624584.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_80218A90_624630.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218A90_624630.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_80218A90_624630.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218A90_624630.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_80218AF4_624694.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218AF4_624694.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_80218AF4_624694.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218AF4_624694.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_80218B2C_6246CC.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218B2C_6246CC.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_80218B2C_6246CC.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218B2C_6246CC.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_80218C40_6247E0.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218C40_6247E0.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_80218C40_6247E0.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218C40_6247E0.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_80218D64_624904.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218D64_624904.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_80218D64_624904.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218D64_624904.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_80218E88_624A28.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218E88_624A28.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_80218E88_624A28.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80218E88_624A28.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_80219304_624EA4.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80219304_624EA4.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_80219304_624EA4.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80219304_624EA4.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_80219358_624EF8.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80219358_624EF8.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_80219358_624EF8.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80219358_624EF8.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_802193A4_624F44.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_802193A4_624F44.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_802193A4_624F44.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_802193A4_624F44.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_802193F0_624F90.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_802193F0_624F90.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_802193F0_624F90.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_802193F0_624F90.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_8021943C_624FDC.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_8021943C_624FDC.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_8021943C_624FDC.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_8021943C_624FDC.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_80219480_625020.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80219480_625020.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_80219480_625020.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80219480_625020.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_802194B8_625058.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_802194B8_625058.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_802194B8_625058.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_802194B8_625058.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_80219524_6250C4.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80219524_6250C4.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_80219524_6250C4.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_80219524_6250C4.s diff --git a/asm/nonmatchings/battle/area_sam/623BA0/func_802196BC_62525C.s b/ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_802196BC_62525C.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/623BA0/func_802196BC_62525C.s rename to ver/us/asm/nonmatchings/battle/area_sam/623BA0/func_802196BC_62525C.s diff --git a/asm/nonmatchings/battle/area_sam/6253E0/func_80219840_6253E0.s b/ver/us/asm/nonmatchings/battle/area_sam/6253E0/func_80219840_6253E0.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/6253E0/func_80219840_6253E0.s rename to ver/us/asm/nonmatchings/battle/area_sam/6253E0/func_80219840_6253E0.s diff --git a/asm/nonmatchings/battle/area_sam/6253E0/func_80219AE8_625688.s b/ver/us/asm/nonmatchings/battle/area_sam/6253E0/func_80219AE8_625688.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/6253E0/func_80219AE8_625688.s rename to ver/us/asm/nonmatchings/battle/area_sam/6253E0/func_80219AE8_625688.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_80219BB0_625750.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_80219BB0_625750.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_80219BB0_625750.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_80219BB0_625750.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_80219DA8_625948.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_80219DA8_625948.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_80219DA8_625948.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_80219DA8_625948.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_80219DCC_62596C.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_80219DCC_62596C.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_80219DCC_62596C.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_80219DCC_62596C.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_80219ED0_625A70.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_80219ED0_625A70.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_80219ED0_625A70.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_80219ED0_625A70.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_8021A0C8_625C68.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A0C8_625C68.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_8021A0C8_625C68.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A0C8_625C68.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_8021A0EC_625C8C.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A0EC_625C8C.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_8021A0EC_625C8C.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A0EC_625C8C.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_8021A1F0_625D90.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A1F0_625D90.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_8021A1F0_625D90.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A1F0_625D90.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_8021A3E8_625F88.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A3E8_625F88.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_8021A3E8_625F88.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A3E8_625F88.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_8021A40C_625FAC.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A40C_625FAC.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_8021A40C_625FAC.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A40C_625FAC.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_8021A510_6260B0.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A510_6260B0.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_8021A510_6260B0.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A510_6260B0.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_8021A708_6262A8.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A708_6262A8.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_8021A708_6262A8.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A708_6262A8.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_8021A72C_6262CC.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A72C_6262CC.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_8021A72C_6262CC.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A72C_6262CC.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_8021A830_6263D0.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A830_6263D0.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_8021A830_6263D0.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021A830_6263D0.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_8021AA28_6265C8.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021AA28_6265C8.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_8021AA28_6265C8.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021AA28_6265C8.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_8021AA4C_6265EC.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021AA4C_6265EC.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_8021AA4C_6265EC.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021AA4C_6265EC.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_8021AB50_6266F0.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021AB50_6266F0.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_8021AB50_6266F0.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021AB50_6266F0.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_8021AD48_6268E8.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021AD48_6268E8.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_8021AD48_6268E8.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021AD48_6268E8.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_8021AD6C_62690C.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021AD6C_62690C.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_8021AD6C_62690C.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021AD6C_62690C.s diff --git a/asm/nonmatchings/battle/area_sam/625750/func_8021AE70_626A10.s b/ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021AE70_626A10.s similarity index 100% rename from asm/nonmatchings/battle/area_sam/625750/func_8021AE70_626A10.s rename to ver/us/asm/nonmatchings/battle/area_sam/625750/func_8021AE70_626A10.s diff --git a/asm/nonmatchings/battle/area_sam2/63D1E0/func_80218000_63D1E0.s b/ver/us/asm/nonmatchings/battle/area_sam2/63D1E0/func_80218000_63D1E0.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63D1E0/func_80218000_63D1E0.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63D1E0/func_80218000_63D1E0.s diff --git a/asm/nonmatchings/battle/area_sam2/63D1E0/func_80218314_63D4F4.s b/ver/us/asm/nonmatchings/battle/area_sam2/63D1E0/func_80218314_63D4F4.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63D1E0/func_80218314_63D4F4.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63D1E0/func_80218314_63D4F4.s diff --git a/asm/nonmatchings/battle/area_sam2/63D1E0/func_80218458_63D638.s b/ver/us/asm/nonmatchings/battle/area_sam2/63D1E0/func_80218458_63D638.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63D1E0/func_80218458_63D638.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63D1E0/func_80218458_63D638.s diff --git a/asm/nonmatchings/battle/area_sam2/63D1E0/func_8021849C_63D67C.s b/ver/us/asm/nonmatchings/battle/area_sam2/63D1E0/func_8021849C_63D67C.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63D1E0/func_8021849C_63D67C.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63D1E0/func_8021849C_63D67C.s diff --git a/asm/nonmatchings/battle/area_sam2/63D710/func_80218588_63D768.s b/ver/us/asm/nonmatchings/battle/area_sam2/63D710/func_80218588_63D768.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63D710/func_80218588_63D768.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63D710/func_80218588_63D768.s diff --git a/asm/nonmatchings/battle/area_sam2/63D710/func_80218714_63D8F4.s b/ver/us/asm/nonmatchings/battle/area_sam2/63D710/func_80218714_63D8F4.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63D710/func_80218714_63D8F4.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63D710/func_80218714_63D8F4.s diff --git a/asm/nonmatchings/battle/area_sam2/63D9F0/func_80218810_63D9F0.s b/ver/us/asm/nonmatchings/battle/area_sam2/63D9F0/func_80218810_63D9F0.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63D9F0/func_80218810_63D9F0.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63D9F0/func_80218810_63D9F0.s diff --git a/asm/nonmatchings/battle/area_sam2/63D9F0/func_80218AB8_63DC98.s b/ver/us/asm/nonmatchings/battle/area_sam2/63D9F0/func_80218AB8_63DC98.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63D9F0/func_80218AB8_63DC98.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63D9F0/func_80218AB8_63DC98.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_80218B80_63DD60.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80218B80_63DD60.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_80218B80_63DD60.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80218B80_63DD60.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_80218D78_63DF58.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80218D78_63DF58.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_80218D78_63DF58.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80218D78_63DF58.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_80218D9C_63DF7C.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80218D9C_63DF7C.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_80218D9C_63DF7C.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80218D9C_63DF7C.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_80218EA0_63E080.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80218EA0_63E080.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_80218EA0_63E080.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80218EA0_63E080.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_80219098_63E278.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80219098_63E278.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_80219098_63E278.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80219098_63E278.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_802190BC_63E29C.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802190BC_63E29C.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_802190BC_63E29C.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802190BC_63E29C.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_802191C0_63E3A0.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802191C0_63E3A0.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_802191C0_63E3A0.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802191C0_63E3A0.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_802193B8_63E598.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802193B8_63E598.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_802193B8_63E598.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802193B8_63E598.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_802193DC_63E5BC.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802193DC_63E5BC.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_802193DC_63E5BC.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802193DC_63E5BC.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_802194E0_63E6C0.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802194E0_63E6C0.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_802194E0_63E6C0.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802194E0_63E6C0.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_802196D8_63E8B8.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802196D8_63E8B8.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_802196D8_63E8B8.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802196D8_63E8B8.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_802196FC_63E8DC.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802196FC_63E8DC.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_802196FC_63E8DC.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802196FC_63E8DC.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_80219800_63E9E0.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80219800_63E9E0.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_80219800_63E9E0.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80219800_63E9E0.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_802199F8_63EBD8.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802199F8_63EBD8.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_802199F8_63EBD8.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_802199F8_63EBD8.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_80219A1C_63EBFC.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80219A1C_63EBFC.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_80219A1C_63EBFC.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80219A1C_63EBFC.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_80219B20_63ED00.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80219B20_63ED00.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_80219B20_63ED00.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80219B20_63ED00.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_80219D18_63EEF8.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80219D18_63EEF8.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_80219D18_63EEF8.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80219D18_63EEF8.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_80219D3C_63EF1C.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80219D3C_63EF1C.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_80219D3C_63EF1C.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80219D3C_63EF1C.s diff --git a/asm/nonmatchings/battle/area_sam2/63DD60/func_80219E40_63F020.s b/ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80219E40_63F020.s similarity index 100% rename from asm/nonmatchings/battle/area_sam2/63DD60/func_80219E40_63F020.s rename to ver/us/asm/nonmatchings/battle/area_sam2/63DD60/func_80219E40_63F020.s diff --git a/asm/nonmatchings/battle/area_sbk/4DA6B0/func_802180D0_4DA6B0.s b/ver/us/asm/nonmatchings/battle/area_sbk/4DA6B0/func_802180D0_4DA6B0.s similarity index 100% rename from asm/nonmatchings/battle/area_sbk/4DA6B0/func_802180D0_4DA6B0.s rename to ver/us/asm/nonmatchings/battle/area_sbk/4DA6B0/func_802180D0_4DA6B0.s diff --git a/asm/nonmatchings/battle/area_sbk/4DA6B0/func_80218220_4DA800.s b/ver/us/asm/nonmatchings/battle/area_sbk/4DA6B0/func_80218220_4DA800.s similarity index 100% rename from asm/nonmatchings/battle/area_sbk/4DA6B0/func_80218220_4DA800.s rename to ver/us/asm/nonmatchings/battle/area_sbk/4DA6B0/func_80218220_4DA800.s diff --git a/asm/nonmatchings/battle/area_tik/5EC690/func_80218200_5EC690.s b/ver/us/asm/nonmatchings/battle/area_tik/5EC690/func_80218200_5EC690.s similarity index 100% rename from asm/nonmatchings/battle/area_tik/5EC690/func_80218200_5EC690.s rename to ver/us/asm/nonmatchings/battle/area_tik/5EC690/func_80218200_5EC690.s diff --git a/asm/nonmatchings/battle/area_tik/5EC690/func_8021838C_5EC81C.s b/ver/us/asm/nonmatchings/battle/area_tik/5EC690/func_8021838C_5EC81C.s similarity index 100% rename from asm/nonmatchings/battle/area_tik/5EC690/func_8021838C_5EC81C.s rename to ver/us/asm/nonmatchings/battle/area_tik/5EC690/func_8021838C_5EC81C.s diff --git a/asm/nonmatchings/battle/area_tik/5EC690/func_80218480_5EC910.s b/ver/us/asm/nonmatchings/battle/area_tik/5EC690/func_80218480_5EC910.s similarity index 100% rename from asm/nonmatchings/battle/area_tik/5EC690/func_80218480_5EC910.s rename to ver/us/asm/nonmatchings/battle/area_tik/5EC690/func_80218480_5EC910.s diff --git a/asm/nonmatchings/battle/area_tik/5EC690/func_8021860C_5ECA9C.s b/ver/us/asm/nonmatchings/battle/area_tik/5EC690/func_8021860C_5ECA9C.s similarity index 100% rename from asm/nonmatchings/battle/area_tik/5EC690/func_8021860C_5ECA9C.s rename to ver/us/asm/nonmatchings/battle/area_tik/5EC690/func_8021860C_5ECA9C.s diff --git a/asm/nonmatchings/battle/area_tik/5EC690/func_80218758_5ECBE8.s b/ver/us/asm/nonmatchings/battle/area_tik/5EC690/func_80218758_5ECBE8.s similarity index 100% rename from asm/nonmatchings/battle/area_tik/5EC690/func_80218758_5ECBE8.s rename to ver/us/asm/nonmatchings/battle/area_tik/5EC690/func_80218758_5ECBE8.s diff --git a/asm/nonmatchings/battle/area_tik/5EC690/func_802188E4_5ECD74.s b/ver/us/asm/nonmatchings/battle/area_tik/5EC690/func_802188E4_5ECD74.s similarity index 100% rename from asm/nonmatchings/battle/area_tik/5EC690/func_802188E4_5ECD74.s rename to ver/us/asm/nonmatchings/battle/area_tik/5EC690/func_802188E4_5ECD74.s diff --git a/asm/nonmatchings/battle/area_tik/5ED010/func_80218B80_5ED010.s b/ver/us/asm/nonmatchings/battle/area_tik/5ED010/func_80218B80_5ED010.s similarity index 100% rename from asm/nonmatchings/battle/area_tik/5ED010/func_80218B80_5ED010.s rename to ver/us/asm/nonmatchings/battle/area_tik/5ED010/func_80218B80_5ED010.s diff --git a/asm/nonmatchings/battle/area_tik/5ED4B0/func_80219020_5ED4B0.s b/ver/us/asm/nonmatchings/battle/area_tik/5ED4B0/func_80219020_5ED4B0.s similarity index 100% rename from asm/nonmatchings/battle/area_tik/5ED4B0/func_80219020_5ED4B0.s rename to ver/us/asm/nonmatchings/battle/area_tik/5ED4B0/func_80219020_5ED4B0.s diff --git a/asm/nonmatchings/battle/area_tik/5ED950/func_802194C0_5ED950.s b/ver/us/asm/nonmatchings/battle/area_tik/5ED950/func_802194C0_5ED950.s similarity index 100% rename from asm/nonmatchings/battle/area_tik/5ED950/func_802194C0_5ED950.s rename to ver/us/asm/nonmatchings/battle/area_tik/5ED950/func_802194C0_5ED950.s diff --git a/asm/nonmatchings/battle/area_tik/5EDDF0/func_80219960_5EDDF0.s b/ver/us/asm/nonmatchings/battle/area_tik/5EDDF0/func_80219960_5EDDF0.s similarity index 100% rename from asm/nonmatchings/battle/area_tik/5EDDF0/func_80219960_5EDDF0.s rename to ver/us/asm/nonmatchings/battle/area_tik/5EDDF0/func_80219960_5EDDF0.s diff --git a/asm/nonmatchings/battle/area_tik2/608AB0/func_80218058_608B08.s b/ver/us/asm/nonmatchings/battle/area_tik2/608AB0/func_80218058_608B08.s similarity index 100% rename from asm/nonmatchings/battle/area_tik2/608AB0/func_80218058_608B08.s rename to ver/us/asm/nonmatchings/battle/area_tik2/608AB0/func_80218058_608B08.s diff --git a/asm/nonmatchings/battle/area_tik2/608CB0/func_80218258_608D08.s b/ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_80218258_608D08.s similarity index 100% rename from asm/nonmatchings/battle/area_tik2/608CB0/func_80218258_608D08.s rename to ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_80218258_608D08.s diff --git a/asm/nonmatchings/battle/area_tik2/608CB0/func_80218384_608E34.s b/ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_80218384_608E34.s similarity index 100% rename from asm/nonmatchings/battle/area_tik2/608CB0/func_80218384_608E34.s rename to ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_80218384_608E34.s diff --git a/asm/nonmatchings/battle/area_tik2/608CB0/func_80218404_608EB4.s b/ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_80218404_608EB4.s similarity index 100% rename from asm/nonmatchings/battle/area_tik2/608CB0/func_80218404_608EB4.s rename to ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_80218404_608EB4.s diff --git a/asm/nonmatchings/battle/area_tik2/608CB0/func_802184E4_608F94.s b/ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_802184E4_608F94.s similarity index 100% rename from asm/nonmatchings/battle/area_tik2/608CB0/func_802184E4_608F94.s rename to ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_802184E4_608F94.s diff --git a/asm/nonmatchings/battle/area_tik2/608CB0/func_802186D8_609188.s b/ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_802186D8_609188.s similarity index 100% rename from asm/nonmatchings/battle/area_tik2/608CB0/func_802186D8_609188.s rename to ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_802186D8_609188.s diff --git a/asm/nonmatchings/battle/area_tik2/608CB0/func_80218804_6092B4.s b/ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_80218804_6092B4.s similarity index 100% rename from asm/nonmatchings/battle/area_tik2/608CB0/func_80218804_6092B4.s rename to ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_80218804_6092B4.s diff --git a/asm/nonmatchings/battle/area_tik2/608CB0/func_80218884_609334.s b/ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_80218884_609334.s similarity index 100% rename from asm/nonmatchings/battle/area_tik2/608CB0/func_80218884_609334.s rename to ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_80218884_609334.s diff --git a/asm/nonmatchings/battle/area_tik2/608CB0/func_80218BE0_609690.s b/ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_80218BE0_609690.s similarity index 100% rename from asm/nonmatchings/battle/area_tik2/608CB0/func_80218BE0_609690.s rename to ver/us/asm/nonmatchings/battle/area_tik2/608CB0/func_80218BE0_609690.s diff --git a/asm/nonmatchings/battle/area_tik2/609B30/func_80219080_609B30.s b/ver/us/asm/nonmatchings/battle/area_tik2/609B30/func_80219080_609B30.s similarity index 100% rename from asm/nonmatchings/battle/area_tik2/609B30/func_80219080_609B30.s rename to ver/us/asm/nonmatchings/battle/area_tik2/609B30/func_80219080_609B30.s diff --git a/asm/nonmatchings/battle/area_tik2/609FD0/func_80219520_609FD0.s b/ver/us/asm/nonmatchings/battle/area_tik2/609FD0/func_80219520_609FD0.s similarity index 100% rename from asm/nonmatchings/battle/area_tik2/609FD0/func_80219520_609FD0.s rename to ver/us/asm/nonmatchings/battle/area_tik2/609FD0/func_80219520_609FD0.s diff --git a/asm/nonmatchings/battle/area_tik2/60A470/func_802199C0_60A470.s b/ver/us/asm/nonmatchings/battle/area_tik2/60A470/func_802199C0_60A470.s similarity index 100% rename from asm/nonmatchings/battle/area_tik2/60A470/func_802199C0_60A470.s rename to ver/us/asm/nonmatchings/battle/area_tik2/60A470/func_802199C0_60A470.s diff --git a/asm/nonmatchings/battle/area_tik3/618A00/func_80218310_618A00.s b/ver/us/asm/nonmatchings/battle/area_tik3/618A00/func_80218310_618A00.s similarity index 100% rename from asm/nonmatchings/battle/area_tik3/618A00/func_80218310_618A00.s rename to ver/us/asm/nonmatchings/battle/area_tik3/618A00/func_80218310_618A00.s diff --git a/asm/nonmatchings/battle/area_tik3/618EA0/func_802187B0_618EA0.s b/ver/us/asm/nonmatchings/battle/area_tik3/618EA0/func_802187B0_618EA0.s similarity index 100% rename from asm/nonmatchings/battle/area_tik3/618EA0/func_802187B0_618EA0.s rename to ver/us/asm/nonmatchings/battle/area_tik3/618EA0/func_802187B0_618EA0.s diff --git a/asm/nonmatchings/battle/area_tik3/619340/func_80218C50_619340.s b/ver/us/asm/nonmatchings/battle/area_tik3/619340/func_80218C50_619340.s similarity index 100% rename from asm/nonmatchings/battle/area_tik3/619340/func_80218C50_619340.s rename to ver/us/asm/nonmatchings/battle/area_tik3/619340/func_80218C50_619340.s diff --git a/asm/nonmatchings/battle/area_tik3/6197E0/func_802190F0_6197E0.s b/ver/us/asm/nonmatchings/battle/area_tik3/6197E0/func_802190F0_6197E0.s similarity index 100% rename from asm/nonmatchings/battle/area_tik3/6197E0/func_802190F0_6197E0.s rename to ver/us/asm/nonmatchings/battle/area_tik3/6197E0/func_802190F0_6197E0.s diff --git a/asm/nonmatchings/battle/area_trd_part_1/4A10A0/func_80218000_4A10A0.s b/ver/us/asm/nonmatchings/battle/area_trd_part_1/4A10A0/func_80218000_4A10A0.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_1/4A10A0/func_80218000_4A10A0.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_1/4A10A0/func_80218000_4A10A0.s diff --git a/asm/nonmatchings/battle/area_trd_part_1/4A12C0/func_80218220_4A12C0.s b/ver/us/asm/nonmatchings/battle/area_trd_part_1/4A12C0/func_80218220_4A12C0.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_1/4A12C0/func_80218220_4A12C0.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_1/4A12C0/func_80218220_4A12C0.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_80218058_4B1248.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_80218058_4B1248.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_80218058_4B1248.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_80218058_4B1248.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_8021817C_4B136C.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_8021817C_4B136C.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_8021817C_4B136C.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_8021817C_4B136C.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_80218350_4B1540.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_80218350_4B1540.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_80218350_4B1540.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_80218350_4B1540.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_8021837C_4B156C.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_8021837C_4B156C.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_8021837C_4B156C.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B11F0/func_8021837C_4B156C.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_80218438_4B1628.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_80218438_4B1628.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_80218438_4B1628.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_80218438_4B1628.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_80218510_4B1700.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_80218510_4B1700.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_80218510_4B1700.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_80218510_4B1700.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_802185B0_4B17A0.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_802185B0_4B17A0.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_802185B0_4B17A0.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_802185B0_4B17A0.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_80218B48_4B1D38.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_80218B48_4B1D38.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_80218B48_4B1D38.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B15D0/func_80218B48_4B1D38.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80218BF8_4B1DE8.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80218BF8_4B1DE8.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80218BF8_4B1DE8.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80218BF8_4B1DE8.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80218CD0_4B1EC0.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80218CD0_4B1EC0.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80218CD0_4B1EC0.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80218CD0_4B1EC0.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80218D70_4B1F60.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80218D70_4B1F60.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80218D70_4B1F60.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80218D70_4B1F60.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80219308_4B24F8.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80219308_4B24F8.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80219308_4B24F8.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B1D90/func_80219308_4B24F8.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B2550/func_802193B8_4B25A8.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2550/func_802193B8_4B25A8.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B2550/func_802193B8_4B25A8.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2550/func_802193B8_4B25A8.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B2550/func_80219490_4B2680.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2550/func_80219490_4B2680.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B2550/func_80219490_4B2680.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2550/func_80219490_4B2680.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B2550/func_80219530_4B2720.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2550/func_80219530_4B2720.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B2550/func_80219530_4B2720.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2550/func_80219530_4B2720.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B2550/func_80219AC8_4B2CB8.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2550/func_80219AC8_4B2CB8.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B2550/func_80219AC8_4B2CB8.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2550/func_80219AC8_4B2CB8.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_80219B78_4B2D68.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_80219B78_4B2D68.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_80219B78_4B2D68.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_80219B78_4B2D68.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_80219C50_4B2E40.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_80219C50_4B2E40.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_80219C50_4B2E40.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_80219C50_4B2E40.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_80219CF0_4B2EE0.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_80219CF0_4B2EE0.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_80219CF0_4B2EE0.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_80219CF0_4B2EE0.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_8021A288_4B3478.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_8021A288_4B3478.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_8021A288_4B3478.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B2D10/func_8021A288_4B3478.s diff --git a/asm/nonmatchings/battle/area_trd_part_2/4B34D0/func_8021A2E0_4B34D0.s b/ver/us/asm/nonmatchings/battle/area_trd_part_2/4B34D0/func_8021A2E0_4B34D0.s similarity index 100% rename from asm/nonmatchings/battle/area_trd_part_2/4B34D0/func_8021A2E0_4B34D0.s rename to ver/us/asm/nonmatchings/battle/area_trd_part_2/4B34D0/func_8021A2E0_4B34D0.s diff --git a/asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A1000_727910.s b/ver/us/asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A1000_727910.s similarity index 100% rename from asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A1000_727910.s rename to ver/us/asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A1000_727910.s diff --git a/asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A11D4_727AE4.s b/ver/us/asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A11D4_727AE4.s similarity index 100% rename from asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A11D4_727AE4.s rename to ver/us/asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A11D4_727AE4.s diff --git a/asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A123C_727B4C.s b/ver/us/asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A123C_727B4C.s similarity index 100% rename from asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A123C_727B4C.s rename to ver/us/asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A123C_727B4C.s diff --git a/asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A1270_727B80.s b/ver/us/asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A1270_727B80.s similarity index 100% rename from asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A1270_727B80.s rename to ver/us/asm/nonmatchings/battle/item/dizzy_dial_727910/func_802A1270_727B80.s diff --git a/asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A1000_71CCE0.s b/ver/us/asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A1000_71CCE0.s similarity index 100% rename from asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A1000_71CCE0.s rename to ver/us/asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A1000_71CCE0.s diff --git a/asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A11D4_71CEB4.s b/ver/us/asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A11D4_71CEB4.s similarity index 100% rename from asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A11D4_71CEB4.s rename to ver/us/asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A11D4_71CEB4.s diff --git a/asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A123C_71CF1C.s b/ver/us/asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A123C_71CF1C.s similarity index 100% rename from asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A123C_71CF1C.s rename to ver/us/asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A123C_71CF1C.s diff --git a/asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A12FC_71CFDC.s b/ver/us/asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A12FC_71CFDC.s similarity index 100% rename from asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A12FC_71CFDC.s rename to ver/us/asm/nonmatchings/battle/item/dried_shroom_71CCE0/func_802A12FC_71CFDC.s diff --git a/asm/nonmatchings/battle/item/dusty_hammer_7179D0/func_802A1000_7179D0.s b/ver/us/asm/nonmatchings/battle/item/dusty_hammer_7179D0/func_802A1000_7179D0.s similarity index 100% rename from asm/nonmatchings/battle/item/dusty_hammer_7179D0/func_802A1000_7179D0.s rename to ver/us/asm/nonmatchings/battle/item/dusty_hammer_7179D0/func_802A1000_7179D0.s diff --git a/asm/nonmatchings/battle/item/dusty_hammer_7179D0/func_802A11D4_717BA4.s b/ver/us/asm/nonmatchings/battle/item/dusty_hammer_7179D0/func_802A11D4_717BA4.s similarity index 100% rename from asm/nonmatchings/battle/item/dusty_hammer_7179D0/func_802A11D4_717BA4.s rename to ver/us/asm/nonmatchings/battle/item/dusty_hammer_7179D0/func_802A11D4_717BA4.s diff --git a/asm/nonmatchings/battle/item/egg_missile_728EC0/func_802A1000_728EC0.s b/ver/us/asm/nonmatchings/battle/item/egg_missile_728EC0/func_802A1000_728EC0.s similarity index 100% rename from asm/nonmatchings/battle/item/egg_missile_728EC0/func_802A1000_728EC0.s rename to ver/us/asm/nonmatchings/battle/item/egg_missile_728EC0/func_802A1000_728EC0.s diff --git a/asm/nonmatchings/battle/item/egg_missile_728EC0/func_802A11D4_729094.s b/ver/us/asm/nonmatchings/battle/item/egg_missile_728EC0/func_802A11D4_729094.s similarity index 100% rename from asm/nonmatchings/battle/item/egg_missile_728EC0/func_802A11D4_729094.s rename to ver/us/asm/nonmatchings/battle/item/egg_missile_728EC0/func_802A11D4_729094.s diff --git a/asm/nonmatchings/battle/item/egg_missile_728EC0/func_802A123C_7290FC.s b/ver/us/asm/nonmatchings/battle/item/egg_missile_728EC0/func_802A123C_7290FC.s similarity index 100% rename from asm/nonmatchings/battle/item/egg_missile_728EC0/func_802A123C_7290FC.s rename to ver/us/asm/nonmatchings/battle/item/egg_missile_728EC0/func_802A123C_7290FC.s diff --git a/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A1000_7305A0.s b/ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A1000_7305A0.s similarity index 100% rename from asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A1000_7305A0.s rename to ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A1000_7305A0.s diff --git a/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A11D4_730774.s b/ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A11D4_730774.s similarity index 100% rename from asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A11D4_730774.s rename to ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A11D4_730774.s diff --git a/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A123C_7307DC.s b/ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A123C_7307DC.s similarity index 100% rename from asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A123C_7307DC.s rename to ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A123C_7307DC.s diff --git a/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A127C_73081C.s b/ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A127C_73081C.s similarity index 100% rename from asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A127C_73081C.s rename to ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A127C_73081C.s diff --git a/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A133C_7308DC.s b/ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A133C_7308DC.s similarity index 100% rename from asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A133C_7308DC.s rename to ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A133C_7308DC.s diff --git a/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A13FC_73099C.s b/ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A13FC_73099C.s similarity index 100% rename from asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A13FC_73099C.s rename to ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A13FC_73099C.s diff --git a/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A1450_7309F0.s b/ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A1450_7309F0.s similarity index 100% rename from asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A1450_7309F0.s rename to ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A1450_7309F0.s diff --git a/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A149C_730A3C.s b/ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A149C_730A3C.s similarity index 100% rename from asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A149C_730A3C.s rename to ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A149C_730A3C.s diff --git a/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A14F0_730A90.s b/ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A14F0_730A90.s similarity index 100% rename from asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A14F0_730A90.s rename to ver/us/asm/nonmatchings/battle/item/electro_pop_7305A0/func_802A14F0_730A90.s diff --git a/asm/nonmatchings/battle/item/fire_flower_716C60/func_802A1000_716C60.s b/ver/us/asm/nonmatchings/battle/item/fire_flower_716C60/func_802A1000_716C60.s similarity index 100% rename from asm/nonmatchings/battle/item/fire_flower_716C60/func_802A1000_716C60.s rename to ver/us/asm/nonmatchings/battle/item/fire_flower_716C60/func_802A1000_716C60.s diff --git a/asm/nonmatchings/battle/item/fire_flower_716C60/func_802A11D4_716E34.s b/ver/us/asm/nonmatchings/battle/item/fire_flower_716C60/func_802A11D4_716E34.s similarity index 100% rename from asm/nonmatchings/battle/item/fire_flower_716C60/func_802A11D4_716E34.s rename to ver/us/asm/nonmatchings/battle/item/fire_flower_716C60/func_802A11D4_716E34.s diff --git a/asm/nonmatchings/battle/item/fire_flower_716C60/func_802A123C_716E9C.s b/ver/us/asm/nonmatchings/battle/item/fire_flower_716C60/func_802A123C_716E9C.s similarity index 100% rename from asm/nonmatchings/battle/item/fire_flower_716C60/func_802A123C_716E9C.s rename to ver/us/asm/nonmatchings/battle/item/fire_flower_716C60/func_802A123C_716E9C.s diff --git a/asm/nonmatchings/battle/item/fire_flower_716C60/func_802A1378_716FD8.s b/ver/us/asm/nonmatchings/battle/item/fire_flower_716C60/func_802A1378_716FD8.s similarity index 100% rename from asm/nonmatchings/battle/item/fire_flower_716C60/func_802A1378_716FD8.s rename to ver/us/asm/nonmatchings/battle/item/fire_flower_716C60/func_802A1378_716FD8.s diff --git a/asm/nonmatchings/battle/item/food_7330D0/func_802A1000_7330D0.s b/ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A1000_7330D0.s similarity index 100% rename from asm/nonmatchings/battle/item/food_7330D0/func_802A1000_7330D0.s rename to ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A1000_7330D0.s diff --git a/asm/nonmatchings/battle/item/food_7330D0/func_802A11D4_7332A4.s b/ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A11D4_7332A4.s similarity index 100% rename from asm/nonmatchings/battle/item/food_7330D0/func_802A11D4_7332A4.s rename to ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A11D4_7332A4.s diff --git a/asm/nonmatchings/battle/item/food_7330D0/func_802A123C_73330C.s b/ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A123C_73330C.s similarity index 100% rename from asm/nonmatchings/battle/item/food_7330D0/func_802A123C_73330C.s rename to ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A123C_73330C.s diff --git a/asm/nonmatchings/battle/item/food_7330D0/func_802A12EC_7333BC.s b/ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A12EC_7333BC.s similarity index 100% rename from asm/nonmatchings/battle/item/food_7330D0/func_802A12EC_7333BC.s rename to ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A12EC_7333BC.s diff --git a/asm/nonmatchings/battle/item/food_7330D0/func_802A1378_733448.s b/ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A1378_733448.s similarity index 100% rename from asm/nonmatchings/battle/item/food_7330D0/func_802A1378_733448.s rename to ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A1378_733448.s diff --git a/asm/nonmatchings/battle/item/food_7330D0/func_802A1438_733508.s b/ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A1438_733508.s similarity index 100% rename from asm/nonmatchings/battle/item/food_7330D0/func_802A1438_733508.s rename to ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A1438_733508.s diff --git a/asm/nonmatchings/battle/item/food_7330D0/func_802A14F8_7335C8.s b/ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A14F8_7335C8.s similarity index 100% rename from asm/nonmatchings/battle/item/food_7330D0/func_802A14F8_7335C8.s rename to ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A14F8_7335C8.s diff --git a/asm/nonmatchings/battle/item/food_7330D0/func_802A154C_73361C.s b/ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A154C_73361C.s similarity index 100% rename from asm/nonmatchings/battle/item/food_7330D0/func_802A154C_73361C.s rename to ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A154C_73361C.s diff --git a/asm/nonmatchings/battle/item/food_7330D0/func_802A15A0_733670.s b/ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A15A0_733670.s similarity index 100% rename from asm/nonmatchings/battle/item/food_7330D0/func_802A15A0_733670.s rename to ver/us/asm/nonmatchings/battle/item/food_7330D0/func_802A15A0_733670.s diff --git a/asm/nonmatchings/battle/item/fright_jar_72B910/func_802A1000_72B910.s b/ver/us/asm/nonmatchings/battle/item/fright_jar_72B910/func_802A1000_72B910.s similarity index 100% rename from asm/nonmatchings/battle/item/fright_jar_72B910/func_802A1000_72B910.s rename to ver/us/asm/nonmatchings/battle/item/fright_jar_72B910/func_802A1000_72B910.s diff --git a/asm/nonmatchings/battle/item/fright_jar_72B910/func_802A11D4_72BAE4.s b/ver/us/asm/nonmatchings/battle/item/fright_jar_72B910/func_802A11D4_72BAE4.s similarity index 100% rename from asm/nonmatchings/battle/item/fright_jar_72B910/func_802A11D4_72BAE4.s rename to ver/us/asm/nonmatchings/battle/item/fright_jar_72B910/func_802A11D4_72BAE4.s diff --git a/asm/nonmatchings/battle/item/fright_jar_72B910/func_802A12D4_72BBE4.s b/ver/us/asm/nonmatchings/battle/item/fright_jar_72B910/func_802A12D4_72BBE4.s similarity index 100% rename from asm/nonmatchings/battle/item/fright_jar_72B910/func_802A12D4_72BBE4.s rename to ver/us/asm/nonmatchings/battle/item/fright_jar_72B910/func_802A12D4_72BBE4.s diff --git a/asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A1000_725F60.s b/ver/us/asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A1000_725F60.s similarity index 100% rename from asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A1000_725F60.s rename to ver/us/asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A1000_725F60.s diff --git a/asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A11D4_726134.s b/ver/us/asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A11D4_726134.s similarity index 100% rename from asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A11D4_726134.s rename to ver/us/asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A11D4_726134.s diff --git a/asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A123C_72619C.s b/ver/us/asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A123C_72619C.s similarity index 100% rename from asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A123C_72619C.s rename to ver/us/asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A123C_72619C.s diff --git a/asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A12C4_726224.s b/ver/us/asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A12C4_726224.s similarity index 100% rename from asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A12C4_726224.s rename to ver/us/asm/nonmatchings/battle/item/hustle_drink_725F60/func_802A12C4_726224.s diff --git a/asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A1000_72A750.s b/ver/us/asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A1000_72A750.s similarity index 100% rename from asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A1000_72A750.s rename to ver/us/asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A1000_72A750.s diff --git a/asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A11D4_72A924.s b/ver/us/asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A11D4_72A924.s similarity index 100% rename from asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A11D4_72A924.s rename to ver/us/asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A11D4_72A924.s diff --git a/asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A123C_72A98C.s b/ver/us/asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A123C_72A98C.s similarity index 100% rename from asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A123C_72A98C.s rename to ver/us/asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A123C_72A98C.s diff --git a/asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A1280_72A9D0.s b/ver/us/asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A1280_72A9D0.s similarity index 100% rename from asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A1280_72A9D0.s rename to ver/us/asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A1280_72A9D0.s diff --git a/asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A12E0_72AA30.s b/ver/us/asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A12E0_72AA30.s similarity index 100% rename from asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A12E0_72AA30.s rename to ver/us/asm/nonmatchings/battle/item/insecticide_herb_72A750/func_802A12E0_72AA30.s diff --git a/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1000_72E530.s b/ver/us/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1000_72E530.s similarity index 100% rename from asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1000_72E530.s rename to ver/us/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1000_72E530.s diff --git a/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A11D4_72E704.s b/ver/us/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A11D4_72E704.s similarity index 100% rename from asm/nonmatchings/battle/item/life_shroom_72E530/func_802A11D4_72E704.s rename to ver/us/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A11D4_72E704.s diff --git a/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A123C_72E76C.s b/ver/us/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A123C_72E76C.s similarity index 100% rename from asm/nonmatchings/battle/item/life_shroom_72E530/func_802A123C_72E76C.s rename to ver/us/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A123C_72E76C.s diff --git a/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A12EC_72E81C.s b/ver/us/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A12EC_72E81C.s similarity index 100% rename from asm/nonmatchings/battle/item/life_shroom_72E530/func_802A12EC_72E81C.s rename to ver/us/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A12EC_72E81C.s diff --git a/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1378_72E8A8.s b/ver/us/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1378_72E8A8.s similarity index 100% rename from asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1378_72E8A8.s rename to ver/us/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1378_72E8A8.s diff --git a/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1438_72E968.s b/ver/us/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1438_72E968.s similarity index 100% rename from asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1438_72E968.s rename to ver/us/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1438_72E968.s diff --git a/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1484_72E9B4.s b/ver/us/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1484_72E9B4.s similarity index 100% rename from asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1484_72E9B4.s rename to ver/us/asm/nonmatchings/battle/item/life_shroom_72E530/func_802A1484_72E9B4.s diff --git a/asm/nonmatchings/battle/item/mushroom_715850/func_802A1000_715850.s b/ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A1000_715850.s similarity index 100% rename from asm/nonmatchings/battle/item/mushroom_715850/func_802A1000_715850.s rename to ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A1000_715850.s diff --git a/asm/nonmatchings/battle/item/mushroom_715850/func_802A11D4_715A24.s b/ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A11D4_715A24.s similarity index 100% rename from asm/nonmatchings/battle/item/mushroom_715850/func_802A11D4_715A24.s rename to ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A11D4_715A24.s diff --git a/asm/nonmatchings/battle/item/mushroom_715850/func_802A123C_715A8C.s b/ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A123C_715A8C.s similarity index 100% rename from asm/nonmatchings/battle/item/mushroom_715850/func_802A123C_715A8C.s rename to ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A123C_715A8C.s diff --git a/asm/nonmatchings/battle/item/mushroom_715850/func_802A12EC_715B3C.s b/ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A12EC_715B3C.s similarity index 100% rename from asm/nonmatchings/battle/item/mushroom_715850/func_802A12EC_715B3C.s rename to ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A12EC_715B3C.s diff --git a/asm/nonmatchings/battle/item/mushroom_715850/func_802A1378_715BC8.s b/ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A1378_715BC8.s similarity index 100% rename from asm/nonmatchings/battle/item/mushroom_715850/func_802A1378_715BC8.s rename to ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A1378_715BC8.s diff --git a/asm/nonmatchings/battle/item/mushroom_715850/func_802A1438_715C88.s b/ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A1438_715C88.s similarity index 100% rename from asm/nonmatchings/battle/item/mushroom_715850/func_802A1438_715C88.s rename to ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A1438_715C88.s diff --git a/asm/nonmatchings/battle/item/mushroom_715850/func_802A14F8_715D48.s b/ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A14F8_715D48.s similarity index 100% rename from asm/nonmatchings/battle/item/mushroom_715850/func_802A14F8_715D48.s rename to ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A14F8_715D48.s diff --git a/asm/nonmatchings/battle/item/mushroom_715850/func_802A154C_715D9C.s b/ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A154C_715D9C.s similarity index 100% rename from asm/nonmatchings/battle/item/mushroom_715850/func_802A154C_715D9C.s rename to ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A154C_715D9C.s diff --git a/asm/nonmatchings/battle/item/mushroom_715850/func_802A15A0_715DF0.s b/ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A15A0_715DF0.s similarity index 100% rename from asm/nonmatchings/battle/item/mushroom_715850/func_802A15A0_715DF0.s rename to ver/us/asm/nonmatchings/battle/item/mushroom_715850/func_802A15A0_715DF0.s diff --git a/asm/nonmatchings/battle/item/mystery_72C5B0/func_802A1000_72C5B0.s b/ver/us/asm/nonmatchings/battle/item/mystery_72C5B0/func_802A1000_72C5B0.s similarity index 100% rename from asm/nonmatchings/battle/item/mystery_72C5B0/func_802A1000_72C5B0.s rename to ver/us/asm/nonmatchings/battle/item/mystery_72C5B0/func_802A1000_72C5B0.s diff --git a/asm/nonmatchings/battle/item/mystery_72C5B0/func_802A11D4_72C784.s b/ver/us/asm/nonmatchings/battle/item/mystery_72C5B0/func_802A11D4_72C784.s similarity index 100% rename from asm/nonmatchings/battle/item/mystery_72C5B0/func_802A11D4_72C784.s rename to ver/us/asm/nonmatchings/battle/item/mystery_72C5B0/func_802A11D4_72C784.s diff --git a/asm/nonmatchings/battle/item/mystery_72C5B0/func_802A123C_72C7EC.s b/ver/us/asm/nonmatchings/battle/item/mystery_72C5B0/func_802A123C_72C7EC.s similarity index 100% rename from asm/nonmatchings/battle/item/mystery_72C5B0/func_802A123C_72C7EC.s rename to ver/us/asm/nonmatchings/battle/item/mystery_72C5B0/func_802A123C_72C7EC.s diff --git a/asm/nonmatchings/battle/item/mystery_72C5B0/func_802A13E4_72C994.s b/ver/us/asm/nonmatchings/battle/item/mystery_72C5B0/func_802A13E4_72C994.s similarity index 100% rename from asm/nonmatchings/battle/item/mystery_72C5B0/func_802A13E4_72C994.s rename to ver/us/asm/nonmatchings/battle/item/mystery_72C5B0/func_802A13E4_72C994.s diff --git a/asm/nonmatchings/battle/item/mystery_72C5B0/func_802A188C_72CE3C.s b/ver/us/asm/nonmatchings/battle/item/mystery_72C5B0/func_802A188C_72CE3C.s similarity index 100% rename from asm/nonmatchings/battle/item/mystery_72C5B0/func_802A188C_72CE3C.s rename to ver/us/asm/nonmatchings/battle/item/mystery_72C5B0/func_802A188C_72CE3C.s diff --git a/asm/nonmatchings/battle/item/pebble_719970/func_802A1000_719970.s b/ver/us/asm/nonmatchings/battle/item/pebble_719970/func_802A1000_719970.s similarity index 100% rename from asm/nonmatchings/battle/item/pebble_719970/func_802A1000_719970.s rename to ver/us/asm/nonmatchings/battle/item/pebble_719970/func_802A1000_719970.s diff --git a/asm/nonmatchings/battle/item/pebble_719970/func_802A11D4_719B44.s b/ver/us/asm/nonmatchings/battle/item/pebble_719970/func_802A11D4_719B44.s similarity index 100% rename from asm/nonmatchings/battle/item/pebble_719970/func_802A11D4_719B44.s rename to ver/us/asm/nonmatchings/battle/item/pebble_719970/func_802A11D4_719B44.s diff --git a/asm/nonmatchings/battle/item/please_come_back_7285E0/func_802A1000_7285E0.s b/ver/us/asm/nonmatchings/battle/item/please_come_back_7285E0/func_802A1000_7285E0.s similarity index 100% rename from asm/nonmatchings/battle/item/please_come_back_7285E0/func_802A1000_7285E0.s rename to ver/us/asm/nonmatchings/battle/item/please_come_back_7285E0/func_802A1000_7285E0.s diff --git a/asm/nonmatchings/battle/item/please_come_back_7285E0/func_802A11D4_7287B4.s b/ver/us/asm/nonmatchings/battle/item/please_come_back_7285E0/func_802A11D4_7287B4.s similarity index 100% rename from asm/nonmatchings/battle/item/please_come_back_7285E0/func_802A11D4_7287B4.s rename to ver/us/asm/nonmatchings/battle/item/please_come_back_7285E0/func_802A11D4_7287B4.s diff --git a/asm/nonmatchings/battle/item/pow_block_718850/func_802A1000_718850.s b/ver/us/asm/nonmatchings/battle/item/pow_block_718850/func_802A1000_718850.s similarity index 100% rename from asm/nonmatchings/battle/item/pow_block_718850/func_802A1000_718850.s rename to ver/us/asm/nonmatchings/battle/item/pow_block_718850/func_802A1000_718850.s diff --git a/asm/nonmatchings/battle/item/pow_block_718850/func_802A11D4_718A24.s b/ver/us/asm/nonmatchings/battle/item/pow_block_718850/func_802A11D4_718A24.s similarity index 100% rename from asm/nonmatchings/battle/item/pow_block_718850/func_802A11D4_718A24.s rename to ver/us/asm/nonmatchings/battle/item/pow_block_718850/func_802A11D4_718A24.s diff --git a/asm/nonmatchings/battle/item/pow_block_718850/func_802A123C_718A8C.s b/ver/us/asm/nonmatchings/battle/item/pow_block_718850/func_802A123C_718A8C.s similarity index 100% rename from asm/nonmatchings/battle/item/pow_block_718850/func_802A123C_718A8C.s rename to ver/us/asm/nonmatchings/battle/item/pow_block_718850/func_802A123C_718A8C.s diff --git a/asm/nonmatchings/battle/item/pow_block_718850/func_802A12E4_718B34.s b/ver/us/asm/nonmatchings/battle/item/pow_block_718850/func_802A12E4_718B34.s similarity index 100% rename from asm/nonmatchings/battle/item/pow_block_718850/func_802A12E4_718B34.s rename to ver/us/asm/nonmatchings/battle/item/pow_block_718850/func_802A12E4_718B34.s diff --git a/asm/nonmatchings/battle/item/pow_block_718850/func_802A1318_718B68.s b/ver/us/asm/nonmatchings/battle/item/pow_block_718850/func_802A1318_718B68.s similarity index 100% rename from asm/nonmatchings/battle/item/pow_block_718850/func_802A1318_718B68.s rename to ver/us/asm/nonmatchings/battle/item/pow_block_718850/func_802A1318_718B68.s diff --git a/asm/nonmatchings/battle/item/repel_gel_72DB70/func_802A1000_72DB70.s b/ver/us/asm/nonmatchings/battle/item/repel_gel_72DB70/func_802A1000_72DB70.s similarity index 100% rename from asm/nonmatchings/battle/item/repel_gel_72DB70/func_802A1000_72DB70.s rename to ver/us/asm/nonmatchings/battle/item/repel_gel_72DB70/func_802A1000_72DB70.s diff --git a/asm/nonmatchings/battle/item/repel_gel_72DB70/func_802A11D4_72DD44.s b/ver/us/asm/nonmatchings/battle/item/repel_gel_72DB70/func_802A11D4_72DD44.s similarity index 100% rename from asm/nonmatchings/battle/item/repel_gel_72DB70/func_802A11D4_72DD44.s rename to ver/us/asm/nonmatchings/battle/item/repel_gel_72DB70/func_802A11D4_72DD44.s diff --git a/asm/nonmatchings/battle/item/repel_gel_72DB70/func_802A123C_72DDAC.s b/ver/us/asm/nonmatchings/battle/item/repel_gel_72DB70/func_802A123C_72DDAC.s similarity index 100% rename from asm/nonmatchings/battle/item/repel_gel_72DB70/func_802A123C_72DDAC.s rename to ver/us/asm/nonmatchings/battle/item/repel_gel_72DB70/func_802A123C_72DDAC.s diff --git a/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A1000_71D770.s b/ver/us/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A1000_71D770.s similarity index 100% rename from asm/nonmatchings/battle/item/shooting_star_71D770/func_802A1000_71D770.s rename to ver/us/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A1000_71D770.s diff --git a/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A11D4_71D944.s b/ver/us/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A11D4_71D944.s similarity index 100% rename from asm/nonmatchings/battle/item/shooting_star_71D770/func_802A11D4_71D944.s rename to ver/us/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A11D4_71D944.s diff --git a/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A123C_71D9AC.s b/ver/us/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A123C_71D9AC.s similarity index 100% rename from asm/nonmatchings/battle/item/shooting_star_71D770/func_802A123C_71D9AC.s rename to ver/us/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A123C_71D9AC.s diff --git a/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A1388_71DAF8.s b/ver/us/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A1388_71DAF8.s similarity index 100% rename from asm/nonmatchings/battle/item/shooting_star_71D770/func_802A1388_71DAF8.s rename to ver/us/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A1388_71DAF8.s diff --git a/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A1444_71DBB4.s b/ver/us/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A1444_71DBB4.s similarity index 100% rename from asm/nonmatchings/battle/item/shooting_star_71D770/func_802A1444_71DBB4.s rename to ver/us/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A1444_71DBB4.s diff --git a/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A14D4_71DC44.s b/ver/us/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A14D4_71DC44.s similarity index 100% rename from asm/nonmatchings/battle/item/shooting_star_71D770/func_802A14D4_71DC44.s rename to ver/us/asm/nonmatchings/battle/item/shooting_star_71D770/func_802A14D4_71DC44.s diff --git a/asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A1000_71E650.s b/ver/us/asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A1000_71E650.s similarity index 100% rename from asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A1000_71E650.s rename to ver/us/asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A1000_71E650.s diff --git a/asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A11D4_71E824.s b/ver/us/asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A11D4_71E824.s similarity index 100% rename from asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A11D4_71E824.s rename to ver/us/asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A11D4_71E824.s diff --git a/asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A123C_71E88C.s b/ver/us/asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A123C_71E88C.s similarity index 100% rename from asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A123C_71E88C.s rename to ver/us/asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A123C_71E88C.s diff --git a/asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A1740_71ED90.s b/ver/us/asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A1740_71ED90.s similarity index 100% rename from asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A1740_71ED90.s rename to ver/us/asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A1740_71ED90.s diff --git a/asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A1848_71EE98.s b/ver/us/asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A1848_71EE98.s similarity index 100% rename from asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A1848_71EE98.s rename to ver/us/asm/nonmatchings/battle/item/sleepy_sheep_71E650/func_802A1848_71EE98.s diff --git a/asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A1000_71BE30.s b/ver/us/asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A1000_71BE30.s similarity index 100% rename from asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A1000_71BE30.s rename to ver/us/asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A1000_71BE30.s diff --git a/asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A11D4_71C004.s b/ver/us/asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A11D4_71C004.s similarity index 100% rename from asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A11D4_71C004.s rename to ver/us/asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A11D4_71C004.s diff --git a/asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A123C_71C06C.s b/ver/us/asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A123C_71C06C.s similarity index 100% rename from asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A123C_71C06C.s rename to ver/us/asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A123C_71C06C.s diff --git a/asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A13B8_71C1E8.s b/ver/us/asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A13B8_71C1E8.s similarity index 100% rename from asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A13B8_71C1E8.s rename to ver/us/asm/nonmatchings/battle/item/snowman_doll_71BE30/func_802A13B8_71C1E8.s diff --git a/asm/nonmatchings/battle/item/stone_cap_7215A0/func_802A1000_7215A0.s b/ver/us/asm/nonmatchings/battle/item/stone_cap_7215A0/func_802A1000_7215A0.s similarity index 100% rename from asm/nonmatchings/battle/item/stone_cap_7215A0/func_802A1000_7215A0.s rename to ver/us/asm/nonmatchings/battle/item/stone_cap_7215A0/func_802A1000_7215A0.s diff --git a/asm/nonmatchings/battle/item/stone_cap_7215A0/func_802A11D4_721774.s b/ver/us/asm/nonmatchings/battle/item/stone_cap_7215A0/func_802A11D4_721774.s similarity index 100% rename from asm/nonmatchings/battle/item/stone_cap_7215A0/func_802A11D4_721774.s rename to ver/us/asm/nonmatchings/battle/item/stone_cap_7215A0/func_802A11D4_721774.s diff --git a/asm/nonmatchings/battle/item/stone_cap_7215A0/func_802A123C_7217DC.s b/ver/us/asm/nonmatchings/battle/item/stone_cap_7215A0/func_802A123C_7217DC.s similarity index 100% rename from asm/nonmatchings/battle/item/stone_cap_7215A0/func_802A123C_7217DC.s rename to ver/us/asm/nonmatchings/battle/item/stone_cap_7215A0/func_802A123C_7217DC.s diff --git a/asm/nonmatchings/battle/item/stop_watch_726DD0/func_802A1000_726DD0.s b/ver/us/asm/nonmatchings/battle/item/stop_watch_726DD0/func_802A1000_726DD0.s similarity index 100% rename from asm/nonmatchings/battle/item/stop_watch_726DD0/func_802A1000_726DD0.s rename to ver/us/asm/nonmatchings/battle/item/stop_watch_726DD0/func_802A1000_726DD0.s diff --git a/asm/nonmatchings/battle/item/stop_watch_726DD0/func_802A11D4_726FA4.s b/ver/us/asm/nonmatchings/battle/item/stop_watch_726DD0/func_802A11D4_726FA4.s similarity index 100% rename from asm/nonmatchings/battle/item/stop_watch_726DD0/func_802A11D4_726FA4.s rename to ver/us/asm/nonmatchings/battle/item/stop_watch_726DD0/func_802A11D4_726FA4.s diff --git a/asm/nonmatchings/battle/item/stop_watch_726DD0/func_802A12D4_7270A4.s b/ver/us/asm/nonmatchings/battle/item/stop_watch_726DD0/func_802A12D4_7270A4.s similarity index 100% rename from asm/nonmatchings/battle/item/stop_watch_726DD0/func_802A12D4_7270A4.s rename to ver/us/asm/nonmatchings/battle/item/stop_watch_726DD0/func_802A12D4_7270A4.s diff --git a/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1000_731300.s b/ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1000_731300.s similarity index 100% rename from asm/nonmatchings/battle/item/strange_cake_731300/func_802A1000_731300.s rename to ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1000_731300.s diff --git a/asm/nonmatchings/battle/item/strange_cake_731300/func_802A11D4_7314D4.s b/ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A11D4_7314D4.s similarity index 100% rename from asm/nonmatchings/battle/item/strange_cake_731300/func_802A11D4_7314D4.s rename to ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A11D4_7314D4.s diff --git a/asm/nonmatchings/battle/item/strange_cake_731300/func_802A123C_73153C.s b/ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A123C_73153C.s similarity index 100% rename from asm/nonmatchings/battle/item/strange_cake_731300/func_802A123C_73153C.s rename to ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A123C_73153C.s diff --git a/asm/nonmatchings/battle/item/strange_cake_731300/func_802A13E4_7316E4.s b/ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A13E4_7316E4.s similarity index 100% rename from asm/nonmatchings/battle/item/strange_cake_731300/func_802A13E4_7316E4.s rename to ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A13E4_7316E4.s diff --git a/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1818_731B18.s b/ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1818_731B18.s similarity index 100% rename from asm/nonmatchings/battle/item/strange_cake_731300/func_802A1818_731B18.s rename to ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1818_731B18.s diff --git a/asm/nonmatchings/battle/item/strange_cake_731300/func_802A18D8_731BD8.s b/ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A18D8_731BD8.s similarity index 100% rename from asm/nonmatchings/battle/item/strange_cake_731300/func_802A18D8_731BD8.s rename to ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A18D8_731BD8.s diff --git a/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1998_731C98.s b/ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1998_731C98.s similarity index 100% rename from asm/nonmatchings/battle/item/strange_cake_731300/func_802A1998_731C98.s rename to ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1998_731C98.s diff --git a/asm/nonmatchings/battle/item/strange_cake_731300/func_802A19EC_731CEC.s b/ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A19EC_731CEC.s similarity index 100% rename from asm/nonmatchings/battle/item/strange_cake_731300/func_802A19EC_731CEC.s rename to ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A19EC_731CEC.s diff --git a/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1A40_731D40.s b/ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1A40_731D40.s similarity index 100% rename from asm/nonmatchings/battle/item/strange_cake_731300/func_802A1A40_731D40.s rename to ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1A40_731D40.s diff --git a/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1A8C_731D8C.s b/ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1A8C_731D8C.s similarity index 100% rename from asm/nonmatchings/battle/item/strange_cake_731300/func_802A1A8C_731D8C.s rename to ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1A8C_731D8C.s diff --git a/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1AD8_731DD8.s b/ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1AD8_731DD8.s similarity index 100% rename from asm/nonmatchings/battle/item/strange_cake_731300/func_802A1AD8_731DD8.s rename to ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1AD8_731DD8.s diff --git a/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1B14_731E14.s b/ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1B14_731E14.s similarity index 100% rename from asm/nonmatchings/battle/item/strange_cake_731300/func_802A1B14_731E14.s rename to ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1B14_731E14.s diff --git a/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1B68_731E68.s b/ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1B68_731E68.s similarity index 100% rename from asm/nonmatchings/battle/item/strange_cake_731300/func_802A1B68_731E68.s rename to ver/us/asm/nonmatchings/battle/item/strange_cake_731300/func_802A1B68_731E68.s diff --git a/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A1000_724CE0.s b/ver/us/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A1000_724CE0.s similarity index 100% rename from asm/nonmatchings/battle/item/super_soda_724CE0/func_802A1000_724CE0.s rename to ver/us/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A1000_724CE0.s diff --git a/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A11D4_724EB4.s b/ver/us/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A11D4_724EB4.s similarity index 100% rename from asm/nonmatchings/battle/item/super_soda_724CE0/func_802A11D4_724EB4.s rename to ver/us/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A11D4_724EB4.s diff --git a/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A123C_724F1C.s b/ver/us/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A123C_724F1C.s similarity index 100% rename from asm/nonmatchings/battle/item/super_soda_724CE0/func_802A123C_724F1C.s rename to ver/us/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A123C_724F1C.s diff --git a/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A12EC_724FCC.s b/ver/us/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A12EC_724FCC.s similarity index 100% rename from asm/nonmatchings/battle/item/super_soda_724CE0/func_802A12EC_724FCC.s rename to ver/us/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A12EC_724FCC.s diff --git a/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A1378_725058.s b/ver/us/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A1378_725058.s similarity index 100% rename from asm/nonmatchings/battle/item/super_soda_724CE0/func_802A1378_725058.s rename to ver/us/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A1378_725058.s diff --git a/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A1418_7250F8.s b/ver/us/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A1418_7250F8.s similarity index 100% rename from asm/nonmatchings/battle/item/super_soda_724CE0/func_802A1418_7250F8.s rename to ver/us/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A1418_7250F8.s diff --git a/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A14D8_7251B8.s b/ver/us/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A14D8_7251B8.s similarity index 100% rename from asm/nonmatchings/battle/item/super_soda_724CE0/func_802A14D8_7251B8.s rename to ver/us/asm/nonmatchings/battle/item/super_soda_724CE0/func_802A14D8_7251B8.s diff --git a/asm/nonmatchings/battle/item/tasty_tonic_722000/func_802A1000_722000.s b/ver/us/asm/nonmatchings/battle/item/tasty_tonic_722000/func_802A1000_722000.s similarity index 100% rename from asm/nonmatchings/battle/item/tasty_tonic_722000/func_802A1000_722000.s rename to ver/us/asm/nonmatchings/battle/item/tasty_tonic_722000/func_802A1000_722000.s diff --git a/asm/nonmatchings/battle/item/tasty_tonic_722000/func_802A11D4_7221D4.s b/ver/us/asm/nonmatchings/battle/item/tasty_tonic_722000/func_802A11D4_7221D4.s similarity index 100% rename from asm/nonmatchings/battle/item/tasty_tonic_722000/func_802A11D4_7221D4.s rename to ver/us/asm/nonmatchings/battle/item/tasty_tonic_722000/func_802A11D4_7221D4.s diff --git a/asm/nonmatchings/battle/item/tasty_tonic_722000/func_802A123C_72223C.s b/ver/us/asm/nonmatchings/battle/item/tasty_tonic_722000/func_802A123C_72223C.s similarity index 100% rename from asm/nonmatchings/battle/item/tasty_tonic_722000/func_802A123C_72223C.s rename to ver/us/asm/nonmatchings/battle/item/tasty_tonic_722000/func_802A123C_72223C.s diff --git a/asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A1000_722B40.s b/ver/us/asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A1000_722B40.s similarity index 100% rename from asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A1000_722B40.s rename to ver/us/asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A1000_722B40.s diff --git a/asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A11D4_722D14.s b/ver/us/asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A11D4_722D14.s similarity index 100% rename from asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A11D4_722D14.s rename to ver/us/asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A11D4_722D14.s diff --git a/asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A123C_722D7C.s b/ver/us/asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A123C_722D7C.s similarity index 100% rename from asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A123C_722D7C.s rename to ver/us/asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A123C_722D7C.s diff --git a/asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A1420_722F60.s b/ver/us/asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A1420_722F60.s similarity index 100% rename from asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A1420_722F60.s rename to ver/us/asm/nonmatchings/battle/item/thunder_bolt_722B40/func_802A1420_722F60.s diff --git a/asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A1000_71B1A0.s b/ver/us/asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A1000_71B1A0.s similarity index 100% rename from asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A1000_71B1A0.s rename to ver/us/asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A1000_71B1A0.s diff --git a/asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A11D4_71B374.s b/ver/us/asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A11D4_71B374.s similarity index 100% rename from asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A11D4_71B374.s rename to ver/us/asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A11D4_71B374.s diff --git a/asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A12D4_71B474.s b/ver/us/asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A12D4_71B474.s similarity index 100% rename from asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A12D4_71B474.s rename to ver/us/asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A12D4_71B474.s diff --git a/asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A1354_71B4F4.s b/ver/us/asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A1354_71B4F4.s similarity index 100% rename from asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A1354_71B4F4.s rename to ver/us/asm/nonmatchings/battle/item/thunder_rage_71B1A0/func_802A1354_71B4F4.s diff --git a/asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A1000_723780.s b/ver/us/asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A1000_723780.s similarity index 100% rename from asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A1000_723780.s rename to ver/us/asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A1000_723780.s diff --git a/asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A11D4_723954.s b/ver/us/asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A11D4_723954.s similarity index 100% rename from asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A11D4_723954.s rename to ver/us/asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A11D4_723954.s diff --git a/asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A123C_7239BC.s b/ver/us/asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A123C_7239BC.s similarity index 100% rename from asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A123C_7239BC.s rename to ver/us/asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A123C_7239BC.s diff --git a/asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A12FC_723A7C.s b/ver/us/asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A12FC_723A7C.s similarity index 100% rename from asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A12FC_723A7C.s rename to ver/us/asm/nonmatchings/battle/item/ultra_shroom_723780/func_802A12FC_723A7C.s diff --git a/asm/nonmatchings/battle/item/unknown_item_724240/func_802A1000_724240.s b/ver/us/asm/nonmatchings/battle/item/unknown_item_724240/func_802A1000_724240.s similarity index 100% rename from asm/nonmatchings/battle/item/unknown_item_724240/func_802A1000_724240.s rename to ver/us/asm/nonmatchings/battle/item/unknown_item_724240/func_802A1000_724240.s diff --git a/asm/nonmatchings/battle/item/unknown_item_724240/func_802A11D4_724414.s b/ver/us/asm/nonmatchings/battle/item/unknown_item_724240/func_802A11D4_724414.s similarity index 100% rename from asm/nonmatchings/battle/item/unknown_item_724240/func_802A11D4_724414.s rename to ver/us/asm/nonmatchings/battle/item/unknown_item_724240/func_802A11D4_724414.s diff --git a/asm/nonmatchings/battle/item/unknown_item_724240/func_802A123C_72447C.s b/ver/us/asm/nonmatchings/battle/item/unknown_item_724240/func_802A123C_72447C.s similarity index 100% rename from asm/nonmatchings/battle/item/unknown_item_724240/func_802A123C_72447C.s rename to ver/us/asm/nonmatchings/battle/item/unknown_item_724240/func_802A123C_72447C.s diff --git a/asm/nonmatchings/battle/item/unknown_item_724240/func_802A12FC_72453C.s b/ver/us/asm/nonmatchings/battle/item/unknown_item_724240/func_802A12FC_72453C.s similarity index 100% rename from asm/nonmatchings/battle/item/unknown_item_724240/func_802A12FC_72453C.s rename to ver/us/asm/nonmatchings/battle/item/unknown_item_724240/func_802A12FC_72453C.s diff --git a/asm/nonmatchings/battle/item/volt_shroom_71A7F0/func_802A1000_71A7F0.s b/ver/us/asm/nonmatchings/battle/item/volt_shroom_71A7F0/func_802A1000_71A7F0.s similarity index 100% rename from asm/nonmatchings/battle/item/volt_shroom_71A7F0/func_802A1000_71A7F0.s rename to ver/us/asm/nonmatchings/battle/item/volt_shroom_71A7F0/func_802A1000_71A7F0.s diff --git a/asm/nonmatchings/battle/item/volt_shroom_71A7F0/func_802A11D4_71A9C4.s b/ver/us/asm/nonmatchings/battle/item/volt_shroom_71A7F0/func_802A11D4_71A9C4.s similarity index 100% rename from asm/nonmatchings/battle/item/volt_shroom_71A7F0/func_802A11D4_71A9C4.s rename to ver/us/asm/nonmatchings/battle/item/volt_shroom_71A7F0/func_802A11D4_71A9C4.s diff --git a/asm/nonmatchings/battle/item/volt_shroom_71A7F0/func_802A123C_71AA2C.s b/ver/us/asm/nonmatchings/battle/item/volt_shroom_71A7F0/func_802A123C_71AA2C.s similarity index 100% rename from asm/nonmatchings/battle/item/volt_shroom_71A7F0/func_802A123C_71AA2C.s rename to ver/us/asm/nonmatchings/battle/item/volt_shroom_71A7F0/func_802A123C_71AA2C.s diff --git a/asm/nonmatchings/battle/move/mega_quake_756780/func_802A10A4_756824.s b/ver/us/asm/nonmatchings/battle/move/mega_quake_756780/func_802A10A4_756824.s similarity index 100% rename from asm/nonmatchings/battle/move/mega_quake_756780/func_802A10A4_756824.s rename to ver/us/asm/nonmatchings/battle/move/mega_quake_756780/func_802A10A4_756824.s diff --git a/asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A10E4_743ED4.s b/ver/us/asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A10E4_743ED4.s similarity index 100% rename from asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A10E4_743ED4.s rename to ver/us/asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A10E4_743ED4.s diff --git a/asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A1194_743F84.s b/ver/us/asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A1194_743F84.s similarity index 100% rename from asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A1194_743F84.s rename to ver/us/asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A1194_743F84.s diff --git a/asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A11A4_743F94.s b/ver/us/asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A11A4_743F94.s similarity index 100% rename from asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A11A4_743F94.s rename to ver/us/asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A11A4_743F94.s diff --git a/asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A11C0_743FB0.s b/ver/us/asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A11C0_743FB0.s similarity index 100% rename from asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A11C0_743FB0.s rename to ver/us/asm/nonmatchings/battle/move/power_bounce_743DF0/func_802A11C0_743FB0.s diff --git a/asm/nonmatchings/battle/move/shell_crack_77F240/func_802A10A4_77F2E4.s b/ver/us/asm/nonmatchings/battle/move/shell_crack_77F240/func_802A10A4_77F2E4.s similarity index 100% rename from asm/nonmatchings/battle/move/shell_crack_77F240/func_802A10A4_77F2E4.s rename to ver/us/asm/nonmatchings/battle/move/shell_crack_77F240/func_802A10A4_77F2E4.s diff --git a/asm/nonmatchings/battle/move/spin_smash_737890/func_802A1000_737890.s b/ver/us/asm/nonmatchings/battle/move/spin_smash_737890/func_802A1000_737890.s similarity index 100% rename from asm/nonmatchings/battle/move/spin_smash_737890/func_802A1000_737890.s rename to ver/us/asm/nonmatchings/battle/move/spin_smash_737890/func_802A1000_737890.s diff --git a/asm/nonmatchings/battle/move/spin_smash_737890/func_802A1074_737904.s b/ver/us/asm/nonmatchings/battle/move/spin_smash_737890/func_802A1074_737904.s similarity index 100% rename from asm/nonmatchings/battle/move/spin_smash_737890/func_802A1074_737904.s rename to ver/us/asm/nonmatchings/battle/move/spin_smash_737890/func_802A1074_737904.s diff --git a/asm/nonmatchings/battle/move/unknown_move_779C90/func_802A10E4_779D74.s b/ver/us/asm/nonmatchings/battle/move/unknown_move_779C90/func_802A10E4_779D74.s similarity index 100% rename from asm/nonmatchings/battle/move/unknown_move_779C90/func_802A10E4_779D74.s rename to ver/us/asm/nonmatchings/battle/move/unknown_move_779C90/func_802A10E4_779D74.s diff --git a/asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238000_6FAD10.s b/ver/us/asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238000_6FAD10.s similarity index 100% rename from asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238000_6FAD10.s rename to ver/us/asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238000_6FAD10.s diff --git a/asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238244_6FAF54.s b/ver/us/asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238244_6FAF54.s similarity index 100% rename from asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238244_6FAF54.s rename to ver/us/asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238244_6FAF54.s diff --git a/asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238358_6FB068.s b/ver/us/asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238358_6FB068.s similarity index 100% rename from asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238358_6FB068.s rename to ver/us/asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238358_6FB068.s diff --git a/asm/nonmatchings/battle/partner/bombette_6FAD10/func_8023849C_6FB1AC.s b/ver/us/asm/nonmatchings/battle/partner/bombette_6FAD10/func_8023849C_6FB1AC.s similarity index 100% rename from asm/nonmatchings/battle/partner/bombette_6FAD10/func_8023849C_6FB1AC.s rename to ver/us/asm/nonmatchings/battle/partner/bombette_6FAD10/func_8023849C_6FB1AC.s diff --git a/asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238590_6FB2A0.s b/ver/us/asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238590_6FB2A0.s similarity index 100% rename from asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238590_6FB2A0.s rename to ver/us/asm/nonmatchings/battle/partner/bombette_6FAD10/func_80238590_6FB2A0.s diff --git a/asm/nonmatchings/battle/partner/bow_710EF0/func_80238000_710EF0.s b/ver/us/asm/nonmatchings/battle/partner/bow_710EF0/func_80238000_710EF0.s similarity index 100% rename from asm/nonmatchings/battle/partner/bow_710EF0/func_80238000_710EF0.s rename to ver/us/asm/nonmatchings/battle/partner/bow_710EF0/func_80238000_710EF0.s diff --git a/asm/nonmatchings/battle/partner/bow_710EF0/func_80238014_710F04.s b/ver/us/asm/nonmatchings/battle/partner/bow_710EF0/func_80238014_710F04.s similarity index 100% rename from asm/nonmatchings/battle/partner/bow_710EF0/func_80238014_710F04.s rename to ver/us/asm/nonmatchings/battle/partner/bow_710EF0/func_80238014_710F04.s diff --git a/asm/nonmatchings/battle/partner/bow_710EF0/func_8023808C_710F7C.s b/ver/us/asm/nonmatchings/battle/partner/bow_710EF0/func_8023808C_710F7C.s similarity index 100% rename from asm/nonmatchings/battle/partner/bow_710EF0/func_8023808C_710F7C.s rename to ver/us/asm/nonmatchings/battle/partner/bow_710EF0/func_8023808C_710F7C.s diff --git a/asm/nonmatchings/battle/partner/bow_710EF0/func_802380E4_710FD4.s b/ver/us/asm/nonmatchings/battle/partner/bow_710EF0/func_802380E4_710FD4.s similarity index 100% rename from asm/nonmatchings/battle/partner/bow_710EF0/func_802380E4_710FD4.s rename to ver/us/asm/nonmatchings/battle/partner/bow_710EF0/func_802380E4_710FD4.s diff --git a/asm/nonmatchings/battle/partner/bow_710EF0/func_80238198_711088.s b/ver/us/asm/nonmatchings/battle/partner/bow_710EF0/func_80238198_711088.s similarity index 100% rename from asm/nonmatchings/battle/partner/bow_710EF0/func_80238198_711088.s rename to ver/us/asm/nonmatchings/battle/partner/bow_710EF0/func_80238198_711088.s diff --git a/asm/nonmatchings/battle/partner/bow_710EF0/func_802381C8_7110B8.s b/ver/us/asm/nonmatchings/battle/partner/bow_710EF0/func_802381C8_7110B8.s similarity index 100% rename from asm/nonmatchings/battle/partner/bow_710EF0/func_802381C8_7110B8.s rename to ver/us/asm/nonmatchings/battle/partner/bow_710EF0/func_802381C8_7110B8.s diff --git a/asm/nonmatchings/battle/partner/bow_710EF0/func_802381E8_7110D8.s b/ver/us/asm/nonmatchings/battle/partner/bow_710EF0/func_802381E8_7110D8.s similarity index 100% rename from asm/nonmatchings/battle/partner/bow_710EF0/func_802381E8_7110D8.s rename to ver/us/asm/nonmatchings/battle/partner/bow_710EF0/func_802381E8_7110D8.s diff --git a/asm/nonmatchings/battle/partner/goombario_6F10E0/func_802380E4_6F11C4.s b/ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_802380E4_6F11C4.s similarity index 100% rename from asm/nonmatchings/battle/partner/goombario_6F10E0/func_802380E4_6F11C4.s rename to ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_802380E4_6F11C4.s diff --git a/asm/nonmatchings/battle/partner/goombario_6F10E0/func_8023817C_6F125C.s b/ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_8023817C_6F125C.s similarity index 100% rename from asm/nonmatchings/battle/partner/goombario_6F10E0/func_8023817C_6F125C.s rename to ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_8023817C_6F125C.s diff --git a/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238A20_6F1B00.s b/ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238A20_6F1B00.s similarity index 100% rename from asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238A20_6F1B00.s rename to ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238A20_6F1B00.s diff --git a/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238B60_6F1C40.s b/ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238B60_6F1C40.s similarity index 100% rename from asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238B60_6F1C40.s rename to ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238B60_6F1C40.s diff --git a/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238BCC_6F1CAC.s b/ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238BCC_6F1CAC.s similarity index 100% rename from asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238BCC_6F1CAC.s rename to ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238BCC_6F1CAC.s diff --git a/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238E04_6F1EE4.s b/ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238E04_6F1EE4.s similarity index 100% rename from asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238E04_6F1EE4.s rename to ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238E04_6F1EE4.s diff --git a/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238E48_6F1F28.s b/ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238E48_6F1F28.s similarity index 100% rename from asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238E48_6F1F28.s rename to ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238E48_6F1F28.s diff --git a/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238E74_6F1F54.s b/ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238E74_6F1F54.s similarity index 100% rename from asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238E74_6F1F54.s rename to ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238E74_6F1F54.s diff --git a/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238EDC_6F1FBC.s b/ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238EDC_6F1FBC.s similarity index 100% rename from asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238EDC_6F1FBC.s rename to ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80238EDC_6F1FBC.s diff --git a/asm/nonmatchings/battle/partner/goombario_6F10E0/func_8023903C_6F211C.s b/ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_8023903C_6F211C.s similarity index 100% rename from asm/nonmatchings/battle/partner/goombario_6F10E0/func_8023903C_6F211C.s rename to ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_8023903C_6F211C.s diff --git a/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80239068_6F2148.s b/ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80239068_6F2148.s similarity index 100% rename from asm/nonmatchings/battle/partner/goombario_6F10E0/func_80239068_6F2148.s rename to ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_80239068_6F2148.s diff --git a/asm/nonmatchings/battle/partner/goombario_6F10E0/func_802390B0_6F2190.s b/ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_802390B0_6F2190.s similarity index 100% rename from asm/nonmatchings/battle/partner/goombario_6F10E0/func_802390B0_6F2190.s rename to ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_802390B0_6F2190.s diff --git a/asm/nonmatchings/battle/partner/goombario_6F10E0/func_802390C8_6F21A8.s b/ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_802390C8_6F21A8.s similarity index 100% rename from asm/nonmatchings/battle/partner/goombario_6F10E0/func_802390C8_6F21A8.s rename to ver/us/asm/nonmatchings/battle/partner/goombario_6F10E0/func_802390C8_6F21A8.s diff --git a/asm/nonmatchings/battle/partner/kooper_6F5E80/func_80238000_6F5E80.s b/ver/us/asm/nonmatchings/battle/partner/kooper_6F5E80/func_80238000_6F5E80.s similarity index 100% rename from asm/nonmatchings/battle/partner/kooper_6F5E80/func_80238000_6F5E80.s rename to ver/us/asm/nonmatchings/battle/partner/kooper_6F5E80/func_80238000_6F5E80.s diff --git a/asm/nonmatchings/battle/partner/kooper_6F5E80/func_80238114_6F5F94.s b/ver/us/asm/nonmatchings/battle/partner/kooper_6F5E80/func_80238114_6F5F94.s similarity index 100% rename from asm/nonmatchings/battle/partner/kooper_6F5E80/func_80238114_6F5F94.s rename to ver/us/asm/nonmatchings/battle/partner/kooper_6F5E80/func_80238114_6F5F94.s diff --git a/asm/nonmatchings/battle/partner/kooper_6F5E80/func_80238298_6F6118.s b/ver/us/asm/nonmatchings/battle/partner/kooper_6F5E80/func_80238298_6F6118.s similarity index 100% rename from asm/nonmatchings/battle/partner/kooper_6F5E80/func_80238298_6F6118.s rename to ver/us/asm/nonmatchings/battle/partner/kooper_6F5E80/func_80238298_6F6118.s diff --git a/asm/nonmatchings/battle/partner/kooper_6F5E80/func_802383C0_6F6240.s b/ver/us/asm/nonmatchings/battle/partner/kooper_6F5E80/func_802383C0_6F6240.s similarity index 100% rename from asm/nonmatchings/battle/partner/kooper_6F5E80/func_802383C0_6F6240.s rename to ver/us/asm/nonmatchings/battle/partner/kooper_6F5E80/func_802383C0_6F6240.s diff --git a/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238000_70BD10.s b/ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238000_70BD10.s similarity index 100% rename from asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238000_70BD10.s rename to ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238000_70BD10.s diff --git a/asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023803C_70BD4C.s b/ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023803C_70BD4C.s similarity index 100% rename from asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023803C_70BD4C.s rename to ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023803C_70BD4C.s diff --git a/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238A6C_70C77C.s b/ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238A6C_70C77C.s similarity index 100% rename from asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238A6C_70C77C.s rename to ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238A6C_70C77C.s diff --git a/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238B50_70C860.s b/ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238B50_70C860.s similarity index 100% rename from asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238B50_70C860.s rename to ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238B50_70C860.s diff --git a/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238C14_70C924.s b/ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238C14_70C924.s similarity index 100% rename from asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238C14_70C924.s rename to ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238C14_70C924.s diff --git a/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238C58_70C968.s b/ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238C58_70C968.s similarity index 100% rename from asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238C58_70C968.s rename to ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238C58_70C968.s diff --git a/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238D48_70CA58.s b/ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238D48_70CA58.s similarity index 100% rename from asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238D48_70CA58.s rename to ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238D48_70CA58.s diff --git a/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238D8C_70CA9C.s b/ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238D8C_70CA9C.s similarity index 100% rename from asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238D8C_70CA9C.s rename to ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80238D8C_70CA9C.s diff --git a/asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023906C_70CD7C.s b/ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023906C_70CD7C.s similarity index 100% rename from asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023906C_70CD7C.s rename to ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023906C_70CD7C.s diff --git a/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80239140_70CE50.s b/ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80239140_70CE50.s similarity index 100% rename from asm/nonmatchings/battle/partner/lakilester_70BD10/func_80239140_70CE50.s rename to ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80239140_70CE50.s diff --git a/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80239F84_70DC94.s b/ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80239F84_70DC94.s similarity index 100% rename from asm/nonmatchings/battle/partner/lakilester_70BD10/func_80239F84_70DC94.s rename to ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_80239F84_70DC94.s diff --git a/asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023A19C_70DEAC.s b/ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023A19C_70DEAC.s similarity index 100% rename from asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023A19C_70DEAC.s rename to ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023A19C_70DEAC.s diff --git a/asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023A1B0_70DEC0.s b/ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023A1B0_70DEC0.s similarity index 100% rename from asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023A1B0_70DEC0.s rename to ver/us/asm/nonmatchings/battle/partner/lakilester_70BD10/func_8023A1B0_70DEC0.s diff --git a/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238000_6FFD80.s b/ver/us/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238000_6FFD80.s similarity index 100% rename from asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238000_6FFD80.s rename to ver/us/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238000_6FFD80.s diff --git a/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238C88_700A08.s b/ver/us/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238C88_700A08.s similarity index 100% rename from asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238C88_700A08.s rename to ver/us/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238C88_700A08.s diff --git a/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238CE0_700A60.s b/ver/us/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238CE0_700A60.s similarity index 100% rename from asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238CE0_700A60.s rename to ver/us/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238CE0_700A60.s diff --git a/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238E24_700BA4.s b/ver/us/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238E24_700BA4.s similarity index 100% rename from asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238E24_700BA4.s rename to ver/us/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_80238E24_700BA4.s diff --git a/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_802390B4_700E34.s b/ver/us/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_802390B4_700E34.s similarity index 100% rename from asm/nonmatchings/battle/partner/parakarry_6FFD80/func_802390B4_700E34.s rename to ver/us/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_802390B4_700E34.s diff --git a/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_802397C8_701548.s b/ver/us/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_802397C8_701548.s similarity index 100% rename from asm/nonmatchings/battle/partner/parakarry_6FFD80/func_802397C8_701548.s rename to ver/us/asm/nonmatchings/battle/partner/parakarry_6FFD80/func_802397C8_701548.s diff --git a/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238000_707CA0.s b/ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238000_707CA0.s similarity index 100% rename from asm/nonmatchings/battle/partner/sushie_707CA0/func_80238000_707CA0.s rename to ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238000_707CA0.s diff --git a/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238114_707DB4.s b/ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238114_707DB4.s similarity index 100% rename from asm/nonmatchings/battle/partner/sushie_707CA0/func_80238114_707DB4.s rename to ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238114_707DB4.s diff --git a/asm/nonmatchings/battle/partner/sushie_707CA0/func_802381EC_707E8C.s b/ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_802381EC_707E8C.s similarity index 100% rename from asm/nonmatchings/battle/partner/sushie_707CA0/func_802381EC_707E8C.s rename to ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_802381EC_707E8C.s diff --git a/asm/nonmatchings/battle/partner/sushie_707CA0/func_802382A4_707F44.s b/ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_802382A4_707F44.s similarity index 100% rename from asm/nonmatchings/battle/partner/sushie_707CA0/func_802382A4_707F44.s rename to ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_802382A4_707F44.s diff --git a/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238328_707FC8.s b/ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238328_707FC8.s similarity index 100% rename from asm/nonmatchings/battle/partner/sushie_707CA0/func_80238328_707FC8.s rename to ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238328_707FC8.s diff --git a/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238388_708028.s b/ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238388_708028.s similarity index 100% rename from asm/nonmatchings/battle/partner/sushie_707CA0/func_80238388_708028.s rename to ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238388_708028.s diff --git a/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238480_708120.s b/ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238480_708120.s similarity index 100% rename from asm/nonmatchings/battle/partner/sushie_707CA0/func_80238480_708120.s rename to ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238480_708120.s diff --git a/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238540_7081E0.s b/ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238540_7081E0.s similarity index 100% rename from asm/nonmatchings/battle/partner/sushie_707CA0/func_80238540_7081E0.s rename to ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238540_7081E0.s diff --git a/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238E30_708AD0.s b/ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238E30_708AD0.s similarity index 100% rename from asm/nonmatchings/battle/partner/sushie_707CA0/func_80238E30_708AD0.s rename to ver/us/asm/nonmatchings/battle/partner/sushie_707CA0/func_80238E30_708AD0.s diff --git a/asm/nonmatchings/battle/partner/twink_714CF0/func_80238028_714D18.s b/ver/us/asm/nonmatchings/battle/partner/twink_714CF0/func_80238028_714D18.s similarity index 100% rename from asm/nonmatchings/battle/partner/twink_714CF0/func_80238028_714D18.s rename to ver/us/asm/nonmatchings/battle/partner/twink_714CF0/func_80238028_714D18.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_80238000_703AF0.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238000_703AF0.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_80238000_703AF0.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238000_703AF0.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_80238370_703E60.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238370_703E60.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_80238370_703E60.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238370_703E60.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_802383C0_703EB0.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_802383C0_703EB0.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_802383C0_703EB0.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_802383C0_703EB0.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_802383D4_703EC4.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_802383D4_703EC4.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_802383D4_703EC4.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_802383D4_703EC4.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_802383E4_703ED4.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_802383E4_703ED4.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_802383E4_703ED4.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_802383E4_703ED4.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_802383F8_703EE8.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_802383F8_703EE8.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_802383F8_703EE8.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_802383F8_703EE8.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_80238408_703EF8.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238408_703EF8.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_80238408_703EF8.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238408_703EF8.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_80238434_703F24.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238434_703F24.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_80238434_703F24.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238434_703F24.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_80238478_703F68.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238478_703F68.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_80238478_703F68.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238478_703F68.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_802384B0_703FA0.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_802384B0_703FA0.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_802384B0_703FA0.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_802384B0_703FA0.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_80238570_704060.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238570_704060.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_80238570_704060.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238570_704060.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_8023859C_70408C.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_8023859C_70408C.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_8023859C_70408C.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_8023859C_70408C.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_80238668_704158.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238668_704158.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_80238668_704158.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238668_704158.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_80238784_704274.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238784_704274.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_80238784_704274.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238784_704274.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_80238810_704300.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238810_704300.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_80238810_704300.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238810_704300.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_80238B3C_70462C.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238B3C_70462C.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_80238B3C_70462C.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238B3C_70462C.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_80238C08_7046F8.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238C08_7046F8.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_80238C08_7046F8.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238C08_7046F8.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_80238C84_704774.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238C84_704774.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_80238C84_704774.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238C84_704774.s diff --git a/asm/nonmatchings/battle/partner/watt_703AF0/func_80238E5C_70494C.s b/ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238E5C_70494C.s similarity index 100% rename from asm/nonmatchings/battle/partner/watt_703AF0/func_80238E5C_70494C.s rename to ver/us/asm/nonmatchings/battle/partner/watt_703AF0/func_80238E5C_70494C.s diff --git a/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1000_7900D0.s b/ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1000_7900D0.s similarity index 100% rename from asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1000_7900D0.s rename to ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1000_7900D0.s diff --git a/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A10AC_79017C.s b/ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A10AC_79017C.s similarity index 100% rename from asm/nonmatchings/battle/star/chill_out_7900D0/func_802A10AC_79017C.s rename to ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A10AC_79017C.s diff --git a/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A116C_79023C.s b/ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A116C_79023C.s similarity index 100% rename from asm/nonmatchings/battle/star/chill_out_7900D0/func_802A116C_79023C.s rename to ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A116C_79023C.s diff --git a/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1218_7902E8.s b/ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1218_7902E8.s similarity index 100% rename from asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1218_7902E8.s rename to ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1218_7902E8.s diff --git a/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A137C_79044C.s b/ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A137C_79044C.s similarity index 100% rename from asm/nonmatchings/battle/star/chill_out_7900D0/func_802A137C_79044C.s rename to ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A137C_79044C.s diff --git a/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1414_7904E4.s b/ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1414_7904E4.s similarity index 100% rename from asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1414_7904E4.s rename to ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1414_7904E4.s diff --git a/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1494_790564.s b/ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1494_790564.s similarity index 100% rename from asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1494_790564.s rename to ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A1494_790564.s diff --git a/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A153C_79060C.s b/ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A153C_79060C.s similarity index 100% rename from asm/nonmatchings/battle/star/chill_out_7900D0/func_802A153C_79060C.s rename to ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A153C_79060C.s diff --git a/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A163C_79070C.s b/ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A163C_79070C.s similarity index 100% rename from asm/nonmatchings/battle/star/chill_out_7900D0/func_802A163C_79070C.s rename to ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A163C_79070C.s diff --git a/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A16F4_7907C4.s b/ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A16F4_7907C4.s similarity index 100% rename from asm/nonmatchings/battle/star/chill_out_7900D0/func_802A16F4_7907C4.s rename to ver/us/asm/nonmatchings/battle/star/chill_out_7900D0/func_802A16F4_7907C4.s diff --git a/asm/nonmatchings/battle/star/focus_789E60/func_802A1000_789E60.s b/ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A1000_789E60.s similarity index 100% rename from asm/nonmatchings/battle/star/focus_789E60/func_802A1000_789E60.s rename to ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A1000_789E60.s diff --git a/asm/nonmatchings/battle/star/focus_789E60/func_802A10AC_789F0C.s b/ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A10AC_789F0C.s similarity index 100% rename from asm/nonmatchings/battle/star/focus_789E60/func_802A10AC_789F0C.s rename to ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A10AC_789F0C.s diff --git a/asm/nonmatchings/battle/star/focus_789E60/func_802A116C_789FCC.s b/ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A116C_789FCC.s similarity index 100% rename from asm/nonmatchings/battle/star/focus_789E60/func_802A116C_789FCC.s rename to ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A116C_789FCC.s diff --git a/asm/nonmatchings/battle/star/focus_789E60/func_802A1218_78A078.s b/ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A1218_78A078.s similarity index 100% rename from asm/nonmatchings/battle/star/focus_789E60/func_802A1218_78A078.s rename to ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A1218_78A078.s diff --git a/asm/nonmatchings/battle/star/focus_789E60/func_802A137C_78A1DC.s b/ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A137C_78A1DC.s similarity index 100% rename from asm/nonmatchings/battle/star/focus_789E60/func_802A137C_78A1DC.s rename to ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A137C_78A1DC.s diff --git a/asm/nonmatchings/battle/star/focus_789E60/func_802A1414_78A274.s b/ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A1414_78A274.s similarity index 100% rename from asm/nonmatchings/battle/star/focus_789E60/func_802A1414_78A274.s rename to ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A1414_78A274.s diff --git a/asm/nonmatchings/battle/star/focus_789E60/func_802A1494_78A2F4.s b/ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A1494_78A2F4.s similarity index 100% rename from asm/nonmatchings/battle/star/focus_789E60/func_802A1494_78A2F4.s rename to ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A1494_78A2F4.s diff --git a/asm/nonmatchings/battle/star/focus_789E60/func_802A14E8_78A348.s b/ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A14E8_78A348.s similarity index 100% rename from asm/nonmatchings/battle/star/focus_789E60/func_802A14E8_78A348.s rename to ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A14E8_78A348.s diff --git a/asm/nonmatchings/battle/star/focus_789E60/func_802A1518_78A378.s b/ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A1518_78A378.s similarity index 100% rename from asm/nonmatchings/battle/star/focus_789E60/func_802A1518_78A378.s rename to ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A1518_78A378.s diff --git a/asm/nonmatchings/battle/star/focus_789E60/func_802A15B0_78A410.s b/ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A15B0_78A410.s similarity index 100% rename from asm/nonmatchings/battle/star/focus_789E60/func_802A15B0_78A410.s rename to ver/us/asm/nonmatchings/battle/star/focus_789E60/func_802A15B0_78A410.s diff --git a/asm/nonmatchings/battle/star/lullaby_78D150/func_802A1000_78D150.s b/ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A1000_78D150.s similarity index 100% rename from asm/nonmatchings/battle/star/lullaby_78D150/func_802A1000_78D150.s rename to ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A1000_78D150.s diff --git a/asm/nonmatchings/battle/star/lullaby_78D150/func_802A10AC_78D1FC.s b/ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A10AC_78D1FC.s similarity index 100% rename from asm/nonmatchings/battle/star/lullaby_78D150/func_802A10AC_78D1FC.s rename to ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A10AC_78D1FC.s diff --git a/asm/nonmatchings/battle/star/lullaby_78D150/func_802A116C_78D2BC.s b/ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A116C_78D2BC.s similarity index 100% rename from asm/nonmatchings/battle/star/lullaby_78D150/func_802A116C_78D2BC.s rename to ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A116C_78D2BC.s diff --git a/asm/nonmatchings/battle/star/lullaby_78D150/func_802A1218_78D368.s b/ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A1218_78D368.s similarity index 100% rename from asm/nonmatchings/battle/star/lullaby_78D150/func_802A1218_78D368.s rename to ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A1218_78D368.s diff --git a/asm/nonmatchings/battle/star/lullaby_78D150/func_802A137C_78D4CC.s b/ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A137C_78D4CC.s similarity index 100% rename from asm/nonmatchings/battle/star/lullaby_78D150/func_802A137C_78D4CC.s rename to ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A137C_78D4CC.s diff --git a/asm/nonmatchings/battle/star/lullaby_78D150/func_802A1414_78D564.s b/ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A1414_78D564.s similarity index 100% rename from asm/nonmatchings/battle/star/lullaby_78D150/func_802A1414_78D564.s rename to ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A1414_78D564.s diff --git a/asm/nonmatchings/battle/star/lullaby_78D150/func_802A1494_78D5E4.s b/ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A1494_78D5E4.s similarity index 100% rename from asm/nonmatchings/battle/star/lullaby_78D150/func_802A1494_78D5E4.s rename to ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A1494_78D5E4.s diff --git a/asm/nonmatchings/battle/star/lullaby_78D150/func_802A14E8_78D638.s b/ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A14E8_78D638.s similarity index 100% rename from asm/nonmatchings/battle/star/lullaby_78D150/func_802A14E8_78D638.s rename to ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A14E8_78D638.s diff --git a/asm/nonmatchings/battle/star/lullaby_78D150/func_802A1518_78D668.s b/ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A1518_78D668.s similarity index 100% rename from asm/nonmatchings/battle/star/lullaby_78D150/func_802A1518_78D668.s rename to ver/us/asm/nonmatchings/battle/star/lullaby_78D150/func_802A1518_78D668.s diff --git a/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1000_7997B0.s b/ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1000_7997B0.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1000_7997B0.s rename to ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1000_7997B0.s diff --git a/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A10AC_79985C.s b/ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A10AC_79985C.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A10AC_79985C.s rename to ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A10AC_79985C.s diff --git a/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A116C_79991C.s b/ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A116C_79991C.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A116C_79991C.s rename to ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A116C_79991C.s diff --git a/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1218_7999C8.s b/ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1218_7999C8.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1218_7999C8.s rename to ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1218_7999C8.s diff --git a/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A137C_799B2C.s b/ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A137C_799B2C.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A137C_799B2C.s rename to ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A137C_799B2C.s diff --git a/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1414_799BC4.s b/ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1414_799BC4.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1414_799BC4.s rename to ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1414_799BC4.s diff --git a/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1494_799C44.s b/ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1494_799C44.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1494_799C44.s rename to ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1494_799C44.s diff --git a/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A14E8_799C98.s b/ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A14E8_799C98.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A14E8_799C98.s rename to ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A14E8_799C98.s diff --git a/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1518_799CC8.s b/ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1518_799CC8.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1518_799CC8.s rename to ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A1518_799CC8.s diff --git a/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A2468_79AC18.s b/ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A2468_79AC18.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A2468_79AC18.s rename to ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A2468_79AC18.s diff --git a/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A247C_79AC2C.s b/ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A247C_79AC2C.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A247C_79AC2C.s rename to ver/us/asm/nonmatchings/battle/star/peach_beam_7997B0/func_802A247C_79AC2C.s diff --git a/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1000_79D8A0.s b/ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1000_79D8A0.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1000_79D8A0.s rename to ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1000_79D8A0.s diff --git a/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A10AC_79D94C.s b/ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A10AC_79D94C.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A10AC_79D94C.s rename to ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A10AC_79D94C.s diff --git a/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A116C_79DA0C.s b/ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A116C_79DA0C.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A116C_79DA0C.s rename to ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A116C_79DA0C.s diff --git a/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1218_79DAB8.s b/ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1218_79DAB8.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1218_79DAB8.s rename to ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1218_79DAB8.s diff --git a/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A137C_79DC1C.s b/ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A137C_79DC1C.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A137C_79DC1C.s rename to ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A137C_79DC1C.s diff --git a/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1414_79DCB4.s b/ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1414_79DCB4.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1414_79DCB4.s rename to ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1414_79DCB4.s diff --git a/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1494_79DD34.s b/ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1494_79DD34.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1494_79DD34.s rename to ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1494_79DD34.s diff --git a/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A14E8_79DD88.s b/ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A14E8_79DD88.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A14E8_79DD88.s rename to ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A14E8_79DD88.s diff --git a/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1518_79DDB8.s b/ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1518_79DDB8.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1518_79DDB8.s rename to ver/us/asm/nonmatchings/battle/star/peach_dash_79D8A0/func_802A1518_79DDB8.s diff --git a/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1000_79BFA0.s b/ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1000_79BFA0.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1000_79BFA0.s rename to ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1000_79BFA0.s diff --git a/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A10AC_79C04C.s b/ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A10AC_79C04C.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A10AC_79C04C.s rename to ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A10AC_79C04C.s diff --git a/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A116C_79C10C.s b/ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A116C_79C10C.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A116C_79C10C.s rename to ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A116C_79C10C.s diff --git a/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1218_79C1B8.s b/ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1218_79C1B8.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1218_79C1B8.s rename to ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1218_79C1B8.s diff --git a/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A137C_79C31C.s b/ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A137C_79C31C.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A137C_79C31C.s rename to ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A137C_79C31C.s diff --git a/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1414_79C3B4.s b/ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1414_79C3B4.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1414_79C3B4.s rename to ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1414_79C3B4.s diff --git a/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1494_79C434.s b/ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1494_79C434.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1494_79C434.s rename to ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1494_79C434.s diff --git a/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A14E8_79C488.s b/ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A14E8_79C488.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A14E8_79C488.s rename to ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A14E8_79C488.s diff --git a/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1518_79C4B8.s b/ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1518_79C4B8.s similarity index 100% rename from asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1518_79C4B8.s rename to ver/us/asm/nonmatchings/battle/star/peach_focus_79BFA0/func_802A1518_79C4B8.s diff --git a/asm/nonmatchings/battle/star/refresh_78B600/func_802A1000_78B600.s b/ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A1000_78B600.s similarity index 100% rename from asm/nonmatchings/battle/star/refresh_78B600/func_802A1000_78B600.s rename to ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A1000_78B600.s diff --git a/asm/nonmatchings/battle/star/refresh_78B600/func_802A10AC_78B6AC.s b/ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A10AC_78B6AC.s similarity index 100% rename from asm/nonmatchings/battle/star/refresh_78B600/func_802A10AC_78B6AC.s rename to ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A10AC_78B6AC.s diff --git a/asm/nonmatchings/battle/star/refresh_78B600/func_802A116C_78B76C.s b/ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A116C_78B76C.s similarity index 100% rename from asm/nonmatchings/battle/star/refresh_78B600/func_802A116C_78B76C.s rename to ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A116C_78B76C.s diff --git a/asm/nonmatchings/battle/star/refresh_78B600/func_802A1218_78B818.s b/ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A1218_78B818.s similarity index 100% rename from asm/nonmatchings/battle/star/refresh_78B600/func_802A1218_78B818.s rename to ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A1218_78B818.s diff --git a/asm/nonmatchings/battle/star/refresh_78B600/func_802A137C_78B97C.s b/ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A137C_78B97C.s similarity index 100% rename from asm/nonmatchings/battle/star/refresh_78B600/func_802A137C_78B97C.s rename to ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A137C_78B97C.s diff --git a/asm/nonmatchings/battle/star/refresh_78B600/func_802A1414_78BA14.s b/ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A1414_78BA14.s similarity index 100% rename from asm/nonmatchings/battle/star/refresh_78B600/func_802A1414_78BA14.s rename to ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A1414_78BA14.s diff --git a/asm/nonmatchings/battle/star/refresh_78B600/func_802A1494_78BA94.s b/ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A1494_78BA94.s similarity index 100% rename from asm/nonmatchings/battle/star/refresh_78B600/func_802A1494_78BA94.s rename to ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A1494_78BA94.s diff --git a/asm/nonmatchings/battle/star/refresh_78B600/func_802A14E8_78BAE8.s b/ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A14E8_78BAE8.s similarity index 100% rename from asm/nonmatchings/battle/star/refresh_78B600/func_802A14E8_78BAE8.s rename to ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A14E8_78BAE8.s diff --git a/asm/nonmatchings/battle/star/refresh_78B600/func_802A1518_78BB18.s b/ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A1518_78BB18.s similarity index 100% rename from asm/nonmatchings/battle/star/refresh_78B600/func_802A1518_78BB18.s rename to ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A1518_78BB18.s diff --git a/asm/nonmatchings/battle/star/refresh_78B600/func_802A17D4_78BDD4.s b/ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A17D4_78BDD4.s similarity index 100% rename from asm/nonmatchings/battle/star/refresh_78B600/func_802A17D4_78BDD4.s rename to ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A17D4_78BDD4.s diff --git a/asm/nonmatchings/battle/star/refresh_78B600/func_802A1840_78BE40.s b/ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A1840_78BE40.s similarity index 100% rename from asm/nonmatchings/battle/star/refresh_78B600/func_802A1840_78BE40.s rename to ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A1840_78BE40.s diff --git a/asm/nonmatchings/battle/star/refresh_78B600/func_802A1894_78BE94.s b/ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A1894_78BE94.s similarity index 100% rename from asm/nonmatchings/battle/star/refresh_78B600/func_802A1894_78BE94.s rename to ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A1894_78BE94.s diff --git a/asm/nonmatchings/battle/star/refresh_78B600/func_802A18E8_78BEE8.s b/ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A18E8_78BEE8.s similarity index 100% rename from asm/nonmatchings/battle/star/refresh_78B600/func_802A18E8_78BEE8.s rename to ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A18E8_78BEE8.s diff --git a/asm/nonmatchings/battle/star/refresh_78B600/func_802A19A8_78BFA8.s b/ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A19A8_78BFA8.s similarity index 100% rename from asm/nonmatchings/battle/star/refresh_78B600/func_802A19A8_78BFA8.s rename to ver/us/asm/nonmatchings/battle/star/refresh_78B600/func_802A19A8_78BFA8.s diff --git a/asm/nonmatchings/battle/star/smooch_791D90/func_802A1000_791D90.s b/ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A1000_791D90.s similarity index 100% rename from asm/nonmatchings/battle/star/smooch_791D90/func_802A1000_791D90.s rename to ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A1000_791D90.s diff --git a/asm/nonmatchings/battle/star/smooch_791D90/func_802A10AC_791E3C.s b/ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A10AC_791E3C.s similarity index 100% rename from asm/nonmatchings/battle/star/smooch_791D90/func_802A10AC_791E3C.s rename to ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A10AC_791E3C.s diff --git a/asm/nonmatchings/battle/star/smooch_791D90/func_802A116C_791EFC.s b/ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A116C_791EFC.s similarity index 100% rename from asm/nonmatchings/battle/star/smooch_791D90/func_802A116C_791EFC.s rename to ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A116C_791EFC.s diff --git a/asm/nonmatchings/battle/star/smooch_791D90/func_802A1218_791FA8.s b/ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A1218_791FA8.s similarity index 100% rename from asm/nonmatchings/battle/star/smooch_791D90/func_802A1218_791FA8.s rename to ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A1218_791FA8.s diff --git a/asm/nonmatchings/battle/star/smooch_791D90/func_802A137C_79210C.s b/ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A137C_79210C.s similarity index 100% rename from asm/nonmatchings/battle/star/smooch_791D90/func_802A137C_79210C.s rename to ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A137C_79210C.s diff --git a/asm/nonmatchings/battle/star/smooch_791D90/func_802A1414_7921A4.s b/ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A1414_7921A4.s similarity index 100% rename from asm/nonmatchings/battle/star/smooch_791D90/func_802A1414_7921A4.s rename to ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A1414_7921A4.s diff --git a/asm/nonmatchings/battle/star/smooch_791D90/func_802A1494_792224.s b/ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A1494_792224.s similarity index 100% rename from asm/nonmatchings/battle/star/smooch_791D90/func_802A1494_792224.s rename to ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A1494_792224.s diff --git a/asm/nonmatchings/battle/star/smooch_791D90/func_802A14E8_792278.s b/ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A14E8_792278.s similarity index 100% rename from asm/nonmatchings/battle/star/smooch_791D90/func_802A14E8_792278.s rename to ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A14E8_792278.s diff --git a/asm/nonmatchings/battle/star/smooch_791D90/func_802A1518_7922A8.s b/ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A1518_7922A8.s similarity index 100% rename from asm/nonmatchings/battle/star/smooch_791D90/func_802A1518_7922A8.s rename to ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A1518_7922A8.s diff --git a/asm/nonmatchings/battle/star/smooch_791D90/func_802A156C_7922FC.s b/ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A156C_7922FC.s similarity index 100% rename from asm/nonmatchings/battle/star/smooch_791D90/func_802A156C_7922FC.s rename to ver/us/asm/nonmatchings/battle/star/smooch_791D90/func_802A156C_7922FC.s diff --git a/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1000_796FC0.s b/ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1000_796FC0.s similarity index 100% rename from asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1000_796FC0.s rename to ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1000_796FC0.s diff --git a/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A10AC_79706C.s b/ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A10AC_79706C.s similarity index 100% rename from asm/nonmatchings/battle/star/star_beam_796FC0/func_802A10AC_79706C.s rename to ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A10AC_79706C.s diff --git a/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A116C_79712C.s b/ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A116C_79712C.s similarity index 100% rename from asm/nonmatchings/battle/star/star_beam_796FC0/func_802A116C_79712C.s rename to ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A116C_79712C.s diff --git a/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1218_7971D8.s b/ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1218_7971D8.s similarity index 100% rename from asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1218_7971D8.s rename to ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1218_7971D8.s diff --git a/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A137C_79733C.s b/ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A137C_79733C.s similarity index 100% rename from asm/nonmatchings/battle/star/star_beam_796FC0/func_802A137C_79733C.s rename to ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A137C_79733C.s diff --git a/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1414_7973D4.s b/ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1414_7973D4.s similarity index 100% rename from asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1414_7973D4.s rename to ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1414_7973D4.s diff --git a/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1494_797454.s b/ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1494_797454.s similarity index 100% rename from asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1494_797454.s rename to ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1494_797454.s diff --git a/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A14E8_7974A8.s b/ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A14E8_7974A8.s similarity index 100% rename from asm/nonmatchings/battle/star/star_beam_796FC0/func_802A14E8_7974A8.s rename to ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A14E8_7974A8.s diff --git a/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1518_7974D8.s b/ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1518_7974D8.s similarity index 100% rename from asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1518_7974D8.s rename to ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A1518_7974D8.s diff --git a/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A2468_798428.s b/ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A2468_798428.s similarity index 100% rename from asm/nonmatchings/battle/star/star_beam_796FC0/func_802A2468_798428.s rename to ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A2468_798428.s diff --git a/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A247C_79843C.s b/ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A247C_79843C.s similarity index 100% rename from asm/nonmatchings/battle/star/star_beam_796FC0/func_802A247C_79843C.s rename to ver/us/asm/nonmatchings/battle/star/star_beam_796FC0/func_802A247C_79843C.s diff --git a/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1000_78E7D0.s b/ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1000_78E7D0.s similarity index 100% rename from asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1000_78E7D0.s rename to ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1000_78E7D0.s diff --git a/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A10AC_78E87C.s b/ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A10AC_78E87C.s similarity index 100% rename from asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A10AC_78E87C.s rename to ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A10AC_78E87C.s diff --git a/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A116C_78E93C.s b/ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A116C_78E93C.s similarity index 100% rename from asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A116C_78E93C.s rename to ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A116C_78E93C.s diff --git a/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1218_78E9E8.s b/ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1218_78E9E8.s similarity index 100% rename from asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1218_78E9E8.s rename to ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1218_78E9E8.s diff --git a/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A137C_78EB4C.s b/ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A137C_78EB4C.s similarity index 100% rename from asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A137C_78EB4C.s rename to ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A137C_78EB4C.s diff --git a/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1414_78EBE4.s b/ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1414_78EBE4.s similarity index 100% rename from asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1414_78EBE4.s rename to ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1414_78EBE4.s diff --git a/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1494_78EC64.s b/ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1494_78EC64.s similarity index 100% rename from asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1494_78EC64.s rename to ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1494_78EC64.s diff --git a/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A14E8_78ECB8.s b/ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A14E8_78ECB8.s similarity index 100% rename from asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A14E8_78ECB8.s rename to ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A14E8_78ECB8.s diff --git a/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1518_78ECE8.s b/ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1518_78ECE8.s similarity index 100% rename from asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1518_78ECE8.s rename to ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1518_78ECE8.s diff --git a/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1628_78EDF8.s b/ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1628_78EDF8.s similarity index 100% rename from asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1628_78EDF8.s rename to ver/us/asm/nonmatchings/battle/star/star_storm_78E7D0/func_802A1628_78EDF8.s diff --git a/asm/nonmatchings/battle/star/time_out_793D20/func_802A1000_793D20.s b/ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A1000_793D20.s similarity index 100% rename from asm/nonmatchings/battle/star/time_out_793D20/func_802A1000_793D20.s rename to ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A1000_793D20.s diff --git a/asm/nonmatchings/battle/star/time_out_793D20/func_802A10AC_793DCC.s b/ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A10AC_793DCC.s similarity index 100% rename from asm/nonmatchings/battle/star/time_out_793D20/func_802A10AC_793DCC.s rename to ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A10AC_793DCC.s diff --git a/asm/nonmatchings/battle/star/time_out_793D20/func_802A116C_793E8C.s b/ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A116C_793E8C.s similarity index 100% rename from asm/nonmatchings/battle/star/time_out_793D20/func_802A116C_793E8C.s rename to ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A116C_793E8C.s diff --git a/asm/nonmatchings/battle/star/time_out_793D20/func_802A1218_793F38.s b/ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A1218_793F38.s similarity index 100% rename from asm/nonmatchings/battle/star/time_out_793D20/func_802A1218_793F38.s rename to ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A1218_793F38.s diff --git a/asm/nonmatchings/battle/star/time_out_793D20/func_802A137C_79409C.s b/ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A137C_79409C.s similarity index 100% rename from asm/nonmatchings/battle/star/time_out_793D20/func_802A137C_79409C.s rename to ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A137C_79409C.s diff --git a/asm/nonmatchings/battle/star/time_out_793D20/func_802A1414_794134.s b/ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A1414_794134.s similarity index 100% rename from asm/nonmatchings/battle/star/time_out_793D20/func_802A1414_794134.s rename to ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A1414_794134.s diff --git a/asm/nonmatchings/battle/star/time_out_793D20/func_802A1494_7941B4.s b/ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A1494_7941B4.s similarity index 100% rename from asm/nonmatchings/battle/star/time_out_793D20/func_802A1494_7941B4.s rename to ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A1494_7941B4.s diff --git a/asm/nonmatchings/battle/star/time_out_793D20/func_802A14E8_794208.s b/ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A14E8_794208.s similarity index 100% rename from asm/nonmatchings/battle/star/time_out_793D20/func_802A14E8_794208.s rename to ver/us/asm/nonmatchings/battle/star/time_out_793D20/func_802A14E8_794208.s diff --git a/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1000_7952E0.s b/ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1000_7952E0.s similarity index 100% rename from asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1000_7952E0.s rename to ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1000_7952E0.s diff --git a/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A10AC_79538C.s b/ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A10AC_79538C.s similarity index 100% rename from asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A10AC_79538C.s rename to ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A10AC_79538C.s diff --git a/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A116C_79544C.s b/ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A116C_79544C.s similarity index 100% rename from asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A116C_79544C.s rename to ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A116C_79544C.s diff --git a/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1218_7954F8.s b/ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1218_7954F8.s similarity index 100% rename from asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1218_7954F8.s rename to ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1218_7954F8.s diff --git a/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A137C_79565C.s b/ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A137C_79565C.s similarity index 100% rename from asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A137C_79565C.s rename to ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A137C_79565C.s diff --git a/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1414_7956F4.s b/ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1414_7956F4.s similarity index 100% rename from asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1414_7956F4.s rename to ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1414_7956F4.s diff --git a/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1494_795774.s b/ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1494_795774.s similarity index 100% rename from asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1494_795774.s rename to ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1494_795774.s diff --git a/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A14E8_7957C8.s b/ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A14E8_7957C8.s similarity index 100% rename from asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A14E8_7957C8.s rename to ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A14E8_7957C8.s diff --git a/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1518_7957F8.s b/ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1518_7957F8.s similarity index 100% rename from asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1518_7957F8.s rename to ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1518_7957F8.s diff --git a/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A15B4_795894.s b/ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A15B4_795894.s similarity index 100% rename from asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A15B4_795894.s rename to ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A15B4_795894.s diff --git a/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1628_795908.s b/ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1628_795908.s similarity index 100% rename from asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1628_795908.s rename to ver/us/asm/nonmatchings/battle/star/up_and_away_7952E0/func_802A1628_795908.s diff --git a/asm/nonmatchings/code_101b90_len_8f0/func_802DEAA0.s b/ver/us/asm/nonmatchings/code_101b90_len_8f0/func_802DEAA0.s similarity index 100% rename from asm/nonmatchings/code_101b90_len_8f0/func_802DEAA0.s rename to ver/us/asm/nonmatchings/code_101b90_len_8f0/func_802DEAA0.s diff --git a/asm/nonmatchings/code_101b90_len_8f0/func_802DED60.s b/ver/us/asm/nonmatchings/code_101b90_len_8f0/func_802DED60.s similarity index 100% rename from asm/nonmatchings/code_101b90_len_8f0/func_802DED60.s rename to ver/us/asm/nonmatchings/code_101b90_len_8f0/func_802DED60.s diff --git a/asm/nonmatchings/code_101b90_len_8f0/func_802DEEA0.s b/ver/us/asm/nonmatchings/code_101b90_len_8f0/func_802DEEA0.s similarity index 100% rename from asm/nonmatchings/code_101b90_len_8f0/func_802DEEA0.s rename to ver/us/asm/nonmatchings/code_101b90_len_8f0/func_802DEEA0.s diff --git a/asm/nonmatchings/code_101b90_len_8f0/func_802DEFB4.s b/ver/us/asm/nonmatchings/code_101b90_len_8f0/func_802DEFB4.s similarity index 100% rename from asm/nonmatchings/code_101b90_len_8f0/func_802DEFB4.s rename to ver/us/asm/nonmatchings/code_101b90_len_8f0/func_802DEFB4.s diff --git a/asm/nonmatchings/code_101b90_len_8f0/func_802DF00C.s b/ver/us/asm/nonmatchings/code_101b90_len_8f0/func_802DF00C.s similarity index 100% rename from asm/nonmatchings/code_101b90_len_8f0/func_802DF00C.s rename to ver/us/asm/nonmatchings/code_101b90_len_8f0/func_802DF00C.s diff --git a/asm/nonmatchings/code_101b90_len_8f0/func_802DF2D8.s b/ver/us/asm/nonmatchings/code_101b90_len_8f0/func_802DF2D8.s similarity index 100% rename from asm/nonmatchings/code_101b90_len_8f0/func_802DF2D8.s rename to ver/us/asm/nonmatchings/code_101b90_len_8f0/func_802DF2D8.s diff --git a/asm/nonmatchings/code_101b90_len_8f0/load_sprite.s b/ver/us/asm/nonmatchings/code_101b90_len_8f0/load_sprite.s similarity index 100% rename from asm/nonmatchings/code_101b90_len_8f0/load_sprite.s rename to ver/us/asm/nonmatchings/code_101b90_len_8f0/load_sprite.s diff --git a/asm/nonmatchings/code_102610_len_2330/func_802E0DE0.s b/ver/us/asm/nonmatchings/code_102610_len_2330/func_802E0DE0.s similarity index 100% rename from asm/nonmatchings/code_102610_len_2330/func_802E0DE0.s rename to ver/us/asm/nonmatchings/code_102610_len_2330/func_802E0DE0.s diff --git a/asm/nonmatchings/code_102C80/func_802E153C.s b/ver/us/asm/nonmatchings/code_102C80/func_802E153C.s similarity index 100% rename from asm/nonmatchings/code_102C80/func_802E153C.s rename to ver/us/asm/nonmatchings/code_102C80/func_802E153C.s diff --git a/asm/nonmatchings/code_102C80/func_802E17A8.s b/ver/us/asm/nonmatchings/code_102C80/func_802E17A8.s similarity index 100% rename from asm/nonmatchings/code_102C80/func_802E17A8.s rename to ver/us/asm/nonmatchings/code_102C80/func_802E17A8.s diff --git a/asm/nonmatchings/code_102C80/func_802E1EDC.s b/ver/us/asm/nonmatchings/code_102C80/func_802E1EDC.s similarity index 100% rename from asm/nonmatchings/code_102C80/func_802E1EDC.s rename to ver/us/asm/nonmatchings/code_102C80/func_802E1EDC.s diff --git a/asm/nonmatchings/code_102C80/func_802E246C.s b/ver/us/asm/nonmatchings/code_102C80/func_802E246C.s similarity index 100% rename from asm/nonmatchings/code_102C80/func_802E246C.s rename to ver/us/asm/nonmatchings/code_102C80/func_802E246C.s diff --git a/asm/nonmatchings/code_102C80/func_802E263C.s b/ver/us/asm/nonmatchings/code_102C80/func_802E263C.s similarity index 100% rename from asm/nonmatchings/code_102C80/func_802E263C.s rename to ver/us/asm/nonmatchings/code_102C80/func_802E263C.s diff --git a/asm/nonmatchings/code_102C80/func_802E2BA4.s b/ver/us/asm/nonmatchings/code_102C80/func_802E2BA4.s similarity index 100% rename from asm/nonmatchings/code_102C80/func_802E2BA4.s rename to ver/us/asm/nonmatchings/code_102C80/func_802E2BA4.s diff --git a/asm/nonmatchings/code_10400_len_d30/func_800354EC.s b/ver/us/asm/nonmatchings/code_10400_len_d30/func_800354EC.s similarity index 100% rename from asm/nonmatchings/code_10400_len_d30/func_800354EC.s rename to ver/us/asm/nonmatchings/code_10400_len_d30/func_800354EC.s diff --git a/asm/nonmatchings/code_10400_len_d30/func_800355D4.s b/ver/us/asm/nonmatchings/code_10400_len_d30/func_800355D4.s similarity index 100% rename from asm/nonmatchings/code_10400_len_d30/func_800355D4.s rename to ver/us/asm/nonmatchings/code_10400_len_d30/func_800355D4.s diff --git a/asm/nonmatchings/code_10400_len_d30/func_80035660.s b/ver/us/asm/nonmatchings/code_10400_len_d30/func_80035660.s similarity index 100% rename from asm/nonmatchings/code_10400_len_d30/func_80035660.s rename to ver/us/asm/nonmatchings/code_10400_len_d30/func_80035660.s diff --git a/asm/nonmatchings/code_10400_len_d30/func_80035704.s b/ver/us/asm/nonmatchings/code_10400_len_d30/func_80035704.s similarity index 100% rename from asm/nonmatchings/code_10400_len_d30/func_80035704.s rename to ver/us/asm/nonmatchings/code_10400_len_d30/func_80035704.s diff --git a/asm/nonmatchings/code_10400_len_d30/func_80035B40.s b/ver/us/asm/nonmatchings/code_10400_len_d30/func_80035B40.s similarity index 100% rename from asm/nonmatchings/code_10400_len_d30/func_80035B40.s rename to ver/us/asm/nonmatchings/code_10400_len_d30/func_80035B40.s diff --git a/asm/nonmatchings/code_10400_len_d30/state_init_file_select.s b/ver/us/asm/nonmatchings/code_10400_len_d30/state_init_file_select.s similarity index 100% rename from asm/nonmatchings/code_10400_len_d30/state_init_file_select.s rename to ver/us/asm/nonmatchings/code_10400_len_d30/state_init_file_select.s diff --git a/asm/nonmatchings/code_10400_len_d30/state_init_language_select.s b/ver/us/asm/nonmatchings/code_10400_len_d30/state_init_language_select.s similarity index 100% rename from asm/nonmatchings/code_10400_len_d30/state_init_language_select.s rename to ver/us/asm/nonmatchings/code_10400_len_d30/state_init_language_select.s diff --git a/asm/nonmatchings/code_10400_len_d30/state_step_language_select.s b/ver/us/asm/nonmatchings/code_10400_len_d30/state_step_language_select.s similarity index 100% rename from asm/nonmatchings/code_10400_len_d30/state_step_language_select.s rename to ver/us/asm/nonmatchings/code_10400_len_d30/state_step_language_select.s diff --git a/asm/nonmatchings/code_104940_len_dc0/func_802E30C0.s b/ver/us/asm/nonmatchings/code_104940_len_dc0/func_802E30C0.s similarity index 100% rename from asm/nonmatchings/code_104940_len_dc0/func_802E30C0.s rename to ver/us/asm/nonmatchings/code_104940_len_dc0/func_802E30C0.s diff --git a/asm/nonmatchings/code_104940_len_dc0/func_802E3370.s b/ver/us/asm/nonmatchings/code_104940_len_dc0/func_802E3370.s similarity index 100% rename from asm/nonmatchings/code_104940_len_dc0/func_802E3370.s rename to ver/us/asm/nonmatchings/code_104940_len_dc0/func_802E3370.s diff --git a/asm/nonmatchings/code_104940_len_dc0/func_802E3BA4.s b/ver/us/asm/nonmatchings/code_104940_len_dc0/func_802E3BA4.s similarity index 100% rename from asm/nonmatchings/code_104940_len_dc0/func_802E3BA4.s rename to ver/us/asm/nonmatchings/code_104940_len_dc0/func_802E3BA4.s diff --git a/asm/nonmatchings/code_105700_len_2130/func_802E3EE0.s b/ver/us/asm/nonmatchings/code_105700_len_2130/func_802E3EE0.s similarity index 100% rename from asm/nonmatchings/code_105700_len_2130/func_802E3EE0.s rename to ver/us/asm/nonmatchings/code_105700_len_2130/func_802E3EE0.s diff --git a/asm/nonmatchings/code_105700_len_2130/func_802E3F0C.s b/ver/us/asm/nonmatchings/code_105700_len_2130/func_802E3F0C.s similarity index 100% rename from asm/nonmatchings/code_105700_len_2130/func_802E3F0C.s rename to ver/us/asm/nonmatchings/code_105700_len_2130/func_802E3F0C.s diff --git a/asm/nonmatchings/code_105F90/func_802E4710.s b/ver/us/asm/nonmatchings/code_105F90/func_802E4710.s similarity index 100% rename from asm/nonmatchings/code_105F90/func_802E4710.s rename to ver/us/asm/nonmatchings/code_105F90/func_802E4710.s diff --git a/asm/nonmatchings/code_105F90/func_802E4730.s b/ver/us/asm/nonmatchings/code_105F90/func_802E4730.s similarity index 100% rename from asm/nonmatchings/code_105F90/func_802E4730.s rename to ver/us/asm/nonmatchings/code_105F90/func_802E4730.s diff --git a/asm/nonmatchings/code_105F90/func_802E4C10.s b/ver/us/asm/nonmatchings/code_105F90/func_802E4C10.s similarity index 100% rename from asm/nonmatchings/code_105F90/func_802E4C10.s rename to ver/us/asm/nonmatchings/code_105F90/func_802E4C10.s diff --git a/asm/nonmatchings/code_105F90/func_802E4E04.s b/ver/us/asm/nonmatchings/code_105F90/func_802E4E04.s similarity index 100% rename from asm/nonmatchings/code_105F90/func_802E4E04.s rename to ver/us/asm/nonmatchings/code_105F90/func_802E4E04.s diff --git a/asm/nonmatchings/code_105F90/func_802E5324.s b/ver/us/asm/nonmatchings/code_105F90/func_802E5324.s similarity index 100% rename from asm/nonmatchings/code_105F90/func_802E5324.s rename to ver/us/asm/nonmatchings/code_105F90/func_802E5324.s diff --git a/asm/nonmatchings/code_106EF0/func_802E586C.s b/ver/us/asm/nonmatchings/code_106EF0/func_802E586C.s similarity index 100% rename from asm/nonmatchings/code_106EF0/func_802E586C.s rename to ver/us/asm/nonmatchings/code_106EF0/func_802E586C.s diff --git a/asm/nonmatchings/code_107830_len_e70/func_802E5FB0.s b/ver/us/asm/nonmatchings/code_107830_len_e70/func_802E5FB0.s similarity index 100% rename from asm/nonmatchings/code_107830_len_e70/func_802E5FB0.s rename to ver/us/asm/nonmatchings/code_107830_len_e70/func_802E5FB0.s diff --git a/asm/nonmatchings/code_107830_len_e70/func_802E6064.s b/ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6064.s similarity index 100% rename from asm/nonmatchings/code_107830_len_e70/func_802E6064.s rename to ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6064.s diff --git a/asm/nonmatchings/code_107830_len_e70/func_802E6118.s b/ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6118.s similarity index 100% rename from asm/nonmatchings/code_107830_len_e70/func_802E6118.s rename to ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6118.s diff --git a/asm/nonmatchings/code_107830_len_e70/func_802E6178.s b/ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6178.s similarity index 100% rename from asm/nonmatchings/code_107830_len_e70/func_802E6178.s rename to ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6178.s diff --git a/asm/nonmatchings/code_107830_len_e70/func_802E619C.s b/ver/us/asm/nonmatchings/code_107830_len_e70/func_802E619C.s similarity index 100% rename from asm/nonmatchings/code_107830_len_e70/func_802E619C.s rename to ver/us/asm/nonmatchings/code_107830_len_e70/func_802E619C.s diff --git a/asm/nonmatchings/code_107830_len_e70/func_802E61B0.s b/ver/us/asm/nonmatchings/code_107830_len_e70/func_802E61B0.s similarity index 100% rename from asm/nonmatchings/code_107830_len_e70/func_802E61B0.s rename to ver/us/asm/nonmatchings/code_107830_len_e70/func_802E61B0.s diff --git a/asm/nonmatchings/code_107830_len_e70/func_802E6338.s b/ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6338.s similarity index 100% rename from asm/nonmatchings/code_107830_len_e70/func_802E6338.s rename to ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6338.s diff --git a/asm/nonmatchings/code_107830_len_e70/func_802E6390.s b/ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6390.s similarity index 100% rename from asm/nonmatchings/code_107830_len_e70/func_802E6390.s rename to ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6390.s diff --git a/asm/nonmatchings/code_107830_len_e70/func_802E63A8.s b/ver/us/asm/nonmatchings/code_107830_len_e70/func_802E63A8.s similarity index 100% rename from asm/nonmatchings/code_107830_len_e70/func_802E63A8.s rename to ver/us/asm/nonmatchings/code_107830_len_e70/func_802E63A8.s diff --git a/asm/nonmatchings/code_107830_len_e70/func_802E6574.s b/ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6574.s similarity index 100% rename from asm/nonmatchings/code_107830_len_e70/func_802E6574.s rename to ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6574.s diff --git a/asm/nonmatchings/code_107830_len_e70/func_802E6B6C.s b/ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6B6C.s similarity index 100% rename from asm/nonmatchings/code_107830_len_e70/func_802E6B6C.s rename to ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6B6C.s diff --git a/asm/nonmatchings/code_107830_len_e70/func_802E6C24.s b/ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6C24.s similarity index 100% rename from asm/nonmatchings/code_107830_len_e70/func_802E6C24.s rename to ver/us/asm/nonmatchings/code_107830_len_e70/func_802E6C24.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/entity_init_Chest.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/entity_init_Chest.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/entity_init_Chest.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/entity_init_Chest.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E6E20.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E6E20.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E6E20.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E6E20.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E6E90.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E6E90.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E6E90.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E6E90.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E6ED8.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E6ED8.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E6ED8.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E6ED8.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E7034.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7034.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E7034.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7034.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E70B0.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E70B0.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E70B0.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E70B0.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E71F8.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E71F8.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E71F8.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E71F8.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E7230.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7230.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E7230.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7230.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E742C.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E742C.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E742C.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E742C.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E75C0.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E75C0.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E75C0.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E75C0.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E75E4.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E75E4.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E75E4.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E75E4.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E7AE4.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7AE4.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E7AE4.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7AE4.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E7C70.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7C70.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E7C70.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7C70.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E7C8C.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7C8C.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E7C8C.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7C8C.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E7CB8.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7CB8.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E7CB8.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7CB8.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E7D28.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7D28.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E7D28.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7D28.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E7D38.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7D38.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E7D38.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7D38.s diff --git a/asm/nonmatchings/code_1086a0_len_fc0/func_802E7D54.s b/ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7D54.s similarity index 100% rename from asm/nonmatchings/code_1086a0_len_fc0/func_802E7D54.s rename to ver/us/asm/nonmatchings/code_1086a0_len_fc0/func_802E7D54.s diff --git a/asm/nonmatchings/code_109660_len_1270/func_802E7DE0.s b/ver/us/asm/nonmatchings/code_109660_len_1270/func_802E7DE0.s similarity index 100% rename from asm/nonmatchings/code_109660_len_1270/func_802E7DE0.s rename to ver/us/asm/nonmatchings/code_109660_len_1270/func_802E7DE0.s diff --git a/asm/nonmatchings/code_109660_len_1270/func_802E7FA0.s b/ver/us/asm/nonmatchings/code_109660_len_1270/func_802E7FA0.s similarity index 100% rename from asm/nonmatchings/code_109660_len_1270/func_802E7FA0.s rename to ver/us/asm/nonmatchings/code_109660_len_1270/func_802E7FA0.s diff --git a/asm/nonmatchings/code_109660_len_1270/func_802E854C.s b/ver/us/asm/nonmatchings/code_109660_len_1270/func_802E854C.s similarity index 100% rename from asm/nonmatchings/code_109660_len_1270/func_802E854C.s rename to ver/us/asm/nonmatchings/code_109660_len_1270/func_802E854C.s diff --git a/asm/nonmatchings/code_109660_len_1270/func_802E8ADC.s b/ver/us/asm/nonmatchings/code_109660_len_1270/func_802E8ADC.s similarity index 100% rename from asm/nonmatchings/code_109660_len_1270/func_802E8ADC.s rename to ver/us/asm/nonmatchings/code_109660_len_1270/func_802E8ADC.s diff --git a/asm/nonmatchings/code_109660_len_1270/push_entity_matrix.s b/ver/us/asm/nonmatchings/code_109660_len_1270/push_entity_matrix.s similarity index 100% rename from asm/nonmatchings/code_109660_len_1270/push_entity_matrix.s rename to ver/us/asm/nonmatchings/code_109660_len_1270/push_entity_matrix.s diff --git a/asm/nonmatchings/code_111f0_len_860/func_80035EEC.s b/ver/us/asm/nonmatchings/code_111f0_len_860/func_80035EEC.s similarity index 100% rename from asm/nonmatchings/code_111f0_len_860/func_80035EEC.s rename to ver/us/asm/nonmatchings/code_111f0_len_860/func_80035EEC.s diff --git a/asm/nonmatchings/code_111f0_len_860/func_8003617C.s b/ver/us/asm/nonmatchings/code_111f0_len_860/func_8003617C.s similarity index 100% rename from asm/nonmatchings/code_111f0_len_860/func_8003617C.s rename to ver/us/asm/nonmatchings/code_111f0_len_860/func_8003617C.s diff --git a/asm/nonmatchings/code_111f0_len_860/func_8003646C.s b/ver/us/asm/nonmatchings/code_111f0_len_860/func_8003646C.s similarity index 100% rename from asm/nonmatchings/code_111f0_len_860/func_8003646C.s rename to ver/us/asm/nonmatchings/code_111f0_len_860/func_8003646C.s diff --git a/asm/nonmatchings/code_11a50_len_7a0/begin_state_intro.s b/ver/us/asm/nonmatchings/code_11a50_len_7a0/begin_state_intro.s similarity index 100% rename from asm/nonmatchings/code_11a50_len_7a0/begin_state_intro.s rename to ver/us/asm/nonmatchings/code_11a50_len_7a0/begin_state_intro.s diff --git a/asm/nonmatchings/code_11a50_len_7a0/step_intro.s b/ver/us/asm/nonmatchings/code_11a50_len_7a0/step_intro.s similarity index 100% rename from asm/nonmatchings/code_11a50_len_7a0/step_intro.s rename to ver/us/asm/nonmatchings/code_11a50_len_7a0/step_intro.s diff --git a/asm/nonmatchings/code_121f0_len_1290/begin_state_title_screen.s b/ver/us/asm/nonmatchings/code_121f0_len_1290/begin_state_title_screen.s similarity index 100% rename from asm/nonmatchings/code_121f0_len_1290/begin_state_title_screen.s rename to ver/us/asm/nonmatchings/code_121f0_len_1290/begin_state_title_screen.s diff --git a/asm/nonmatchings/code_121f0_len_1290/func_800375A4.s b/ver/us/asm/nonmatchings/code_121f0_len_1290/func_800375A4.s similarity index 100% rename from asm/nonmatchings/code_121f0_len_1290/func_800375A4.s rename to ver/us/asm/nonmatchings/code_121f0_len_1290/func_800375A4.s diff --git a/asm/nonmatchings/code_121f0_len_1290/step_title_screen.s b/ver/us/asm/nonmatchings/code_121f0_len_1290/step_title_screen.s similarity index 100% rename from asm/nonmatchings/code_121f0_len_1290/step_title_screen.s rename to ver/us/asm/nonmatchings/code_121f0_len_1290/step_title_screen.s diff --git a/asm/nonmatchings/code_121f0_len_1290/title_append_gfx.s b/ver/us/asm/nonmatchings/code_121f0_len_1290/title_append_gfx.s similarity index 100% rename from asm/nonmatchings/code_121f0_len_1290/title_append_gfx.s rename to ver/us/asm/nonmatchings/code_121f0_len_1290/title_append_gfx.s diff --git a/asm/nonmatchings/code_121f0_len_1290/title_draw_copyright.s b/ver/us/asm/nonmatchings/code_121f0_len_1290/title_draw_copyright.s similarity index 100% rename from asm/nonmatchings/code_121f0_len_1290/title_draw_copyright.s rename to ver/us/asm/nonmatchings/code_121f0_len_1290/title_draw_copyright.s diff --git a/asm/nonmatchings/code_121f0_len_1290/title_draw_images.s b/ver/us/asm/nonmatchings/code_121f0_len_1290/title_draw_images.s similarity index 100% rename from asm/nonmatchings/code_121f0_len_1290/title_draw_images.s rename to ver/us/asm/nonmatchings/code_121f0_len_1290/title_draw_images.s diff --git a/asm/nonmatchings/code_121f0_len_1290/title_draw_logo.s b/ver/us/asm/nonmatchings/code_121f0_len_1290/title_draw_logo.s similarity index 100% rename from asm/nonmatchings/code_121f0_len_1290/title_draw_logo.s rename to ver/us/asm/nonmatchings/code_121f0_len_1290/title_draw_logo.s diff --git a/asm/nonmatchings/code_121f0_len_1290/title_draw_press_start.s b/ver/us/asm/nonmatchings/code_121f0_len_1290/title_draw_press_start.s similarity index 100% rename from asm/nonmatchings/code_121f0_len_1290/title_draw_press_start.s rename to ver/us/asm/nonmatchings/code_121f0_len_1290/title_draw_press_start.s diff --git a/asm/nonmatchings/code_13480_len_3f0/next_demo_scene.s b/ver/us/asm/nonmatchings/code_13480_len_3f0/next_demo_scene.s similarity index 100% rename from asm/nonmatchings/code_13480_len_3f0/next_demo_scene.s rename to ver/us/asm/nonmatchings/code_13480_len_3f0/next_demo_scene.s diff --git a/asm/nonmatchings/code_135EE0/func_80242BA0.s b/ver/us/asm/nonmatchings/code_135EE0/func_80242BA0.s similarity index 100% rename from asm/nonmatchings/code_135EE0/func_80242BA0.s rename to ver/us/asm/nonmatchings/code_135EE0/func_80242BA0.s diff --git a/asm/nonmatchings/code_135EE0/func_80242BAC.s b/ver/us/asm/nonmatchings/code_135EE0/func_80242BAC.s similarity index 100% rename from asm/nonmatchings/code_135EE0/func_80242BAC.s rename to ver/us/asm/nonmatchings/code_135EE0/func_80242BAC.s diff --git a/asm/nonmatchings/code_135EE0/func_80242D04.s b/ver/us/asm/nonmatchings/code_135EE0/func_80242D04.s similarity index 100% rename from asm/nonmatchings/code_135EE0/func_80242D04.s rename to ver/us/asm/nonmatchings/code_135EE0/func_80242D04.s diff --git a/asm/nonmatchings/code_135EE0/func_80242F90.s b/ver/us/asm/nonmatchings/code_135EE0/func_80242F90.s similarity index 100% rename from asm/nonmatchings/code_135EE0/func_80242F90.s rename to ver/us/asm/nonmatchings/code_135EE0/func_80242F90.s diff --git a/asm/nonmatchings/code_135EE0/func_80242FBC.s b/ver/us/asm/nonmatchings/code_135EE0/func_80242FBC.s similarity index 100% rename from asm/nonmatchings/code_135EE0/func_80242FBC.s rename to ver/us/asm/nonmatchings/code_135EE0/func_80242FBC.s diff --git a/asm/nonmatchings/code_135EE0/func_80242FF4.s b/ver/us/asm/nonmatchings/code_135EE0/func_80242FF4.s similarity index 100% rename from asm/nonmatchings/code_135EE0/func_80242FF4.s rename to ver/us/asm/nonmatchings/code_135EE0/func_80242FF4.s diff --git a/asm/nonmatchings/code_135EE0/func_80243090.s b/ver/us/asm/nonmatchings/code_135EE0/func_80243090.s similarity index 100% rename from asm/nonmatchings/code_135EE0/func_80243090.s rename to ver/us/asm/nonmatchings/code_135EE0/func_80243090.s diff --git a/asm/nonmatchings/code_135EE0/func_802430E4.s b/ver/us/asm/nonmatchings/code_135EE0/func_802430E4.s similarity index 100% rename from asm/nonmatchings/code_135EE0/func_802430E4.s rename to ver/us/asm/nonmatchings/code_135EE0/func_802430E4.s diff --git a/asm/nonmatchings/code_135EE0/func_8024313C.s b/ver/us/asm/nonmatchings/code_135EE0/func_8024313C.s similarity index 100% rename from asm/nonmatchings/code_135EE0/func_8024313C.s rename to ver/us/asm/nonmatchings/code_135EE0/func_8024313C.s diff --git a/asm/nonmatchings/code_135EE0/func_80243188.s b/ver/us/asm/nonmatchings/code_135EE0/func_80243188.s similarity index 100% rename from asm/nonmatchings/code_135EE0/func_80243188.s rename to ver/us/asm/nonmatchings/code_135EE0/func_80243188.s diff --git a/asm/nonmatchings/code_135EE0/func_80243238.s b/ver/us/asm/nonmatchings/code_135EE0/func_80243238.s similarity index 100% rename from asm/nonmatchings/code_135EE0/func_80243238.s rename to ver/us/asm/nonmatchings/code_135EE0/func_80243238.s diff --git a/asm/nonmatchings/code_135EE0/func_802432E8.s b/ver/us/asm/nonmatchings/code_135EE0/func_802432E8.s similarity index 100% rename from asm/nonmatchings/code_135EE0/func_802432E8.s rename to ver/us/asm/nonmatchings/code_135EE0/func_802432E8.s diff --git a/asm/nonmatchings/code_135EE0/func_80243388.s b/ver/us/asm/nonmatchings/code_135EE0/func_80243388.s similarity index 100% rename from asm/nonmatchings/code_135EE0/func_80243388.s rename to ver/us/asm/nonmatchings/code_135EE0/func_80243388.s diff --git a/asm/nonmatchings/code_135EE0/func_802434DC.s b/ver/us/asm/nonmatchings/code_135EE0/func_802434DC.s similarity index 100% rename from asm/nonmatchings/code_135EE0/func_802434DC.s rename to ver/us/asm/nonmatchings/code_135EE0/func_802434DC.s diff --git a/asm/nonmatchings/code_135EE0/pause_cleanup.s b/ver/us/asm/nonmatchings/code_135EE0/pause_cleanup.s similarity index 100% rename from asm/nonmatchings/code_135EE0/pause_cleanup.s rename to ver/us/asm/nonmatchings/code_135EE0/pause_cleanup.s diff --git a/asm/nonmatchings/code_135EE0/pause_draw_rect.s b/ver/us/asm/nonmatchings/code_135EE0/pause_draw_rect.s similarity index 100% rename from asm/nonmatchings/code_135EE0/pause_draw_rect.s rename to ver/us/asm/nonmatchings/code_135EE0/pause_draw_rect.s diff --git a/asm/nonmatchings/code_135EE0/pause_get_total_equipped_bp_cost.s b/ver/us/asm/nonmatchings/code_135EE0/pause_get_total_equipped_bp_cost.s similarity index 100% rename from asm/nonmatchings/code_135EE0/pause_get_total_equipped_bp_cost.s rename to ver/us/asm/nonmatchings/code_135EE0/pause_get_total_equipped_bp_cost.s diff --git a/asm/nonmatchings/code_135EE0/pause_handle_input.s b/ver/us/asm/nonmatchings/code_135EE0/pause_handle_input.s similarity index 100% rename from asm/nonmatchings/code_135EE0/pause_handle_input.s rename to ver/us/asm/nonmatchings/code_135EE0/pause_handle_input.s diff --git a/asm/nonmatchings/code_135EE0/pause_init.s b/ver/us/asm/nonmatchings/code_135EE0/pause_init.s similarity index 100% rename from asm/nonmatchings/code_135EE0/pause_init.s rename to ver/us/asm/nonmatchings/code_135EE0/pause_init.s diff --git a/asm/nonmatchings/code_135EE0/pause_interp_cursor.s b/ver/us/asm/nonmatchings/code_135EE0/pause_interp_cursor.s similarity index 100% rename from asm/nonmatchings/code_135EE0/pause_interp_cursor.s rename to ver/us/asm/nonmatchings/code_135EE0/pause_interp_cursor.s diff --git a/asm/nonmatchings/code_135EE0/pause_interp_text_scroll.s b/ver/us/asm/nonmatchings/code_135EE0/pause_interp_text_scroll.s similarity index 100% rename from asm/nonmatchings/code_135EE0/pause_interp_text_scroll.s rename to ver/us/asm/nonmatchings/code_135EE0/pause_interp_text_scroll.s diff --git a/asm/nonmatchings/code_135EE0/pause_interp_vertical_scroll.s b/ver/us/asm/nonmatchings/code_135EE0/pause_interp_vertical_scroll.s similarity index 100% rename from asm/nonmatchings/code_135EE0/pause_interp_vertical_scroll.s rename to ver/us/asm/nonmatchings/code_135EE0/pause_interp_vertical_scroll.s diff --git a/asm/nonmatchings/code_135EE0/pause_set_cursor_opacity.s b/ver/us/asm/nonmatchings/code_135EE0/pause_set_cursor_opacity.s similarity index 100% rename from asm/nonmatchings/code_135EE0/pause_set_cursor_opacity.s rename to ver/us/asm/nonmatchings/code_135EE0/pause_set_cursor_opacity.s diff --git a/asm/nonmatchings/code_135EE0/pause_sort_item_list.s b/ver/us/asm/nonmatchings/code_135EE0/pause_sort_item_list.s similarity index 100% rename from asm/nonmatchings/code_135EE0/pause_sort_item_list.s rename to ver/us/asm/nonmatchings/code_135EE0/pause_sort_item_list.s diff --git a/asm/nonmatchings/code_135EE0/pause_textbox_draw_contents.s b/ver/us/asm/nonmatchings/code_135EE0/pause_textbox_draw_contents.s similarity index 100% rename from asm/nonmatchings/code_135EE0/pause_textbox_draw_contents.s rename to ver/us/asm/nonmatchings/code_135EE0/pause_textbox_draw_contents.s diff --git a/asm/nonmatchings/code_135EE0/pause_tutorial_draw_contents.s b/ver/us/asm/nonmatchings/code_135EE0/pause_tutorial_draw_contents.s similarity index 100% rename from asm/nonmatchings/code_135EE0/pause_tutorial_draw_contents.s rename to ver/us/asm/nonmatchings/code_135EE0/pause_tutorial_draw_contents.s diff --git a/asm/nonmatchings/code_135EE0/pause_tutorial_input.s b/ver/us/asm/nonmatchings/code_135EE0/pause_tutorial_input.s similarity index 100% rename from asm/nonmatchings/code_135EE0/pause_tutorial_input.s rename to ver/us/asm/nonmatchings/code_135EE0/pause_tutorial_input.s diff --git a/asm/nonmatchings/code_1370_len_7d0/boot_main.s b/ver/us/asm/nonmatchings/code_1370_len_7d0/boot_main.s similarity index 100% rename from asm/nonmatchings/code_1370_len_7d0/boot_main.s rename to ver/us/asm/nonmatchings/code_1370_len_7d0/boot_main.s diff --git a/asm/nonmatchings/code_1370_len_7d0/gfx_task_main.s b/ver/us/asm/nonmatchings/code_1370_len_7d0/gfx_task_main.s similarity index 100% rename from asm/nonmatchings/code_1370_len_7d0/gfx_task_main.s rename to ver/us/asm/nonmatchings/code_1370_len_7d0/gfx_task_main.s diff --git a/asm/nonmatchings/code_137ED0/pause_tabs_draw_badges.s b/ver/us/asm/nonmatchings/code_137ED0/pause_tabs_draw_badges.s similarity index 100% rename from asm/nonmatchings/code_137ED0/pause_tabs_draw_badges.s rename to ver/us/asm/nonmatchings/code_137ED0/pause_tabs_draw_badges.s diff --git a/asm/nonmatchings/code_137ED0/pause_tabs_draw_items.s b/ver/us/asm/nonmatchings/code_137ED0/pause_tabs_draw_items.s similarity index 100% rename from asm/nonmatchings/code_137ED0/pause_tabs_draw_items.s rename to ver/us/asm/nonmatchings/code_137ED0/pause_tabs_draw_items.s diff --git a/asm/nonmatchings/code_137ED0/pause_tabs_draw_map.s b/ver/us/asm/nonmatchings/code_137ED0/pause_tabs_draw_map.s similarity index 100% rename from asm/nonmatchings/code_137ED0/pause_tabs_draw_map.s rename to ver/us/asm/nonmatchings/code_137ED0/pause_tabs_draw_map.s diff --git a/asm/nonmatchings/code_137ED0/pause_tabs_draw_party.s b/ver/us/asm/nonmatchings/code_137ED0/pause_tabs_draw_party.s similarity index 100% rename from asm/nonmatchings/code_137ED0/pause_tabs_draw_party.s rename to ver/us/asm/nonmatchings/code_137ED0/pause_tabs_draw_party.s diff --git a/asm/nonmatchings/code_137ED0/pause_tabs_draw_spirits.s b/ver/us/asm/nonmatchings/code_137ED0/pause_tabs_draw_spirits.s similarity index 100% rename from asm/nonmatchings/code_137ED0/pause_tabs_draw_spirits.s rename to ver/us/asm/nonmatchings/code_137ED0/pause_tabs_draw_spirits.s diff --git a/asm/nonmatchings/code_137ED0/pause_tabs_draw_stats.s b/ver/us/asm/nonmatchings/code_137ED0/pause_tabs_draw_stats.s similarity index 100% rename from asm/nonmatchings/code_137ED0/pause_tabs_draw_stats.s rename to ver/us/asm/nonmatchings/code_137ED0/pause_tabs_draw_stats.s diff --git a/asm/nonmatchings/code_137ED0/pause_tabs_handle_input.s b/ver/us/asm/nonmatchings/code_137ED0/pause_tabs_handle_input.s similarity index 100% rename from asm/nonmatchings/code_137ED0/pause_tabs_handle_input.s rename to ver/us/asm/nonmatchings/code_137ED0/pause_tabs_handle_input.s diff --git a/asm/nonmatchings/code_137ED0/pause_tabs_init.s b/ver/us/asm/nonmatchings/code_137ED0/pause_tabs_init.s similarity index 100% rename from asm/nonmatchings/code_137ED0/pause_tabs_init.s rename to ver/us/asm/nonmatchings/code_137ED0/pause_tabs_init.s diff --git a/asm/nonmatchings/code_137ED0/pause_tabs_update.s b/ver/us/asm/nonmatchings/code_137ED0/pause_tabs_update.s similarity index 100% rename from asm/nonmatchings/code_137ED0/pause_tabs_update.s rename to ver/us/asm/nonmatchings/code_137ED0/pause_tabs_update.s diff --git a/asm/nonmatchings/code_13870_len_6980/COPY_set_defeated.s b/ver/us/asm/nonmatchings/code_13870_len_6980/COPY_set_defeated.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/COPY_set_defeated.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/COPY_set_defeated.s diff --git a/asm/nonmatchings/code_13870_len_6980/_create_npc.s b/ver/us/asm/nonmatchings/code_13870_len_6980/_create_npc.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/_create_npc.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/_create_npc.s diff --git a/asm/nonmatchings/code_13870_len_6980/appedGfx_npc_blur.s b/ver/us/asm/nonmatchings/code_13870_len_6980/appedGfx_npc_blur.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/appedGfx_npc_blur.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/appedGfx_npc_blur.s diff --git a/asm/nonmatchings/code_13870_len_6980/appendGfx_npc.s b/ver/us/asm/nonmatchings/code_13870_len_6980/appendGfx_npc.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/appendGfx_npc.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/appendGfx_npc.s diff --git a/asm/nonmatchings/code_13870_len_6980/bind_enemy_ai.s b/ver/us/asm/nonmatchings/code_13870_len_6980/bind_enemy_ai.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/bind_enemy_ai.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/bind_enemy_ai.s diff --git a/asm/nonmatchings/code_13870_len_6980/bind_enemy_aux.s b/ver/us/asm/nonmatchings/code_13870_len_6980/bind_enemy_aux.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/bind_enemy_aux.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/bind_enemy_aux.s diff --git a/asm/nonmatchings/code_13870_len_6980/bind_enemy_interact.s b/ver/us/asm/nonmatchings/code_13870_len_6980/bind_enemy_interact.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/bind_enemy_interact.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/bind_enemy_interact.s diff --git a/asm/nonmatchings/code_13870_len_6980/bind_npc_ai.s b/ver/us/asm/nonmatchings/code_13870_len_6980/bind_npc_ai.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/bind_npc_ai.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/bind_npc_ai.s diff --git a/asm/nonmatchings/code_13870_len_6980/bind_npc_aux.s b/ver/us/asm/nonmatchings/code_13870_len_6980/bind_npc_aux.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/bind_npc_aux.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/bind_npc_aux.s diff --git a/asm/nonmatchings/code_13870_len_6980/bind_npc_interact.s b/ver/us/asm/nonmatchings/code_13870_len_6980/bind_npc_interact.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/bind_npc_interact.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/bind_npc_interact.s diff --git a/asm/nonmatchings/code_13870_len_6980/clear_encounter_status.s b/ver/us/asm/nonmatchings/code_13870_len_6980/clear_encounter_status.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/clear_encounter_status.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/clear_encounter_status.s diff --git a/asm/nonmatchings/code_13870_len_6980/clear_npcs.s b/ver/us/asm/nonmatchings/code_13870_len_6980/clear_npcs.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/clear_npcs.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/clear_npcs.s diff --git a/asm/nonmatchings/code_13870_len_6980/create_basic_npc.s b/ver/us/asm/nonmatchings/code_13870_len_6980/create_basic_npc.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/create_basic_npc.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/create_basic_npc.s diff --git a/asm/nonmatchings/code_13870_len_6980/create_standard_npc.s b/ver/us/asm/nonmatchings/code_13870_len_6980/create_standard_npc.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/create_standard_npc.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/create_standard_npc.s diff --git a/asm/nonmatchings/code_13870_len_6980/disable_npc_shadow.s b/ver/us/asm/nonmatchings/code_13870_len_6980/disable_npc_shadow.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/disable_npc_shadow.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/disable_npc_shadow.s diff --git a/asm/nonmatchings/code_13870_len_6980/draw_encounter_ui.s b/ver/us/asm/nonmatchings/code_13870_len_6980/draw_encounter_ui.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/draw_encounter_ui.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/draw_encounter_ui.s diff --git a/asm/nonmatchings/code_13870_len_6980/draw_first_strike_ui.s b/ver/us/asm/nonmatchings/code_13870_len_6980/draw_first_strike_ui.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/draw_first_strike_ui.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/draw_first_strike_ui.s diff --git a/asm/nonmatchings/code_13870_len_6980/enable_npc_blur.s b/ver/us/asm/nonmatchings/code_13870_len_6980/enable_npc_blur.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/enable_npc_blur.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/enable_npc_blur.s diff --git a/asm/nonmatchings/code_13870_len_6980/enable_npc_shadow.s b/ver/us/asm/nonmatchings/code_13870_len_6980/enable_npc_shadow.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/enable_npc_shadow.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/enable_npc_shadow.s diff --git a/asm/nonmatchings/code_13870_len_6980/free_npc.s b/ver/us/asm/nonmatchings/code_13870_len_6980/free_npc.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/free_npc.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/free_npc.s diff --git a/asm/nonmatchings/code_13870_len_6980/free_npc_by_index.s b/ver/us/asm/nonmatchings/code_13870_len_6980/free_npc_by_index.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/free_npc_by_index.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/free_npc_by_index.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003857C.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003857C.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003857C.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003857C.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_80039688.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_80039688.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_80039688.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_80039688.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_800397E8.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_800397E8.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_800397E8.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_800397E8.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_80039DA4.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_80039DA4.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_80039DA4.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_80039DA4.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003B184.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B184.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003B184.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B184.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003B198.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B198.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003B198.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B198.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003B1B0.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B1B0.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003B1B0.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B1B0.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003B3D0.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B3D0.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003B3D0.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B3D0.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003B3F8.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B3F8.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003B3F8.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B3F8.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003B420.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B420.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003B420.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B420.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003B44C.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B44C.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003B44C.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B44C.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003B464.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B464.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003B464.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B464.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003B47C.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B47C.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003B47C.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B47C.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003B500.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B500.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003B500.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B500.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003B5B4.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B5B4.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003B5B4.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B5B4.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003B96C.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B96C.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003B96C.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003B96C.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003BA60.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003BA60.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003BA60.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003BA60.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003BED8.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003BED8.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003BED8.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003BED8.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003C3D8.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C3D8.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003C3D8.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C3D8.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003C428.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C428.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003C428.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C428.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003C444.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C444.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003C444.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C444.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003C53C.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C53C.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003C53C.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C53C.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003C61C.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C61C.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003C61C.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C61C.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003C668.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C668.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003C668.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C668.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003C78C.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C78C.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003C78C.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C78C.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003C7A8.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C7A8.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003C7A8.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C7A8.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003C8B4.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C8B4.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003C8B4.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C8B4.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003C984.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C984.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003C984.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C984.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003C9A8.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C9A8.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003C9A8.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003C9A8.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003CB20.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003CB20.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003CB20.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003CB20.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003CB44.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003CB44.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003CB44.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003CB44.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003CC8C.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003CC8C.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003CC8C.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003CC8C.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003CCB0.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003CCB0.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003CCB0.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003CCB0.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003CFA8.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003CFA8.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003CFA8.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003CFA8.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003CFB4.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003CFB4.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003CFB4.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003CFB4.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003D0C4.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003D0C4.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003D0C4.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003D0C4.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003D1D4.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003D1D4.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003D1D4.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003D1D4.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003D2F8.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003D2F8.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003D2F8.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003D2F8.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003D3BC.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003D3BC.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003D3BC.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003D3BC.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003D624.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003D624.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003D624.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003D624.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003D660.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003D660.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003D660.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003D660.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003D788.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003D788.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003D788.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003D788.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003DA38.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003DA38.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003DA38.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003DA38.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003DC38.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003DC38.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003DC38.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003DC38.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003DFA0.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003DFA0.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003DFA0.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003DFA0.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003E0D4.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003E0D4.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003E0D4.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003E0D4.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003E1D0.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003E1D0.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003E1D0.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003E1D0.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003E338.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003E338.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003E338.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003E338.s diff --git a/asm/nonmatchings/code_13870_len_6980/func_8003E514.s b/ver/us/asm/nonmatchings/code_13870_len_6980/func_8003E514.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/func_8003E514.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/func_8003E514.s diff --git a/asm/nonmatchings/code_13870_len_6980/get_enemy.s b/ver/us/asm/nonmatchings/code_13870_len_6980/get_enemy.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/get_enemy.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/get_enemy.s diff --git a/asm/nonmatchings/code_13870_len_6980/get_enemy_safe.s b/ver/us/asm/nonmatchings/code_13870_len_6980/get_enemy_safe.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/get_enemy_safe.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/get_enemy_safe.s diff --git a/asm/nonmatchings/code_13870_len_6980/get_npc_safe.s b/ver/us/asm/nonmatchings/code_13870_len_6980/get_npc_safe.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/get_npc_safe.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/get_npc_safe.s diff --git a/asm/nonmatchings/code_13870_len_6980/get_npc_unsafe.s b/ver/us/asm/nonmatchings/code_13870_len_6980/get_npc_unsafe.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/get_npc_unsafe.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/get_npc_unsafe.s diff --git a/asm/nonmatchings/code_13870_len_6980/init_npc_list.s b/ver/us/asm/nonmatchings/code_13870_len_6980/init_npc_list.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/init_npc_list.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/init_npc_list.s diff --git a/asm/nonmatchings/code_13870_len_6980/kill_encounter.s b/ver/us/asm/nonmatchings/code_13870_len_6980/kill_encounter.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/kill_encounter.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/kill_encounter.s diff --git a/asm/nonmatchings/code_13870_len_6980/kill_enemy.s b/ver/us/asm/nonmatchings/code_13870_len_6980/kill_enemy.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/kill_enemy.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/kill_enemy.s diff --git a/asm/nonmatchings/code_13870_len_6980/make_npcs.s b/ver/us/asm/nonmatchings/code_13870_len_6980/make_npcs.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/make_npcs.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/make_npcs.s diff --git a/asm/nonmatchings/code_13870_len_6980/npc_do_other_npc_collision.s b/ver/us/asm/nonmatchings/code_13870_len_6980/npc_do_other_npc_collision.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/npc_do_other_npc_collision.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/npc_do_other_npc_collision.s diff --git a/asm/nonmatchings/code_13870_len_6980/npc_do_player_collision.s b/ver/us/asm/nonmatchings/code_13870_len_6980/npc_do_player_collision.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/npc_do_player_collision.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/npc_do_player_collision.s diff --git a/asm/nonmatchings/code_13870_len_6980/npc_do_world_collision.s b/ver/us/asm/nonmatchings/code_13870_len_6980/npc_do_world_collision.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/npc_do_world_collision.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/npc_do_world_collision.s diff --git a/asm/nonmatchings/code_13870_len_6980/render_npcs.s b/ver/us/asm/nonmatchings/code_13870_len_6980/render_npcs.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/render_npcs.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/render_npcs.s diff --git a/asm/nonmatchings/code_13870_len_6980/set_npc_sprite.s b/ver/us/asm/nonmatchings/code_13870_len_6980/set_npc_sprite.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/set_npc_sprite.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/set_npc_sprite.s diff --git a/asm/nonmatchings/code_13870_len_6980/update_counters.s b/ver/us/asm/nonmatchings/code_13870_len_6980/update_counters.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/update_counters.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/update_counters.s diff --git a/asm/nonmatchings/code_13870_len_6980/update_npcs.s b/ver/us/asm/nonmatchings/code_13870_len_6980/update_npcs.s similarity index 100% rename from asm/nonmatchings/code_13870_len_6980/update_npcs.s rename to ver/us/asm/nonmatchings/code_13870_len_6980/update_npcs.s diff --git a/asm/nonmatchings/code_138CC0/pause_badges_cleanup.s b/ver/us/asm/nonmatchings/code_138CC0/pause_badges_cleanup.s similarity index 100% rename from asm/nonmatchings/code_138CC0/pause_badges_cleanup.s rename to ver/us/asm/nonmatchings/code_138CC0/pause_badges_cleanup.s diff --git a/asm/nonmatchings/code_138CC0/pause_badges_draw_bp_orbs.s b/ver/us/asm/nonmatchings/code_138CC0/pause_badges_draw_bp_orbs.s similarity index 100% rename from asm/nonmatchings/code_138CC0/pause_badges_draw_bp_orbs.s rename to ver/us/asm/nonmatchings/code_138CC0/pause_badges_draw_bp_orbs.s diff --git a/asm/nonmatchings/code_138CC0/pause_badges_draw_contents.s b/ver/us/asm/nonmatchings/code_138CC0/pause_badges_draw_contents.s similarity index 100% rename from asm/nonmatchings/code_138CC0/pause_badges_draw_contents.s rename to ver/us/asm/nonmatchings/code_138CC0/pause_badges_draw_contents.s diff --git a/asm/nonmatchings/code_138CC0/pause_badges_handle_input.s b/ver/us/asm/nonmatchings/code_138CC0/pause_badges_handle_input.s similarity index 100% rename from asm/nonmatchings/code_138CC0/pause_badges_handle_input.s rename to ver/us/asm/nonmatchings/code_138CC0/pause_badges_handle_input.s diff --git a/asm/nonmatchings/code_138CC0/pause_badges_init.s b/ver/us/asm/nonmatchings/code_138CC0/pause_badges_init.s similarity index 100% rename from asm/nonmatchings/code_138CC0/pause_badges_init.s rename to ver/us/asm/nonmatchings/code_138CC0/pause_badges_init.s diff --git a/asm/nonmatchings/code_138CC0/pause_badges_load_badges.s b/ver/us/asm/nonmatchings/code_138CC0/pause_badges_load_badges.s similarity index 100% rename from asm/nonmatchings/code_138CC0/pause_badges_load_badges.s rename to ver/us/asm/nonmatchings/code_138CC0/pause_badges_load_badges.s diff --git a/asm/nonmatchings/code_138CC0/pause_badges_try_equip.s b/ver/us/asm/nonmatchings/code_138CC0/pause_badges_try_equip.s similarity index 100% rename from asm/nonmatchings/code_138CC0/pause_badges_try_equip.s rename to ver/us/asm/nonmatchings/code_138CC0/pause_badges_try_equip.s diff --git a/asm/nonmatchings/code_138CC0/pause_badges_try_remove.s b/ver/us/asm/nonmatchings/code_138CC0/pause_badges_try_remove.s similarity index 100% rename from asm/nonmatchings/code_138CC0/pause_badges_try_remove.s rename to ver/us/asm/nonmatchings/code_138CC0/pause_badges_try_remove.s diff --git a/asm/nonmatchings/code_138CC0/pause_stats_draw_contents.s b/ver/us/asm/nonmatchings/code_138CC0/pause_stats_draw_contents.s similarity index 100% rename from asm/nonmatchings/code_138CC0/pause_stats_draw_contents.s rename to ver/us/asm/nonmatchings/code_138CC0/pause_stats_draw_contents.s diff --git a/asm/nonmatchings/code_138CC0/pause_stats_handle_input.s b/ver/us/asm/nonmatchings/code_138CC0/pause_stats_handle_input.s similarity index 100% rename from asm/nonmatchings/code_138CC0/pause_stats_handle_input.s rename to ver/us/asm/nonmatchings/code_138CC0/pause_stats_handle_input.s diff --git a/asm/nonmatchings/code_138CC0/pause_stats_init.s b/ver/us/asm/nonmatchings/code_138CC0/pause_stats_init.s similarity index 100% rename from asm/nonmatchings/code_138CC0/pause_stats_init.s rename to ver/us/asm/nonmatchings/code_138CC0/pause_stats_init.s diff --git a/asm/nonmatchings/code_13CAF0/pause_items_cleanup.s b/ver/us/asm/nonmatchings/code_13CAF0/pause_items_cleanup.s similarity index 100% rename from asm/nonmatchings/code_13CAF0/pause_items_cleanup.s rename to ver/us/asm/nonmatchings/code_13CAF0/pause_items_cleanup.s diff --git a/asm/nonmatchings/code_13CAF0/pause_items_draw_contents.s b/ver/us/asm/nonmatchings/code_13CAF0/pause_items_draw_contents.s similarity index 100% rename from asm/nonmatchings/code_13CAF0/pause_items_draw_contents.s rename to ver/us/asm/nonmatchings/code_13CAF0/pause_items_draw_contents.s diff --git a/asm/nonmatchings/code_13CAF0/pause_items_handle_input.s b/ver/us/asm/nonmatchings/code_13CAF0/pause_items_handle_input.s similarity index 100% rename from asm/nonmatchings/code_13CAF0/pause_items_handle_input.s rename to ver/us/asm/nonmatchings/code_13CAF0/pause_items_handle_input.s diff --git a/asm/nonmatchings/code_13CAF0/pause_items_init.s b/ver/us/asm/nonmatchings/code_13CAF0/pause_items_init.s similarity index 100% rename from asm/nonmatchings/code_13CAF0/pause_items_init.s rename to ver/us/asm/nonmatchings/code_13CAF0/pause_items_init.s diff --git a/asm/nonmatchings/code_13CAF0/pause_items_load_items.s b/ver/us/asm/nonmatchings/code_13CAF0/pause_items_load_items.s similarity index 100% rename from asm/nonmatchings/code_13CAF0/pause_items_load_items.s rename to ver/us/asm/nonmatchings/code_13CAF0/pause_items_load_items.s diff --git a/asm/nonmatchings/code_13CAF0/pause_items_update.s b/ver/us/asm/nonmatchings/code_13CAF0/pause_items_update.s similarity index 100% rename from asm/nonmatchings/code_13CAF0/pause_items_update.s rename to ver/us/asm/nonmatchings/code_13CAF0/pause_items_update.s diff --git a/asm/nonmatchings/code_13E120/pause_partners_cleanup.s b/ver/us/asm/nonmatchings/code_13E120/pause_partners_cleanup.s similarity index 100% rename from asm/nonmatchings/code_13E120/pause_partners_cleanup.s rename to ver/us/asm/nonmatchings/code_13E120/pause_partners_cleanup.s diff --git a/asm/nonmatchings/code_13E120/pause_partners_draw_contents.s b/ver/us/asm/nonmatchings/code_13E120/pause_partners_draw_contents.s similarity index 100% rename from asm/nonmatchings/code_13E120/pause_partners_draw_contents.s rename to ver/us/asm/nonmatchings/code_13E120/pause_partners_draw_contents.s diff --git a/asm/nonmatchings/code_13E120/pause_partners_draw_movelist.s b/ver/us/asm/nonmatchings/code_13E120/pause_partners_draw_movelist.s similarity index 100% rename from asm/nonmatchings/code_13E120/pause_partners_draw_movelist.s rename to ver/us/asm/nonmatchings/code_13E120/pause_partners_draw_movelist.s diff --git a/asm/nonmatchings/code_13E120/pause_partners_draw_movelist_flower.s b/ver/us/asm/nonmatchings/code_13E120/pause_partners_draw_movelist_flower.s similarity index 100% rename from asm/nonmatchings/code_13E120/pause_partners_draw_movelist_flower.s rename to ver/us/asm/nonmatchings/code_13E120/pause_partners_draw_movelist_flower.s diff --git a/asm/nonmatchings/code_13E120/pause_partners_draw_movelist_title.s b/ver/us/asm/nonmatchings/code_13E120/pause_partners_draw_movelist_title.s similarity index 100% rename from asm/nonmatchings/code_13E120/pause_partners_draw_movelist_title.s rename to ver/us/asm/nonmatchings/code_13E120/pause_partners_draw_movelist_title.s diff --git a/asm/nonmatchings/code_13E120/pause_partners_draw_title.s b/ver/us/asm/nonmatchings/code_13E120/pause_partners_draw_title.s similarity index 100% rename from asm/nonmatchings/code_13E120/pause_partners_draw_title.s rename to ver/us/asm/nonmatchings/code_13E120/pause_partners_draw_title.s diff --git a/asm/nonmatchings/code_13E120/pause_partners_handle_input.s b/ver/us/asm/nonmatchings/code_13E120/pause_partners_handle_input.s similarity index 100% rename from asm/nonmatchings/code_13E120/pause_partners_handle_input.s rename to ver/us/asm/nonmatchings/code_13E120/pause_partners_handle_input.s diff --git a/asm/nonmatchings/code_13E120/pause_partners_init.s b/ver/us/asm/nonmatchings/code_13E120/pause_partners_init.s similarity index 100% rename from asm/nonmatchings/code_13E120/pause_partners_init.s rename to ver/us/asm/nonmatchings/code_13E120/pause_partners_init.s diff --git a/asm/nonmatchings/code_13E120/pause_partners_load_portrait.s b/ver/us/asm/nonmatchings/code_13E120/pause_partners_load_portrait.s similarity index 100% rename from asm/nonmatchings/code_13E120/pause_partners_load_portrait.s rename to ver/us/asm/nonmatchings/code_13E120/pause_partners_load_portrait.s diff --git a/asm/nonmatchings/code_13E120/pause_partners_update.s b/ver/us/asm/nonmatchings/code_13E120/pause_partners_update.s similarity index 100% rename from asm/nonmatchings/code_13E120/pause_partners_update.s rename to ver/us/asm/nonmatchings/code_13E120/pause_partners_update.s diff --git a/asm/nonmatchings/code_13FD40/pause_spirits_cleanup.s b/ver/us/asm/nonmatchings/code_13FD40/pause_spirits_cleanup.s similarity index 100% rename from asm/nonmatchings/code_13FD40/pause_spirits_cleanup.s rename to ver/us/asm/nonmatchings/code_13FD40/pause_spirits_cleanup.s diff --git a/asm/nonmatchings/code_13FD40/pause_spirits_draw_contents.s b/ver/us/asm/nonmatchings/code_13FD40/pause_spirits_draw_contents.s similarity index 100% rename from asm/nonmatchings/code_13FD40/pause_spirits_draw_contents.s rename to ver/us/asm/nonmatchings/code_13FD40/pause_spirits_draw_contents.s diff --git a/asm/nonmatchings/code_13FD40/pause_spirits_draw_title.s b/ver/us/asm/nonmatchings/code_13FD40/pause_spirits_draw_title.s similarity index 100% rename from asm/nonmatchings/code_13FD40/pause_spirits_draw_title.s rename to ver/us/asm/nonmatchings/code_13FD40/pause_spirits_draw_title.s diff --git a/asm/nonmatchings/code_13FD40/pause_spirits_handle_input.s b/ver/us/asm/nonmatchings/code_13FD40/pause_spirits_handle_input.s similarity index 100% rename from asm/nonmatchings/code_13FD40/pause_spirits_handle_input.s rename to ver/us/asm/nonmatchings/code_13FD40/pause_spirits_handle_input.s diff --git a/asm/nonmatchings/code_13FD40/pause_spirits_init.s b/ver/us/asm/nonmatchings/code_13FD40/pause_spirits_init.s similarity index 100% rename from asm/nonmatchings/code_13FD40/pause_spirits_init.s rename to ver/us/asm/nonmatchings/code_13FD40/pause_spirits_init.s diff --git a/asm/nonmatchings/code_13FD40/pause_spirits_update.s b/ver/us/asm/nonmatchings/code_13FD40/pause_spirits_update.s similarity index 100% rename from asm/nonmatchings/code_13FD40/pause_spirits_update.s rename to ver/us/asm/nonmatchings/code_13FD40/pause_spirits_update.s diff --git a/asm/nonmatchings/code_140C70/func_8024D930.s b/ver/us/asm/nonmatchings/code_140C70/func_8024D930.s similarity index 100% rename from asm/nonmatchings/code_140C70/func_8024D930.s rename to ver/us/asm/nonmatchings/code_140C70/func_8024D930.s diff --git a/asm/nonmatchings/code_140C70/pause_map_cleanup.s b/ver/us/asm/nonmatchings/code_140C70/pause_map_cleanup.s similarity index 100% rename from asm/nonmatchings/code_140C70/pause_map_cleanup.s rename to ver/us/asm/nonmatchings/code_140C70/pause_map_cleanup.s diff --git a/asm/nonmatchings/code_140C70/pause_map_draw_border_arrows.s b/ver/us/asm/nonmatchings/code_140C70/pause_map_draw_border_arrows.s similarity index 100% rename from asm/nonmatchings/code_140C70/pause_map_draw_border_arrows.s rename to ver/us/asm/nonmatchings/code_140C70/pause_map_draw_border_arrows.s diff --git a/asm/nonmatchings/code_140C70/pause_map_draw_contents.s b/ver/us/asm/nonmatchings/code_140C70/pause_map_draw_contents.s similarity index 100% rename from asm/nonmatchings/code_140C70/pause_map_draw_contents.s rename to ver/us/asm/nonmatchings/code_140C70/pause_map_draw_contents.s diff --git a/asm/nonmatchings/code_140C70/pause_map_draw_title.s b/ver/us/asm/nonmatchings/code_140C70/pause_map_draw_title.s similarity index 100% rename from asm/nonmatchings/code_140C70/pause_map_draw_title.s rename to ver/us/asm/nonmatchings/code_140C70/pause_map_draw_title.s diff --git a/asm/nonmatchings/code_140C70/pause_map_handle_input.s b/ver/us/asm/nonmatchings/code_140C70/pause_map_handle_input.s similarity index 100% rename from asm/nonmatchings/code_140C70/pause_map_handle_input.s rename to ver/us/asm/nonmatchings/code_140C70/pause_map_handle_input.s diff --git a/asm/nonmatchings/code_140C70/pause_map_init.s b/ver/us/asm/nonmatchings/code_140C70/pause_map_init.s similarity index 100% rename from asm/nonmatchings/code_140C70/pause_map_init.s rename to ver/us/asm/nonmatchings/code_140C70/pause_map_init.s diff --git a/asm/nonmatchings/code_140C70/pause_map_update.s b/ver/us/asm/nonmatchings/code_140C70/pause_map_update.s similarity index 100% rename from asm/nonmatchings/code_140C70/pause_map_update.s rename to ver/us/asm/nonmatchings/code_140C70/pause_map_update.s diff --git a/asm/nonmatchings/code_1421C0/pause_draw_menu_label.s b/ver/us/asm/nonmatchings/code_1421C0/pause_draw_menu_label.s similarity index 100% rename from asm/nonmatchings/code_1421C0/pause_draw_menu_label.s rename to ver/us/asm/nonmatchings/code_1421C0/pause_draw_menu_label.s diff --git a/asm/nonmatchings/code_1421C0/pause_get_menu_string.s b/ver/us/asm/nonmatchings/code_1421C0/pause_get_menu_string.s similarity index 100% rename from asm/nonmatchings/code_1421C0/pause_get_menu_string.s rename to ver/us/asm/nonmatchings/code_1421C0/pause_get_menu_string.s diff --git a/asm/nonmatchings/code_163400/func_80242BA0.s b/ver/us/asm/nonmatchings/code_163400/func_80242BA0.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80242BA0.s rename to ver/us/asm/nonmatchings/code_163400/func_80242BA0.s diff --git a/asm/nonmatchings/code_163400/func_80242D94.s b/ver/us/asm/nonmatchings/code_163400/func_80242D94.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80242D94.s rename to ver/us/asm/nonmatchings/code_163400/func_80242D94.s diff --git a/asm/nonmatchings/code_163400/func_80242DEC.s b/ver/us/asm/nonmatchings/code_163400/func_80242DEC.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80242DEC.s rename to ver/us/asm/nonmatchings/code_163400/func_80242DEC.s diff --git a/asm/nonmatchings/code_163400/func_80242E00.s b/ver/us/asm/nonmatchings/code_163400/func_80242E00.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80242E00.s rename to ver/us/asm/nonmatchings/code_163400/func_80242E00.s diff --git a/asm/nonmatchings/code_163400/func_80242F68.s b/ver/us/asm/nonmatchings/code_163400/func_80242F68.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80242F68.s rename to ver/us/asm/nonmatchings/code_163400/func_80242F68.s diff --git a/asm/nonmatchings/code_163400/func_802431A0.s b/ver/us/asm/nonmatchings/code_163400/func_802431A0.s similarity index 100% rename from asm/nonmatchings/code_163400/func_802431A0.s rename to ver/us/asm/nonmatchings/code_163400/func_802431A0.s diff --git a/asm/nonmatchings/code_163400/func_8024330C.s b/ver/us/asm/nonmatchings/code_163400/func_8024330C.s similarity index 100% rename from asm/nonmatchings/code_163400/func_8024330C.s rename to ver/us/asm/nonmatchings/code_163400/func_8024330C.s diff --git a/asm/nonmatchings/code_163400/func_80243380.s b/ver/us/asm/nonmatchings/code_163400/func_80243380.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80243380.s rename to ver/us/asm/nonmatchings/code_163400/func_80243380.s diff --git a/asm/nonmatchings/code_163400/func_802433F4.s b/ver/us/asm/nonmatchings/code_163400/func_802433F4.s similarity index 100% rename from asm/nonmatchings/code_163400/func_802433F4.s rename to ver/us/asm/nonmatchings/code_163400/func_802433F4.s diff --git a/asm/nonmatchings/code_163400/func_80243468.s b/ver/us/asm/nonmatchings/code_163400/func_80243468.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80243468.s rename to ver/us/asm/nonmatchings/code_163400/func_80243468.s diff --git a/asm/nonmatchings/code_163400/func_802434DC.s b/ver/us/asm/nonmatchings/code_163400/func_802434DC.s similarity index 100% rename from asm/nonmatchings/code_163400/func_802434DC.s rename to ver/us/asm/nonmatchings/code_163400/func_802434DC.s diff --git a/asm/nonmatchings/code_163400/func_80243550.s b/ver/us/asm/nonmatchings/code_163400/func_80243550.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80243550.s rename to ver/us/asm/nonmatchings/code_163400/func_80243550.s diff --git a/asm/nonmatchings/code_163400/func_802435C4.s b/ver/us/asm/nonmatchings/code_163400/func_802435C4.s similarity index 100% rename from asm/nonmatchings/code_163400/func_802435C4.s rename to ver/us/asm/nonmatchings/code_163400/func_802435C4.s diff --git a/asm/nonmatchings/code_163400/func_80243628.s b/ver/us/asm/nonmatchings/code_163400/func_80243628.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80243628.s rename to ver/us/asm/nonmatchings/code_163400/func_80243628.s diff --git a/asm/nonmatchings/code_163400/func_8024368C.s b/ver/us/asm/nonmatchings/code_163400/func_8024368C.s similarity index 100% rename from asm/nonmatchings/code_163400/func_8024368C.s rename to ver/us/asm/nonmatchings/code_163400/func_8024368C.s diff --git a/asm/nonmatchings/code_163400/func_802436F0.s b/ver/us/asm/nonmatchings/code_163400/func_802436F0.s similarity index 100% rename from asm/nonmatchings/code_163400/func_802436F0.s rename to ver/us/asm/nonmatchings/code_163400/func_802436F0.s diff --git a/asm/nonmatchings/code_163400/func_80243754.s b/ver/us/asm/nonmatchings/code_163400/func_80243754.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80243754.s rename to ver/us/asm/nonmatchings/code_163400/func_80243754.s diff --git a/asm/nonmatchings/code_163400/func_802437B8.s b/ver/us/asm/nonmatchings/code_163400/func_802437B8.s similarity index 100% rename from asm/nonmatchings/code_163400/func_802437B8.s rename to ver/us/asm/nonmatchings/code_163400/func_802437B8.s diff --git a/asm/nonmatchings/code_163400/func_8024381C.s b/ver/us/asm/nonmatchings/code_163400/func_8024381C.s similarity index 100% rename from asm/nonmatchings/code_163400/func_8024381C.s rename to ver/us/asm/nonmatchings/code_163400/func_8024381C.s diff --git a/asm/nonmatchings/code_163400/func_80243898.s b/ver/us/asm/nonmatchings/code_163400/func_80243898.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80243898.s rename to ver/us/asm/nonmatchings/code_163400/func_80243898.s diff --git a/asm/nonmatchings/code_163400/func_80243908.s b/ver/us/asm/nonmatchings/code_163400/func_80243908.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80243908.s rename to ver/us/asm/nonmatchings/code_163400/func_80243908.s diff --git a/asm/nonmatchings/code_163400/func_80243B10.s b/ver/us/asm/nonmatchings/code_163400/func_80243B10.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80243B10.s rename to ver/us/asm/nonmatchings/code_163400/func_80243B10.s diff --git a/asm/nonmatchings/code_163400/func_80243CCC.s b/ver/us/asm/nonmatchings/code_163400/func_80243CCC.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80243CCC.s rename to ver/us/asm/nonmatchings/code_163400/func_80243CCC.s diff --git a/asm/nonmatchings/code_163400/func_80243EEC.s b/ver/us/asm/nonmatchings/code_163400/func_80243EEC.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80243EEC.s rename to ver/us/asm/nonmatchings/code_163400/func_80243EEC.s diff --git a/asm/nonmatchings/code_163400/func_80244030.s b/ver/us/asm/nonmatchings/code_163400/func_80244030.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80244030.s rename to ver/us/asm/nonmatchings/code_163400/func_80244030.s diff --git a/asm/nonmatchings/code_163400/func_802440BC.s b/ver/us/asm/nonmatchings/code_163400/func_802440BC.s similarity index 100% rename from asm/nonmatchings/code_163400/func_802440BC.s rename to ver/us/asm/nonmatchings/code_163400/func_802440BC.s diff --git a/asm/nonmatchings/code_163400/func_802448E0.s b/ver/us/asm/nonmatchings/code_163400/func_802448E0.s similarity index 100% rename from asm/nonmatchings/code_163400/func_802448E0.s rename to ver/us/asm/nonmatchings/code_163400/func_802448E0.s diff --git a/asm/nonmatchings/code_163400/func_80244B00.s b/ver/us/asm/nonmatchings/code_163400/func_80244B00.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80244B00.s rename to ver/us/asm/nonmatchings/code_163400/func_80244B00.s diff --git a/asm/nonmatchings/code_163400/func_80244BC4.s b/ver/us/asm/nonmatchings/code_163400/func_80244BC4.s similarity index 100% rename from asm/nonmatchings/code_163400/func_80244BC4.s rename to ver/us/asm/nonmatchings/code_163400/func_80244BC4.s diff --git a/asm/nonmatchings/code_163400/pause_set_cursor_opacity.s b/ver/us/asm/nonmatchings/code_163400/pause_set_cursor_opacity.s similarity index 100% rename from asm/nonmatchings/code_163400/pause_set_cursor_opacity.s rename to ver/us/asm/nonmatchings/code_163400/pause_set_cursor_opacity.s diff --git a/asm/nonmatchings/code_165490/func_80244C30.s b/ver/us/asm/nonmatchings/code_165490/func_80244C30.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80244C30.s rename to ver/us/asm/nonmatchings/code_165490/func_80244C30.s diff --git a/asm/nonmatchings/code_165490/func_80244CEC.s b/ver/us/asm/nonmatchings/code_165490/func_80244CEC.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80244CEC.s rename to ver/us/asm/nonmatchings/code_165490/func_80244CEC.s diff --git a/asm/nonmatchings/code_165490/func_80244D60.s b/ver/us/asm/nonmatchings/code_165490/func_80244D60.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80244D60.s rename to ver/us/asm/nonmatchings/code_165490/func_80244D60.s diff --git a/asm/nonmatchings/code_165490/func_80244DD0.s b/ver/us/asm/nonmatchings/code_165490/func_80244DD0.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80244DD0.s rename to ver/us/asm/nonmatchings/code_165490/func_80244DD0.s diff --git a/asm/nonmatchings/code_165490/func_80244E54.s b/ver/us/asm/nonmatchings/code_165490/func_80244E54.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80244E54.s rename to ver/us/asm/nonmatchings/code_165490/func_80244E54.s diff --git a/asm/nonmatchings/code_165490/func_80244F44.s b/ver/us/asm/nonmatchings/code_165490/func_80244F44.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80244F44.s rename to ver/us/asm/nonmatchings/code_165490/func_80244F44.s diff --git a/asm/nonmatchings/code_165490/func_80244FD4.s b/ver/us/asm/nonmatchings/code_165490/func_80244FD4.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80244FD4.s rename to ver/us/asm/nonmatchings/code_165490/func_80244FD4.s diff --git a/asm/nonmatchings/code_165490/func_8024544C.s b/ver/us/asm/nonmatchings/code_165490/func_8024544C.s similarity index 100% rename from asm/nonmatchings/code_165490/func_8024544C.s rename to ver/us/asm/nonmatchings/code_165490/func_8024544C.s diff --git a/asm/nonmatchings/code_165490/func_80245588.s b/ver/us/asm/nonmatchings/code_165490/func_80245588.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80245588.s rename to ver/us/asm/nonmatchings/code_165490/func_80245588.s diff --git a/asm/nonmatchings/code_165490/func_802455D8.s b/ver/us/asm/nonmatchings/code_165490/func_802455D8.s similarity index 100% rename from asm/nonmatchings/code_165490/func_802455D8.s rename to ver/us/asm/nonmatchings/code_165490/func_802455D8.s diff --git a/asm/nonmatchings/code_165490/func_80245628.s b/ver/us/asm/nonmatchings/code_165490/func_80245628.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80245628.s rename to ver/us/asm/nonmatchings/code_165490/func_80245628.s diff --git a/asm/nonmatchings/code_165490/func_80245678.s b/ver/us/asm/nonmatchings/code_165490/func_80245678.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80245678.s rename to ver/us/asm/nonmatchings/code_165490/func_80245678.s diff --git a/asm/nonmatchings/code_165490/func_802456C8.s b/ver/us/asm/nonmatchings/code_165490/func_802456C8.s similarity index 100% rename from asm/nonmatchings/code_165490/func_802456C8.s rename to ver/us/asm/nonmatchings/code_165490/func_802456C8.s diff --git a/asm/nonmatchings/code_165490/func_80245718.s b/ver/us/asm/nonmatchings/code_165490/func_80245718.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80245718.s rename to ver/us/asm/nonmatchings/code_165490/func_80245718.s diff --git a/asm/nonmatchings/code_165490/func_80245768.s b/ver/us/asm/nonmatchings/code_165490/func_80245768.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80245768.s rename to ver/us/asm/nonmatchings/code_165490/func_80245768.s diff --git a/asm/nonmatchings/code_165490/func_802457B8.s b/ver/us/asm/nonmatchings/code_165490/func_802457B8.s similarity index 100% rename from asm/nonmatchings/code_165490/func_802457B8.s rename to ver/us/asm/nonmatchings/code_165490/func_802457B8.s diff --git a/asm/nonmatchings/code_165490/func_80245808.s b/ver/us/asm/nonmatchings/code_165490/func_80245808.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80245808.s rename to ver/us/asm/nonmatchings/code_165490/func_80245808.s diff --git a/asm/nonmatchings/code_165490/func_80245A40.s b/ver/us/asm/nonmatchings/code_165490/func_80245A40.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80245A40.s rename to ver/us/asm/nonmatchings/code_165490/func_80245A40.s diff --git a/asm/nonmatchings/code_165490/func_80246B2C.s b/ver/us/asm/nonmatchings/code_165490/func_80246B2C.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80246B2C.s rename to ver/us/asm/nonmatchings/code_165490/func_80246B2C.s diff --git a/asm/nonmatchings/code_165490/func_80246CBC.s b/ver/us/asm/nonmatchings/code_165490/func_80246CBC.s similarity index 100% rename from asm/nonmatchings/code_165490/func_80246CBC.s rename to ver/us/asm/nonmatchings/code_165490/func_80246CBC.s diff --git a/asm/nonmatchings/code_167570/func_80246D10.s b/ver/us/asm/nonmatchings/code_167570/func_80246D10.s similarity index 100% rename from asm/nonmatchings/code_167570/func_80246D10.s rename to ver/us/asm/nonmatchings/code_167570/func_80246D10.s diff --git a/asm/nonmatchings/code_167570/func_80246E24.s b/ver/us/asm/nonmatchings/code_167570/func_80246E24.s similarity index 100% rename from asm/nonmatchings/code_167570/func_80246E24.s rename to ver/us/asm/nonmatchings/code_167570/func_80246E24.s diff --git a/asm/nonmatchings/code_167570/func_80247198.s b/ver/us/asm/nonmatchings/code_167570/func_80247198.s similarity index 100% rename from asm/nonmatchings/code_167570/func_80247198.s rename to ver/us/asm/nonmatchings/code_167570/func_80247198.s diff --git a/asm/nonmatchings/code_167570/func_802471EC.s b/ver/us/asm/nonmatchings/code_167570/func_802471EC.s similarity index 100% rename from asm/nonmatchings/code_167570/func_802471EC.s rename to ver/us/asm/nonmatchings/code_167570/func_802471EC.s diff --git a/asm/nonmatchings/code_168590/func_80247D30.s b/ver/us/asm/nonmatchings/code_168590/func_80247D30.s similarity index 100% rename from asm/nonmatchings/code_168590/func_80247D30.s rename to ver/us/asm/nonmatchings/code_168590/func_80247D30.s diff --git a/asm/nonmatchings/code_168590/func_80247FD0.s b/ver/us/asm/nonmatchings/code_168590/func_80247FD0.s similarity index 100% rename from asm/nonmatchings/code_168590/func_80247FD0.s rename to ver/us/asm/nonmatchings/code_168590/func_80247FD0.s diff --git a/asm/nonmatchings/code_168590/func_80248024.s b/ver/us/asm/nonmatchings/code_168590/func_80248024.s similarity index 100% rename from asm/nonmatchings/code_168590/func_80248024.s rename to ver/us/asm/nonmatchings/code_168590/func_80248024.s diff --git a/asm/nonmatchings/code_168590/func_80248170.s b/ver/us/asm/nonmatchings/code_168590/func_80248170.s similarity index 100% rename from asm/nonmatchings/code_168590/func_80248170.s rename to ver/us/asm/nonmatchings/code_168590/func_80248170.s diff --git a/asm/nonmatchings/code_168590/func_802481B8.s b/ver/us/asm/nonmatchings/code_168590/func_802481B8.s similarity index 100% rename from asm/nonmatchings/code_168590/func_802481B8.s rename to ver/us/asm/nonmatchings/code_168590/func_802481B8.s diff --git a/asm/nonmatchings/code_168590/func_8024830C.s b/ver/us/asm/nonmatchings/code_168590/func_8024830C.s similarity index 100% rename from asm/nonmatchings/code_168590/func_8024830C.s rename to ver/us/asm/nonmatchings/code_168590/func_8024830C.s diff --git a/asm/nonmatchings/code_168590/func_80248A80.s b/ver/us/asm/nonmatchings/code_168590/func_80248A80.s similarity index 100% rename from asm/nonmatchings/code_168590/func_80248A80.s rename to ver/us/asm/nonmatchings/code_168590/func_80248A80.s diff --git a/asm/nonmatchings/code_168590/func_80248BF4.s b/ver/us/asm/nonmatchings/code_168590/func_80248BF4.s similarity index 100% rename from asm/nonmatchings/code_168590/func_80248BF4.s rename to ver/us/asm/nonmatchings/code_168590/func_80248BF4.s diff --git a/asm/nonmatchings/code_168590/func_8024932C.s b/ver/us/asm/nonmatchings/code_168590/func_8024932C.s similarity index 100% rename from asm/nonmatchings/code_168590/func_8024932C.s rename to ver/us/asm/nonmatchings/code_168590/func_8024932C.s diff --git a/asm/nonmatchings/code_169BE0/func_80249380.s b/ver/us/asm/nonmatchings/code_169BE0/func_80249380.s similarity index 100% rename from asm/nonmatchings/code_169BE0/func_80249380.s rename to ver/us/asm/nonmatchings/code_169BE0/func_80249380.s diff --git a/asm/nonmatchings/code_169BE0/func_8024997C.s b/ver/us/asm/nonmatchings/code_169BE0/func_8024997C.s similarity index 100% rename from asm/nonmatchings/code_169BE0/func_8024997C.s rename to ver/us/asm/nonmatchings/code_169BE0/func_8024997C.s diff --git a/asm/nonmatchings/code_169BE0/func_80249AA4.s b/ver/us/asm/nonmatchings/code_169BE0/func_80249AA4.s similarity index 100% rename from asm/nonmatchings/code_169BE0/func_80249AA4.s rename to ver/us/asm/nonmatchings/code_169BE0/func_80249AA4.s diff --git a/asm/nonmatchings/code_169BE0/func_80249AB8.s b/ver/us/asm/nonmatchings/code_169BE0/func_80249AB8.s similarity index 100% rename from asm/nonmatchings/code_169BE0/func_80249AB8.s rename to ver/us/asm/nonmatchings/code_169BE0/func_80249AB8.s diff --git a/asm/nonmatchings/code_16F740/begin_battle.s b/ver/us/asm/nonmatchings/code_16F740/begin_battle.s similarity index 100% rename from asm/nonmatchings/code_16F740/begin_battle.s rename to ver/us/asm/nonmatchings/code_16F740/begin_battle.s diff --git a/asm/nonmatchings/code_16F740/end_battle.s b/ver/us/asm/nonmatchings/code_16F740/end_battle.s similarity index 100% rename from asm/nonmatchings/code_16F740/end_battle.s rename to ver/us/asm/nonmatchings/code_16F740/end_battle.s diff --git a/asm/nonmatchings/code_16F740/func_80240E60.s b/ver/us/asm/nonmatchings/code_16F740/func_80240E60.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80240E60.s rename to ver/us/asm/nonmatchings/code_16F740/func_80240E60.s diff --git a/asm/nonmatchings/code_16F740/func_80240FDC.s b/ver/us/asm/nonmatchings/code_16F740/func_80240FDC.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80240FDC.s rename to ver/us/asm/nonmatchings/code_16F740/func_80240FDC.s diff --git a/asm/nonmatchings/code_16F740/func_80241190.s b/ver/us/asm/nonmatchings/code_16F740/func_80241190.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80241190.s rename to ver/us/asm/nonmatchings/code_16F740/func_80241190.s diff --git a/asm/nonmatchings/code_16F740/func_80241AB8.s b/ver/us/asm/nonmatchings/code_16F740/func_80241AB8.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80241AB8.s rename to ver/us/asm/nonmatchings/code_16F740/func_80241AB8.s diff --git a/asm/nonmatchings/code_16F740/func_80241B14.s b/ver/us/asm/nonmatchings/code_16F740/func_80241B14.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80241B14.s rename to ver/us/asm/nonmatchings/code_16F740/func_80241B14.s diff --git a/asm/nonmatchings/code_16F740/func_80242FE0.s b/ver/us/asm/nonmatchings/code_16F740/func_80242FE0.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80242FE0.s rename to ver/us/asm/nonmatchings/code_16F740/func_80242FE0.s diff --git a/asm/nonmatchings/code_16F740/func_802439D8.s b/ver/us/asm/nonmatchings/code_16F740/func_802439D8.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_802439D8.s rename to ver/us/asm/nonmatchings/code_16F740/func_802439D8.s diff --git a/asm/nonmatchings/code_16F740/func_80244008.s b/ver/us/asm/nonmatchings/code_16F740/func_80244008.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80244008.s rename to ver/us/asm/nonmatchings/code_16F740/func_80244008.s diff --git a/asm/nonmatchings/code_16F740/func_80244710.s b/ver/us/asm/nonmatchings/code_16F740/func_80244710.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80244710.s rename to ver/us/asm/nonmatchings/code_16F740/func_80244710.s diff --git a/asm/nonmatchings/code_16F740/func_80244D90.s b/ver/us/asm/nonmatchings/code_16F740/func_80244D90.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80244D90.s rename to ver/us/asm/nonmatchings/code_16F740/func_80244D90.s diff --git a/asm/nonmatchings/code_16F740/func_80244E38.s b/ver/us/asm/nonmatchings/code_16F740/func_80244E38.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80244E38.s rename to ver/us/asm/nonmatchings/code_16F740/func_80244E38.s diff --git a/asm/nonmatchings/code_16F740/func_80245440.s b/ver/us/asm/nonmatchings/code_16F740/func_80245440.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80245440.s rename to ver/us/asm/nonmatchings/code_16F740/func_80245440.s diff --git a/asm/nonmatchings/code_16F740/func_8024721C.s b/ver/us/asm/nonmatchings/code_16F740/func_8024721C.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_8024721C.s rename to ver/us/asm/nonmatchings/code_16F740/func_8024721C.s diff --git a/asm/nonmatchings/code_16F740/func_80247B04.s b/ver/us/asm/nonmatchings/code_16F740/func_80247B04.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80247B04.s rename to ver/us/asm/nonmatchings/code_16F740/func_80247B04.s diff --git a/asm/nonmatchings/code_16F740/func_802480F0.s b/ver/us/asm/nonmatchings/code_16F740/func_802480F0.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_802480F0.s rename to ver/us/asm/nonmatchings/code_16F740/func_802480F0.s diff --git a/asm/nonmatchings/code_16F740/func_80248190.s b/ver/us/asm/nonmatchings/code_16F740/func_80248190.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80248190.s rename to ver/us/asm/nonmatchings/code_16F740/func_80248190.s diff --git a/asm/nonmatchings/code_16F740/func_802485FC.s b/ver/us/asm/nonmatchings/code_16F740/func_802485FC.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_802485FC.s rename to ver/us/asm/nonmatchings/code_16F740/func_802485FC.s diff --git a/asm/nonmatchings/code_16F740/func_80248660.s b/ver/us/asm/nonmatchings/code_16F740/func_80248660.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80248660.s rename to ver/us/asm/nonmatchings/code_16F740/func_80248660.s diff --git a/asm/nonmatchings/code_16F740/func_80248AA4.s b/ver/us/asm/nonmatchings/code_16F740/func_80248AA4.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80248AA4.s rename to ver/us/asm/nonmatchings/code_16F740/func_80248AA4.s diff --git a/asm/nonmatchings/code_16F740/func_80248B08.s b/ver/us/asm/nonmatchings/code_16F740/func_80248B08.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80248B08.s rename to ver/us/asm/nonmatchings/code_16F740/func_80248B08.s diff --git a/asm/nonmatchings/code_16F740/func_80248D78.s b/ver/us/asm/nonmatchings/code_16F740/func_80248D78.s similarity index 100% rename from asm/nonmatchings/code_16F740/func_80248D78.s rename to ver/us/asm/nonmatchings/code_16F740/func_80248D78.s diff --git a/asm/nonmatchings/code_16F740/switch_order.s b/ver/us/asm/nonmatchings/code_16F740/switch_order.s similarity index 100% rename from asm/nonmatchings/code_16F740/switch_order.s rename to ver/us/asm/nonmatchings/code_16F740/switch_order.s diff --git a/asm/nonmatchings/code_16F740/switch_to_partner.s b/ver/us/asm/nonmatchings/code_16F740/switch_to_partner.s similarity index 100% rename from asm/nonmatchings/code_16F740/switch_to_partner.s rename to ver/us/asm/nonmatchings/code_16F740/switch_to_partner.s diff --git a/asm/nonmatchings/code_16F740/switch_to_player.s b/ver/us/asm/nonmatchings/code_16F740/switch_to_player.s similarity index 100% rename from asm/nonmatchings/code_16F740/switch_to_player.s rename to ver/us/asm/nonmatchings/code_16F740/switch_to_player.s diff --git a/asm/nonmatchings/code_16F740/update_end_player_turn.s b/ver/us/asm/nonmatchings/code_16F740/update_end_player_turn.s similarity index 100% rename from asm/nonmatchings/code_16F740/update_end_player_turn.s rename to ver/us/asm/nonmatchings/code_16F740/update_end_player_turn.s diff --git a/asm/nonmatchings/code_16F740/update_enemy_action.s b/ver/us/asm/nonmatchings/code_16F740/update_enemy_action.s similarity index 100% rename from asm/nonmatchings/code_16F740/update_enemy_action.s rename to ver/us/asm/nonmatchings/code_16F740/update_enemy_action.s diff --git a/asm/nonmatchings/code_16F740/update_enemy_change_turn.s b/ver/us/asm/nonmatchings/code_16F740/update_enemy_change_turn.s similarity index 100% rename from asm/nonmatchings/code_16F740/update_enemy_change_turn.s rename to ver/us/asm/nonmatchings/code_16F740/update_enemy_change_turn.s diff --git a/asm/nonmatchings/code_16F740/update_heroes_start_turn.s b/ver/us/asm/nonmatchings/code_16F740/update_heroes_start_turn.s similarity index 100% rename from asm/nonmatchings/code_16F740/update_heroes_start_turn.s rename to ver/us/asm/nonmatchings/code_16F740/update_heroes_start_turn.s diff --git a/asm/nonmatchings/code_16F740/update_partner_action.s b/ver/us/asm/nonmatchings/code_16F740/update_partner_action.s similarity index 100% rename from asm/nonmatchings/code_16F740/update_partner_action.s rename to ver/us/asm/nonmatchings/code_16F740/update_partner_action.s diff --git a/asm/nonmatchings/code_16F740/update_player_action.s b/ver/us/asm/nonmatchings/code_16F740/update_player_action.s similarity index 100% rename from asm/nonmatchings/code_16F740/update_player_action.s rename to ver/us/asm/nonmatchings/code_16F740/update_player_action.s diff --git a/asm/nonmatchings/code_16F740/update_player_change_turn.s b/ver/us/asm/nonmatchings/code_16F740/update_player_change_turn.s similarity index 100% rename from asm/nonmatchings/code_16F740/update_player_change_turn.s rename to ver/us/asm/nonmatchings/code_16F740/update_player_change_turn.s diff --git a/asm/nonmatchings/code_16F740/update_run_away.s b/ver/us/asm/nonmatchings/code_16F740/update_run_away.s similarity index 100% rename from asm/nonmatchings/code_16F740/update_run_away.s rename to ver/us/asm/nonmatchings/code_16F740/update_run_away.s diff --git a/asm/nonmatchings/code_16F740/update_swap_partner.s b/ver/us/asm/nonmatchings/code_16F740/update_swap_partner.s similarity index 100% rename from asm/nonmatchings/code_16F740/update_swap_partner.s rename to ver/us/asm/nonmatchings/code_16F740/update_swap_partner.s diff --git a/asm/nonmatchings/code_16c8e0/delete_actor.s b/ver/us/asm/nonmatchings/code_16c8e0/delete_actor.s similarity index 100% rename from asm/nonmatchings/code_16c8e0/delete_actor.s rename to ver/us/asm/nonmatchings/code_16c8e0/delete_actor.s diff --git a/asm/nonmatchings/code_16c8e0/draw_enemy_health_bars.s b/ver/us/asm/nonmatchings/code_16c8e0/draw_enemy_health_bars.s similarity index 100% rename from asm/nonmatchings/code_16c8e0/draw_enemy_health_bars.s rename to ver/us/asm/nonmatchings/code_16c8e0/draw_enemy_health_bars.s diff --git a/asm/nonmatchings/code_16c8e0/draw_main_battle_ui.s b/ver/us/asm/nonmatchings/code_16c8e0/draw_main_battle_ui.s similarity index 100% rename from asm/nonmatchings/code_16c8e0/draw_main_battle_ui.s rename to ver/us/asm/nonmatchings/code_16c8e0/draw_main_battle_ui.s diff --git a/asm/nonmatchings/code_16c8e0/func_8023E104.s b/ver/us/asm/nonmatchings/code_16c8e0/func_8023E104.s similarity index 100% rename from asm/nonmatchings/code_16c8e0/func_8023E104.s rename to ver/us/asm/nonmatchings/code_16c8e0/func_8023E104.s diff --git a/asm/nonmatchings/code_16c8e0/func_8023E11C.s b/ver/us/asm/nonmatchings/code_16c8e0/func_8023E11C.s similarity index 100% rename from asm/nonmatchings/code_16c8e0/func_8023E11C.s rename to ver/us/asm/nonmatchings/code_16c8e0/func_8023E11C.s diff --git a/asm/nonmatchings/code_16c8e0/func_8023ED5C.s b/ver/us/asm/nonmatchings/code_16c8e0/func_8023ED5C.s similarity index 100% rename from asm/nonmatchings/code_16c8e0/func_8023ED5C.s rename to ver/us/asm/nonmatchings/code_16c8e0/func_8023ED5C.s diff --git a/asm/nonmatchings/code_16c8e0/func_8023F060.s b/ver/us/asm/nonmatchings/code_16c8e0/func_8023F060.s similarity index 100% rename from asm/nonmatchings/code_16c8e0/func_8023F060.s rename to ver/us/asm/nonmatchings/code_16c8e0/func_8023F060.s diff --git a/asm/nonmatchings/code_16c8e0/func_8023F088.s b/ver/us/asm/nonmatchings/code_16c8e0/func_8023F088.s similarity index 100% rename from asm/nonmatchings/code_16c8e0/func_8023F088.s rename to ver/us/asm/nonmatchings/code_16c8e0/func_8023F088.s diff --git a/asm/nonmatchings/code_16c8e0/func_802409F4.s b/ver/us/asm/nonmatchings/code_16c8e0/func_802409F4.s similarity index 100% rename from asm/nonmatchings/code_16c8e0/func_802409F4.s rename to ver/us/asm/nonmatchings/code_16c8e0/func_802409F4.s diff --git a/asm/nonmatchings/code_16c8e0/func_80240AA8.s b/ver/us/asm/nonmatchings/code_16c8e0/func_80240AA8.s similarity index 100% rename from asm/nonmatchings/code_16c8e0/func_80240AA8.s rename to ver/us/asm/nonmatchings/code_16c8e0/func_80240AA8.s diff --git a/asm/nonmatchings/code_16c8e0/initialize_battle.s b/ver/us/asm/nonmatchings/code_16c8e0/initialize_battle.s similarity index 100% rename from asm/nonmatchings/code_16c8e0/initialize_battle.s rename to ver/us/asm/nonmatchings/code_16c8e0/initialize_battle.s diff --git a/asm/nonmatchings/code_16c8e0/update_battle_state.s b/ver/us/asm/nonmatchings/code_16c8e0/update_battle_state.s similarity index 100% rename from asm/nonmatchings/code_16c8e0/update_battle_state.s rename to ver/us/asm/nonmatchings/code_16c8e0/update_battle_state.s diff --git a/asm/nonmatchings/code_16c8e0/update_starpoints_display.s b/ver/us/asm/nonmatchings/code_16c8e0/update_starpoints_display.s similarity index 100% rename from asm/nonmatchings/code_16c8e0/update_starpoints_display.s rename to ver/us/asm/nonmatchings/code_16c8e0/update_starpoints_display.s diff --git a/asm/nonmatchings/code_1776B0/AddBattleCamOffsetZ.s b/ver/us/asm/nonmatchings/code_1776B0/AddBattleCamOffsetZ.s similarity index 100% rename from asm/nonmatchings/code_1776B0/AddBattleCamOffsetZ.s rename to ver/us/asm/nonmatchings/code_1776B0/AddBattleCamOffsetZ.s diff --git a/asm/nonmatchings/code_1776B0/AddBattleCamZoom.s b/ver/us/asm/nonmatchings/code_1776B0/AddBattleCamZoom.s similarity index 100% rename from asm/nonmatchings/code_1776B0/AddBattleCamZoom.s rename to ver/us/asm/nonmatchings/code_1776B0/AddBattleCamZoom.s diff --git a/asm/nonmatchings/code_1776B0/BattleCamTargetActor.s b/ver/us/asm/nonmatchings/code_1776B0/BattleCamTargetActor.s similarity index 100% rename from asm/nonmatchings/code_1776B0/BattleCamTargetActor.s rename to ver/us/asm/nonmatchings/code_1776B0/BattleCamTargetActor.s diff --git a/asm/nonmatchings/code_1776B0/FreezeBattleCam.s b/ver/us/asm/nonmatchings/code_1776B0/FreezeBattleCam.s similarity index 100% rename from asm/nonmatchings/code_1776B0/FreezeBattleCam.s rename to ver/us/asm/nonmatchings/code_1776B0/FreezeBattleCam.s diff --git a/asm/nonmatchings/code_1776B0/MoveBattleCamOver.s b/ver/us/asm/nonmatchings/code_1776B0/MoveBattleCamOver.s similarity index 100% rename from asm/nonmatchings/code_1776B0/MoveBattleCamOver.s rename to ver/us/asm/nonmatchings/code_1776B0/MoveBattleCamOver.s diff --git a/asm/nonmatchings/code_1776B0/SetBattleCamOffsetZ.s b/ver/us/asm/nonmatchings/code_1776B0/SetBattleCamOffsetZ.s similarity index 100% rename from asm/nonmatchings/code_1776B0/SetBattleCamOffsetZ.s rename to ver/us/asm/nonmatchings/code_1776B0/SetBattleCamOffsetZ.s diff --git a/asm/nonmatchings/code_1776B0/SetBattleCamTarget.s b/ver/us/asm/nonmatchings/code_1776B0/SetBattleCamTarget.s similarity index 100% rename from asm/nonmatchings/code_1776B0/SetBattleCamTarget.s rename to ver/us/asm/nonmatchings/code_1776B0/SetBattleCamTarget.s diff --git a/asm/nonmatchings/code_1776B0/SetBattleCamYaw.s b/ver/us/asm/nonmatchings/code_1776B0/SetBattleCamYaw.s similarity index 100% rename from asm/nonmatchings/code_1776B0/SetBattleCamYaw.s rename to ver/us/asm/nonmatchings/code_1776B0/SetBattleCamYaw.s diff --git a/asm/nonmatchings/code_1776B0/SetBattleCamZoom.s b/ver/us/asm/nonmatchings/code_1776B0/SetBattleCamZoom.s similarity index 100% rename from asm/nonmatchings/code_1776B0/SetBattleCamZoom.s rename to ver/us/asm/nonmatchings/code_1776B0/SetBattleCamZoom.s diff --git a/asm/nonmatchings/code_1776B0/UseCamPreset.s b/ver/us/asm/nonmatchings/code_1776B0/UseCamPreset.s similarity index 100% rename from asm/nonmatchings/code_1776B0/UseCamPreset.s rename to ver/us/asm/nonmatchings/code_1776B0/UseCamPreset.s diff --git a/asm/nonmatchings/code_1776B0/add_cam_zoom.s b/ver/us/asm/nonmatchings/code_1776B0/add_cam_zoom.s similarity index 100% rename from asm/nonmatchings/code_1776B0/add_cam_zoom.s rename to ver/us/asm/nonmatchings/code_1776B0/add_cam_zoom.s diff --git a/asm/nonmatchings/code_1776B0/cam_target_actor.s b/ver/us/asm/nonmatchings/code_1776B0/cam_target_actor.s similarity index 100% rename from asm/nonmatchings/code_1776B0/cam_target_actor.s rename to ver/us/asm/nonmatchings/code_1776B0/cam_target_actor.s diff --git a/asm/nonmatchings/code_1776B0/func_80248DD0.s b/ver/us/asm/nonmatchings/code_1776B0/func_80248DD0.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_80248DD0.s rename to ver/us/asm/nonmatchings/code_1776B0/func_80248DD0.s diff --git a/asm/nonmatchings/code_1776B0/func_80248DE4.s b/ver/us/asm/nonmatchings/code_1776B0/func_80248DE4.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_80248DE4.s rename to ver/us/asm/nonmatchings/code_1776B0/func_80248DE4.s diff --git a/asm/nonmatchings/code_1776B0/func_80249804.s b/ver/us/asm/nonmatchings/code_1776B0/func_80249804.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_80249804.s rename to ver/us/asm/nonmatchings/code_1776B0/func_80249804.s diff --git a/asm/nonmatchings/code_1776B0/func_8024A214.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024A214.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024A214.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024A214.s diff --git a/asm/nonmatchings/code_1776B0/func_8024A990.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024A990.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024A990.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024A990.s diff --git a/asm/nonmatchings/code_1776B0/func_8024AFE4.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024AFE4.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024AFE4.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024AFE4.s diff --git a/asm/nonmatchings/code_1776B0/func_8024B5FC.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024B5FC.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024B5FC.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024B5FC.s diff --git a/asm/nonmatchings/code_1776B0/func_8024B9A0.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024B9A0.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024B9A0.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024B9A0.s diff --git a/asm/nonmatchings/code_1776B0/func_8024BDA4.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024BDA4.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024BDA4.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024BDA4.s diff --git a/asm/nonmatchings/code_1776B0/func_8024C180.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024C180.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024C180.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024C180.s diff --git a/asm/nonmatchings/code_1776B0/func_8024C570.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024C570.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024C570.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024C570.s diff --git a/asm/nonmatchings/code_1776B0/func_8024C944.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024C944.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024C944.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024C944.s diff --git a/asm/nonmatchings/code_1776B0/func_8024CB68.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024CB68.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024CB68.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024CB68.s diff --git a/asm/nonmatchings/code_1776B0/func_8024CE9C.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024CE9C.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024CE9C.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024CE9C.s diff --git a/asm/nonmatchings/code_1776B0/func_8024E3D8.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024E3D8.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024E3D8.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024E3D8.s diff --git a/asm/nonmatchings/code_1776B0/func_8024E40C.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024E40C.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024E40C.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024E40C.s diff --git a/asm/nonmatchings/code_1776B0/func_8024E45C.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024E45C.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024E45C.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024E45C.s diff --git a/asm/nonmatchings/code_1776B0/func_8024E484.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024E484.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024E484.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024E484.s diff --git a/asm/nonmatchings/code_1776B0/func_8024E554.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024E554.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024E554.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024E554.s diff --git a/asm/nonmatchings/code_1776B0/func_8024E584.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024E584.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024E584.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024E584.s diff --git a/asm/nonmatchings/code_1776B0/func_8024E60C.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024E60C.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024E60C.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024E60C.s diff --git a/asm/nonmatchings/code_1776B0/func_8024E664.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024E664.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024E664.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024E664.s diff --git a/asm/nonmatchings/code_1776B0/func_8024E6B4.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024E6B4.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024E6B4.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024E6B4.s diff --git a/asm/nonmatchings/code_1776B0/func_8024E748.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024E748.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024E748.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024E748.s diff --git a/asm/nonmatchings/code_1776B0/func_8024E820.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024E820.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024E820.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024E820.s diff --git a/asm/nonmatchings/code_1776B0/func_8024E9B0.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024E9B0.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024E9B0.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024E9B0.s diff --git a/asm/nonmatchings/code_1776B0/func_8024EB84.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024EB84.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024EB84.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024EB84.s diff --git a/asm/nonmatchings/code_1776B0/func_8024ECF8.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024ECF8.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024ECF8.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024ECF8.s diff --git a/asm/nonmatchings/code_1776B0/func_8024EDA4.s b/ver/us/asm/nonmatchings/code_1776B0/func_8024EDA4.s similarity index 100% rename from asm/nonmatchings/code_1776B0/func_8024EDA4.s rename to ver/us/asm/nonmatchings/code_1776B0/func_8024EDA4.s diff --git a/asm/nonmatchings/code_1776B0/move_cam_over.s b/ver/us/asm/nonmatchings/code_1776B0/move_cam_over.s similarity index 100% rename from asm/nonmatchings/code_1776B0/move_cam_over.s rename to ver/us/asm/nonmatchings/code_1776B0/move_cam_over.s diff --git a/asm/nonmatchings/code_1776B0/set_cam_target_pos.s b/ver/us/asm/nonmatchings/code_1776B0/set_cam_target_pos.s similarity index 100% rename from asm/nonmatchings/code_1776B0/set_cam_target_pos.s rename to ver/us/asm/nonmatchings/code_1776B0/set_cam_target_pos.s diff --git a/asm/nonmatchings/code_1776B0/set_cam_zoffset.s b/ver/us/asm/nonmatchings/code_1776B0/set_cam_zoffset.s similarity index 100% rename from asm/nonmatchings/code_1776B0/set_cam_zoffset.s rename to ver/us/asm/nonmatchings/code_1776B0/set_cam_zoffset.s diff --git a/asm/nonmatchings/code_1776B0/set_cam_zoom.s b/ver/us/asm/nonmatchings/code_1776B0/set_cam_zoom.s similarity index 100% rename from asm/nonmatchings/code_1776B0/set_cam_zoom.s rename to ver/us/asm/nonmatchings/code_1776B0/set_cam_zoom.s diff --git a/asm/nonmatchings/code_1776B0/unfreeze_cam.s b/ver/us/asm/nonmatchings/code_1776B0/unfreeze_cam.s similarity index 100% rename from asm/nonmatchings/code_1776B0/unfreeze_cam.s rename to ver/us/asm/nonmatchings/code_1776B0/unfreeze_cam.s diff --git a/asm/nonmatchings/code_1776B0/use_cam_preset.s b/ver/us/asm/nonmatchings/code_1776B0/use_cam_preset.s similarity index 100% rename from asm/nonmatchings/code_1776B0/use_cam_preset.s rename to ver/us/asm/nonmatchings/code_1776B0/use_cam_preset.s diff --git a/asm/nonmatchings/code_17D6A0/ForceCloseMessageBox.s b/ver/us/asm/nonmatchings/code_17D6A0/ForceCloseMessageBox.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/ForceCloseMessageBox.s rename to ver/us/asm/nonmatchings/code_17D6A0/ForceCloseMessageBox.s diff --git a/asm/nonmatchings/code_17D6A0/SetMessageBoxDuration.s b/ver/us/asm/nonmatchings/code_17D6A0/SetMessageBoxDuration.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/SetMessageBoxDuration.s rename to ver/us/asm/nonmatchings/code_17D6A0/SetMessageBoxDuration.s diff --git a/asm/nonmatchings/code_17D6A0/ShowMessageBox.s b/ver/us/asm/nonmatchings/code_17D6A0/ShowMessageBox.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/ShowMessageBox.s rename to ver/us/asm/nonmatchings/code_17D6A0/ShowMessageBox.s diff --git a/asm/nonmatchings/code_17D6A0/ShowVariableMessageBox.s b/ver/us/asm/nonmatchings/code_17D6A0/ShowVariableMessageBox.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/ShowVariableMessageBox.s rename to ver/us/asm/nonmatchings/code_17D6A0/ShowVariableMessageBox.s diff --git a/asm/nonmatchings/code_17D6A0/close_action_command_instruction_popup.s b/ver/us/asm/nonmatchings/code_17D6A0/close_action_command_instruction_popup.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/close_action_command_instruction_popup.s rename to ver/us/asm/nonmatchings/code_17D6A0/close_action_command_instruction_popup.s diff --git a/asm/nonmatchings/code_17D6A0/create_popup.s b/ver/us/asm/nonmatchings/code_17D6A0/create_popup.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/create_popup.s rename to ver/us/asm/nonmatchings/code_17D6A0/create_popup.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024EDC0.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024EDC0.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024EDC0.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024EDC0.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024EDEC.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024EDEC.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024EDEC.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024EDEC.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024EE48.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024EE48.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024EE48.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024EE48.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024EEA8.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024EEA8.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024EEA8.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024EEA8.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024EF08.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024EF08.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024EF08.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024EF08.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024EFA4.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024EFA4.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024EFA4.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024EFA4.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024EFE0.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024EFE0.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024EFE0.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024EFE0.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024F394.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024F394.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024F394.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024F394.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024F5AC.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024F5AC.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024F5AC.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024F5AC.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024F768.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024F768.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024F768.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024F768.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024F7C8.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024F7C8.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024F7C8.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024F7C8.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024F84C.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024F84C.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024F84C.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024F84C.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024F940.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024F940.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024F940.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024F940.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024FAE8.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024FAE8.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024FAE8.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024FAE8.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024FAFC.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024FAFC.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024FAFC.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024FAFC.s diff --git a/asm/nonmatchings/code_17D6A0/func_8024FB3C.s b/ver/us/asm/nonmatchings/code_17D6A0/func_8024FB3C.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_8024FB3C.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_8024FB3C.s diff --git a/asm/nonmatchings/code_17D6A0/func_80250818.s b/ver/us/asm/nonmatchings/code_17D6A0/func_80250818.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_80250818.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_80250818.s diff --git a/asm/nonmatchings/code_17D6A0/func_80251434.s b/ver/us/asm/nonmatchings/code_17D6A0/func_80251434.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_80251434.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_80251434.s diff --git a/asm/nonmatchings/code_17D6A0/func_80251454.s b/ver/us/asm/nonmatchings/code_17D6A0/func_80251454.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_80251454.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_80251454.s diff --git a/asm/nonmatchings/code_17D6A0/func_80251474.s b/ver/us/asm/nonmatchings/code_17D6A0/func_80251474.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/func_80251474.s rename to ver/us/asm/nonmatchings/code_17D6A0/func_80251474.s diff --git a/asm/nonmatchings/code_17D6A0/is_popup_displayed.s b/ver/us/asm/nonmatchings/code_17D6A0/is_popup_displayed.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/is_popup_displayed.s rename to ver/us/asm/nonmatchings/code_17D6A0/is_popup_displayed.s diff --git a/asm/nonmatchings/code_17D6A0/set_popup_duration.s b/ver/us/asm/nonmatchings/code_17D6A0/set_popup_duration.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/set_popup_duration.s rename to ver/us/asm/nonmatchings/code_17D6A0/set_popup_duration.s diff --git a/asm/nonmatchings/code_17D6A0/show_battle_message.s b/ver/us/asm/nonmatchings/code_17D6A0/show_battle_message.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/show_battle_message.s rename to ver/us/asm/nonmatchings/code_17D6A0/show_battle_message.s diff --git a/asm/nonmatchings/code_17D6A0/show_message_popup.s b/ver/us/asm/nonmatchings/code_17D6A0/show_message_popup.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/show_message_popup.s rename to ver/us/asm/nonmatchings/code_17D6A0/show_message_popup.s diff --git a/asm/nonmatchings/code_17D6A0/show_variable_battle_message.s b/ver/us/asm/nonmatchings/code_17D6A0/show_variable_battle_message.s similarity index 100% rename from asm/nonmatchings/code_17D6A0/show_variable_battle_message.s rename to ver/us/asm/nonmatchings/code_17D6A0/show_variable_battle_message.s diff --git a/asm/nonmatchings/code_17FEB0/calc_item_damage_enemy.s b/ver/us/asm/nonmatchings/code_17FEB0/calc_item_damage_enemy.s similarity index 100% rename from asm/nonmatchings/code_17FEB0/calc_item_damage_enemy.s rename to ver/us/asm/nonmatchings/code_17FEB0/calc_item_damage_enemy.s diff --git a/asm/nonmatchings/code_181810/ActorSpeak.s b/ver/us/asm/nonmatchings/code_181810/ActorSpeak.s similarity index 100% rename from asm/nonmatchings/code_181810/ActorSpeak.s rename to ver/us/asm/nonmatchings/code_181810/ActorSpeak.s diff --git a/asm/nonmatchings/code_181810/EndActorSpeech.s b/ver/us/asm/nonmatchings/code_181810/EndActorSpeech.s similarity index 100% rename from asm/nonmatchings/code_181810/EndActorSpeech.s rename to ver/us/asm/nonmatchings/code_181810/EndActorSpeech.s diff --git a/asm/nonmatchings/code_181810/LoadBattleDmaData.s b/ver/us/asm/nonmatchings/code_181810/LoadBattleDmaData.s similarity index 100% rename from asm/nonmatchings/code_181810/LoadBattleDmaData.s rename to ver/us/asm/nonmatchings/code_181810/LoadBattleDmaData.s diff --git a/asm/nonmatchings/code_181810/load_tattle_flags.s b/ver/us/asm/nonmatchings/code_181810/load_tattle_flags.s similarity index 100% rename from asm/nonmatchings/code_181810/load_tattle_flags.s rename to ver/us/asm/nonmatchings/code_181810/load_tattle_flags.s diff --git a/asm/nonmatchings/code_181810/save_tattle_flags.s b/ver/us/asm/nonmatchings/code_181810/save_tattle_flags.s similarity index 100% rename from asm/nonmatchings/code_181810/save_tattle_flags.s rename to ver/us/asm/nonmatchings/code_181810/save_tattle_flags.s diff --git a/asm/nonmatchings/code_182B30/_remove_part_decoration.s b/ver/us/asm/nonmatchings/code_182B30/_remove_part_decoration.s similarity index 100% rename from asm/nonmatchings/code_182B30/_remove_part_decoration.s rename to ver/us/asm/nonmatchings/code_182B30/_remove_part_decoration.s diff --git a/asm/nonmatchings/code_182B30/disable_actor_blur.s b/ver/us/asm/nonmatchings/code_182B30/disable_actor_blur.s similarity index 100% rename from asm/nonmatchings/code_182B30/disable_actor_blur.s rename to ver/us/asm/nonmatchings/code_182B30/disable_actor_blur.s diff --git a/asm/nonmatchings/code_182B30/disable_partner_blur.s b/ver/us/asm/nonmatchings/code_182B30/disable_partner_blur.s similarity index 100% rename from asm/nonmatchings/code_182B30/disable_partner_blur.s rename to ver/us/asm/nonmatchings/code_182B30/disable_partner_blur.s diff --git a/asm/nonmatchings/code_182B30/disable_player_blur.s b/ver/us/asm/nonmatchings/code_182B30/disable_player_blur.s similarity index 100% rename from asm/nonmatchings/code_182B30/disable_player_blur.s rename to ver/us/asm/nonmatchings/code_182B30/disable_player_blur.s diff --git a/asm/nonmatchings/code_182B30/enable_actor_blur.s b/ver/us/asm/nonmatchings/code_182B30/enable_actor_blur.s similarity index 100% rename from asm/nonmatchings/code_182B30/enable_actor_blur.s rename to ver/us/asm/nonmatchings/code_182B30/enable_actor_blur.s diff --git a/asm/nonmatchings/code_182B30/enable_partner_blur.s b/ver/us/asm/nonmatchings/code_182B30/enable_partner_blur.s similarity index 100% rename from asm/nonmatchings/code_182B30/enable_partner_blur.s rename to ver/us/asm/nonmatchings/code_182B30/enable_partner_blur.s diff --git a/asm/nonmatchings/code_182B30/enable_player_blur.s b/ver/us/asm/nonmatchings/code_182B30/enable_player_blur.s similarity index 100% rename from asm/nonmatchings/code_182B30/enable_player_blur.s rename to ver/us/asm/nonmatchings/code_182B30/enable_player_blur.s diff --git a/asm/nonmatchings/code_182B30/func_80254250.s b/ver/us/asm/nonmatchings/code_182B30/func_80254250.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_80254250.s rename to ver/us/asm/nonmatchings/code_182B30/func_80254250.s diff --git a/asm/nonmatchings/code_182B30/func_80254610.s b/ver/us/asm/nonmatchings/code_182B30/func_80254610.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_80254610.s rename to ver/us/asm/nonmatchings/code_182B30/func_80254610.s diff --git a/asm/nonmatchings/code_182B30/func_802546B0.s b/ver/us/asm/nonmatchings/code_182B30/func_802546B0.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_802546B0.s rename to ver/us/asm/nonmatchings/code_182B30/func_802546B0.s diff --git a/asm/nonmatchings/code_182B30/func_80254950.s b/ver/us/asm/nonmatchings/code_182B30/func_80254950.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_80254950.s rename to ver/us/asm/nonmatchings/code_182B30/func_80254950.s diff --git a/asm/nonmatchings/code_182B30/func_802549A0.s b/ver/us/asm/nonmatchings/code_182B30/func_802549A0.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_802549A0.s rename to ver/us/asm/nonmatchings/code_182B30/func_802549A0.s diff --git a/asm/nonmatchings/code_182B30/func_802549C0.s b/ver/us/asm/nonmatchings/code_182B30/func_802549C0.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_802549C0.s rename to ver/us/asm/nonmatchings/code_182B30/func_802549C0.s diff --git a/asm/nonmatchings/code_182B30/func_802549F4.s b/ver/us/asm/nonmatchings/code_182B30/func_802549F4.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_802549F4.s rename to ver/us/asm/nonmatchings/code_182B30/func_802549F4.s diff --git a/asm/nonmatchings/code_182B30/func_80254C50.s b/ver/us/asm/nonmatchings/code_182B30/func_80254C50.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_80254C50.s rename to ver/us/asm/nonmatchings/code_182B30/func_80254C50.s diff --git a/asm/nonmatchings/code_182B30/func_802550BC.s b/ver/us/asm/nonmatchings/code_182B30/func_802550BC.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_802550BC.s rename to ver/us/asm/nonmatchings/code_182B30/func_802550BC.s diff --git a/asm/nonmatchings/code_182B30/func_802552EC.s b/ver/us/asm/nonmatchings/code_182B30/func_802552EC.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_802552EC.s rename to ver/us/asm/nonmatchings/code_182B30/func_802552EC.s diff --git a/asm/nonmatchings/code_182B30/func_8025593C.s b/ver/us/asm/nonmatchings/code_182B30/func_8025593C.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025593C.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025593C.s diff --git a/asm/nonmatchings/code_182B30/func_8025595C.s b/ver/us/asm/nonmatchings/code_182B30/func_8025595C.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025595C.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025595C.s diff --git a/asm/nonmatchings/code_182B30/func_8025597C.s b/ver/us/asm/nonmatchings/code_182B30/func_8025597C.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025597C.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025597C.s diff --git a/asm/nonmatchings/code_182B30/func_8025599C.s b/ver/us/asm/nonmatchings/code_182B30/func_8025599C.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025599C.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025599C.s diff --git a/asm/nonmatchings/code_182B30/func_80255FE0.s b/ver/us/asm/nonmatchings/code_182B30/func_80255FE0.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_80255FE0.s rename to ver/us/asm/nonmatchings/code_182B30/func_80255FE0.s diff --git a/asm/nonmatchings/code_182B30/func_802571F0.s b/ver/us/asm/nonmatchings/code_182B30/func_802571F0.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_802571F0.s rename to ver/us/asm/nonmatchings/code_182B30/func_802571F0.s diff --git a/asm/nonmatchings/code_182B30/func_80257B28.s b/ver/us/asm/nonmatchings/code_182B30/func_80257B28.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_80257B28.s rename to ver/us/asm/nonmatchings/code_182B30/func_80257B28.s diff --git a/asm/nonmatchings/code_182B30/func_80257B48.s b/ver/us/asm/nonmatchings/code_182B30/func_80257B48.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_80257B48.s rename to ver/us/asm/nonmatchings/code_182B30/func_80257B48.s diff --git a/asm/nonmatchings/code_182B30/func_80257B68.s b/ver/us/asm/nonmatchings/code_182B30/func_80257B68.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_80257B68.s rename to ver/us/asm/nonmatchings/code_182B30/func_80257B68.s diff --git a/asm/nonmatchings/code_182B30/func_80257B88.s b/ver/us/asm/nonmatchings/code_182B30/func_80257B88.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_80257B88.s rename to ver/us/asm/nonmatchings/code_182B30/func_80257B88.s diff --git a/asm/nonmatchings/code_182B30/func_80257DA4.s b/ver/us/asm/nonmatchings/code_182B30/func_80257DA4.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_80257DA4.s rename to ver/us/asm/nonmatchings/code_182B30/func_80257DA4.s diff --git a/asm/nonmatchings/code_182B30/func_80258E14.s b/ver/us/asm/nonmatchings/code_182B30/func_80258E14.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_80258E14.s rename to ver/us/asm/nonmatchings/code_182B30/func_80258E14.s diff --git a/asm/nonmatchings/code_182B30/func_802591EC.s b/ver/us/asm/nonmatchings/code_182B30/func_802591EC.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_802591EC.s rename to ver/us/asm/nonmatchings/code_182B30/func_802591EC.s diff --git a/asm/nonmatchings/code_182B30/func_80259494.s b/ver/us/asm/nonmatchings/code_182B30/func_80259494.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_80259494.s rename to ver/us/asm/nonmatchings/code_182B30/func_80259494.s diff --git a/asm/nonmatchings/code_182B30/func_8025950C.s b/ver/us/asm/nonmatchings/code_182B30/func_8025950C.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025950C.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025950C.s diff --git a/asm/nonmatchings/code_182B30/func_802596C0.s b/ver/us/asm/nonmatchings/code_182B30/func_802596C0.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_802596C0.s rename to ver/us/asm/nonmatchings/code_182B30/func_802596C0.s diff --git a/asm/nonmatchings/code_182B30/func_802597B0.s b/ver/us/asm/nonmatchings/code_182B30/func_802597B0.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_802597B0.s rename to ver/us/asm/nonmatchings/code_182B30/func_802597B0.s diff --git a/asm/nonmatchings/code_182B30/func_8025995C.s b/ver/us/asm/nonmatchings/code_182B30/func_8025995C.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025995C.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025995C.s diff --git a/asm/nonmatchings/code_182B30/func_80259A48.s b/ver/us/asm/nonmatchings/code_182B30/func_80259A48.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_80259A48.s rename to ver/us/asm/nonmatchings/code_182B30/func_80259A48.s diff --git a/asm/nonmatchings/code_182B30/func_80259AAC.s b/ver/us/asm/nonmatchings/code_182B30/func_80259AAC.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_80259AAC.s rename to ver/us/asm/nonmatchings/code_182B30/func_80259AAC.s diff --git a/asm/nonmatchings/code_182B30/func_80259D9C.s b/ver/us/asm/nonmatchings/code_182B30/func_80259D9C.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_80259D9C.s rename to ver/us/asm/nonmatchings/code_182B30/func_80259D9C.s diff --git a/asm/nonmatchings/code_182B30/func_8025A2C4.s b/ver/us/asm/nonmatchings/code_182B30/func_8025A2C4.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025A2C4.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025A2C4.s diff --git a/asm/nonmatchings/code_182B30/func_8025A50C.s b/ver/us/asm/nonmatchings/code_182B30/func_8025A50C.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025A50C.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025A50C.s diff --git a/asm/nonmatchings/code_182B30/func_8025A74C.s b/ver/us/asm/nonmatchings/code_182B30/func_8025A74C.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025A74C.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025A74C.s diff --git a/asm/nonmatchings/code_182B30/func_8025AA80.s b/ver/us/asm/nonmatchings/code_182B30/func_8025AA80.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025AA80.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025AA80.s diff --git a/asm/nonmatchings/code_182B30/func_8025AD90.s b/ver/us/asm/nonmatchings/code_182B30/func_8025AD90.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025AD90.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025AD90.s diff --git a/asm/nonmatchings/code_182B30/func_8025B1A8.s b/ver/us/asm/nonmatchings/code_182B30/func_8025B1A8.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025B1A8.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025B1A8.s diff --git a/asm/nonmatchings/code_182B30/func_8025B5C0.s b/ver/us/asm/nonmatchings/code_182B30/func_8025B5C0.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025B5C0.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025B5C0.s diff --git a/asm/nonmatchings/code_182B30/func_8025BAA0.s b/ver/us/asm/nonmatchings/code_182B30/func_8025BAA0.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025BAA0.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025BAA0.s diff --git a/asm/nonmatchings/code_182B30/func_8025C120.s b/ver/us/asm/nonmatchings/code_182B30/func_8025C120.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025C120.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025C120.s diff --git a/asm/nonmatchings/code_182B30/func_8025C840.s b/ver/us/asm/nonmatchings/code_182B30/func_8025C840.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025C840.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025C840.s diff --git a/asm/nonmatchings/code_182B30/func_8025C8A0.s b/ver/us/asm/nonmatchings/code_182B30/func_8025C8A0.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025C8A0.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025C8A0.s diff --git a/asm/nonmatchings/code_182B30/func_8025C918.s b/ver/us/asm/nonmatchings/code_182B30/func_8025C918.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025C918.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025C918.s diff --git a/asm/nonmatchings/code_182B30/func_8025CCC8.s b/ver/us/asm/nonmatchings/code_182B30/func_8025CCC8.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025CCC8.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025CCC8.s diff --git a/asm/nonmatchings/code_182B30/func_8025CD28.s b/ver/us/asm/nonmatchings/code_182B30/func_8025CD28.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025CD28.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025CD28.s diff --git a/asm/nonmatchings/code_182B30/func_8025CD40.s b/ver/us/asm/nonmatchings/code_182B30/func_8025CD40.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025CD40.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025CD40.s diff --git a/asm/nonmatchings/code_182B30/func_8025CEC8.s b/ver/us/asm/nonmatchings/code_182B30/func_8025CEC8.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025CEC8.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025CEC8.s diff --git a/asm/nonmatchings/code_182B30/func_8025D160.s b/ver/us/asm/nonmatchings/code_182B30/func_8025D160.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025D160.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025D160.s diff --git a/asm/nonmatchings/code_182B30/func_8025D290.s b/ver/us/asm/nonmatchings/code_182B30/func_8025D290.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025D290.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025D290.s diff --git a/asm/nonmatchings/code_182B30/func_8025D2B0.s b/ver/us/asm/nonmatchings/code_182B30/func_8025D2B0.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025D2B0.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025D2B0.s diff --git a/asm/nonmatchings/code_182B30/func_8025D3CC.s b/ver/us/asm/nonmatchings/code_182B30/func_8025D3CC.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025D3CC.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025D3CC.s diff --git a/asm/nonmatchings/code_182B30/func_8025D4A0.s b/ver/us/asm/nonmatchings/code_182B30/func_8025D4A0.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025D4A0.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025D4A0.s diff --git a/asm/nonmatchings/code_182B30/func_8025D4C8.s b/ver/us/asm/nonmatchings/code_182B30/func_8025D4C8.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025D4C8.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025D4C8.s diff --git a/asm/nonmatchings/code_182B30/func_8025D620.s b/ver/us/asm/nonmatchings/code_182B30/func_8025D620.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025D620.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025D620.s diff --git a/asm/nonmatchings/code_182B30/func_8025D640.s b/ver/us/asm/nonmatchings/code_182B30/func_8025D640.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025D640.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025D640.s diff --git a/asm/nonmatchings/code_182B30/func_8025D6FC.s b/ver/us/asm/nonmatchings/code_182B30/func_8025D6FC.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025D6FC.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025D6FC.s diff --git a/asm/nonmatchings/code_182B30/func_8025D71C.s b/ver/us/asm/nonmatchings/code_182B30/func_8025D71C.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025D71C.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025D71C.s diff --git a/asm/nonmatchings/code_182B30/func_8025D810.s b/ver/us/asm/nonmatchings/code_182B30/func_8025D810.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025D810.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025D810.s diff --git a/asm/nonmatchings/code_182B30/func_8025D830.s b/ver/us/asm/nonmatchings/code_182B30/func_8025D830.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025D830.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025D830.s diff --git a/asm/nonmatchings/code_182B30/func_8025D8EC.s b/ver/us/asm/nonmatchings/code_182B30/func_8025D8EC.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025D8EC.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025D8EC.s diff --git a/asm/nonmatchings/code_182B30/func_8025D90C.s b/ver/us/asm/nonmatchings/code_182B30/func_8025D90C.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025D90C.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025D90C.s diff --git a/asm/nonmatchings/code_182B30/func_8025DA68.s b/ver/us/asm/nonmatchings/code_182B30/func_8025DA68.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025DA68.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025DA68.s diff --git a/asm/nonmatchings/code_182B30/func_8025DBD0.s b/ver/us/asm/nonmatchings/code_182B30/func_8025DBD0.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025DBD0.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025DBD0.s diff --git a/asm/nonmatchings/code_182B30/func_8025DD40.s b/ver/us/asm/nonmatchings/code_182B30/func_8025DD40.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025DD40.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025DD40.s diff --git a/asm/nonmatchings/code_182B30/func_8025DD60.s b/ver/us/asm/nonmatchings/code_182B30/func_8025DD60.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025DD60.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025DD60.s diff --git a/asm/nonmatchings/code_182B30/func_8025DE88.s b/ver/us/asm/nonmatchings/code_182B30/func_8025DE88.s similarity index 100% rename from asm/nonmatchings/code_182B30/func_8025DE88.s rename to ver/us/asm/nonmatchings/code_182B30/func_8025DE88.s diff --git a/asm/nonmatchings/code_182B30/mtx_mirror_y.s b/ver/us/asm/nonmatchings/code_182B30/mtx_mirror_y.s similarity index 100% rename from asm/nonmatchings/code_182B30/mtx_mirror_y.s rename to ver/us/asm/nonmatchings/code_182B30/mtx_mirror_y.s diff --git a/asm/nonmatchings/code_182B30/reset_actor_blur.s b/ver/us/asm/nonmatchings/code_182B30/reset_actor_blur.s similarity index 100% rename from asm/nonmatchings/code_182B30/reset_actor_blur.s rename to ver/us/asm/nonmatchings/code_182B30/reset_actor_blur.s diff --git a/asm/nonmatchings/code_182B30/reset_partner_blur.s b/ver/us/asm/nonmatchings/code_182B30/reset_partner_blur.s similarity index 100% rename from asm/nonmatchings/code_182B30/reset_partner_blur.s rename to ver/us/asm/nonmatchings/code_182B30/reset_partner_blur.s diff --git a/asm/nonmatchings/code_182B30/update_actor_shadow.s b/ver/us/asm/nonmatchings/code_182B30/update_actor_shadow.s similarity index 100% rename from asm/nonmatchings/code_182B30/update_actor_shadow.s rename to ver/us/asm/nonmatchings/code_182B30/update_actor_shadow.s diff --git a/asm/nonmatchings/code_182B30/update_enemy_shadows.s b/ver/us/asm/nonmatchings/code_182B30/update_enemy_shadows.s similarity index 100% rename from asm/nonmatchings/code_182B30/update_enemy_shadows.s rename to ver/us/asm/nonmatchings/code_182B30/update_enemy_shadows.s diff --git a/asm/nonmatchings/code_182B30/update_hero_shadows.s b/ver/us/asm/nonmatchings/code_182B30/update_hero_shadows.s similarity index 100% rename from asm/nonmatchings/code_182B30/update_hero_shadows.s rename to ver/us/asm/nonmatchings/code_182B30/update_hero_shadows.s diff --git a/asm/nonmatchings/code_182B30/update_player_actor_shadow.s b/ver/us/asm/nonmatchings/code_182B30/update_player_actor_shadow.s similarity index 100% rename from asm/nonmatchings/code_182B30/update_player_actor_shadow.s rename to ver/us/asm/nonmatchings/code_182B30/update_player_actor_shadow.s diff --git a/asm/nonmatchings/code_18C790/func_8025DEB0.s b/ver/us/asm/nonmatchings/code_18C790/func_8025DEB0.s similarity index 100% rename from asm/nonmatchings/code_18C790/func_8025DEB0.s rename to ver/us/asm/nonmatchings/code_18C790/func_8025DEB0.s diff --git a/asm/nonmatchings/code_18C790/func_8025DEC4.s b/ver/us/asm/nonmatchings/code_18C790/func_8025DEC4.s similarity index 100% rename from asm/nonmatchings/code_18C790/func_8025DEC4.s rename to ver/us/asm/nonmatchings/code_18C790/func_8025DEC4.s diff --git a/asm/nonmatchings/code_18C790/func_8025E030.s b/ver/us/asm/nonmatchings/code_18C790/func_8025E030.s similarity index 100% rename from asm/nonmatchings/code_18C790/func_8025E030.s rename to ver/us/asm/nonmatchings/code_18C790/func_8025E030.s diff --git a/asm/nonmatchings/code_18C790/func_8025E044.s b/ver/us/asm/nonmatchings/code_18C790/func_8025E044.s similarity index 100% rename from asm/nonmatchings/code_18C790/func_8025E044.s rename to ver/us/asm/nonmatchings/code_18C790/func_8025E044.s diff --git a/asm/nonmatchings/code_18C790/func_8025E108.s b/ver/us/asm/nonmatchings/code_18C790/func_8025E108.s similarity index 100% rename from asm/nonmatchings/code_18C790/func_8025E108.s rename to ver/us/asm/nonmatchings/code_18C790/func_8025E108.s diff --git a/asm/nonmatchings/code_18C790/func_8025E14C.s b/ver/us/asm/nonmatchings/code_18C790/func_8025E14C.s similarity index 100% rename from asm/nonmatchings/code_18C790/func_8025E14C.s rename to ver/us/asm/nonmatchings/code_18C790/func_8025E14C.s diff --git a/asm/nonmatchings/code_18C790/func_8025E190.s b/ver/us/asm/nonmatchings/code_18C790/func_8025E190.s similarity index 100% rename from asm/nonmatchings/code_18C790/func_8025E190.s rename to ver/us/asm/nonmatchings/code_18C790/func_8025E190.s diff --git a/asm/nonmatchings/code_18C790/func_8025FF8C.s b/ver/us/asm/nonmatchings/code_18C790/func_8025FF8C.s similarity index 100% rename from asm/nonmatchings/code_18C790/func_8025FF8C.s rename to ver/us/asm/nonmatchings/code_18C790/func_8025FF8C.s diff --git a/asm/nonmatchings/code_18C790/func_802601BC.s b/ver/us/asm/nonmatchings/code_18C790/func_802601BC.s similarity index 100% rename from asm/nonmatchings/code_18C790/func_802601BC.s rename to ver/us/asm/nonmatchings/code_18C790/func_802601BC.s diff --git a/asm/nonmatchings/code_18C790/func_80260948.s b/ver/us/asm/nonmatchings/code_18C790/func_80260948.s similarity index 100% rename from asm/nonmatchings/code_18C790/func_80260948.s rename to ver/us/asm/nonmatchings/code_18C790/func_80260948.s diff --git a/asm/nonmatchings/code_18C790/func_80260A20.s b/ver/us/asm/nonmatchings/code_18C790/func_80260A20.s similarity index 100% rename from asm/nonmatchings/code_18C790/func_80260A20.s rename to ver/us/asm/nonmatchings/code_18C790/func_80260A20.s diff --git a/asm/nonmatchings/code_18F340/FXRecoverFP.s b/ver/us/asm/nonmatchings/code_18F340/FXRecoverFP.s similarity index 100% rename from asm/nonmatchings/code_18F340/FXRecoverFP.s rename to ver/us/asm/nonmatchings/code_18F340/FXRecoverFP.s diff --git a/asm/nonmatchings/code_18F340/FXRecoverHP.s b/ver/us/asm/nonmatchings/code_18F340/FXRecoverHP.s similarity index 100% rename from asm/nonmatchings/code_18F340/FXRecoverHP.s rename to ver/us/asm/nonmatchings/code_18F340/FXRecoverHP.s diff --git a/asm/nonmatchings/code_18F340/activate_defend_command.s b/ver/us/asm/nonmatchings/code_18F340/activate_defend_command.s similarity index 100% rename from asm/nonmatchings/code_18F340/activate_defend_command.s rename to ver/us/asm/nonmatchings/code_18F340/activate_defend_command.s diff --git a/asm/nonmatchings/code_18F340/func_80260A60.s b/ver/us/asm/nonmatchings/code_18F340/func_80260A60.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_80260A60.s rename to ver/us/asm/nonmatchings/code_18F340/func_80260A60.s diff --git a/asm/nonmatchings/code_18F340/func_80260AD4.s b/ver/us/asm/nonmatchings/code_18F340/func_80260AD4.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_80260AD4.s rename to ver/us/asm/nonmatchings/code_18F340/func_80260AD4.s diff --git a/asm/nonmatchings/code_18F340/func_80260B70.s b/ver/us/asm/nonmatchings/code_18F340/func_80260B70.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_80260B70.s rename to ver/us/asm/nonmatchings/code_18F340/func_80260B70.s diff --git a/asm/nonmatchings/code_18F340/func_80260BF4.s b/ver/us/asm/nonmatchings/code_18F340/func_80260BF4.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_80260BF4.s rename to ver/us/asm/nonmatchings/code_18F340/func_80260BF4.s diff --git a/asm/nonmatchings/code_18F340/func_80260E90.s b/ver/us/asm/nonmatchings/code_18F340/func_80260E90.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_80260E90.s rename to ver/us/asm/nonmatchings/code_18F340/func_80260E90.s diff --git a/asm/nonmatchings/code_18F340/func_80261064.s b/ver/us/asm/nonmatchings/code_18F340/func_80261064.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_80261064.s rename to ver/us/asm/nonmatchings/code_18F340/func_80261064.s diff --git a/asm/nonmatchings/code_18F340/func_802610CC.s b/ver/us/asm/nonmatchings/code_18F340/func_802610CC.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_802610CC.s rename to ver/us/asm/nonmatchings/code_18F340/func_802610CC.s diff --git a/asm/nonmatchings/code_18F340/func_80261164.s b/ver/us/asm/nonmatchings/code_18F340/func_80261164.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_80261164.s rename to ver/us/asm/nonmatchings/code_18F340/func_80261164.s diff --git a/asm/nonmatchings/code_18F340/func_802611E8.s b/ver/us/asm/nonmatchings/code_18F340/func_802611E8.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_802611E8.s rename to ver/us/asm/nonmatchings/code_18F340/func_802611E8.s diff --git a/asm/nonmatchings/code_18F340/func_8026127C.s b/ver/us/asm/nonmatchings/code_18F340/func_8026127C.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_8026127C.s rename to ver/us/asm/nonmatchings/code_18F340/func_8026127C.s diff --git a/asm/nonmatchings/code_18F340/func_802613BC.s b/ver/us/asm/nonmatchings/code_18F340/func_802613BC.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_802613BC.s rename to ver/us/asm/nonmatchings/code_18F340/func_802613BC.s diff --git a/asm/nonmatchings/code_18F340/func_80261478.s b/ver/us/asm/nonmatchings/code_18F340/func_80261478.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_80261478.s rename to ver/us/asm/nonmatchings/code_18F340/func_80261478.s diff --git a/asm/nonmatchings/code_18F340/func_80261530.s b/ver/us/asm/nonmatchings/code_18F340/func_80261530.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_80261530.s rename to ver/us/asm/nonmatchings/code_18F340/func_80261530.s diff --git a/asm/nonmatchings/code_18F340/func_802615C8.s b/ver/us/asm/nonmatchings/code_18F340/func_802615C8.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_802615C8.s rename to ver/us/asm/nonmatchings/code_18F340/func_802615C8.s diff --git a/asm/nonmatchings/code_18F340/func_80261648.s b/ver/us/asm/nonmatchings/code_18F340/func_80261648.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_80261648.s rename to ver/us/asm/nonmatchings/code_18F340/func_80261648.s diff --git a/asm/nonmatchings/code_18F340/func_802616B4.s b/ver/us/asm/nonmatchings/code_18F340/func_802616B4.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_802616B4.s rename to ver/us/asm/nonmatchings/code_18F340/func_802616B4.s diff --git a/asm/nonmatchings/code_18F340/func_802616F4.s b/ver/us/asm/nonmatchings/code_18F340/func_802616F4.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_802616F4.s rename to ver/us/asm/nonmatchings/code_18F340/func_802616F4.s diff --git a/asm/nonmatchings/code_18F340/func_802619B4.s b/ver/us/asm/nonmatchings/code_18F340/func_802619B4.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_802619B4.s rename to ver/us/asm/nonmatchings/code_18F340/func_802619B4.s diff --git a/asm/nonmatchings/code_18F340/func_802619E8.s b/ver/us/asm/nonmatchings/code_18F340/func_802619E8.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_802619E8.s rename to ver/us/asm/nonmatchings/code_18F340/func_802619E8.s diff --git a/asm/nonmatchings/code_18F340/func_80261B40.s b/ver/us/asm/nonmatchings/code_18F340/func_80261B40.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_80261B40.s rename to ver/us/asm/nonmatchings/code_18F340/func_80261B40.s diff --git a/asm/nonmatchings/code_18F340/func_80261DF4.s b/ver/us/asm/nonmatchings/code_18F340/func_80261DF4.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_80261DF4.s rename to ver/us/asm/nonmatchings/code_18F340/func_80261DF4.s diff --git a/asm/nonmatchings/code_18F340/func_80261FB4.s b/ver/us/asm/nonmatchings/code_18F340/func_80261FB4.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_80261FB4.s rename to ver/us/asm/nonmatchings/code_18F340/func_80261FB4.s diff --git a/asm/nonmatchings/code_18F340/func_802620F8.s b/ver/us/asm/nonmatchings/code_18F340/func_802620F8.s similarity index 100% rename from asm/nonmatchings/code_18F340/func_802620F8.s rename to ver/us/asm/nonmatchings/code_18F340/func_802620F8.s diff --git a/asm/nonmatchings/code_190A10/func_80262130.s b/ver/us/asm/nonmatchings/code_190A10/func_80262130.s similarity index 100% rename from asm/nonmatchings/code_190A10/func_80262130.s rename to ver/us/asm/nonmatchings/code_190A10/func_80262130.s diff --git a/asm/nonmatchings/code_190A10/func_8026220C.s b/ver/us/asm/nonmatchings/code_190A10/func_8026220C.s similarity index 100% rename from asm/nonmatchings/code_190A10/func_8026220C.s rename to ver/us/asm/nonmatchings/code_190A10/func_8026220C.s diff --git a/asm/nonmatchings/code_190B20/add_xz_vec3f.s b/ver/us/asm/nonmatchings/code_190B20/add_xz_vec3f.s similarity index 100% rename from asm/nonmatchings/code_190B20/add_xz_vec3f.s rename to ver/us/asm/nonmatchings/code_190B20/add_xz_vec3f.s diff --git a/asm/nonmatchings/code_190B20/add_xz_vec3f_copy1.s b/ver/us/asm/nonmatchings/code_190B20/add_xz_vec3f_copy1.s similarity index 100% rename from asm/nonmatchings/code_190B20/add_xz_vec3f_copy1.s rename to ver/us/asm/nonmatchings/code_190B20/add_xz_vec3f_copy1.s diff --git a/asm/nonmatchings/code_190B20/add_xz_vec3f_copy2.s b/ver/us/asm/nonmatchings/code_190B20/add_xz_vec3f_copy2.s similarity index 100% rename from asm/nonmatchings/code_190B20/add_xz_vec3f_copy2.s rename to ver/us/asm/nonmatchings/code_190B20/add_xz_vec3f_copy2.s diff --git a/asm/nonmatchings/code_190B20/count_power_plus.s b/ver/us/asm/nonmatchings/code_190B20/count_power_plus.s similarity index 100% rename from asm/nonmatchings/code_190B20/count_power_plus.s rename to ver/us/asm/nonmatchings/code_190B20/count_power_plus.s diff --git a/asm/nonmatchings/code_190B20/create_actor.s b/ver/us/asm/nonmatchings/code_190B20/create_actor.s similarity index 100% rename from asm/nonmatchings/code_190B20/create_actor.s rename to ver/us/asm/nonmatchings/code_190B20/create_actor.s diff --git a/asm/nonmatchings/code_190B20/create_target_list.s b/ver/us/asm/nonmatchings/code_190B20/create_target_list.s similarity index 100% rename from asm/nonmatchings/code_190B20/create_target_list.s rename to ver/us/asm/nonmatchings/code_190B20/create_target_list.s diff --git a/asm/nonmatchings/code_190B20/deduct_current_move_fp.s b/ver/us/asm/nonmatchings/code_190B20/deduct_current_move_fp.s similarity index 100% rename from asm/nonmatchings/code_190B20/deduct_current_move_fp.s rename to ver/us/asm/nonmatchings/code_190B20/deduct_current_move_fp.s diff --git a/asm/nonmatchings/code_190B20/func_80263064.s b/ver/us/asm/nonmatchings/code_190B20/func_80263064.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80263064.s rename to ver/us/asm/nonmatchings/code_190B20/func_80263064.s diff --git a/asm/nonmatchings/code_190B20/func_80263230.s b/ver/us/asm/nonmatchings/code_190B20/func_80263230.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80263230.s rename to ver/us/asm/nonmatchings/code_190B20/func_80263230.s diff --git a/asm/nonmatchings/code_190B20/func_8026324C.s b/ver/us/asm/nonmatchings/code_190B20/func_8026324C.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_8026324C.s rename to ver/us/asm/nonmatchings/code_190B20/func_8026324C.s diff --git a/asm/nonmatchings/code_190B20/func_80263268.s b/ver/us/asm/nonmatchings/code_190B20/func_80263268.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80263268.s rename to ver/us/asm/nonmatchings/code_190B20/func_80263268.s diff --git a/asm/nonmatchings/code_190B20/func_80263300.s b/ver/us/asm/nonmatchings/code_190B20/func_80263300.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80263300.s rename to ver/us/asm/nonmatchings/code_190B20/func_80263300.s diff --git a/asm/nonmatchings/code_190B20/func_802633E8.s b/ver/us/asm/nonmatchings/code_190B20/func_802633E8.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_802633E8.s rename to ver/us/asm/nonmatchings/code_190B20/func_802633E8.s diff --git a/asm/nonmatchings/code_190B20/func_80263434.s b/ver/us/asm/nonmatchings/code_190B20/func_80263434.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80263434.s rename to ver/us/asm/nonmatchings/code_190B20/func_80263434.s diff --git a/asm/nonmatchings/code_190B20/func_80263464.s b/ver/us/asm/nonmatchings/code_190B20/func_80263464.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80263464.s rename to ver/us/asm/nonmatchings/code_190B20/func_80263464.s diff --git a/asm/nonmatchings/code_190B20/func_802634B8.s b/ver/us/asm/nonmatchings/code_190B20/func_802634B8.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_802634B8.s rename to ver/us/asm/nonmatchings/code_190B20/func_802634B8.s diff --git a/asm/nonmatchings/code_190B20/func_802636E4.s b/ver/us/asm/nonmatchings/code_190B20/func_802636E4.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_802636E4.s rename to ver/us/asm/nonmatchings/code_190B20/func_802636E4.s diff --git a/asm/nonmatchings/code_190B20/func_80263914.s b/ver/us/asm/nonmatchings/code_190B20/func_80263914.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80263914.s rename to ver/us/asm/nonmatchings/code_190B20/func_80263914.s diff --git a/asm/nonmatchings/code_190B20/func_80263C60.s b/ver/us/asm/nonmatchings/code_190B20/func_80263C60.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80263C60.s rename to ver/us/asm/nonmatchings/code_190B20/func_80263C60.s diff --git a/asm/nonmatchings/code_190B20/func_80263CC4.s b/ver/us/asm/nonmatchings/code_190B20/func_80263CC4.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80263CC4.s rename to ver/us/asm/nonmatchings/code_190B20/func_80263CC4.s diff --git a/asm/nonmatchings/code_190B20/func_80263E08.s b/ver/us/asm/nonmatchings/code_190B20/func_80263E08.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80263E08.s rename to ver/us/asm/nonmatchings/code_190B20/func_80263E08.s diff --git a/asm/nonmatchings/code_190B20/func_80263FE8.s b/ver/us/asm/nonmatchings/code_190B20/func_80263FE8.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80263FE8.s rename to ver/us/asm/nonmatchings/code_190B20/func_80263FE8.s diff --git a/asm/nonmatchings/code_190B20/func_80264084.s b/ver/us/asm/nonmatchings/code_190B20/func_80264084.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80264084.s rename to ver/us/asm/nonmatchings/code_190B20/func_80264084.s diff --git a/asm/nonmatchings/code_190B20/func_80265CE8.s b/ver/us/asm/nonmatchings/code_190B20/func_80265CE8.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80265CE8.s rename to ver/us/asm/nonmatchings/code_190B20/func_80265CE8.s diff --git a/asm/nonmatchings/code_190B20/func_80265D44.s b/ver/us/asm/nonmatchings/code_190B20/func_80265D44.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80265D44.s rename to ver/us/asm/nonmatchings/code_190B20/func_80265D44.s diff --git a/asm/nonmatchings/code_190B20/func_802664DC.s b/ver/us/asm/nonmatchings/code_190B20/func_802664DC.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_802664DC.s rename to ver/us/asm/nonmatchings/code_190B20/func_802664DC.s diff --git a/asm/nonmatchings/code_190B20/func_80266684.s b/ver/us/asm/nonmatchings/code_190B20/func_80266684.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80266684.s rename to ver/us/asm/nonmatchings/code_190B20/func_80266684.s diff --git a/asm/nonmatchings/code_190B20/func_802666E4.s b/ver/us/asm/nonmatchings/code_190B20/func_802666E4.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_802666E4.s rename to ver/us/asm/nonmatchings/code_190B20/func_802666E4.s diff --git a/asm/nonmatchings/code_190B20/func_802667F0.s b/ver/us/asm/nonmatchings/code_190B20/func_802667F0.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_802667F0.s rename to ver/us/asm/nonmatchings/code_190B20/func_802667F0.s diff --git a/asm/nonmatchings/code_190B20/func_80266970.s b/ver/us/asm/nonmatchings/code_190B20/func_80266970.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80266970.s rename to ver/us/asm/nonmatchings/code_190B20/func_80266970.s diff --git a/asm/nonmatchings/code_190B20/func_80266978.s b/ver/us/asm/nonmatchings/code_190B20/func_80266978.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80266978.s rename to ver/us/asm/nonmatchings/code_190B20/func_80266978.s diff --git a/asm/nonmatchings/code_190B20/func_80266ADC.s b/ver/us/asm/nonmatchings/code_190B20/func_80266ADC.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80266ADC.s rename to ver/us/asm/nonmatchings/code_190B20/func_80266ADC.s diff --git a/asm/nonmatchings/code_190B20/func_80266AF8.s b/ver/us/asm/nonmatchings/code_190B20/func_80266AF8.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80266AF8.s rename to ver/us/asm/nonmatchings/code_190B20/func_80266AF8.s diff --git a/asm/nonmatchings/code_190B20/func_80266B14.s b/ver/us/asm/nonmatchings/code_190B20/func_80266B14.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80266B14.s rename to ver/us/asm/nonmatchings/code_190B20/func_80266B14.s diff --git a/asm/nonmatchings/code_190B20/func_80266D6C.s b/ver/us/asm/nonmatchings/code_190B20/func_80266D6C.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80266D6C.s rename to ver/us/asm/nonmatchings/code_190B20/func_80266D6C.s diff --git a/asm/nonmatchings/code_190B20/func_80266DAC.s b/ver/us/asm/nonmatchings/code_190B20/func_80266DAC.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80266DAC.s rename to ver/us/asm/nonmatchings/code_190B20/func_80266DAC.s diff --git a/asm/nonmatchings/code_190B20/func_80266E14.s b/ver/us/asm/nonmatchings/code_190B20/func_80266E14.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80266E14.s rename to ver/us/asm/nonmatchings/code_190B20/func_80266E14.s diff --git a/asm/nonmatchings/code_190B20/func_80266E40.s b/ver/us/asm/nonmatchings/code_190B20/func_80266E40.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80266E40.s rename to ver/us/asm/nonmatchings/code_190B20/func_80266E40.s diff --git a/asm/nonmatchings/code_190B20/func_80266EA8.s b/ver/us/asm/nonmatchings/code_190B20/func_80266EA8.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80266EA8.s rename to ver/us/asm/nonmatchings/code_190B20/func_80266EA8.s diff --git a/asm/nonmatchings/code_190B20/func_80266EE8.s b/ver/us/asm/nonmatchings/code_190B20/func_80266EE8.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80266EE8.s rename to ver/us/asm/nonmatchings/code_190B20/func_80266EE8.s diff --git a/asm/nonmatchings/code_190B20/func_80266F60.s b/ver/us/asm/nonmatchings/code_190B20/func_80266F60.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80266F60.s rename to ver/us/asm/nonmatchings/code_190B20/func_80266F60.s diff --git a/asm/nonmatchings/code_190B20/func_80266F8C.s b/ver/us/asm/nonmatchings/code_190B20/func_80266F8C.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80266F8C.s rename to ver/us/asm/nonmatchings/code_190B20/func_80266F8C.s diff --git a/asm/nonmatchings/code_190B20/func_80266FD8.s b/ver/us/asm/nonmatchings/code_190B20/func_80266FD8.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80266FD8.s rename to ver/us/asm/nonmatchings/code_190B20/func_80266FD8.s diff --git a/asm/nonmatchings/code_190B20/func_80267018.s b/ver/us/asm/nonmatchings/code_190B20/func_80267018.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80267018.s rename to ver/us/asm/nonmatchings/code_190B20/func_80267018.s diff --git a/asm/nonmatchings/code_190B20/func_8026709C.s b/ver/us/asm/nonmatchings/code_190B20/func_8026709C.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_8026709C.s rename to ver/us/asm/nonmatchings/code_190B20/func_8026709C.s diff --git a/asm/nonmatchings/code_190B20/func_802670C8.s b/ver/us/asm/nonmatchings/code_190B20/func_802670C8.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_802670C8.s rename to ver/us/asm/nonmatchings/code_190B20/func_802670C8.s diff --git a/asm/nonmatchings/code_190B20/func_8026777C.s b/ver/us/asm/nonmatchings/code_190B20/func_8026777C.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_8026777C.s rename to ver/us/asm/nonmatchings/code_190B20/func_8026777C.s diff --git a/asm/nonmatchings/code_190B20/func_8026787C.s b/ver/us/asm/nonmatchings/code_190B20/func_8026787C.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_8026787C.s rename to ver/us/asm/nonmatchings/code_190B20/func_8026787C.s diff --git a/asm/nonmatchings/code_190B20/func_80267A3C.s b/ver/us/asm/nonmatchings/code_190B20/func_80267A3C.s similarity index 100% rename from asm/nonmatchings/code_190B20/func_80267A3C.s rename to ver/us/asm/nonmatchings/code_190B20/func_80267A3C.s diff --git a/asm/nonmatchings/code_190B20/inflict_status.s b/ver/us/asm/nonmatchings/code_190B20/inflict_status.s similarity index 100% rename from asm/nonmatchings/code_190B20/inflict_status.s rename to ver/us/asm/nonmatchings/code_190B20/inflict_status.s diff --git a/asm/nonmatchings/code_190B20/inflict_status_set_duration.s b/ver/us/asm/nonmatchings/code_190B20/inflict_status_set_duration.s similarity index 100% rename from asm/nonmatchings/code_190B20/inflict_status_set_duration.s rename to ver/us/asm/nonmatchings/code_190B20/inflict_status_set_duration.s diff --git a/asm/nonmatchings/code_190B20/load_partner_actor.s b/ver/us/asm/nonmatchings/code_190B20/load_partner_actor.s similarity index 100% rename from asm/nonmatchings/code_190B20/load_partner_actor.s rename to ver/us/asm/nonmatchings/code_190B20/load_partner_actor.s diff --git a/asm/nonmatchings/code_190B20/load_player_actor.s b/ver/us/asm/nonmatchings/code_190B20/load_player_actor.s similarity index 100% rename from asm/nonmatchings/code_190B20/load_player_actor.s rename to ver/us/asm/nonmatchings/code_190B20/load_player_actor.s diff --git a/asm/nonmatchings/code_190B20/lookup_status_chance.s b/ver/us/asm/nonmatchings/code_190B20/lookup_status_chance.s similarity index 100% rename from asm/nonmatchings/code_190B20/lookup_status_chance.s rename to ver/us/asm/nonmatchings/code_190B20/lookup_status_chance.s diff --git a/asm/nonmatchings/code_190B20/lookup_status_duration_mod.s b/ver/us/asm/nonmatchings/code_190B20/lookup_status_duration_mod.s similarity index 100% rename from asm/nonmatchings/code_190B20/lookup_status_duration_mod.s rename to ver/us/asm/nonmatchings/code_190B20/lookup_status_duration_mod.s diff --git a/asm/nonmatchings/code_190B20/play_movement_dust_effects.s b/ver/us/asm/nonmatchings/code_190B20/play_movement_dust_effects.s similarity index 100% rename from asm/nonmatchings/code_190B20/play_movement_dust_effects.s rename to ver/us/asm/nonmatchings/code_190B20/play_movement_dust_effects.s diff --git a/asm/nonmatchings/code_190B20/reset_all_actor_sounds.s b/ver/us/asm/nonmatchings/code_190B20/reset_all_actor_sounds.s similarity index 100% rename from asm/nonmatchings/code_190B20/reset_all_actor_sounds.s rename to ver/us/asm/nonmatchings/code_190B20/reset_all_actor_sounds.s diff --git a/asm/nonmatchings/code_190B20/set_animation.s b/ver/us/asm/nonmatchings/code_190B20/set_animation.s similarity index 100% rename from asm/nonmatchings/code_190B20/set_animation.s rename to ver/us/asm/nonmatchings/code_190B20/set_animation.s diff --git a/asm/nonmatchings/code_190B20/set_animation_rate.s b/ver/us/asm/nonmatchings/code_190B20/set_animation_rate.s similarity index 100% rename from asm/nonmatchings/code_190B20/set_animation_rate.s rename to ver/us/asm/nonmatchings/code_190B20/set_animation_rate.s diff --git a/asm/nonmatchings/code_190B20/show_damage_popup.s b/ver/us/asm/nonmatchings/code_190B20/show_damage_popup.s similarity index 100% rename from asm/nonmatchings/code_190B20/show_damage_popup.s rename to ver/us/asm/nonmatchings/code_190B20/show_damage_popup.s diff --git a/asm/nonmatchings/code_190B20/start_rumble_type.s b/ver/us/asm/nonmatchings/code_190B20/start_rumble_type.s similarity index 100% rename from asm/nonmatchings/code_190B20/start_rumble_type.s rename to ver/us/asm/nonmatchings/code_190B20/start_rumble_type.s diff --git a/asm/nonmatchings/code_190B20/try_inflict_status.s b/ver/us/asm/nonmatchings/code_190B20/try_inflict_status.s similarity index 100% rename from asm/nonmatchings/code_190B20/try_inflict_status.s rename to ver/us/asm/nonmatchings/code_190B20/try_inflict_status.s diff --git a/asm/nonmatchings/code_1967B0/LoadFreeItemScript.s b/ver/us/asm/nonmatchings/code_1967B0/LoadFreeItemScript.s similarity index 100% rename from asm/nonmatchings/code_1967B0/LoadFreeItemScript.s rename to ver/us/asm/nonmatchings/code_1967B0/LoadFreeItemScript.s diff --git a/asm/nonmatchings/code_1967B0/LoadItemScript.s b/ver/us/asm/nonmatchings/code_1967B0/LoadItemScript.s similarity index 100% rename from asm/nonmatchings/code_1967B0/LoadItemScript.s rename to ver/us/asm/nonmatchings/code_1967B0/LoadItemScript.s diff --git a/asm/nonmatchings/code_196AA0/CloseActionCommandInfo.s b/ver/us/asm/nonmatchings/code_196AA0/CloseActionCommandInfo.s similarity index 100% rename from asm/nonmatchings/code_196AA0/CloseActionCommandInfo.s rename to ver/us/asm/nonmatchings/code_196AA0/CloseActionCommandInfo.s diff --git a/asm/nonmatchings/code_196AA0/LoadActionCommand.s b/ver/us/asm/nonmatchings/code_196AA0/LoadActionCommand.s similarity index 100% rename from asm/nonmatchings/code_196AA0/LoadActionCommand.s rename to ver/us/asm/nonmatchings/code_196AA0/LoadActionCommand.s diff --git a/asm/nonmatchings/code_196AA0/check_block_input.s b/ver/us/asm/nonmatchings/code_196AA0/check_block_input.s similarity index 100% rename from asm/nonmatchings/code_196AA0/check_block_input.s rename to ver/us/asm/nonmatchings/code_196AA0/check_block_input.s diff --git a/asm/nonmatchings/code_196AA0/func_80268224.s b/ver/us/asm/nonmatchings/code_196AA0/func_80268224.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_80268224.s rename to ver/us/asm/nonmatchings/code_196AA0/func_80268224.s diff --git a/asm/nonmatchings/code_196AA0/func_80268284.s b/ver/us/asm/nonmatchings/code_196AA0/func_80268284.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_80268284.s rename to ver/us/asm/nonmatchings/code_196AA0/func_80268284.s diff --git a/asm/nonmatchings/code_196AA0/func_80268770.s b/ver/us/asm/nonmatchings/code_196AA0/func_80268770.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_80268770.s rename to ver/us/asm/nonmatchings/code_196AA0/func_80268770.s diff --git a/asm/nonmatchings/code_196AA0/func_80268798.s b/ver/us/asm/nonmatchings/code_196AA0/func_80268798.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_80268798.s rename to ver/us/asm/nonmatchings/code_196AA0/func_80268798.s diff --git a/asm/nonmatchings/code_196AA0/func_802687BC.s b/ver/us/asm/nonmatchings/code_196AA0/func_802687BC.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_802687BC.s rename to ver/us/asm/nonmatchings/code_196AA0/func_802687BC.s diff --git a/asm/nonmatchings/code_196AA0/func_802687E4.s b/ver/us/asm/nonmatchings/code_196AA0/func_802687E4.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_802687E4.s rename to ver/us/asm/nonmatchings/code_196AA0/func_802687E4.s diff --git a/asm/nonmatchings/code_196AA0/func_8026880C.s b/ver/us/asm/nonmatchings/code_196AA0/func_8026880C.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_8026880C.s rename to ver/us/asm/nonmatchings/code_196AA0/func_8026880C.s diff --git a/asm/nonmatchings/code_196AA0/func_80268834.s b/ver/us/asm/nonmatchings/code_196AA0/func_80268834.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_80268834.s rename to ver/us/asm/nonmatchings/code_196AA0/func_80268834.s diff --git a/asm/nonmatchings/code_196AA0/func_80268858.s b/ver/us/asm/nonmatchings/code_196AA0/func_80268858.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_80268858.s rename to ver/us/asm/nonmatchings/code_196AA0/func_80268858.s diff --git a/asm/nonmatchings/code_196AA0/func_80268938.s b/ver/us/asm/nonmatchings/code_196AA0/func_80268938.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_80268938.s rename to ver/us/asm/nonmatchings/code_196AA0/func_80268938.s diff --git a/asm/nonmatchings/code_196AA0/func_80268AF8.s b/ver/us/asm/nonmatchings/code_196AA0/func_80268AF8.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_80268AF8.s rename to ver/us/asm/nonmatchings/code_196AA0/func_80268AF8.s diff --git a/asm/nonmatchings/code_196AA0/func_80268C9C.s b/ver/us/asm/nonmatchings/code_196AA0/func_80268C9C.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_80268C9C.s rename to ver/us/asm/nonmatchings/code_196AA0/func_80268C9C.s diff --git a/asm/nonmatchings/code_196AA0/func_80268E88.s b/ver/us/asm/nonmatchings/code_196AA0/func_80268E88.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_80268E88.s rename to ver/us/asm/nonmatchings/code_196AA0/func_80268E88.s diff --git a/asm/nonmatchings/code_196AA0/func_80269118.s b/ver/us/asm/nonmatchings/code_196AA0/func_80269118.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_80269118.s rename to ver/us/asm/nonmatchings/code_196AA0/func_80269118.s diff --git a/asm/nonmatchings/code_196AA0/func_80269160.s b/ver/us/asm/nonmatchings/code_196AA0/func_80269160.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_80269160.s rename to ver/us/asm/nonmatchings/code_196AA0/func_80269160.s diff --git a/asm/nonmatchings/code_196AA0/func_802691C8.s b/ver/us/asm/nonmatchings/code_196AA0/func_802691C8.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_802691C8.s rename to ver/us/asm/nonmatchings/code_196AA0/func_802691C8.s diff --git a/asm/nonmatchings/code_196AA0/func_80269344.s b/ver/us/asm/nonmatchings/code_196AA0/func_80269344.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_80269344.s rename to ver/us/asm/nonmatchings/code_196AA0/func_80269344.s diff --git a/asm/nonmatchings/code_196AA0/func_80269370.s b/ver/us/asm/nonmatchings/code_196AA0/func_80269370.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_80269370.s rename to ver/us/asm/nonmatchings/code_196AA0/func_80269370.s diff --git a/asm/nonmatchings/code_196AA0/func_8026939C.s b/ver/us/asm/nonmatchings/code_196AA0/func_8026939C.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_8026939C.s rename to ver/us/asm/nonmatchings/code_196AA0/func_8026939C.s diff --git a/asm/nonmatchings/code_196AA0/func_80269470.s b/ver/us/asm/nonmatchings/code_196AA0/func_80269470.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_80269470.s rename to ver/us/asm/nonmatchings/code_196AA0/func_80269470.s diff --git a/asm/nonmatchings/code_196AA0/func_802694A4.s b/ver/us/asm/nonmatchings/code_196AA0/func_802694A4.s similarity index 100% rename from asm/nonmatchings/code_196AA0/func_802694A4.s rename to ver/us/asm/nonmatchings/code_196AA0/func_802694A4.s diff --git a/asm/nonmatchings/code_197F40/AddActorDecoration.s b/ver/us/asm/nonmatchings/code_197F40/AddActorDecoration.s similarity index 100% rename from asm/nonmatchings/code_197F40/AddActorDecoration.s rename to ver/us/asm/nonmatchings/code_197F40/AddActorDecoration.s diff --git a/asm/nonmatchings/code_197F40/AddActorVar.s b/ver/us/asm/nonmatchings/code_197F40/AddActorVar.s similarity index 100% rename from asm/nonmatchings/code_197F40/AddActorVar.s rename to ver/us/asm/nonmatchings/code_197F40/AddActorVar.s diff --git a/asm/nonmatchings/code_197F40/BoostAttack.s b/ver/us/asm/nonmatchings/code_197F40/BoostAttack.s similarity index 100% rename from asm/nonmatchings/code_197F40/BoostAttack.s rename to ver/us/asm/nonmatchings/code_197F40/BoostAttack.s diff --git a/asm/nonmatchings/code_197F40/BoostDefense.s b/ver/us/asm/nonmatchings/code_197F40/BoostDefense.s similarity index 100% rename from asm/nonmatchings/code_197F40/BoostDefense.s rename to ver/us/asm/nonmatchings/code_197F40/BoostDefense.s diff --git a/asm/nonmatchings/code_197F40/ChooseNextTarget.s b/ver/us/asm/nonmatchings/code_197F40/ChooseNextTarget.s similarity index 100% rename from asm/nonmatchings/code_197F40/ChooseNextTarget.s rename to ver/us/asm/nonmatchings/code_197F40/ChooseNextTarget.s diff --git a/asm/nonmatchings/code_197F40/CopyBuffs.s b/ver/us/asm/nonmatchings/code_197F40/CopyBuffs.s similarity index 100% rename from asm/nonmatchings/code_197F40/CopyBuffs.s rename to ver/us/asm/nonmatchings/code_197F40/CopyBuffs.s diff --git a/asm/nonmatchings/code_197F40/CreatePartShadow.s b/ver/us/asm/nonmatchings/code_197F40/CreatePartShadow.s similarity index 100% rename from asm/nonmatchings/code_197F40/CreatePartShadow.s rename to ver/us/asm/nonmatchings/code_197F40/CreatePartShadow.s diff --git a/asm/nonmatchings/code_197F40/ElectrifyActor.s b/ver/us/asm/nonmatchings/code_197F40/ElectrifyActor.s similarity index 100% rename from asm/nonmatchings/code_197F40/ElectrifyActor.s rename to ver/us/asm/nonmatchings/code_197F40/ElectrifyActor.s diff --git a/asm/nonmatchings/code_197F40/GetActorAttackBoost.s b/ver/us/asm/nonmatchings/code_197F40/GetActorAttackBoost.s similarity index 100% rename from asm/nonmatchings/code_197F40/GetActorAttackBoost.s rename to ver/us/asm/nonmatchings/code_197F40/GetActorAttackBoost.s diff --git a/asm/nonmatchings/code_197F40/GetActorDefenseBoost.s b/ver/us/asm/nonmatchings/code_197F40/GetActorDefenseBoost.s similarity index 100% rename from asm/nonmatchings/code_197F40/GetActorDefenseBoost.s rename to ver/us/asm/nonmatchings/code_197F40/GetActorDefenseBoost.s diff --git a/asm/nonmatchings/code_197F40/GetBattleVar.s b/ver/us/asm/nonmatchings/code_197F40/GetBattleVar.s similarity index 100% rename from asm/nonmatchings/code_197F40/GetBattleVar.s rename to ver/us/asm/nonmatchings/code_197F40/GetBattleVar.s diff --git a/asm/nonmatchings/code_197F40/GetDistanceToGoal.s b/ver/us/asm/nonmatchings/code_197F40/GetDistanceToGoal.s similarity index 100% rename from asm/nonmatchings/code_197F40/GetDistanceToGoal.s rename to ver/us/asm/nonmatchings/code_197F40/GetDistanceToGoal.s diff --git a/asm/nonmatchings/code_197F40/GetOwnerTarget.s b/ver/us/asm/nonmatchings/code_197F40/GetOwnerTarget.s similarity index 100% rename from asm/nonmatchings/code_197F40/GetOwnerTarget.s rename to ver/us/asm/nonmatchings/code_197F40/GetOwnerTarget.s diff --git a/asm/nonmatchings/code_197F40/GetStatusFlags.s b/ver/us/asm/nonmatchings/code_197F40/GetStatusFlags.s similarity index 100% rename from asm/nonmatchings/code_197F40/GetStatusFlags.s rename to ver/us/asm/nonmatchings/code_197F40/GetStatusFlags.s diff --git a/asm/nonmatchings/code_197F40/HealActor.s b/ver/us/asm/nonmatchings/code_197F40/HealActor.s similarity index 100% rename from asm/nonmatchings/code_197F40/HealActor.s rename to ver/us/asm/nonmatchings/code_197F40/HealActor.s diff --git a/asm/nonmatchings/code_197F40/LoadBattleSection.s b/ver/us/asm/nonmatchings/code_197F40/LoadBattleSection.s similarity index 100% rename from asm/nonmatchings/code_197F40/LoadBattleSection.s rename to ver/us/asm/nonmatchings/code_197F40/LoadBattleSection.s diff --git a/asm/nonmatchings/code_197F40/ModifyActorDecoration.s b/ver/us/asm/nonmatchings/code_197F40/ModifyActorDecoration.s similarity index 100% rename from asm/nonmatchings/code_197F40/ModifyActorDecoration.s rename to ver/us/asm/nonmatchings/code_197F40/ModifyActorDecoration.s diff --git a/asm/nonmatchings/code_197F40/RemoveActorDecoration.s b/ver/us/asm/nonmatchings/code_197F40/RemoveActorDecoration.s similarity index 100% rename from asm/nonmatchings/code_197F40/RemoveActorDecoration.s rename to ver/us/asm/nonmatchings/code_197F40/RemoveActorDecoration.s diff --git a/asm/nonmatchings/code_197F40/RemovePartShadow.s b/ver/us/asm/nonmatchings/code_197F40/RemovePartShadow.s similarity index 100% rename from asm/nonmatchings/code_197F40/RemovePartShadow.s rename to ver/us/asm/nonmatchings/code_197F40/RemovePartShadow.s diff --git a/asm/nonmatchings/code_197F40/ResetActorSounds.s b/ver/us/asm/nonmatchings/code_197F40/ResetActorSounds.s similarity index 100% rename from asm/nonmatchings/code_197F40/ResetActorSounds.s rename to ver/us/asm/nonmatchings/code_197F40/ResetActorSounds.s diff --git a/asm/nonmatchings/code_197F40/SetActorSounds.s b/ver/us/asm/nonmatchings/code_197F40/SetActorSounds.s similarity index 100% rename from asm/nonmatchings/code_197F40/SetActorSounds.s rename to ver/us/asm/nonmatchings/code_197F40/SetActorSounds.s diff --git a/asm/nonmatchings/code_197F40/SetActorType.s b/ver/us/asm/nonmatchings/code_197F40/SetActorType.s similarity index 100% rename from asm/nonmatchings/code_197F40/SetActorType.s rename to ver/us/asm/nonmatchings/code_197F40/SetActorType.s diff --git a/asm/nonmatchings/code_197F40/SetBattleVar.s b/ver/us/asm/nonmatchings/code_197F40/SetBattleVar.s similarity index 100% rename from asm/nonmatchings/code_197F40/SetBattleVar.s rename to ver/us/asm/nonmatchings/code_197F40/SetBattleVar.s diff --git a/asm/nonmatchings/code_197F40/SetGoalToIndex.s b/ver/us/asm/nonmatchings/code_197F40/SetGoalToIndex.s similarity index 100% rename from asm/nonmatchings/code_197F40/SetGoalToIndex.s rename to ver/us/asm/nonmatchings/code_197F40/SetGoalToIndex.s diff --git a/asm/nonmatchings/code_197F40/SetOwnerTarget.s b/ver/us/asm/nonmatchings/code_197F40/SetOwnerTarget.s similarity index 100% rename from asm/nonmatchings/code_197F40/SetOwnerTarget.s rename to ver/us/asm/nonmatchings/code_197F40/SetOwnerTarget.s diff --git a/asm/nonmatchings/code_197F40/SetPartAlpha.s b/ver/us/asm/nonmatchings/code_197F40/SetPartAlpha.s similarity index 100% rename from asm/nonmatchings/code_197F40/SetPartAlpha.s rename to ver/us/asm/nonmatchings/code_197F40/SetPartAlpha.s diff --git a/asm/nonmatchings/code_197F40/SetPartSounds.s b/ver/us/asm/nonmatchings/code_197F40/SetPartSounds.s similarity index 100% rename from asm/nonmatchings/code_197F40/SetPartSounds.s rename to ver/us/asm/nonmatchings/code_197F40/SetPartSounds.s diff --git a/asm/nonmatchings/code_197F40/SummonEnemy.s b/ver/us/asm/nonmatchings/code_197F40/SummonEnemy.s similarity index 100% rename from asm/nonmatchings/code_197F40/SummonEnemy.s rename to ver/us/asm/nonmatchings/code_197F40/SummonEnemy.s diff --git a/asm/nonmatchings/code_197F40/UseIdleAnimation.s b/ver/us/asm/nonmatchings/code_197F40/UseIdleAnimation.s similarity index 100% rename from asm/nonmatchings/code_197F40/UseIdleAnimation.s rename to ver/us/asm/nonmatchings/code_197F40/UseIdleAnimation.s diff --git a/asm/nonmatchings/code_197F40/VanishActor.s b/ver/us/asm/nonmatchings/code_197F40/VanishActor.s similarity index 100% rename from asm/nonmatchings/code_197F40/VanishActor.s rename to ver/us/asm/nonmatchings/code_197F40/VanishActor.s diff --git a/asm/nonmatchings/code_197F40/func_8026E198.s b/ver/us/asm/nonmatchings/code_197F40/func_8026E198.s similarity index 100% rename from asm/nonmatchings/code_197F40/func_8026E198.s rename to ver/us/asm/nonmatchings/code_197F40/func_8026E198.s diff --git a/asm/nonmatchings/code_197F40/func_8026E208.s b/ver/us/asm/nonmatchings/code_197F40/func_8026E208.s similarity index 100% rename from asm/nonmatchings/code_197F40/func_8026E208.s rename to ver/us/asm/nonmatchings/code_197F40/func_8026E208.s diff --git a/asm/nonmatchings/code_197F40/func_8026E260.s b/ver/us/asm/nonmatchings/code_197F40/func_8026E260.s similarity index 100% rename from asm/nonmatchings/code_197F40/func_8026E260.s rename to ver/us/asm/nonmatchings/code_197F40/func_8026E260.s diff --git a/asm/nonmatchings/code_197F40/func_8026E558.s b/ver/us/asm/nonmatchings/code_197F40/func_8026E558.s similarity index 100% rename from asm/nonmatchings/code_197F40/func_8026E558.s rename to ver/us/asm/nonmatchings/code_197F40/func_8026E558.s diff --git a/asm/nonmatchings/code_197F40/func_8026E914.s b/ver/us/asm/nonmatchings/code_197F40/func_8026E914.s similarity index 100% rename from asm/nonmatchings/code_197F40/func_8026E914.s rename to ver/us/asm/nonmatchings/code_197F40/func_8026E914.s diff --git a/asm/nonmatchings/code_197F40/func_8026E9A0.s b/ver/us/asm/nonmatchings/code_197F40/func_8026E9A0.s similarity index 100% rename from asm/nonmatchings/code_197F40/func_8026E9A0.s rename to ver/us/asm/nonmatchings/code_197F40/func_8026E9A0.s diff --git a/asm/nonmatchings/code_197F40/func_8026EA7C.s b/ver/us/asm/nonmatchings/code_197F40/func_8026EA7C.s similarity index 100% rename from asm/nonmatchings/code_197F40/func_8026EA7C.s rename to ver/us/asm/nonmatchings/code_197F40/func_8026EA7C.s diff --git a/asm/nonmatchings/code_197F40/func_8026EB20.s b/ver/us/asm/nonmatchings/code_197F40/func_8026EB20.s similarity index 100% rename from asm/nonmatchings/code_197F40/func_8026EB20.s rename to ver/us/asm/nonmatchings/code_197F40/func_8026EB20.s diff --git a/asm/nonmatchings/code_197F40/func_8026EBF8.s b/ver/us/asm/nonmatchings/code_197F40/func_8026EBF8.s similarity index 100% rename from asm/nonmatchings/code_197F40/func_8026EBF8.s rename to ver/us/asm/nonmatchings/code_197F40/func_8026EBF8.s diff --git a/asm/nonmatchings/code_197F40/func_8026ED20.s b/ver/us/asm/nonmatchings/code_197F40/func_8026ED20.s similarity index 100% rename from asm/nonmatchings/code_197F40/func_8026ED20.s rename to ver/us/asm/nonmatchings/code_197F40/func_8026ED20.s diff --git a/asm/nonmatchings/code_197F40/func_8026EDE4.s b/ver/us/asm/nonmatchings/code_197F40/func_8026EDE4.s similarity index 100% rename from asm/nonmatchings/code_197F40/func_8026EDE4.s rename to ver/us/asm/nonmatchings/code_197F40/func_8026EDE4.s diff --git a/asm/nonmatchings/code_197F40/func_8026F1A0.s b/ver/us/asm/nonmatchings/code_197F40/func_8026F1A0.s similarity index 100% rename from asm/nonmatchings/code_197F40/func_8026F1A0.s rename to ver/us/asm/nonmatchings/code_197F40/func_8026F1A0.s diff --git a/asm/nonmatchings/code_197F40/set_goal_pos_to_part.s b/ver/us/asm/nonmatchings/code_197F40/set_goal_pos_to_part.s similarity index 100% rename from asm/nonmatchings/code_197F40/set_goal_pos_to_part.s rename to ver/us/asm/nonmatchings/code_197F40/set_goal_pos_to_part.s diff --git a/asm/nonmatchings/code_197F40/set_part_goal_to_actor_part.s b/ver/us/asm/nonmatchings/code_197F40/set_part_goal_to_actor_part.s similarity index 100% rename from asm/nonmatchings/code_197F40/set_part_goal_to_actor_part.s rename to ver/us/asm/nonmatchings/code_197F40/set_part_goal_to_actor_part.s diff --git a/asm/nonmatchings/code_19FAF0/CancelablePlayerRunToGoal.s b/ver/us/asm/nonmatchings/code_19FAF0/CancelablePlayerRunToGoal.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/CancelablePlayerRunToGoal.s rename to ver/us/asm/nonmatchings/code_19FAF0/CancelablePlayerRunToGoal.s diff --git a/asm/nonmatchings/code_19FAF0/DidActionSucceed.s b/ver/us/asm/nonmatchings/code_19FAF0/DidActionSucceed.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/DidActionSucceed.s rename to ver/us/asm/nonmatchings/code_19FAF0/DidActionSucceed.s diff --git a/asm/nonmatchings/code_19FAF0/DispatchDamagePlayerEvent.s b/ver/us/asm/nonmatchings/code_19FAF0/DispatchDamagePlayerEvent.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/DispatchDamagePlayerEvent.s rename to ver/us/asm/nonmatchings/code_19FAF0/DispatchDamagePlayerEvent.s diff --git a/asm/nonmatchings/code_19FAF0/EnablePlayerBlur.s b/ver/us/asm/nonmatchings/code_19FAF0/EnablePlayerBlur.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/EnablePlayerBlur.s rename to ver/us/asm/nonmatchings/code_19FAF0/EnablePlayerBlur.s diff --git a/asm/nonmatchings/code_19FAF0/GetMenuSelection.s b/ver/us/asm/nonmatchings/code_19FAF0/GetMenuSelection.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/GetMenuSelection.s rename to ver/us/asm/nonmatchings/code_19FAF0/GetMenuSelection.s diff --git a/asm/nonmatchings/code_19FAF0/PlayerDamageEnemy.s b/ver/us/asm/nonmatchings/code_19FAF0/PlayerDamageEnemy.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/PlayerDamageEnemy.s rename to ver/us/asm/nonmatchings/code_19FAF0/PlayerDamageEnemy.s diff --git a/asm/nonmatchings/code_19FAF0/PlayerFallToGoal.s b/ver/us/asm/nonmatchings/code_19FAF0/PlayerFallToGoal.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/PlayerFallToGoal.s rename to ver/us/asm/nonmatchings/code_19FAF0/PlayerFallToGoal.s diff --git a/asm/nonmatchings/code_19FAF0/PlayerLandJump.s b/ver/us/asm/nonmatchings/code_19FAF0/PlayerLandJump.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/PlayerLandJump.s rename to ver/us/asm/nonmatchings/code_19FAF0/PlayerLandJump.s diff --git a/asm/nonmatchings/code_19FAF0/PlayerPowerBounceEnemy.s b/ver/us/asm/nonmatchings/code_19FAF0/PlayerPowerBounceEnemy.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/PlayerPowerBounceEnemy.s rename to ver/us/asm/nonmatchings/code_19FAF0/PlayerPowerBounceEnemy.s diff --git a/asm/nonmatchings/code_19FAF0/PlayerRunToGoal.s b/ver/us/asm/nonmatchings/code_19FAF0/PlayerRunToGoal.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/PlayerRunToGoal.s rename to ver/us/asm/nonmatchings/code_19FAF0/PlayerRunToGoal.s diff --git a/asm/nonmatchings/code_19FAF0/PlayerTestEnemy.s b/ver/us/asm/nonmatchings/code_19FAF0/PlayerTestEnemy.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/PlayerTestEnemy.s rename to ver/us/asm/nonmatchings/code_19FAF0/PlayerTestEnemy.s diff --git a/asm/nonmatchings/code_19FAF0/calc_player_damage_enemy.s b/ver/us/asm/nonmatchings/code_19FAF0/calc_player_damage_enemy.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/calc_player_damage_enemy.s rename to ver/us/asm/nonmatchings/code_19FAF0/calc_player_damage_enemy.s diff --git a/asm/nonmatchings/code_19FAF0/calc_player_test_enemy.s b/ver/us/asm/nonmatchings/code_19FAF0/calc_player_test_enemy.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/calc_player_test_enemy.s rename to ver/us/asm/nonmatchings/code_19FAF0/calc_player_test_enemy.s diff --git a/asm/nonmatchings/code_19FAF0/dispatch_damage_event_player.s b/ver/us/asm/nonmatchings/code_19FAF0/dispatch_damage_event_player.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/dispatch_damage_event_player.s rename to ver/us/asm/nonmatchings/code_19FAF0/dispatch_damage_event_player.s diff --git a/asm/nonmatchings/code_19FAF0/dispatch_event_player.s b/ver/us/asm/nonmatchings/code_19FAF0/dispatch_event_player.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/dispatch_event_player.s rename to ver/us/asm/nonmatchings/code_19FAF0/dispatch_event_player.s diff --git a/asm/nonmatchings/code_19FAF0/dispatch_event_player_continue_turn.s b/ver/us/asm/nonmatchings/code_19FAF0/dispatch_event_player_continue_turn.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/dispatch_event_player_continue_turn.s rename to ver/us/asm/nonmatchings/code_19FAF0/dispatch_event_player_continue_turn.s diff --git a/asm/nonmatchings/code_19FAF0/func_802712A0.s b/ver/us/asm/nonmatchings/code_19FAF0/func_802712A0.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/func_802712A0.s rename to ver/us/asm/nonmatchings/code_19FAF0/func_802712A0.s diff --git a/asm/nonmatchings/code_19FAF0/func_80271328.s b/ver/us/asm/nonmatchings/code_19FAF0/func_80271328.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/func_80271328.s rename to ver/us/asm/nonmatchings/code_19FAF0/func_80271328.s diff --git a/asm/nonmatchings/code_19FAF0/func_802713B0.s b/ver/us/asm/nonmatchings/code_19FAF0/func_802713B0.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/func_802713B0.s rename to ver/us/asm/nonmatchings/code_19FAF0/func_802713B0.s diff --git a/asm/nonmatchings/code_19FAF0/func_80271484.s b/ver/us/asm/nonmatchings/code_19FAF0/func_80271484.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/func_80271484.s rename to ver/us/asm/nonmatchings/code_19FAF0/func_80271484.s diff --git a/asm/nonmatchings/code_19FAF0/func_80271588.s b/ver/us/asm/nonmatchings/code_19FAF0/func_80271588.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/func_80271588.s rename to ver/us/asm/nonmatchings/code_19FAF0/func_80271588.s diff --git a/asm/nonmatchings/code_19FAF0/func_80273444.s b/ver/us/asm/nonmatchings/code_19FAF0/func_80273444.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/func_80273444.s rename to ver/us/asm/nonmatchings/code_19FAF0/func_80273444.s diff --git a/asm/nonmatchings/code_19FAF0/func_80274A18.s b/ver/us/asm/nonmatchings/code_19FAF0/func_80274A18.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/func_80274A18.s rename to ver/us/asm/nonmatchings/code_19FAF0/func_80274A18.s diff --git a/asm/nonmatchings/code_19FAF0/func_802752AC.s b/ver/us/asm/nonmatchings/code_19FAF0/func_802752AC.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/func_802752AC.s rename to ver/us/asm/nonmatchings/code_19FAF0/func_802752AC.s diff --git a/asm/nonmatchings/code_19FAF0/func_80275F00.s b/ver/us/asm/nonmatchings/code_19FAF0/func_80275F00.s similarity index 100% rename from asm/nonmatchings/code_19FAF0/func_80275F00.s rename to ver/us/asm/nonmatchings/code_19FAF0/func_80275F00.s diff --git a/asm/nonmatchings/code_1A5830/DropStarPoints.s b/ver/us/asm/nonmatchings/code_1A5830/DropStarPoints.s similarity index 100% rename from asm/nonmatchings/code_1A5830/DropStarPoints.s rename to ver/us/asm/nonmatchings/code_1A5830/DropStarPoints.s diff --git a/asm/nonmatchings/code_1A5830/EnemyDamageTarget.s b/ver/us/asm/nonmatchings/code_1A5830/EnemyDamageTarget.s similarity index 100% rename from asm/nonmatchings/code_1A5830/EnemyDamageTarget.s rename to ver/us/asm/nonmatchings/code_1A5830/EnemyDamageTarget.s diff --git a/asm/nonmatchings/code_1A5830/EnemyTestTarget.s b/ver/us/asm/nonmatchings/code_1A5830/EnemyTestTarget.s similarity index 100% rename from asm/nonmatchings/code_1A5830/EnemyTestTarget.s rename to ver/us/asm/nonmatchings/code_1A5830/EnemyTestTarget.s diff --git a/asm/nonmatchings/code_1A5830/FallPartTo.s b/ver/us/asm/nonmatchings/code_1A5830/FallPartTo.s similarity index 100% rename from asm/nonmatchings/code_1A5830/FallPartTo.s rename to ver/us/asm/nonmatchings/code_1A5830/FallPartTo.s diff --git a/asm/nonmatchings/code_1A5830/FallToGoal.s b/ver/us/asm/nonmatchings/code_1A5830/FallToGoal.s similarity index 100% rename from asm/nonmatchings/code_1A5830/FallToGoal.s rename to ver/us/asm/nonmatchings/code_1A5830/FallToGoal.s diff --git a/asm/nonmatchings/code_1A5830/FlyPartTo.s b/ver/us/asm/nonmatchings/code_1A5830/FlyPartTo.s similarity index 100% rename from asm/nonmatchings/code_1A5830/FlyPartTo.s rename to ver/us/asm/nonmatchings/code_1A5830/FlyPartTo.s diff --git a/asm/nonmatchings/code_1A5830/FlyToGoal.s b/ver/us/asm/nonmatchings/code_1A5830/FlyToGoal.s similarity index 100% rename from asm/nonmatchings/code_1A5830/FlyToGoal.s rename to ver/us/asm/nonmatchings/code_1A5830/FlyToGoal.s diff --git a/asm/nonmatchings/code_1A5830/IdleFlyToGoal.s b/ver/us/asm/nonmatchings/code_1A5830/IdleFlyToGoal.s similarity index 100% rename from asm/nonmatchings/code_1A5830/IdleFlyToGoal.s rename to ver/us/asm/nonmatchings/code_1A5830/IdleFlyToGoal.s diff --git a/asm/nonmatchings/code_1A5830/IdleJumpToGoal.s b/ver/us/asm/nonmatchings/code_1A5830/IdleJumpToGoal.s similarity index 100% rename from asm/nonmatchings/code_1A5830/IdleJumpToGoal.s rename to ver/us/asm/nonmatchings/code_1A5830/IdleJumpToGoal.s diff --git a/asm/nonmatchings/code_1A5830/IdleRunToGoal.s b/ver/us/asm/nonmatchings/code_1A5830/IdleRunToGoal.s similarity index 100% rename from asm/nonmatchings/code_1A5830/IdleRunToGoal.s rename to ver/us/asm/nonmatchings/code_1A5830/IdleRunToGoal.s diff --git a/asm/nonmatchings/code_1A5830/JumpPartTo.s b/ver/us/asm/nonmatchings/code_1A5830/JumpPartTo.s similarity index 100% rename from asm/nonmatchings/code_1A5830/JumpPartTo.s rename to ver/us/asm/nonmatchings/code_1A5830/JumpPartTo.s diff --git a/asm/nonmatchings/code_1A5830/JumpToGoal.s b/ver/us/asm/nonmatchings/code_1A5830/JumpToGoal.s similarity index 100% rename from asm/nonmatchings/code_1A5830/JumpToGoal.s rename to ver/us/asm/nonmatchings/code_1A5830/JumpToGoal.s diff --git a/asm/nonmatchings/code_1A5830/JumpToGoalSimple2.s b/ver/us/asm/nonmatchings/code_1A5830/JumpToGoalSimple2.s similarity index 100% rename from asm/nonmatchings/code_1A5830/JumpToGoalSimple2.s rename to ver/us/asm/nonmatchings/code_1A5830/JumpToGoalSimple2.s diff --git a/asm/nonmatchings/code_1A5830/JumpWithBounce.s b/ver/us/asm/nonmatchings/code_1A5830/JumpWithBounce.s similarity index 100% rename from asm/nonmatchings/code_1A5830/JumpWithBounce.s rename to ver/us/asm/nonmatchings/code_1A5830/JumpWithBounce.s diff --git a/asm/nonmatchings/code_1A5830/LandJump.s b/ver/us/asm/nonmatchings/code_1A5830/LandJump.s similarity index 100% rename from asm/nonmatchings/code_1A5830/LandJump.s rename to ver/us/asm/nonmatchings/code_1A5830/LandJump.s diff --git a/asm/nonmatchings/code_1A5830/LandJumpPart.s b/ver/us/asm/nonmatchings/code_1A5830/LandJumpPart.s similarity index 100% rename from asm/nonmatchings/code_1A5830/LandJumpPart.s rename to ver/us/asm/nonmatchings/code_1A5830/LandJumpPart.s diff --git a/asm/nonmatchings/code_1A5830/RemoveActor.s b/ver/us/asm/nonmatchings/code_1A5830/RemoveActor.s similarity index 100% rename from asm/nonmatchings/code_1A5830/RemoveActor.s rename to ver/us/asm/nonmatchings/code_1A5830/RemoveActor.s diff --git a/asm/nonmatchings/code_1A5830/RunPartTo.s b/ver/us/asm/nonmatchings/code_1A5830/RunPartTo.s similarity index 100% rename from asm/nonmatchings/code_1A5830/RunPartTo.s rename to ver/us/asm/nonmatchings/code_1A5830/RunPartTo.s diff --git a/asm/nonmatchings/code_1A5830/RunToGoal.s b/ver/us/asm/nonmatchings/code_1A5830/RunToGoal.s similarity index 100% rename from asm/nonmatchings/code_1A5830/RunToGoal.s rename to ver/us/asm/nonmatchings/code_1A5830/RunToGoal.s diff --git a/asm/nonmatchings/code_1A5830/SetPartSize.s b/ver/us/asm/nonmatchings/code_1A5830/SetPartSize.s similarity index 100% rename from asm/nonmatchings/code_1A5830/SetPartSize.s rename to ver/us/asm/nonmatchings/code_1A5830/SetPartSize.s diff --git a/asm/nonmatchings/code_1A5830/calc_enemy_damage_target.s b/ver/us/asm/nonmatchings/code_1A5830/calc_enemy_damage_target.s similarity index 100% rename from asm/nonmatchings/code_1A5830/calc_enemy_damage_target.s rename to ver/us/asm/nonmatchings/code_1A5830/calc_enemy_damage_target.s diff --git a/asm/nonmatchings/code_1A5830/calc_enemy_test_target.s b/ver/us/asm/nonmatchings/code_1A5830/calc_enemy_test_target.s similarity index 100% rename from asm/nonmatchings/code_1A5830/calc_enemy_test_target.s rename to ver/us/asm/nonmatchings/code_1A5830/calc_enemy_test_target.s diff --git a/asm/nonmatchings/code_1A5830/dispatch_damage_event_actor.s b/ver/us/asm/nonmatchings/code_1A5830/dispatch_damage_event_actor.s similarity index 100% rename from asm/nonmatchings/code_1A5830/dispatch_damage_event_actor.s rename to ver/us/asm/nonmatchings/code_1A5830/dispatch_damage_event_actor.s diff --git a/asm/nonmatchings/code_1A5830/play_hit_sound.s b/ver/us/asm/nonmatchings/code_1A5830/play_hit_sound.s similarity index 100% rename from asm/nonmatchings/code_1A5830/play_hit_sound.s rename to ver/us/asm/nonmatchings/code_1A5830/play_hit_sound.s diff --git a/asm/nonmatchings/code_1A5830/update_lerp_battle.s b/ver/us/asm/nonmatchings/code_1A5830/update_lerp_battle.s similarity index 100% rename from asm/nonmatchings/code_1A5830/update_lerp_battle.s rename to ver/us/asm/nonmatchings/code_1A5830/update_lerp_battle.s diff --git a/asm/nonmatchings/code_1AC760/MakeOwnerTargetIndex.s b/ver/us/asm/nonmatchings/code_1AC760/MakeOwnerTargetIndex.s similarity index 100% rename from asm/nonmatchings/code_1AC760/MakeOwnerTargetIndex.s rename to ver/us/asm/nonmatchings/code_1AC760/MakeOwnerTargetIndex.s diff --git a/asm/nonmatchings/code_1AC760/PartnerAfflictEnemy.s b/ver/us/asm/nonmatchings/code_1AC760/PartnerAfflictEnemy.s similarity index 100% rename from asm/nonmatchings/code_1AC760/PartnerAfflictEnemy.s rename to ver/us/asm/nonmatchings/code_1AC760/PartnerAfflictEnemy.s diff --git a/asm/nonmatchings/code_1AC760/PartnerDamageEnemy.s b/ver/us/asm/nonmatchings/code_1AC760/PartnerDamageEnemy.s similarity index 100% rename from asm/nonmatchings/code_1AC760/PartnerDamageEnemy.s rename to ver/us/asm/nonmatchings/code_1AC760/PartnerDamageEnemy.s diff --git a/asm/nonmatchings/code_1AC760/PartnerPowerBounceEnemy.s b/ver/us/asm/nonmatchings/code_1AC760/PartnerPowerBounceEnemy.s similarity index 100% rename from asm/nonmatchings/code_1AC760/PartnerPowerBounceEnemy.s rename to ver/us/asm/nonmatchings/code_1AC760/PartnerPowerBounceEnemy.s diff --git a/asm/nonmatchings/code_1AC760/PartnerTestEnemy.s b/ver/us/asm/nonmatchings/code_1AC760/PartnerTestEnemy.s similarity index 100% rename from asm/nonmatchings/code_1AC760/PartnerTestEnemy.s rename to ver/us/asm/nonmatchings/code_1AC760/PartnerTestEnemy.s diff --git a/asm/nonmatchings/code_1AC760/calc_partner_damage_enemy.s b/ver/us/asm/nonmatchings/code_1AC760/calc_partner_damage_enemy.s similarity index 100% rename from asm/nonmatchings/code_1AC760/calc_partner_damage_enemy.s rename to ver/us/asm/nonmatchings/code_1AC760/calc_partner_damage_enemy.s diff --git a/asm/nonmatchings/code_1AC760/calc_partner_test_enemy.s b/ver/us/asm/nonmatchings/code_1AC760/calc_partner_test_enemy.s similarity index 100% rename from asm/nonmatchings/code_1AC760/calc_partner_test_enemy.s rename to ver/us/asm/nonmatchings/code_1AC760/calc_partner_test_enemy.s diff --git a/asm/nonmatchings/code_1AC760/dispatch_damage_event_partner.s b/ver/us/asm/nonmatchings/code_1AC760/dispatch_damage_event_partner.s similarity index 100% rename from asm/nonmatchings/code_1AC760/dispatch_damage_event_partner.s rename to ver/us/asm/nonmatchings/code_1AC760/dispatch_damage_event_partner.s diff --git a/asm/nonmatchings/code_1AC760/func_8027FC90.s b/ver/us/asm/nonmatchings/code_1AC760/func_8027FC90.s similarity index 100% rename from asm/nonmatchings/code_1AC760/func_8027FC90.s rename to ver/us/asm/nonmatchings/code_1AC760/func_8027FC90.s diff --git a/asm/nonmatchings/code_1a1f0_len_5390/MerleeUpdateFX.s b/ver/us/asm/nonmatchings/code_1a1f0_len_5390/MerleeUpdateFX.s similarity index 100% rename from asm/nonmatchings/code_1a1f0_len_5390/MerleeUpdateFX.s rename to ver/us/asm/nonmatchings/code_1a1f0_len_5390/MerleeUpdateFX.s diff --git a/asm/nonmatchings/code_1a1f0_len_5390/check_conversation_trigger.s b/ver/us/asm/nonmatchings/code_1a1f0_len_5390/check_conversation_trigger.s similarity index 100% rename from asm/nonmatchings/code_1a1f0_len_5390/check_conversation_trigger.s rename to ver/us/asm/nonmatchings/code_1a1f0_len_5390/check_conversation_trigger.s diff --git a/asm/nonmatchings/code_1a1f0_len_5390/create_encounters.s b/ver/us/asm/nonmatchings/code_1a1f0_len_5390/create_encounters.s similarity index 100% rename from asm/nonmatchings/code_1a1f0_len_5390/create_encounters.s rename to ver/us/asm/nonmatchings/code_1a1f0_len_5390/create_encounters.s diff --git a/asm/nonmatchings/code_1a1f0_len_5390/draw_encounters_pre_battle.s b/ver/us/asm/nonmatchings/code_1a1f0_len_5390/draw_encounters_pre_battle.s similarity index 100% rename from asm/nonmatchings/code_1a1f0_len_5390/draw_encounters_pre_battle.s rename to ver/us/asm/nonmatchings/code_1a1f0_len_5390/draw_encounters_pre_battle.s diff --git a/asm/nonmatchings/code_1a1f0_len_5390/show_first_strike_message.s b/ver/us/asm/nonmatchings/code_1a1f0_len_5390/show_first_strike_message.s similarity index 100% rename from asm/nonmatchings/code_1a1f0_len_5390/show_first_strike_message.s rename to ver/us/asm/nonmatchings/code_1a1f0_len_5390/show_first_strike_message.s diff --git a/asm/nonmatchings/code_1a1f0_len_5390/update_encounters_neutral.s b/ver/us/asm/nonmatchings/code_1a1f0_len_5390/update_encounters_neutral.s similarity index 100% rename from asm/nonmatchings/code_1a1f0_len_5390/update_encounters_neutral.s rename to ver/us/asm/nonmatchings/code_1a1f0_len_5390/update_encounters_neutral.s diff --git a/asm/nonmatchings/code_1a1f0_len_5390/update_encounters_post_battle.s b/ver/us/asm/nonmatchings/code_1a1f0_len_5390/update_encounters_post_battle.s similarity index 100% rename from asm/nonmatchings/code_1a1f0_len_5390/update_encounters_post_battle.s rename to ver/us/asm/nonmatchings/code_1a1f0_len_5390/update_encounters_post_battle.s diff --git a/asm/nonmatchings/code_1a1f0_len_5390/update_encounters_pre_battle.s b/ver/us/asm/nonmatchings/code_1a1f0_len_5390/update_encounters_pre_battle.s similarity index 100% rename from asm/nonmatchings/code_1a1f0_len_5390/update_encounters_pre_battle.s rename to ver/us/asm/nonmatchings/code_1a1f0_len_5390/update_encounters_pre_battle.s diff --git a/asm/nonmatchings/code_1b40_len_20b0/func_80027088.s b/ver/us/asm/nonmatchings/code_1b40_len_20b0/func_80027088.s similarity index 100% rename from asm/nonmatchings/code_1b40_len_20b0/func_80027088.s rename to ver/us/asm/nonmatchings/code_1b40_len_20b0/func_80027088.s diff --git a/asm/nonmatchings/code_1b40_len_20b0/func_800271FC.s b/ver/us/asm/nonmatchings/code_1b40_len_20b0/func_800271FC.s similarity index 100% rename from asm/nonmatchings/code_1b40_len_20b0/func_800271FC.s rename to ver/us/asm/nonmatchings/code_1b40_len_20b0/func_800271FC.s diff --git a/asm/nonmatchings/code_1b40_len_20b0/func_8002725C.s b/ver/us/asm/nonmatchings/code_1b40_len_20b0/func_8002725C.s similarity index 100% rename from asm/nonmatchings/code_1b40_len_20b0/func_8002725C.s rename to ver/us/asm/nonmatchings/code_1b40_len_20b0/func_8002725C.s diff --git a/asm/nonmatchings/code_1b40_len_20b0/func_80027600.s b/ver/us/asm/nonmatchings/code_1b40_len_20b0/func_80027600.s similarity index 100% rename from asm/nonmatchings/code_1b40_len_20b0/func_80027600.s rename to ver/us/asm/nonmatchings/code_1b40_len_20b0/func_80027600.s diff --git a/asm/nonmatchings/code_1b40_len_20b0/func_80027774.s b/ver/us/asm/nonmatchings/code_1b40_len_20b0/func_80027774.s similarity index 100% rename from asm/nonmatchings/code_1b40_len_20b0/func_80027774.s rename to ver/us/asm/nonmatchings/code_1b40_len_20b0/func_80027774.s diff --git a/asm/nonmatchings/code_1b40_len_20b0/func_800279B4.s b/ver/us/asm/nonmatchings/code_1b40_len_20b0/func_800279B4.s similarity index 100% rename from asm/nonmatchings/code_1b40_len_20b0/func_800279B4.s rename to ver/us/asm/nonmatchings/code_1b40_len_20b0/func_800279B4.s diff --git a/asm/nonmatchings/code_1b40_len_20b0/func_80027BAC.s b/ver/us/asm/nonmatchings/code_1b40_len_20b0/func_80027BAC.s similarity index 100% rename from asm/nonmatchings/code_1b40_len_20b0/func_80027BAC.s rename to ver/us/asm/nonmatchings/code_1b40_len_20b0/func_80027BAC.s diff --git a/asm/nonmatchings/code_1b40_len_20b0/gfx_draw_background.s b/ver/us/asm/nonmatchings/code_1b40_len_20b0/gfx_draw_background.s similarity index 100% rename from asm/nonmatchings/code_1b40_len_20b0/gfx_draw_background.s rename to ver/us/asm/nonmatchings/code_1b40_len_20b0/gfx_draw_background.s diff --git a/asm/nonmatchings/code_1b40_len_20b0/gfx_draw_frame.s b/ver/us/asm/nonmatchings/code_1b40_len_20b0/gfx_draw_frame.s similarity index 100% rename from asm/nonmatchings/code_1b40_len_20b0/gfx_draw_frame.s rename to ver/us/asm/nonmatchings/code_1b40_len_20b0/gfx_draw_frame.s diff --git a/asm/nonmatchings/code_1b40_len_20b0/gfx_init_state.s b/ver/us/asm/nonmatchings/code_1b40_len_20b0/gfx_init_state.s similarity index 100% rename from asm/nonmatchings/code_1b40_len_20b0/gfx_init_state.s rename to ver/us/asm/nonmatchings/code_1b40_len_20b0/gfx_init_state.s diff --git a/asm/nonmatchings/code_1b40_len_20b0/gfx_task_background.s b/ver/us/asm/nonmatchings/code_1b40_len_20b0/gfx_task_background.s similarity index 100% rename from asm/nonmatchings/code_1b40_len_20b0/gfx_task_background.s rename to ver/us/asm/nonmatchings/code_1b40_len_20b0/gfx_task_background.s diff --git a/asm/nonmatchings/code_1b40_len_20b0/load_engine_data.s b/ver/us/asm/nonmatchings/code_1b40_len_20b0/load_engine_data.s similarity index 100% rename from asm/nonmatchings/code_1b40_len_20b0/load_engine_data.s rename to ver/us/asm/nonmatchings/code_1b40_len_20b0/load_engine_data.s diff --git a/asm/nonmatchings/code_1b40_len_20b0/step_game_loop.s b/ver/us/asm/nonmatchings/code_1b40_len_20b0/step_game_loop.s similarity index 100% rename from asm/nonmatchings/code_1b40_len_20b0/step_game_loop.s rename to ver/us/asm/nonmatchings/code_1b40_len_20b0/step_game_loop.s diff --git a/asm/nonmatchings/code_1f580_len_1940/BindNpcAI.s b/ver/us/asm/nonmatchings/code_1f580_len_1940/BindNpcAI.s similarity index 100% rename from asm/nonmatchings/code_1f580_len_1940/BindNpcAI.s rename to ver/us/asm/nonmatchings/code_1f580_len_1940/BindNpcAI.s diff --git a/asm/nonmatchings/code_1f580_len_1940/RemoveEncounter.s b/ver/us/asm/nonmatchings/code_1f580_len_1940/RemoveEncounter.s similarity index 100% rename from asm/nonmatchings/code_1f580_len_1940/RemoveEncounter.s rename to ver/us/asm/nonmatchings/code_1f580_len_1940/RemoveEncounter.s diff --git a/asm/nonmatchings/code_1f580_len_1940/RemoveNpc.s b/ver/us/asm/nonmatchings/code_1f580_len_1940/RemoveNpc.s similarity index 100% rename from asm/nonmatchings/code_1f580_len_1940/RemoveNpc.s rename to ver/us/asm/nonmatchings/code_1f580_len_1940/RemoveNpc.s diff --git a/asm/nonmatchings/code_1f580_len_1940/SetNpcAux.s b/ver/us/asm/nonmatchings/code_1f580_len_1940/SetNpcAux.s similarity index 100% rename from asm/nonmatchings/code_1f580_len_1940/SetNpcAux.s rename to ver/us/asm/nonmatchings/code_1f580_len_1940/SetNpcAux.s diff --git a/asm/nonmatchings/code_1f580_len_1940/StartBossBattle.s b/ver/us/asm/nonmatchings/code_1f580_len_1940/StartBossBattle.s similarity index 100% rename from asm/nonmatchings/code_1f580_len_1940/StartBossBattle.s rename to ver/us/asm/nonmatchings/code_1f580_len_1940/StartBossBattle.s diff --git a/asm/nonmatchings/code_1f580_len_1940/start_battle.s b/ver/us/asm/nonmatchings/code_1f580_len_1940/start_battle.s similarity index 100% rename from asm/nonmatchings/code_1f580_len_1940/start_battle.s rename to ver/us/asm/nonmatchings/code_1f580_len_1940/start_battle.s diff --git a/ver/us/asm/nonmatchings/code_20ec0_len_5040/DoBasicAI.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/DoBasicAI.s new file mode 100644 index 0000000000..f3935f5d06 --- /dev/null +++ b/ver/us/asm/nonmatchings/code_20ec0_len_5040/DoBasicAI.s @@ -0,0 +1,179 @@ +.set noat # allow manual use of $at +.set noreorder # don't insert nops after branches + +glabel DoBasicAI +/* 2587C 8004A47C 27BDFFB0 */ addiu $sp, $sp, -0x50 +/* 25880 8004A480 AFB20038 */ sw $s2, 0x38($sp) +/* 25884 8004A484 0080902D */ daddu $s2, $a0, $zero +/* 25888 8004A488 AFBF0048 */ sw $ra, 0x48($sp) +/* 2588C 8004A48C AFB50044 */ sw $s5, 0x44($sp) +/* 25890 8004A490 AFB40040 */ sw $s4, 0x40($sp) +/* 25894 8004A494 AFB3003C */ sw $s3, 0x3c($sp) +/* 25898 8004A498 AFB10034 */ sw $s1, 0x34($sp) +/* 2589C 8004A49C AFB00030 */ sw $s0, 0x30($sp) +/* 258A0 8004A4A0 8E510148 */ lw $s1, 0x148($s2) +/* 258A4 8004A4A4 86240008 */ lh $a0, 8($s1) +/* 258A8 8004A4A8 0C00EABB */ jal get_npc_unsafe +/* 258AC 8004A4AC 00A0802D */ daddu $s0, $a1, $zero +/* 258B0 8004A4B0 8E43000C */ lw $v1, 0xc($s2) +/* 258B4 8004A4B4 0240202D */ daddu $a0, $s2, $zero +/* 258B8 8004A4B8 8C650000 */ lw $a1, ($v1) +/* 258BC 8004A4BC 0C0B1EAF */ jal get_variable +/* 258C0 8004A4C0 0040A82D */ daddu $s5, $v0, $zero +/* 258C4 8004A4C4 AFA00010 */ sw $zero, 0x10($sp) +/* 258C8 8004A4C8 8E2300D0 */ lw $v1, 0xd0($s1) +/* 258CC 8004A4CC 8C630030 */ lw $v1, 0x30($v1) +/* 258D0 8004A4D0 AFA30014 */ sw $v1, 0x14($sp) +/* 258D4 8004A4D4 8E2300D0 */ lw $v1, 0xd0($s1) +/* 258D8 8004A4D8 8C63001C */ lw $v1, 0x1c($v1) +/* 258DC 8004A4DC AFA30018 */ sw $v1, 0x18($sp) +/* 258E0 8004A4E0 8E2300D0 */ lw $v1, 0xd0($s1) +/* 258E4 8004A4E4 8C630024 */ lw $v1, 0x24($v1) +/* 258E8 8004A4E8 AFA3001C */ sw $v1, 0x1c($sp) +/* 258EC 8004A4EC 8E2300D0 */ lw $v1, 0xd0($s1) +/* 258F0 8004A4F0 8C630028 */ lw $v1, 0x28($v1) +/* 258F4 8004A4F4 27B40010 */ addiu $s4, $sp, 0x10 +/* 258F8 8004A4F8 AFA30020 */ sw $v1, 0x20($sp) +/* 258FC 8004A4FC 8E2300D0 */ lw $v1, 0xd0($s1) +/* 25900 8004A500 3C014282 */ lui $at, 0x4282 +/* 25904 8004A504 44810000 */ mtc1 $at, $f0 +/* 25908 8004A508 8C63002C */ lw $v1, 0x2c($v1) +/* 2590C 8004A50C 0040982D */ daddu $s3, $v0, $zero +/* 25910 8004A510 E7A00028 */ swc1 $f0, 0x28($sp) +/* 25914 8004A514 A7A0002C */ sh $zero, 0x2c($sp) +/* 25918 8004A518 16000005 */ bnez $s0, .L8004A530 +/* 2591C 8004A51C AFA30024 */ sw $v1, 0x24($sp) +/* 25920 8004A520 8E2200B0 */ lw $v0, 0xb0($s1) +/* 25924 8004A524 30420004 */ andi $v0, $v0, 4 +/* 25928 8004A528 1040002B */ beqz $v0, .L8004A5D8 +/* 2592C 8004A52C 00000000 */ nop +.L8004A530: +/* 25930 8004A530 2404F7FF */ addiu $a0, $zero, -0x801 +/* 25934 8004A534 AE400070 */ sw $zero, 0x70($s2) +/* 25938 8004A538 A6A0008E */ sh $zero, 0x8e($s5) +/* 2593C 8004A53C 8E2200CC */ lw $v0, 0xcc($s1) +/* 25940 8004A540 8EA30000 */ lw $v1, ($s5) +/* 25944 8004A544 8C420000 */ lw $v0, ($v0) +/* 25948 8004A548 00641824 */ and $v1, $v1, $a0 +/* 2594C 8004A54C AEA30000 */ sw $v1, ($s5) +/* 25950 8004A550 AEA20028 */ sw $v0, 0x28($s5) +/* 25954 8004A554 8E2200D0 */ lw $v0, 0xd0($s1) +/* 25958 8004A558 8C420034 */ lw $v0, 0x34($v0) +/* 2595C 8004A55C 54400005 */ bnel $v0, $zero, .L8004A574 +/* 25960 8004A560 2402FDFF */ addiu $v0, $zero, -0x201 +/* 25964 8004A564 34620200 */ ori $v0, $v1, 0x200 +/* 25968 8004A568 2403FFF7 */ addiu $v1, $zero, -9 +/* 2596C 8004A56C 0801295F */ j .L8004A57C +/* 25970 8004A570 00431024 */ and $v0, $v0, $v1 +.L8004A574: +/* 25974 8004A574 00621024 */ and $v0, $v1, $v0 +/* 25978 8004A578 34420008 */ ori $v0, $v0, 8 +.L8004A57C: +/* 2597C 8004A57C AEA20000 */ sw $v0, ($s5) +/* 25980 8004A580 8E2200B0 */ lw $v0, 0xb0($s1) +/* 25984 8004A584 30420004 */ andi $v0, $v0, 4 +/* 25988 8004A588 10400004 */ beqz $v0, .L8004A59C +/* 2598C 8004A58C 24020063 */ addiu $v0, $zero, 0x63 +/* 25990 8004A590 AE420070 */ sw $v0, 0x70($s2) +/* 25994 8004A594 0801296D */ j .L8004A5B4 +/* 25998 8004A598 AE400074 */ sw $zero, 0x74($s2) +.L8004A59C: +/* 2599C 8004A59C 8E220000 */ lw $v0, ($s1) +/* 259A0 8004A5A0 3C034000 */ lui $v1, 0x4000 +/* 259A4 8004A5A4 00431024 */ and $v0, $v0, $v1 +/* 259A8 8004A5A8 10400002 */ beqz $v0, .L8004A5B4 +/* 259AC 8004A5AC 2402000C */ addiu $v0, $zero, 0xc +/* 259B0 8004A5B0 AE420070 */ sw $v0, 0x70($s2) +.L8004A5B4: +/* 259B4 8004A5B4 3C05BFFF */ lui $a1, 0xbfff +/* 259B8 8004A5B8 34A5FFFF */ ori $a1, $a1, 0xffff +/* 259BC 8004A5BC 2404FFFB */ addiu $a0, $zero, -5 +/* 259C0 8004A5C0 8E2200B0 */ lw $v0, 0xb0($s1) +/* 259C4 8004A5C4 8E230000 */ lw $v1, ($s1) +/* 259C8 8004A5C8 00441024 */ and $v0, $v0, $a0 +/* 259CC 8004A5CC 00651824 */ and $v1, $v1, $a1 +/* 259D0 8004A5D0 AE2200B0 */ sw $v0, 0xb0($s1) +/* 259D4 8004A5D4 AE230000 */ sw $v1, ($s1) +.L8004A5D8: +/* 259D8 8004A5D8 8E430070 */ lw $v1, 0x70($s2) +/* 259DC 8004A5DC 2C620064 */ sltiu $v0, $v1, 0x64 +/* 259E0 8004A5E0 10400038 */ beqz $v0, .L8004A6C4 +/* 259E4 8004A5E4 00031080 */ sll $v0, $v1, 2 +/* 259E8 8004A5E8 3C01800A */ lui $at, %hi(jtbl_80098728) +/* 259EC 8004A5EC 00220821 */ addu $at, $at, $v0 +/* 259F0 8004A5F0 8C228728 */ lw $v0, %lo(jtbl_80098728)($at) +/* 259F4 8004A5F4 00400008 */ jr $v0 +/* 259F8 8004A5F8 00000000 */ nop +glabel L8004A5FC_259FC +/* 259FC 8004A5FC 0240202D */ daddu $a0, $s2, $zero +/* 25A00 8004A600 0260282D */ daddu $a1, $s3, $zero +/* 25A04 8004A604 0C012568 */ jal func_800495A0 +/* 25A08 8004A608 0280302D */ daddu $a2, $s4, $zero +glabel L8004A60C_25A0C +/* 25A0C 8004A60C 0240202D */ daddu $a0, $s2, $zero +/* 25A10 8004A610 0260282D */ daddu $a1, $s3, $zero +/* 25A14 8004A614 0C0125AE */ jal func_800496B8 +/* 25A18 8004A618 0280302D */ daddu $a2, $s4, $zero +/* 25A1C 8004A61C 080129B1 */ j .L8004A6C4 +/* 25A20 8004A620 00000000 */ nop +glabel L8004A624_25A24 +/* 25A24 8004A624 0240202D */ daddu $a0, $s2, $zero +/* 25A28 8004A628 0260282D */ daddu $a1, $s3, $zero +/* 25A2C 8004A62C 0C0126D1 */ jal base_UnkNpcAIFunc1 +/* 25A30 8004A630 0280302D */ daddu $a2, $s4, $zero +glabel L8004A634_25A34 +/* 25A34 8004A634 0240202D */ daddu $a0, $s2, $zero +/* 25A38 8004A638 0260282D */ daddu $a1, $s3, $zero +/* 25A3C 8004A63C 0C012701 */ jal func_80049C04 +/* 25A40 8004A640 0280302D */ daddu $a2, $s4, $zero +/* 25A44 8004A644 080129B1 */ j .L8004A6C4 +/* 25A48 8004A648 00000000 */ nop +glabel L8004A64C_25A4C +/* 25A4C 8004A64C 0240202D */ daddu $a0, $s2, $zero +/* 25A50 8004A650 0260282D */ daddu $a1, $s3, $zero +/* 25A54 8004A654 0C01278F */ jal func_80049E3C +/* 25A58 8004A658 0280302D */ daddu $a2, $s4, $zero +glabel L8004A65C_25A5C +/* 25A5C 8004A65C 0240202D */ daddu $a0, $s2, $zero +/* 25A60 8004A660 0260282D */ daddu $a1, $s3, $zero +/* 25A64 8004A664 0C0127B3 */ jal func_80049ECC +/* 25A68 8004A668 0280302D */ daddu $a2, $s4, $zero +/* 25A6C 8004A66C 080129B1 */ j .L8004A6C4 +/* 25A70 8004A670 00000000 */ nop +glabel L8004A674_25A74 +/* 25A74 8004A674 0240202D */ daddu $a0, $s2, $zero +/* 25A78 8004A678 0260282D */ daddu $a1, $s3, $zero +/* 25A7C 8004A67C 0C0127DF */ jal func_80049F7C +/* 25A80 8004A680 0280302D */ daddu $a2, $s4, $zero +glabel L8004A684_25A84 +/* 25A84 8004A684 0240202D */ daddu $a0, $s2, $zero +/* 25A88 8004A688 0260282D */ daddu $a1, $s3, $zero +/* 25A8C 8004A68C 0C012849 */ jal func_8004A124 +/* 25A90 8004A690 0280302D */ daddu $a2, $s4, $zero +/* 25A94 8004A694 8E430070 */ lw $v1, 0x70($s2) +/* 25A98 8004A698 2402000E */ addiu $v0, $zero, 0xe +/* 25A9C 8004A69C 14620009 */ bne $v1, $v0, .L8004A6C4 +/* 25AA0 8004A6A0 00000000 */ nop +glabel L8004A6A4_25AA4 +/* 25AA4 8004A6A4 0240202D */ daddu $a0, $s2, $zero +/* 25AA8 8004A6A8 0260282D */ daddu $a1, $s3, $zero +/* 25AAC 8004A6AC 0C0128FA */ jal func_8004A3E8 +/* 25AB0 8004A6B0 0280302D */ daddu $a2, $s4, $zero +/* 25AB4 8004A6B4 080129B1 */ j .L8004A6C4 +/* 25AB8 8004A6B8 00000000 */ nop +glabel L8004A6BC_25ABC +/* 25ABC 8004A6BC 0C0129CF */ jal func_8004A73C +/* 25AC0 8004A6C0 0240202D */ daddu $a0, $s2, $zero +.L8004A6C4: +glabel L8004A6C4_25AC4 +/* 25AC4 8004A6C4 8FBF0048 */ lw $ra, 0x48($sp) +/* 25AC8 8004A6C8 8FB50044 */ lw $s5, 0x44($sp) +/* 25ACC 8004A6CC 8FB40040 */ lw $s4, 0x40($sp) +/* 25AD0 8004A6D0 8FB3003C */ lw $s3, 0x3c($sp) +/* 25AD4 8004A6D4 8FB20038 */ lw $s2, 0x38($sp) +/* 25AD8 8004A6D8 8FB10034 */ lw $s1, 0x34($sp) +/* 25ADC 8004A6DC 8FB00030 */ lw $s0, 0x30($sp) +/* 25AE0 8004A6E0 0000102D */ daddu $v0, $zero, $zero +/* 25AE4 8004A6E4 03E00008 */ jr $ra +/* 25AE8 8004A6E8 27BD0050 */ addiu $sp, $sp, 0x50 +/* 25AEC 8004A6EC 00000000 */ nop diff --git a/asm/nonmatchings/code_20ec0_len_5040/draw_merlee_message.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/draw_merlee_message.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/draw_merlee_message.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/draw_merlee_message.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/draw_merlee_message_string.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/draw_merlee_message_string.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/draw_merlee_message_string.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/draw_merlee_message_string.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/draw_merlee_messages.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/draw_merlee_messages.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/draw_merlee_messages.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/draw_merlee_messages.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80045AC0.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045AC0.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80045AC0.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045AC0.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80045B10.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045B10.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80045B10.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045B10.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80045BC8.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045BC8.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80045BC8.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045BC8.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80045C88.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045C88.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80045C88.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045C88.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80045CC4.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045CC4.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80045CC4.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045CC4.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80045D00.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045D00.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80045D00.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045D00.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80045D7C.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045D7C.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80045D7C.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045D7C.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80045FB4.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045FB4.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80045FB4.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80045FB4.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80046030.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80046030.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80046030.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80046030.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_800465E0.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800465E0.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_800465E0.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800465E0.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047608.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047608.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047608.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047608.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_800476F4.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800476F4.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_800476F4.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800476F4.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_8004778C.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_8004778C.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_8004778C.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_8004778C.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_800477F4.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800477F4.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_800477F4.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800477F4.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047820.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047820.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047820.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047820.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047898.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047898.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047898.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047898.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_800478F8.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800478F8.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_800478F8.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800478F8.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047928.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047928.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047928.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047928.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_800479A0.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800479A0.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_800479A0.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800479A0.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047A00.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047A00.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047A00.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047A00.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047A30.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047A30.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047A30.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047A30.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047AA8.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047AA8.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047AA8.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047AA8.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047B08.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047B08.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047B08.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047B08.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047B38.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047B38.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047B38.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047B38.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047B84.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047B84.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047B84.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047B84.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047BE4.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047BE4.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047BE4.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047BE4.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047C14.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047C14.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047C14.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047C14.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047CA4.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047CA4.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047CA4.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047CA4.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047D00.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047D00.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047D00.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047D00.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047D30.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047D30.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047D30.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047D30.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047DC0.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047DC0.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047DC0.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047DC0.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047E1C.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047E1C.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047E1C.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047E1C.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047E4C.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047E4C.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047E4C.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047E4C.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047EDC.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047EDC.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047EDC.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047EDC.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047F28.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047F28.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047F28.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047F28.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047F58.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047F58.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047F58.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047F58.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80047FE8.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047FE8.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80047FE8.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80047FE8.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80048034.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80048034.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80048034.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80048034.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80048064.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80048064.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80048064.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80048064.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_800480F4.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800480F4.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_800480F4.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800480F4.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80048140.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80048140.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80048140.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80048140.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80048170.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80048170.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80048170.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80048170.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80048200.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80048200.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80048200.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80048200.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_8004824C.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_8004824C.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_8004824C.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_8004824C.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80048E34.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80048E34.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80048E34.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80048E34.s diff --git a/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800490B4.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800490B4.s new file mode 100644 index 0000000000..dd0c306256 --- /dev/null +++ b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800490B4.s @@ -0,0 +1,224 @@ +.set noat # allow manual use of $at +.set noreorder # don't insert nops after branches + +glabel func_800490B4 +/* 244B4 800490B4 27BDFFA0 */ addiu $sp, $sp, -0x60 +/* 244B8 800490B8 F7B60050 */ sdc1 $f22, 0x50($sp) +/* 244BC 800490BC 4486B000 */ mtc1 $a2, $f22 +/* 244C0 800490C0 F7B80058 */ sdc1 $f24, 0x58($sp) +/* 244C4 800490C4 4487C000 */ mtc1 $a3, $f24 +/* 244C8 800490C8 AFB10034 */ sw $s1, 0x34($sp) +/* 244CC 800490CC 0080882D */ daddu $s1, $a0, $zero +/* 244D0 800490D0 AFB3003C */ sw $s3, 0x3c($sp) +/* 244D4 800490D4 00A0982D */ daddu $s3, $a1, $zero +/* 244D8 800490D8 AFBF0044 */ sw $ra, 0x44($sp) +/* 244DC 800490DC AFB40040 */ sw $s4, 0x40($sp) +/* 244E0 800490E0 AFB20038 */ sw $s2, 0x38($sp) +/* 244E4 800490E4 AFB00030 */ sw $s0, 0x30($sp) +/* 244E8 800490E8 F7B40048 */ sdc1 $f20, 0x48($sp) +/* 244EC 800490EC 86640008 */ lh $a0, 8($s3) +/* 244F0 800490F0 0C00EABB */ jal get_npc_unsafe +/* 244F4 800490F4 93B40073 */ lbu $s4, 0x73($sp) +/* 244F8 800490F8 0040802D */ daddu $s0, $v0, $zero +/* 244FC 800490FC 8E6200B0 */ lw $v0, 0xb0($s3) +/* 24500 80049100 3C128011 */ lui $s2, %hi(gPlayerStatus) +/* 24504 80049104 2652EFC8 */ addiu $s2, $s2, %lo(gPlayerStatus) +/* 24508 80049108 30420002 */ andi $v0, $v0, 2 +/* 2450C 8004910C 144000AC */ bnez $v0, .L800493C0 +/* 24510 80049110 0000102D */ daddu $v0, $zero, $zero +/* 24514 80049114 3C048011 */ lui $a0, %hi(D_8010EBB0) +/* 24518 80049118 2484EBB0 */ addiu $a0, $a0, %lo(D_8010EBB0) +/* 2451C 8004911C 80830003 */ lb $v1, 3($a0) +/* 24520 80049120 24020009 */ addiu $v0, $zero, 9 +/* 24524 80049124 14620008 */ bne $v1, $v0, .L80049148 +/* 24528 80049128 24020007 */ addiu $v0, $zero, 7 +/* 2452C 8004912C 80820000 */ lb $v0, ($a0) +/* 24530 80049130 10400005 */ beqz $v0, .L80049148 +/* 24534 80049134 24020007 */ addiu $v0, $zero, 7 +/* 24538 80049138 9622001C */ lhu $v0, 0x1c($s1) +/* 2453C 8004913C 30420001 */ andi $v0, $v0, 1 +/* 24540 80049140 1040009E */ beqz $v0, .L800493BC +/* 24544 80049144 24020007 */ addiu $v0, $zero, 7 +.L80049148: +/* 24548 80049148 14620008 */ bne $v1, $v0, .L8004916C +/* 2454C 8004914C 00000000 */ nop +/* 24550 80049150 80820000 */ lb $v0, ($a0) +/* 24554 80049154 10400005 */ beqz $v0, .L8004916C +/* 24558 80049158 00000000 */ nop +/* 2455C 8004915C 9622001C */ lhu $v0, 0x1c($s1) +/* 24560 80049160 30420001 */ andi $v0, $v0, 1 +/* 24564 80049164 10400096 */ beqz $v0, .L800493C0 +/* 24568 80049168 0000102D */ daddu $v0, $zero, $zero +.L8004916C: +/* 2456C 8004916C 8E220000 */ lw $v0, ($s1) +/* 24570 80049170 04400093 */ bltz $v0, .L800493C0 +/* 24574 80049174 0000102D */ daddu $v0, $zero, $zero +/* 24578 80049178 C600003C */ lwc1 $f0, 0x3c($s0) +/* 2457C 8004917C C642002C */ lwc1 $f2, 0x2c($s2) +/* 24580 80049180 46020001 */ sub.s $f0, $f0, $f2 +/* 24584 80049184 C6220018 */ lwc1 $f2, 0x18($s1) +/* 24588 80049188 46000005 */ abs.s $f0, $f0 +/* 2458C 8004918C 4600103E */ c.le.s $f2, $f0 +/* 24590 80049190 00000000 */ nop +/* 24594 80049194 45000005 */ bc1f .L800491AC +/* 24598 80049198 00000000 */ nop +/* 2459C 8004919C 9622001C */ lhu $v0, 0x1c($s1) +/* 245A0 800491A0 30420002 */ andi $v0, $v0, 2 +/* 245A4 800491A4 10400086 */ beqz $v0, .L800493C0 +/* 245A8 800491A8 0000102D */ daddu $v0, $zero, $zero +.L800491AC: +/* 245AC 800491AC 8E220010 */ lw $v0, 0x10($s1) +/* 245B0 800491B0 8E230014 */ lw $v1, 0x14($s1) +/* 245B4 800491B4 00431025 */ or $v0, $v0, $v1 +/* 245B8 800491B8 10400014 */ beqz $v0, .L8004920C +/* 245BC 800491BC 00000000 */ nop +/* 245C0 800491C0 C6200008 */ lwc1 $f0, 8($s1) +/* 245C4 800491C4 46800020 */ cvt.s.w $f0, $f0 +/* 245C8 800491C8 44050000 */ mfc1 $a1, $f0 +/* 245CC 800491CC C620000C */ lwc1 $f0, 0xc($s1) +/* 245D0 800491D0 46800020 */ cvt.s.w $f0, $f0 +/* 245D4 800491D4 44060000 */ mfc1 $a2, $f0 +/* 245D8 800491D8 C6400030 */ lwc1 $f0, 0x30($s2) +/* 245DC 800491DC 8E470028 */ lw $a3, 0x28($s2) +/* 245E0 800491E0 E7A00010 */ swc1 $f0, 0x10($sp) +/* 245E4 800491E4 C6200010 */ lwc1 $f0, 0x10($s1) +/* 245E8 800491E8 46800020 */ cvt.s.w $f0, $f0 +/* 245EC 800491EC E7A00014 */ swc1 $f0, 0x14($sp) +/* 245F0 800491F0 C6200014 */ lwc1 $f0, 0x14($s1) +/* 245F4 800491F4 46800020 */ cvt.s.w $f0, $f0 +/* 245F8 800491F8 E7A00018 */ swc1 $f0, 0x18($sp) +/* 245FC 800491FC 0C0123F5 */ jal is_point_within_region +/* 24600 80049200 8E240004 */ lw $a0, 4($s1) +/* 24604 80049204 1440006E */ bnez $v0, .L800493C0 +/* 24608 80049208 0000102D */ daddu $v0, $zero, $zero +.L8004920C: +/* 2460C 8004920C 824300B4 */ lb $v1, 0xb4($s2) +/* 24610 80049210 2402001D */ addiu $v0, $zero, 0x1d +/* 24614 80049214 1062006A */ beq $v1, $v0, .L800493C0 +/* 24618 80049218 0000102D */ daddu $v0, $zero, $zero +/* 2461C 8004921C 926200AC */ lbu $v0, 0xac($s3) +/* 24620 80049220 30420001 */ andi $v0, $v0, 1 +/* 24624 80049224 1040002C */ beqz $v0, .L800492D8 +/* 24628 80049228 00000000 */ nop +/* 2462C 8004922C C60C0038 */ lwc1 $f12, 0x38($s0) +/* 24630 80049230 860200A8 */ lh $v0, 0xa8($s0) +/* 24634 80049234 3C013FE0 */ lui $at, 0x3fe0 +/* 24638 80049238 44810800 */ mtc1 $at, $f1 +/* 2463C 8004923C 44800000 */ mtc1 $zero, $f0 +/* 24640 80049240 44821000 */ mtc1 $v0, $f2 +/* 24644 80049244 00000000 */ nop +/* 24648 80049248 468010A1 */ cvt.d.w $f2, $f2 +/* 2464C 8004924C 46201082 */ mul.d $f2, $f2, $f0 +/* 24650 80049250 00000000 */ nop +/* 24654 80049254 C60E0040 */ lwc1 $f14, 0x40($s0) +/* 24658 80049258 8E460028 */ lw $a2, 0x28($s2) +/* 2465C 8004925C 8E470030 */ lw $a3, 0x30($s2) +/* 24660 80049260 46006106 */ mov.s $f4, $f12 +/* 24664 80049264 C600003C */ lwc1 $f0, 0x3c($s0) +/* 24668 80049268 46007186 */ mov.s $f6, $f14 +/* 2466C 8004926C 46000021 */ cvt.d.s $f0, $f0 +/* 24670 80049270 46220000 */ add.d $f0, $f0, $f2 +/* 24674 80049274 E7A40020 */ swc1 $f4, 0x20($sp) +/* 24678 80049278 E7A60028 */ swc1 $f6, 0x28($sp) +/* 2467C 8004927C 46200020 */ cvt.s.d $f0, $f0 +/* 24680 80049280 0C00A7B5 */ jal dist2D +/* 24684 80049284 E7A00024 */ swc1 $f0, 0x24($sp) +/* 24688 80049288 C60C0038 */ lwc1 $f12, 0x38($s0) +/* 2468C 8004928C C60E0040 */ lwc1 $f14, 0x40($s0) +/* 24690 80049290 8E460028 */ lw $a2, 0x28($s2) +/* 24694 80049294 8E470030 */ lw $a3, 0x30($s2) +/* 24698 80049298 0C00A720 */ jal atan2 +/* 2469C 8004929C 46000506 */ mov.s $f20, $f0 +/* 246A0 800492A0 3C040005 */ lui $a0, 5 +/* 246A4 800492A4 27A50020 */ addiu $a1, $sp, 0x20 +/* 246A8 800492A8 27A60024 */ addiu $a2, $sp, 0x24 +/* 246AC 800492AC 3C013DCC */ lui $at, 0x3dcc +/* 246B0 800492B0 3421CCCD */ ori $at, $at, 0xcccd +/* 246B4 800492B4 44811000 */ mtc1 $at, $f2 +/* 246B8 800492B8 27A70028 */ addiu $a3, $sp, 0x28 +/* 246BC 800492BC E7B40010 */ swc1 $f20, 0x10($sp) +/* 246C0 800492C0 E7A00014 */ swc1 $f0, 0x14($sp) +/* 246C4 800492C4 E7A20018 */ swc1 $f2, 0x18($sp) +/* 246C8 800492C8 0C037711 */ jal func_800DDC44 +/* 246CC 800492CC E7A2001C */ swc1 $f2, 0x1c($sp) +/* 246D0 800492D0 1440003B */ bnez $v0, .L800493C0 +/* 246D4 800492D4 0000102D */ daddu $v0, $zero, $zero +.L800492D8: +/* 246D8 800492D8 8E220000 */ lw $v0, ($s1) +/* 246DC 800492DC 14400003 */ bnez $v0, .L800492EC +/* 246E0 800492E0 00000000 */ nop +/* 246E4 800492E4 080124BD */ j .L800492F4 +/* 246E8 800492E8 0000102D */ daddu $v0, $zero, $zero +.L800492EC: +/* 246EC 800492EC 0C00A67F */ jal rand_int +/* 246F0 800492F0 24440001 */ addiu $a0, $v0, 1 +.L800492F4: +/* 246F4 800492F4 14400032 */ bnez $v0, .L800493C0 +/* 246F8 800492F8 0000102D */ daddu $v0, $zero, $zero +/* 246FC 800492FC 926200AC */ lbu $v0, 0xac($s3) +/* 24700 80049300 30420002 */ andi $v0, $v0, 2 +/* 24704 80049304 10400010 */ beqz $v0, .L80049348 +/* 24708 80049308 24020001 */ addiu $v0, $zero, 1 +/* 2470C 8004930C 824300B4 */ lb $v1, 0xb4($s2) +/* 24710 80049310 14620005 */ bne $v1, $v0, .L80049328 +/* 24714 80049314 24020002 */ addiu $v0, $zero, 2 +/* 24718 80049318 3C01800A */ lui $at, %hi(D_80098710) +/* 2471C 8004931C D4228710 */ ldc1 $f2, %lo(D_80098710)($at) +/* 24720 80049320 080124CF */ j .L8004933C +/* 24724 80049324 4600B021 */ cvt.d.s $f0, $f22 +.L80049328: +/* 24728 80049328 14620007 */ bne $v1, $v0, .L80049348 +/* 2472C 8004932C 00000000 */ nop +/* 24730 80049330 3C01800A */ lui $at, %hi(D_80098718) +/* 24734 80049334 D4228718 */ ldc1 $f2, %lo(D_80098718)($at) +/* 24738 80049338 4600B021 */ cvt.d.s $f0, $f22 +.L8004933C: +/* 2473C 8004933C 46220002 */ mul.d $f0, $f0, $f2 +/* 24740 80049340 00000000 */ nop +/* 24744 80049344 462005A0 */ cvt.s.d $f22, $f0 +.L80049348: +/* 24748 80049348 C6000038 */ lwc1 $f0, 0x38($s0) +/* 2474C 8004934C C6020040 */ lwc1 $f2, 0x40($s0) +/* 24750 80049350 328200FF */ andi $v0, $s4, 0xff +/* 24754 80049354 E7A00020 */ swc1 $f0, 0x20($sp) +/* 24758 80049358 10400005 */ beqz $v0, .L80049370 +/* 2475C 8004935C E7A20028 */ swc1 $f2, 0x28($sp) +/* 24760 80049360 4406C000 */ mfc1 $a2, $f24 +/* 24764 80049364 8E07000C */ lw $a3, 0xc($s0) +/* 24768 80049368 080124E4 */ j .L80049390 +/* 2476C 8004936C 27A40020 */ addiu $a0, $sp, 0x20 +.L80049370: +/* 24770 80049370 C6020034 */ lwc1 $f2, 0x34($s0) +/* 24774 80049374 3C014387 */ lui $at, 0x4387 +/* 24778 80049378 44810000 */ mtc1 $at, $f0 +/* 2477C 8004937C 00000000 */ nop +/* 24780 80049380 46020001 */ sub.s $f0, $f0, $f2 +/* 24784 80049384 27A40020 */ addiu $a0, $sp, 0x20 +/* 24788 80049388 4406C000 */ mfc1 $a2, $f24 +/* 2478C 8004938C 44070000 */ mfc1 $a3, $f0 +.L80049390: +/* 24790 80049390 0C00A7E7 */ jal add_vec2D_polar +/* 24794 80049394 27A50028 */ addiu $a1, $sp, 0x28 +/* 24798 80049398 C7AC0020 */ lwc1 $f12, 0x20($sp) +/* 2479C 8004939C C7AE0028 */ lwc1 $f14, 0x28($sp) +/* 247A0 800493A0 8E460028 */ lw $a2, 0x28($s2) +/* 247A4 800493A4 0C00A7B5 */ jal dist2D +/* 247A8 800493A8 8E470030 */ lw $a3, 0x30($s2) +/* 247AC 800493AC 4616003E */ c.le.s $f0, $f22 +/* 247B0 800493B0 00000000 */ nop +/* 247B4 800493B4 45010002 */ bc1t .L800493C0 +/* 247B8 800493B8 24020001 */ addiu $v0, $zero, 1 +.L800493BC: +/* 247BC 800493BC 0000102D */ daddu $v0, $zero, $zero +.L800493C0: +/* 247C0 800493C0 8FBF0044 */ lw $ra, 0x44($sp) +/* 247C4 800493C4 8FB40040 */ lw $s4, 0x40($sp) +/* 247C8 800493C8 8FB3003C */ lw $s3, 0x3c($sp) +/* 247CC 800493CC 8FB20038 */ lw $s2, 0x38($sp) +/* 247D0 800493D0 8FB10034 */ lw $s1, 0x34($sp) +/* 247D4 800493D4 8FB00030 */ lw $s0, 0x30($sp) +/* 247D8 800493D8 D7B80058 */ ldc1 $f24, 0x58($sp) +/* 247DC 800493DC D7B60050 */ ldc1 $f22, 0x50($sp) +/* 247E0 800493E0 D7B40048 */ ldc1 $f20, 0x48($sp) +/* 247E4 800493E4 03E00008 */ jr $ra +/* 247E8 800493E8 27BD0060 */ addiu $sp, $sp, 0x60 diff --git a/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800495A0.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800495A0.s new file mode 100644 index 0000000000..cf4485b412 --- /dev/null +++ b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800495A0.s @@ -0,0 +1,76 @@ +.set noat # allow manual use of $at +.set noreorder # don't insert nops after branches + +glabel func_800495A0 +/* 249A0 800495A0 27BDFFD8 */ addiu $sp, $sp, -0x28 +/* 249A4 800495A4 AFB3001C */ sw $s3, 0x1c($sp) +/* 249A8 800495A8 0080982D */ daddu $s3, $a0, $zero +/* 249AC 800495AC AFBF0020 */ sw $ra, 0x20($sp) +/* 249B0 800495B0 AFB20018 */ sw $s2, 0x18($sp) +/* 249B4 800495B4 AFB10014 */ sw $s1, 0x14($sp) +/* 249B8 800495B8 AFB00010 */ sw $s0, 0x10($sp) +/* 249BC 800495BC 8E710148 */ lw $s1, 0x148($s3) +/* 249C0 800495C0 86240008 */ lh $a0, 8($s1) +/* 249C4 800495C4 0C00EABB */ jal get_npc_unsafe +/* 249C8 800495C8 00A0902D */ daddu $s2, $a1, $zero +/* 249CC 800495CC 8E440004 */ lw $a0, 4($s2) +/* 249D0 800495D0 0040802D */ daddu $s0, $v0, $zero +/* 249D4 800495D4 00041FC2 */ srl $v1, $a0, 0x1f +/* 249D8 800495D8 00832021 */ addu $a0, $a0, $v1 +/* 249DC 800495DC 00042043 */ sra $a0, $a0, 1 +/* 249E0 800495E0 0C00A67F */ jal rand_int +/* 249E4 800495E4 24840001 */ addiu $a0, $a0, 1 +/* 249E8 800495E8 8E430004 */ lw $v1, 4($s2) +/* 249EC 800495EC 2404003C */ addiu $a0, $zero, 0x3c +/* 249F0 800495F0 00032FC2 */ srl $a1, $v1, 0x1f +/* 249F4 800495F4 00651821 */ addu $v1, $v1, $a1 +/* 249F8 800495F8 00031843 */ sra $v1, $v1, 1 +/* 249FC 800495FC 00621821 */ addu $v1, $v1, $v0 +/* 24A00 80049600 0C00A67F */ jal rand_int +/* 24A04 80049604 A603008E */ sh $v1, 0x8e($s0) +/* 24A08 80049608 C60C000C */ lwc1 $f12, 0xc($s0) +/* 24A0C 8004960C 44820000 */ mtc1 $v0, $f0 +/* 24A10 80049610 00000000 */ nop +/* 24A14 80049614 46800020 */ cvt.s.w $f0, $f0 +/* 24A18 80049618 46006300 */ add.s $f12, $f12, $f0 +/* 24A1C 8004961C 3C0141F0 */ lui $at, 0x41f0 +/* 24A20 80049620 44810000 */ mtc1 $at, $f0 +/* 24A24 80049624 0C00A6C9 */ jal clamp_angle +/* 24A28 80049628 46006301 */ sub.s $f12, $f12, $f0 +/* 24A2C 8004962C E600000C */ swc1 $f0, 0xc($s0) +/* 24A30 80049630 8E2200CC */ lw $v0, 0xcc($s1) +/* 24A34 80049634 8C420004 */ lw $v0, 4($v0) +/* 24A38 80049638 AE020028 */ sw $v0, 0x28($s0) +/* 24A3C 8004963C AE600074 */ sw $zero, 0x74($s3) +/* 24A40 80049640 8E2200D0 */ lw $v0, 0xd0($s1) +/* 24A44 80049644 8C420014 */ lw $v0, 0x14($v0) +/* 24A48 80049648 04410004 */ bgez $v0, .L8004965C +/* 24A4C 8004964C 00000000 */ nop +/* 24A50 80049650 C6400000 */ lwc1 $f0, ($s2) +/* 24A54 80049654 0801259F */ j .L8004967C +/* 24A58 80049658 E6000018 */ swc1 $f0, 0x18($s0) +.L8004965C: +/* 24A5C 8004965C 3C01800A */ lui $at, %hi(D_80098720) +/* 24A60 80049660 D4228720 */ ldc1 $f2, %lo(D_80098720)($at) +/* 24A64 80049664 44820000 */ mtc1 $v0, $f0 +/* 24A68 80049668 00000000 */ nop +/* 24A6C 8004966C 46800021 */ cvt.d.w $f0, $f0 +/* 24A70 80049670 46220003 */ div.d $f0, $f0, $f2 +/* 24A74 80049674 46200020 */ cvt.s.d $f0, $f0 +/* 24A78 80049678 E6000018 */ swc1 $f0, 0x18($s0) +.L8004967C: +/* 24A7C 8004967C 8E2200B0 */ lw $v0, 0xb0($s1) +/* 24A80 80049680 2403FFBF */ addiu $v1, $zero, -0x41 +/* 24A84 80049684 00431024 */ and $v0, $v0, $v1 +/* 24A88 80049688 2403FFDF */ addiu $v1, $zero, -0x21 +/* 24A8C 8004968C 00431024 */ and $v0, $v0, $v1 +/* 24A90 80049690 AE2200B0 */ sw $v0, 0xb0($s1) +/* 24A94 80049694 24020001 */ addiu $v0, $zero, 1 +/* 24A98 80049698 AE620070 */ sw $v0, 0x70($s3) +/* 24A9C 8004969C 8FBF0020 */ lw $ra, 0x20($sp) +/* 24AA0 800496A0 8FB3001C */ lw $s3, 0x1c($sp) +/* 24AA4 800496A4 8FB20018 */ lw $s2, 0x18($sp) +/* 24AA8 800496A8 8FB10014 */ lw $s1, 0x14($sp) +/* 24AAC 800496AC 8FB00010 */ lw $s0, 0x10($sp) +/* 24AB0 800496B0 03E00008 */ jr $ra +/* 24AB4 800496B4 27BD0028 */ addiu $sp, $sp, 0x28 diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_800496B8.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800496B8.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_800496B8.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_800496B8.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80049C04.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80049C04.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80049C04.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80049C04.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_80049F7C.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80049F7C.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_80049F7C.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_80049F7C.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/func_8004A124.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/func_8004A124.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/func_8004A124.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/func_8004A124.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/spawn_drops.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/spawn_drops.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/spawn_drops.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/spawn_drops.s diff --git a/asm/nonmatchings/code_20ec0_len_5040/update_merlee_messages.s b/ver/us/asm/nonmatchings/code_20ec0_len_5040/update_merlee_messages.s similarity index 100% rename from asm/nonmatchings/code_20ec0_len_5040/update_merlee_messages.s rename to ver/us/asm/nonmatchings/code_20ec0_len_5040/update_merlee_messages.s diff --git a/asm/nonmatchings/code_23680/DoBasicAI.s b/ver/us/asm/nonmatchings/code_23680/DoBasicAI.s similarity index 100% rename from asm/nonmatchings/code_23680/DoBasicAI.s rename to ver/us/asm/nonmatchings/code_23680/DoBasicAI.s diff --git a/asm/nonmatchings/code_23680/func_80048E34.s b/ver/us/asm/nonmatchings/code_23680/func_80048E34.s similarity index 100% rename from asm/nonmatchings/code_23680/func_80048E34.s rename to ver/us/asm/nonmatchings/code_23680/func_80048E34.s diff --git a/asm/nonmatchings/code_23680/func_800490B4.s b/ver/us/asm/nonmatchings/code_23680/func_800490B4.s similarity index 100% rename from asm/nonmatchings/code_23680/func_800490B4.s rename to ver/us/asm/nonmatchings/code_23680/func_800490B4.s diff --git a/asm/nonmatchings/code_23680/func_800495A0.s b/ver/us/asm/nonmatchings/code_23680/func_800495A0.s similarity index 100% rename from asm/nonmatchings/code_23680/func_800495A0.s rename to ver/us/asm/nonmatchings/code_23680/func_800495A0.s diff --git a/asm/nonmatchings/code_23680/func_800496B8.s b/ver/us/asm/nonmatchings/code_23680/func_800496B8.s similarity index 100% rename from asm/nonmatchings/code_23680/func_800496B8.s rename to ver/us/asm/nonmatchings/code_23680/func_800496B8.s diff --git a/asm/nonmatchings/code_23680/func_80049C04.s b/ver/us/asm/nonmatchings/code_23680/func_80049C04.s similarity index 100% rename from asm/nonmatchings/code_23680/func_80049C04.s rename to ver/us/asm/nonmatchings/code_23680/func_80049C04.s diff --git a/asm/nonmatchings/code_23680/func_80049F7C.s b/ver/us/asm/nonmatchings/code_23680/func_80049F7C.s similarity index 100% rename from asm/nonmatchings/code_23680/func_80049F7C.s rename to ver/us/asm/nonmatchings/code_23680/func_80049F7C.s diff --git a/asm/nonmatchings/code_23680/func_8004A124.s b/ver/us/asm/nonmatchings/code_23680/func_8004A124.s similarity index 100% rename from asm/nonmatchings/code_23680/func_8004A124.s rename to ver/us/asm/nonmatchings/code_23680/func_8004A124.s diff --git a/asm/nonmatchings/code_23680/get_coin_drop_amount.s b/ver/us/asm/nonmatchings/code_23680/get_coin_drop_amount.s similarity index 100% rename from asm/nonmatchings/code_23680/get_coin_drop_amount.s rename to ver/us/asm/nonmatchings/code_23680/get_coin_drop_amount.s diff --git a/asm/nonmatchings/code_23680/spawn_drops.s b/ver/us/asm/nonmatchings/code_23680/spawn_drops.s similarity index 100% rename from asm/nonmatchings/code_23680/spawn_drops.s rename to ver/us/asm/nonmatchings/code_23680/spawn_drops.s diff --git a/asm/nonmatchings/code_25AF0/func_8004A784.s b/ver/us/asm/nonmatchings/code_25AF0/func_8004A784.s similarity index 100% rename from asm/nonmatchings/code_25AF0/func_8004A784.s rename to ver/us/asm/nonmatchings/code_25AF0/func_8004A784.s diff --git a/asm/nonmatchings/code_25f00_len_940/func_8004AB00.s b/ver/us/asm/nonmatchings/code_25f00_len_940/func_8004AB00.s similarity index 100% rename from asm/nonmatchings/code_25f00_len_940/func_8004AB00.s rename to ver/us/asm/nonmatchings/code_25f00_len_940/func_8004AB00.s diff --git a/asm/nonmatchings/code_25f00_len_940/func_8004AE08.s b/ver/us/asm/nonmatchings/code_25f00_len_940/func_8004AE08.s similarity index 100% rename from asm/nonmatchings/code_25f00_len_940/func_8004AE08.s rename to ver/us/asm/nonmatchings/code_25f00_len_940/func_8004AE08.s diff --git a/asm/nonmatchings/code_25f00_len_940/func_8004B328.s b/ver/us/asm/nonmatchings/code_25f00_len_940/func_8004B328.s similarity index 100% rename from asm/nonmatchings/code_25f00_len_940/func_8004B328.s rename to ver/us/asm/nonmatchings/code_25f00_len_940/func_8004B328.s diff --git a/asm/nonmatchings/code_25f00_len_940/nuAuDmaCallBack.s b/ver/us/asm/nonmatchings/code_25f00_len_940/nuAuDmaCallBack.s similarity index 100% rename from asm/nonmatchings/code_25f00_len_940/nuAuDmaCallBack.s rename to ver/us/asm/nonmatchings/code_25f00_len_940/nuAuDmaCallBack.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004B62C.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004B62C.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004B62C.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004B62C.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004B748.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004B748.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004B748.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004B748.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004BA74.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004BA74.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004BA74.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004BA74.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004C0E4.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C0E4.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004C0E4.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C0E4.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004C268.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C268.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004C268.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C268.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004C2A4.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C2A4.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004C2A4.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C2A4.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004C300.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C300.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004C300.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C300.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004C358.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C358.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004C358.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C358.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004C3D4.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C3D4.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004C3D4.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C3D4.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004C444.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C444.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004C444.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C444.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004C578.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C578.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004C578.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C578.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004C844.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C844.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004C844.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C844.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004C884.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C884.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004C884.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004C884.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004CD94.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004CD94.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004CD94.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004CD94.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004CDF8.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004CDF8.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004CDF8.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004CDF8.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004CE70.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004CE70.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004CE70.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004CE70.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004CEA4.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004CEA4.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004CEA4.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004CEA4.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004CEC4.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004CEC4.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004CEC4.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004CEC4.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004CF0C.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004CF0C.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004CF0C.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004CF0C.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004CF3C.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004CF3C.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004CF3C.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004CF3C.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D00C.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D00C.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D00C.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D00C.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D038.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D038.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D038.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D038.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D050.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D050.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D050.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D050.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D07C.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D07C.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D07C.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D07C.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D114.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D114.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D114.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D114.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D130.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D130.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D130.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D130.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D15C.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D15C.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D15C.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D15C.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D180.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D180.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D180.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D180.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D1B4.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D1B4.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D1B4.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D1B4.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D23C.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D23C.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D23C.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D23C.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D2B0.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D2B0.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D2B0.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D2B0.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D2E4.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D2E4.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D2E4.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D2E4.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D310.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D310.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D310.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D310.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D324.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D324.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D324.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D324.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D33C.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D33C.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D33C.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D33C.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D354.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D354.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D354.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D354.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D36C.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D36C.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D36C.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D36C.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D3A0.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D3A0.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D3A0.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D3A0.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D3F8.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D3F8.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D3F8.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D3F8.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D428.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D428.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D428.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D428.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D484.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D484.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D484.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D484.s diff --git a/asm/nonmatchings/code_26840_len_20d0/func_8004D4BC.s b/ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D4BC.s similarity index 100% rename from asm/nonmatchings/code_26840_len_20d0/func_8004D4BC.s rename to ver/us/asm/nonmatchings/code_26840_len_20d0/func_8004D4BC.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004D510.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004D510.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004D510.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004D510.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004D794.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004D794.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004D794.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004D794.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004D7E0.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004D7E0.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004D7E0.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004D7E0.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004DA74.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DA74.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004DA74.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DA74.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004DAE0.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DAE0.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004DAE0.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DAE0.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004DB28.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DB28.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004DB28.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DB28.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004DB4C.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DB4C.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004DB4C.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DB4C.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004DC80.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DC80.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004DC80.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DC80.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004DCB8.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DCB8.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004DCB8.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DCB8.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004DE2C.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DE2C.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004DE2C.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DE2C.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004DFD4.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DFD4.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004DFD4.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004DFD4.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004E0F4.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004E0F4.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004E0F4.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004E0F4.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004E344.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004E344.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004E344.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004E344.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004E4B8.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004E4B8.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004E4B8.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004E4B8.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004E5D8.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004E5D8.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004E5D8.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004E5D8.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004E844.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004E844.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004E844.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004E844.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004E880.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004E880.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004E880.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004E880.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004E904.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004E904.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004E904.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004E904.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004EA34.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004EA34.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004EA34.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004EA34.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004EAD4.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004EAD4.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004EAD4.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004EAD4.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004EC04.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004EC04.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004EC04.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004EC04.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004EC68.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004EC68.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004EC68.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004EC68.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004FE6C.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004FE6C.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004FE6C.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004FE6C.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8004FED0.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8004FED0.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8004FED0.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8004FED0.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_80050020.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_80050020.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_80050020.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_80050020.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8005015C.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8005015C.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8005015C.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8005015C.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_800501A8.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_800501A8.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_800501A8.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_800501A8.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_800502F0.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_800502F0.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_800502F0.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_800502F0.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_80050568.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_80050568.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_80050568.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_80050568.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_800505E4.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_800505E4.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_800505E4.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_800505E4.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_80050654.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_80050654.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_80050654.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_80050654.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8005068C.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8005068C.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8005068C.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8005068C.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_800506C8.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_800506C8.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_800506C8.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_800506C8.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_80050770.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_80050770.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_80050770.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_80050770.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_80050818.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_80050818.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_80050818.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_80050818.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_8005087C.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_8005087C.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_8005087C.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_8005087C.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_80050888.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_80050888.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_80050888.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_80050888.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_80050900.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_80050900.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_80050900.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_80050900.s diff --git a/asm/nonmatchings/code_28910_len_5090/func_80050970.s b/ver/us/asm/nonmatchings/code_28910_len_5090/func_80050970.s similarity index 100% rename from asm/nonmatchings/code_28910_len_5090/func_80050970.s rename to ver/us/asm/nonmatchings/code_28910_len_5090/func_80050970.s diff --git a/asm/nonmatchings/code_2BF90/func_80050B90.s b/ver/us/asm/nonmatchings/code_2BF90/func_80050B90.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_80050B90.s rename to ver/us/asm/nonmatchings/code_2BF90/func_80050B90.s diff --git a/asm/nonmatchings/code_2BF90/func_80050C64.s b/ver/us/asm/nonmatchings/code_2BF90/func_80050C64.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_80050C64.s rename to ver/us/asm/nonmatchings/code_2BF90/func_80050C64.s diff --git a/asm/nonmatchings/code_2BF90/func_80050CA0.s b/ver/us/asm/nonmatchings/code_2BF90/func_80050CA0.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_80050CA0.s rename to ver/us/asm/nonmatchings/code_2BF90/func_80050CA0.s diff --git a/asm/nonmatchings/code_2BF90/func_80050D50.s b/ver/us/asm/nonmatchings/code_2BF90/func_80050D50.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_80050D50.s rename to ver/us/asm/nonmatchings/code_2BF90/func_80050D50.s diff --git a/asm/nonmatchings/code_2BF90/func_80050E18.s b/ver/us/asm/nonmatchings/code_2BF90/func_80050E18.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_80050E18.s rename to ver/us/asm/nonmatchings/code_2BF90/func_80050E18.s diff --git a/asm/nonmatchings/code_2BF90/func_80050E84.s b/ver/us/asm/nonmatchings/code_2BF90/func_80050E84.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_80050E84.s rename to ver/us/asm/nonmatchings/code_2BF90/func_80050E84.s diff --git a/asm/nonmatchings/code_2BF90/func_80050EF0.s b/ver/us/asm/nonmatchings/code_2BF90/func_80050EF0.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_80050EF0.s rename to ver/us/asm/nonmatchings/code_2BF90/func_80050EF0.s diff --git a/asm/nonmatchings/code_2BF90/func_80050F64.s b/ver/us/asm/nonmatchings/code_2BF90/func_80050F64.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_80050F64.s rename to ver/us/asm/nonmatchings/code_2BF90/func_80050F64.s diff --git a/asm/nonmatchings/code_2BF90/func_80050FD0.s b/ver/us/asm/nonmatchings/code_2BF90/func_80050FD0.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_80050FD0.s rename to ver/us/asm/nonmatchings/code_2BF90/func_80050FD0.s diff --git a/asm/nonmatchings/code_2BF90/func_80051050.s b/ver/us/asm/nonmatchings/code_2BF90/func_80051050.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_80051050.s rename to ver/us/asm/nonmatchings/code_2BF90/func_80051050.s diff --git a/asm/nonmatchings/code_2BF90/func_800510A4.s b/ver/us/asm/nonmatchings/code_2BF90/func_800510A4.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_800510A4.s rename to ver/us/asm/nonmatchings/code_2BF90/func_800510A4.s diff --git a/asm/nonmatchings/code_2BF90/func_800511BC.s b/ver/us/asm/nonmatchings/code_2BF90/func_800511BC.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_800511BC.s rename to ver/us/asm/nonmatchings/code_2BF90/func_800511BC.s diff --git a/asm/nonmatchings/code_2BF90/func_80051334.s b/ver/us/asm/nonmatchings/code_2BF90/func_80051334.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_80051334.s rename to ver/us/asm/nonmatchings/code_2BF90/func_80051334.s diff --git a/asm/nonmatchings/code_2BF90/func_80051434.s b/ver/us/asm/nonmatchings/code_2BF90/func_80051434.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_80051434.s rename to ver/us/asm/nonmatchings/code_2BF90/func_80051434.s diff --git a/asm/nonmatchings/code_2BF90/func_800521D0.s b/ver/us/asm/nonmatchings/code_2BF90/func_800521D0.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_800521D0.s rename to ver/us/asm/nonmatchings/code_2BF90/func_800521D0.s diff --git a/asm/nonmatchings/code_2BF90/func_800521E8.s b/ver/us/asm/nonmatchings/code_2BF90/func_800521E8.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_800521E8.s rename to ver/us/asm/nonmatchings/code_2BF90/func_800521E8.s diff --git a/asm/nonmatchings/code_2BF90/func_800522A8.s b/ver/us/asm/nonmatchings/code_2BF90/func_800522A8.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_800522A8.s rename to ver/us/asm/nonmatchings/code_2BF90/func_800522A8.s diff --git a/asm/nonmatchings/code_2BF90/func_8005232C.s b/ver/us/asm/nonmatchings/code_2BF90/func_8005232C.s similarity index 100% rename from asm/nonmatchings/code_2BF90/func_8005232C.s rename to ver/us/asm/nonmatchings/code_2BF90/func_8005232C.s diff --git a/asm/nonmatchings/code_2d9a0_len_890/func_80052660.s b/ver/us/asm/nonmatchings/code_2d9a0_len_890/func_80052660.s similarity index 100% rename from asm/nonmatchings/code_2d9a0_len_890/func_80052660.s rename to ver/us/asm/nonmatchings/code_2d9a0_len_890/func_80052660.s diff --git a/asm/nonmatchings/code_2d9a0_len_890/func_80052BF8.s b/ver/us/asm/nonmatchings/code_2d9a0_len_890/func_80052BF8.s similarity index 100% rename from asm/nonmatchings/code_2d9a0_len_890/func_80052BF8.s rename to ver/us/asm/nonmatchings/code_2d9a0_len_890/func_80052BF8.s diff --git a/asm/nonmatchings/code_2d9a0_len_890/func_80052CFC.s b/ver/us/asm/nonmatchings/code_2d9a0_len_890/func_80052CFC.s similarity index 100% rename from asm/nonmatchings/code_2d9a0_len_890/func_80052CFC.s rename to ver/us/asm/nonmatchings/code_2d9a0_len_890/func_80052CFC.s diff --git a/asm/nonmatchings/code_2d9a0_len_890/func_80052E18.s b/ver/us/asm/nonmatchings/code_2d9a0_len_890/func_80052E18.s similarity index 100% rename from asm/nonmatchings/code_2d9a0_len_890/func_80052E18.s rename to ver/us/asm/nonmatchings/code_2d9a0_len_890/func_80052E18.s diff --git a/asm/nonmatchings/code_2e230_len_2190/al_CopyFileTableEntry.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/al_CopyFileTableEntry.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/al_CopyFileTableEntry.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/al_CopyFileTableEntry.s diff --git a/asm/nonmatchings/code_2e230_len_2190/al_DmaCopy.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/al_DmaCopy.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/al_DmaCopy.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/al_DmaCopy.s diff --git a/asm/nonmatchings/code_2e230_len_2190/al_LoadBank.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/al_LoadBank.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/al_LoadBank.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/al_LoadBank.s diff --git a/asm/nonmatchings/code_2e230_len_2190/al_LoadINIT.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/al_LoadINIT.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/al_LoadINIT.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/al_LoadINIT.s diff --git a/asm/nonmatchings/code_2e230_len_2190/al_LoadPER.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/al_LoadPER.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/al_LoadPER.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/al_LoadPER.s diff --git a/asm/nonmatchings/code_2e230_len_2190/al_LoadPRG.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/al_LoadPRG.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/al_LoadPRG.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/al_LoadPRG.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_800538F8.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_800538F8.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_800538F8.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_800538F8.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_80053974.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_80053974.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_80053974.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_80053974.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_80053BE8.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_80053BE8.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_80053BE8.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_80053BE8.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_80053C58.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_80053C58.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_80053C58.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_80053C58.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_80053CB4.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_80053CB4.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_80053CB4.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_80053CB4.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_80053CF8.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_80053CF8.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_80053CF8.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_80053CF8.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_80053E58.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_80053E58.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_80053E58.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_80053E58.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_80053F80.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_80053F80.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_80053F80.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_80053F80.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_8005465C.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_8005465C.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_8005465C.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_8005465C.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_80054744.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_80054744.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_80054744.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_80054744.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_800549F8.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_800549F8.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_800549F8.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_800549F8.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_80054AA0.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_80054AA0.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_80054AA0.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_80054AA0.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_80054C84.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_80054C84.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_80054C84.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_80054C84.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_80054CE0.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_80054CE0.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_80054CE0.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_80054CE0.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_80054DA8.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_80054DA8.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_80054DA8.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_80054DA8.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_80054E90.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_80054E90.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_80054E90.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_80054E90.s diff --git a/asm/nonmatchings/code_2e230_len_2190/func_80054F48.s b/ver/us/asm/nonmatchings/code_2e230_len_2190/func_80054F48.s similarity index 100% rename from asm/nonmatchings/code_2e230_len_2190/func_80054F48.s rename to ver/us/asm/nonmatchings/code_2e230_len_2190/func_80054F48.s diff --git a/asm/nonmatchings/code_303c0_len_3e10/al_LoadBKHeaders.s b/ver/us/asm/nonmatchings/code_303c0_len_3e10/al_LoadBKHeaders.s similarity index 100% rename from asm/nonmatchings/code_303c0_len_3e10/al_LoadBKHeaders.s rename to ver/us/asm/nonmatchings/code_303c0_len_3e10/al_LoadBKHeaders.s diff --git a/asm/nonmatchings/code_30450/func_80055068.s b/ver/us/asm/nonmatchings/code_30450/func_80055068.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055068.s rename to ver/us/asm/nonmatchings/code_30450/func_80055068.s diff --git a/asm/nonmatchings/code_30450/func_8005513C.s b/ver/us/asm/nonmatchings/code_30450/func_8005513C.s similarity index 100% rename from asm/nonmatchings/code_30450/func_8005513C.s rename to ver/us/asm/nonmatchings/code_30450/func_8005513C.s diff --git a/asm/nonmatchings/code_30450/func_800558D4.s b/ver/us/asm/nonmatchings/code_30450/func_800558D4.s similarity index 100% rename from asm/nonmatchings/code_30450/func_800558D4.s rename to ver/us/asm/nonmatchings/code_30450/func_800558D4.s diff --git a/asm/nonmatchings/code_30450/func_8005591C.s b/ver/us/asm/nonmatchings/code_30450/func_8005591C.s similarity index 100% rename from asm/nonmatchings/code_30450/func_8005591C.s rename to ver/us/asm/nonmatchings/code_30450/func_8005591C.s diff --git a/asm/nonmatchings/code_30450/func_80055970.s b/ver/us/asm/nonmatchings/code_30450/func_80055970.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055970.s rename to ver/us/asm/nonmatchings/code_30450/func_80055970.s diff --git a/asm/nonmatchings/code_30450/func_80055A18.s b/ver/us/asm/nonmatchings/code_30450/func_80055A18.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055A18.s rename to ver/us/asm/nonmatchings/code_30450/func_80055A18.s diff --git a/asm/nonmatchings/code_30450/func_80055A6C.s b/ver/us/asm/nonmatchings/code_30450/func_80055A6C.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055A6C.s rename to ver/us/asm/nonmatchings/code_30450/func_80055A6C.s diff --git a/asm/nonmatchings/code_30450/func_80055ABC.s b/ver/us/asm/nonmatchings/code_30450/func_80055ABC.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055ABC.s rename to ver/us/asm/nonmatchings/code_30450/func_80055ABC.s diff --git a/asm/nonmatchings/code_30450/func_80055AF0.s b/ver/us/asm/nonmatchings/code_30450/func_80055AF0.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055AF0.s rename to ver/us/asm/nonmatchings/code_30450/func_80055AF0.s diff --git a/asm/nonmatchings/code_30450/func_80055B28.s b/ver/us/asm/nonmatchings/code_30450/func_80055B28.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055B28.s rename to ver/us/asm/nonmatchings/code_30450/func_80055B28.s diff --git a/asm/nonmatchings/code_30450/func_80055B80.s b/ver/us/asm/nonmatchings/code_30450/func_80055B80.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055B80.s rename to ver/us/asm/nonmatchings/code_30450/func_80055B80.s diff --git a/asm/nonmatchings/code_30450/func_80055BB8.s b/ver/us/asm/nonmatchings/code_30450/func_80055BB8.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055BB8.s rename to ver/us/asm/nonmatchings/code_30450/func_80055BB8.s diff --git a/asm/nonmatchings/code_30450/func_80055BF0.s b/ver/us/asm/nonmatchings/code_30450/func_80055BF0.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055BF0.s rename to ver/us/asm/nonmatchings/code_30450/func_80055BF0.s diff --git a/asm/nonmatchings/code_30450/func_80055C2C.s b/ver/us/asm/nonmatchings/code_30450/func_80055C2C.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055C2C.s rename to ver/us/asm/nonmatchings/code_30450/func_80055C2C.s diff --git a/asm/nonmatchings/code_30450/func_80055C64.s b/ver/us/asm/nonmatchings/code_30450/func_80055C64.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055C64.s rename to ver/us/asm/nonmatchings/code_30450/func_80055C64.s diff --git a/asm/nonmatchings/code_30450/func_80055C94.s b/ver/us/asm/nonmatchings/code_30450/func_80055C94.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055C94.s rename to ver/us/asm/nonmatchings/code_30450/func_80055C94.s diff --git a/asm/nonmatchings/code_30450/func_80055CC4.s b/ver/us/asm/nonmatchings/code_30450/func_80055CC4.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055CC4.s rename to ver/us/asm/nonmatchings/code_30450/func_80055CC4.s diff --git a/asm/nonmatchings/code_30450/func_80055CE8.s b/ver/us/asm/nonmatchings/code_30450/func_80055CE8.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055CE8.s rename to ver/us/asm/nonmatchings/code_30450/func_80055CE8.s diff --git a/asm/nonmatchings/code_30450/func_80055D38.s b/ver/us/asm/nonmatchings/code_30450/func_80055D38.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055D38.s rename to ver/us/asm/nonmatchings/code_30450/func_80055D38.s diff --git a/asm/nonmatchings/code_30450/func_80055D8C.s b/ver/us/asm/nonmatchings/code_30450/func_80055D8C.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055D8C.s rename to ver/us/asm/nonmatchings/code_30450/func_80055D8C.s diff --git a/asm/nonmatchings/code_30450/func_80055DDC.s b/ver/us/asm/nonmatchings/code_30450/func_80055DDC.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055DDC.s rename to ver/us/asm/nonmatchings/code_30450/func_80055DDC.s diff --git a/asm/nonmatchings/code_30450/func_80055E48.s b/ver/us/asm/nonmatchings/code_30450/func_80055E48.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055E48.s rename to ver/us/asm/nonmatchings/code_30450/func_80055E48.s diff --git a/asm/nonmatchings/code_30450/func_80055EB4.s b/ver/us/asm/nonmatchings/code_30450/func_80055EB4.s similarity index 100% rename from asm/nonmatchings/code_30450/func_80055EB4.s rename to ver/us/asm/nonmatchings/code_30450/func_80055EB4.s diff --git a/asm/nonmatchings/code_30450/func_800560BC.s b/ver/us/asm/nonmatchings/code_30450/func_800560BC.s similarity index 100% rename from asm/nonmatchings/code_30450/func_800560BC.s rename to ver/us/asm/nonmatchings/code_30450/func_800560BC.s diff --git a/asm/nonmatchings/code_30450/func_8005610C.s b/ver/us/asm/nonmatchings/code_30450/func_8005610C.s similarity index 100% rename from asm/nonmatchings/code_30450/func_8005610C.s rename to ver/us/asm/nonmatchings/code_30450/func_8005610C.s diff --git a/asm/nonmatchings/code_31650/alAudioFrame.s b/ver/us/asm/nonmatchings/code_31650/alAudioFrame.s similarity index 100% rename from asm/nonmatchings/code_31650/alAudioFrame.s rename to ver/us/asm/nonmatchings/code_31650/alAudioFrame.s diff --git a/asm/nonmatchings/code_31650/func_80056250.s b/ver/us/asm/nonmatchings/code_31650/func_80056250.s similarity index 100% rename from asm/nonmatchings/code_31650/func_80056250.s rename to ver/us/asm/nonmatchings/code_31650/func_80056250.s diff --git a/asm/nonmatchings/code_31650/func_80056D5C.s b/ver/us/asm/nonmatchings/code_31650/func_80056D5C.s similarity index 100% rename from asm/nonmatchings/code_31650/func_80056D5C.s rename to ver/us/asm/nonmatchings/code_31650/func_80056D5C.s diff --git a/asm/nonmatchings/code_31650/func_80056E34.s b/ver/us/asm/nonmatchings/code_31650/func_80056E34.s similarity index 100% rename from asm/nonmatchings/code_31650/func_80056E34.s rename to ver/us/asm/nonmatchings/code_31650/func_80056E34.s diff --git a/asm/nonmatchings/code_31650/func_80056EE8.s b/ver/us/asm/nonmatchings/code_31650/func_80056EE8.s similarity index 100% rename from asm/nonmatchings/code_31650/func_80056EE8.s rename to ver/us/asm/nonmatchings/code_31650/func_80056EE8.s diff --git a/asm/nonmatchings/code_31650/func_80056FA4.s b/ver/us/asm/nonmatchings/code_31650/func_80056FA4.s similarity index 100% rename from asm/nonmatchings/code_31650/func_80056FA4.s rename to ver/us/asm/nonmatchings/code_31650/func_80056FA4.s diff --git a/asm/nonmatchings/code_31650/func_80057224.s b/ver/us/asm/nonmatchings/code_31650/func_80057224.s similarity index 100% rename from asm/nonmatchings/code_31650/func_80057224.s rename to ver/us/asm/nonmatchings/code_31650/func_80057224.s diff --git a/asm/nonmatchings/code_31650/func_8005736C.s b/ver/us/asm/nonmatchings/code_31650/func_8005736C.s similarity index 100% rename from asm/nonmatchings/code_31650/func_8005736C.s rename to ver/us/asm/nonmatchings/code_31650/func_8005736C.s diff --git a/asm/nonmatchings/code_31650/func_80057548.s b/ver/us/asm/nonmatchings/code_31650/func_80057548.s similarity index 100% rename from asm/nonmatchings/code_31650/func_80057548.s rename to ver/us/asm/nonmatchings/code_31650/func_80057548.s diff --git a/asm/nonmatchings/code_31650/func_800576EC.s b/ver/us/asm/nonmatchings/code_31650/func_800576EC.s similarity index 100% rename from asm/nonmatchings/code_31650/func_800576EC.s rename to ver/us/asm/nonmatchings/code_31650/func_800576EC.s diff --git a/asm/nonmatchings/code_31650/func_80057874.s b/ver/us/asm/nonmatchings/code_31650/func_80057874.s similarity index 100% rename from asm/nonmatchings/code_31650/func_80057874.s rename to ver/us/asm/nonmatchings/code_31650/func_80057874.s diff --git a/asm/nonmatchings/code_31650/func_800579D8.s b/ver/us/asm/nonmatchings/code_31650/func_800579D8.s similarity index 100% rename from asm/nonmatchings/code_31650/func_800579D8.s rename to ver/us/asm/nonmatchings/code_31650/func_800579D8.s diff --git a/asm/nonmatchings/code_31650/func_80057C54.s b/ver/us/asm/nonmatchings/code_31650/func_80057C54.s similarity index 100% rename from asm/nonmatchings/code_31650/func_80057C54.s rename to ver/us/asm/nonmatchings/code_31650/func_80057C54.s diff --git a/asm/nonmatchings/code_31650/func_80057D0C.s b/ver/us/asm/nonmatchings/code_31650/func_80057D0C.s similarity index 100% rename from asm/nonmatchings/code_31650/func_80057D0C.s rename to ver/us/asm/nonmatchings/code_31650/func_80057D0C.s diff --git a/asm/nonmatchings/code_31650/func_80057F20.s b/ver/us/asm/nonmatchings/code_31650/func_80057F20.s similarity index 100% rename from asm/nonmatchings/code_31650/func_80057F20.s rename to ver/us/asm/nonmatchings/code_31650/func_80057F20.s diff --git a/asm/nonmatchings/code_31650/func_80058004.s b/ver/us/asm/nonmatchings/code_31650/func_80058004.s similarity index 100% rename from asm/nonmatchings/code_31650/func_80058004.s rename to ver/us/asm/nonmatchings/code_31650/func_80058004.s diff --git a/asm/nonmatchings/code_3169f0/func_80200000.s b/ver/us/asm/nonmatchings/code_3169f0/func_80200000.s similarity index 100% rename from asm/nonmatchings/code_3169f0/func_80200000.s rename to ver/us/asm/nonmatchings/code_3169f0/func_80200000.s diff --git a/asm/nonmatchings/code_316C00/func_802AE000_316C00.s b/ver/us/asm/nonmatchings/code_316C00/func_802AE000_316C00.s similarity index 100% rename from asm/nonmatchings/code_316C00/func_802AE000_316C00.s rename to ver/us/asm/nonmatchings/code_316C00/func_802AE000_316C00.s diff --git a/asm/nonmatchings/code_316a70/func_80200080.s b/ver/us/asm/nonmatchings/code_316a70/func_80200080.s similarity index 100% rename from asm/nonmatchings/code_316a70/func_80200080.s rename to ver/us/asm/nonmatchings/code_316a70/func_80200080.s diff --git a/asm/nonmatchings/code_316d90/func_802AE000.s b/ver/us/asm/nonmatchings/code_316d90/func_802AE000.s similarity index 100% rename from asm/nonmatchings/code_316d90/func_802AE000.s rename to ver/us/asm/nonmatchings/code_316d90/func_802AE000.s diff --git a/asm/nonmatchings/code_325AD0/func_E0200000.s b/ver/us/asm/nonmatchings/code_325AD0/func_E0200000.s similarity index 100% rename from asm/nonmatchings/code_325AD0/func_E0200000.s rename to ver/us/asm/nonmatchings/code_325AD0/func_E0200000.s diff --git a/asm/nonmatchings/code_325AD0/func_E0200044.s b/ver/us/asm/nonmatchings/code_325AD0/func_E0200044.s similarity index 100% rename from asm/nonmatchings/code_325AD0/func_E0200044.s rename to ver/us/asm/nonmatchings/code_325AD0/func_E0200044.s diff --git a/asm/nonmatchings/code_325AD0/func_E02000AC.s b/ver/us/asm/nonmatchings/code_325AD0/func_E02000AC.s similarity index 100% rename from asm/nonmatchings/code_325AD0/func_E02000AC.s rename to ver/us/asm/nonmatchings/code_325AD0/func_E02000AC.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200410.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200410.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200410.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200410.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200420.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200420.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200420.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200420.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200430.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200430.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200430.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200430.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200440.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200440.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200440.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200440.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200450.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200450.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200450.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200450.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200460.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200460.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200460.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200460.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200470.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200470.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200470.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200470.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200480.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200480.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200480.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200480.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200490.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200490.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200490.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200490.s diff --git a/asm/nonmatchings/code_325EE0/func_E02004A0.s b/ver/us/asm/nonmatchings/code_325EE0/func_E02004A0.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E02004A0.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E02004A0.s diff --git a/asm/nonmatchings/code_325EE0/func_E02004B0.s b/ver/us/asm/nonmatchings/code_325EE0/func_E02004B0.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E02004B0.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E02004B0.s diff --git a/asm/nonmatchings/code_325EE0/func_E02004C0.s b/ver/us/asm/nonmatchings/code_325EE0/func_E02004C0.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E02004C0.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E02004C0.s diff --git a/asm/nonmatchings/code_325EE0/func_E02004D0.s b/ver/us/asm/nonmatchings/code_325EE0/func_E02004D0.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E02004D0.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E02004D0.s diff --git a/asm/nonmatchings/code_325EE0/func_E02004E0.s b/ver/us/asm/nonmatchings/code_325EE0/func_E02004E0.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E02004E0.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E02004E0.s diff --git a/asm/nonmatchings/code_325EE0/func_E02004F0.s b/ver/us/asm/nonmatchings/code_325EE0/func_E02004F0.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E02004F0.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E02004F0.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200500.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200500.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200500.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200500.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200510.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200510.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200510.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200510.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200520.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200520.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200520.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200520.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200530.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200530.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200530.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200530.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200540.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200540.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200540.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200540.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200550.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200550.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200550.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200550.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200560.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200560.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200560.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200560.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200570.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200570.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200570.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200570.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200580.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200580.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200580.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200580.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200590.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200590.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200590.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200590.s diff --git a/asm/nonmatchings/code_325EE0/func_E02005A0.s b/ver/us/asm/nonmatchings/code_325EE0/func_E02005A0.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E02005A0.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E02005A0.s diff --git a/asm/nonmatchings/code_325EE0/func_E02005B0.s b/ver/us/asm/nonmatchings/code_325EE0/func_E02005B0.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E02005B0.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E02005B0.s diff --git a/asm/nonmatchings/code_325EE0/func_E02005C0.s b/ver/us/asm/nonmatchings/code_325EE0/func_E02005C0.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E02005C0.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E02005C0.s diff --git a/asm/nonmatchings/code_325EE0/func_E02005D0.s b/ver/us/asm/nonmatchings/code_325EE0/func_E02005D0.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E02005D0.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E02005D0.s diff --git a/asm/nonmatchings/code_325EE0/func_E02005E0.s b/ver/us/asm/nonmatchings/code_325EE0/func_E02005E0.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E02005E0.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E02005E0.s diff --git a/asm/nonmatchings/code_325EE0/func_E02005F0.s b/ver/us/asm/nonmatchings/code_325EE0/func_E02005F0.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E02005F0.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E02005F0.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200600.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200600.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200600.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200600.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200610.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200610.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200610.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200610.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200620.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200620.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200620.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200620.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200630.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200630.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200630.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200630.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200640.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200640.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200640.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200640.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200650.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200650.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200650.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200650.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200660.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200660.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200660.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200660.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200670.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200670.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200670.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200670.s diff --git a/asm/nonmatchings/code_325EE0/func_E0200680.s b/ver/us/asm/nonmatchings/code_325EE0/func_E0200680.s similarity index 100% rename from asm/nonmatchings/code_325EE0/func_E0200680.s rename to ver/us/asm/nonmatchings/code_325EE0/func_E0200680.s diff --git a/asm/nonmatchings/code_3278F0/func_E0002000.s b/ver/us/asm/nonmatchings/code_3278F0/func_E0002000.s similarity index 100% rename from asm/nonmatchings/code_3278F0/func_E0002000.s rename to ver/us/asm/nonmatchings/code_3278F0/func_E0002000.s diff --git a/asm/nonmatchings/code_3278F0/func_E00021BC.s b/ver/us/asm/nonmatchings/code_3278F0/func_E00021BC.s similarity index 100% rename from asm/nonmatchings/code_3278F0/func_E00021BC.s rename to ver/us/asm/nonmatchings/code_3278F0/func_E00021BC.s diff --git a/asm/nonmatchings/code_3278F0/func_E00022BC.s b/ver/us/asm/nonmatchings/code_3278F0/func_E00022BC.s similarity index 100% rename from asm/nonmatchings/code_3278F0/func_E00022BC.s rename to ver/us/asm/nonmatchings/code_3278F0/func_E00022BC.s diff --git a/asm/nonmatchings/code_3278F0/func_E0002300.s b/ver/us/asm/nonmatchings/code_3278F0/func_E0002300.s similarity index 100% rename from asm/nonmatchings/code_3278F0/func_E0002300.s rename to ver/us/asm/nonmatchings/code_3278F0/func_E0002300.s diff --git a/asm/nonmatchings/code_328110/func_E000C000.s b/ver/us/asm/nonmatchings/code_328110/func_E000C000.s similarity index 100% rename from asm/nonmatchings/code_328110/func_E000C000.s rename to ver/us/asm/nonmatchings/code_328110/func_E000C000.s diff --git a/asm/nonmatchings/code_328110/func_E000C094.s b/ver/us/asm/nonmatchings/code_328110/func_E000C094.s similarity index 100% rename from asm/nonmatchings/code_328110/func_E000C094.s rename to ver/us/asm/nonmatchings/code_328110/func_E000C094.s diff --git a/asm/nonmatchings/code_328110/func_E000C0C8.s b/ver/us/asm/nonmatchings/code_328110/func_E000C0C8.s similarity index 100% rename from asm/nonmatchings/code_328110/func_E000C0C8.s rename to ver/us/asm/nonmatchings/code_328110/func_E000C0C8.s diff --git a/asm/nonmatchings/code_328110/func_E000C160.s b/ver/us/asm/nonmatchings/code_328110/func_E000C160.s similarity index 100% rename from asm/nonmatchings/code_328110/func_E000C160.s rename to ver/us/asm/nonmatchings/code_328110/func_E000C160.s diff --git a/asm/nonmatchings/code_328110/func_E000C654.s b/ver/us/asm/nonmatchings/code_328110/func_E000C654.s similarity index 100% rename from asm/nonmatchings/code_328110/func_E000C654.s rename to ver/us/asm/nonmatchings/code_328110/func_E000C654.s diff --git a/asm/nonmatchings/code_328110/func_E000C754.s b/ver/us/asm/nonmatchings/code_328110/func_E000C754.s similarity index 100% rename from asm/nonmatchings/code_328110/func_E000C754.s rename to ver/us/asm/nonmatchings/code_328110/func_E000C754.s diff --git a/asm/nonmatchings/code_328110/func_E000C798.s b/ver/us/asm/nonmatchings/code_328110/func_E000C798.s similarity index 100% rename from asm/nonmatchings/code_328110/func_E000C798.s rename to ver/us/asm/nonmatchings/code_328110/func_E000C798.s diff --git a/asm/nonmatchings/code_32C110/func_E000E000.s b/ver/us/asm/nonmatchings/code_32C110/func_E000E000.s similarity index 100% rename from asm/nonmatchings/code_32C110/func_E000E000.s rename to ver/us/asm/nonmatchings/code_32C110/func_E000E000.s diff --git a/asm/nonmatchings/code_32C110/func_E000E174.s b/ver/us/asm/nonmatchings/code_32C110/func_E000E174.s similarity index 100% rename from asm/nonmatchings/code_32C110/func_E000E174.s rename to ver/us/asm/nonmatchings/code_32C110/func_E000E174.s diff --git a/asm/nonmatchings/code_32C110/func_E000E244.s b/ver/us/asm/nonmatchings/code_32C110/func_E000E244.s similarity index 100% rename from asm/nonmatchings/code_32C110/func_E000E244.s rename to ver/us/asm/nonmatchings/code_32C110/func_E000E244.s diff --git a/asm/nonmatchings/code_32C110/func_E000E288.s b/ver/us/asm/nonmatchings/code_32C110/func_E000E288.s similarity index 100% rename from asm/nonmatchings/code_32C110/func_E000E288.s rename to ver/us/asm/nonmatchings/code_32C110/func_E000E288.s diff --git a/asm/nonmatchings/code_32C7A0/func_E0010000.s b/ver/us/asm/nonmatchings/code_32C7A0/func_E0010000.s similarity index 100% rename from asm/nonmatchings/code_32C7A0/func_E0010000.s rename to ver/us/asm/nonmatchings/code_32C7A0/func_E0010000.s diff --git a/asm/nonmatchings/code_32C7A0/func_E0010104.s b/ver/us/asm/nonmatchings/code_32C7A0/func_E0010104.s similarity index 100% rename from asm/nonmatchings/code_32C7A0/func_E0010104.s rename to ver/us/asm/nonmatchings/code_32C7A0/func_E0010104.s diff --git a/asm/nonmatchings/code_32C7A0/func_E00101E8.s b/ver/us/asm/nonmatchings/code_32C7A0/func_E00101E8.s similarity index 100% rename from asm/nonmatchings/code_32C7A0/func_E00101E8.s rename to ver/us/asm/nonmatchings/code_32C7A0/func_E00101E8.s diff --git a/asm/nonmatchings/code_32C7A0/func_E00103F4.s b/ver/us/asm/nonmatchings/code_32C7A0/func_E00103F4.s similarity index 100% rename from asm/nonmatchings/code_32C7A0/func_E00103F4.s rename to ver/us/asm/nonmatchings/code_32C7A0/func_E00103F4.s diff --git a/asm/nonmatchings/code_32C7A0/func_E00104B0.s b/ver/us/asm/nonmatchings/code_32C7A0/func_E00104B0.s similarity index 100% rename from asm/nonmatchings/code_32C7A0/func_E00104B0.s rename to ver/us/asm/nonmatchings/code_32C7A0/func_E00104B0.s diff --git a/asm/nonmatchings/code_32C7A0/func_E00104F4.s b/ver/us/asm/nonmatchings/code_32C7A0/func_E00104F4.s similarity index 100% rename from asm/nonmatchings/code_32C7A0/func_E00104F4.s rename to ver/us/asm/nonmatchings/code_32C7A0/func_E00104F4.s diff --git a/asm/nonmatchings/code_32C7A0/func_E0010510.s b/ver/us/asm/nonmatchings/code_32C7A0/func_E0010510.s similarity index 100% rename from asm/nonmatchings/code_32C7A0/func_E0010510.s rename to ver/us/asm/nonmatchings/code_32C7A0/func_E0010510.s diff --git a/asm/nonmatchings/code_32DD10/func_E0012000.s b/ver/us/asm/nonmatchings/code_32DD10/func_E0012000.s similarity index 100% rename from asm/nonmatchings/code_32DD10/func_E0012000.s rename to ver/us/asm/nonmatchings/code_32DD10/func_E0012000.s diff --git a/asm/nonmatchings/code_32DD10/func_E0012104.s b/ver/us/asm/nonmatchings/code_32DD10/func_E0012104.s similarity index 100% rename from asm/nonmatchings/code_32DD10/func_E0012104.s rename to ver/us/asm/nonmatchings/code_32DD10/func_E0012104.s diff --git a/asm/nonmatchings/code_32DD10/func_E0012204.s b/ver/us/asm/nonmatchings/code_32DD10/func_E0012204.s similarity index 100% rename from asm/nonmatchings/code_32DD10/func_E0012204.s rename to ver/us/asm/nonmatchings/code_32DD10/func_E0012204.s diff --git a/asm/nonmatchings/code_32DD10/func_E0012448.s b/ver/us/asm/nonmatchings/code_32DD10/func_E0012448.s similarity index 100% rename from asm/nonmatchings/code_32DD10/func_E0012448.s rename to ver/us/asm/nonmatchings/code_32DD10/func_E0012448.s diff --git a/asm/nonmatchings/code_32DD10/func_E0012504.s b/ver/us/asm/nonmatchings/code_32DD10/func_E0012504.s similarity index 100% rename from asm/nonmatchings/code_32DD10/func_E0012504.s rename to ver/us/asm/nonmatchings/code_32DD10/func_E0012504.s diff --git a/asm/nonmatchings/code_32DD10/func_E0012548.s b/ver/us/asm/nonmatchings/code_32DD10/func_E0012548.s similarity index 100% rename from asm/nonmatchings/code_32DD10/func_E0012548.s rename to ver/us/asm/nonmatchings/code_32DD10/func_E0012548.s diff --git a/asm/nonmatchings/code_32DD10/func_E0012564.s b/ver/us/asm/nonmatchings/code_32DD10/func_E0012564.s similarity index 100% rename from asm/nonmatchings/code_32DD10/func_E0012564.s rename to ver/us/asm/nonmatchings/code_32DD10/func_E0012564.s diff --git a/asm/nonmatchings/code_32E490/func_E0014000.s b/ver/us/asm/nonmatchings/code_32E490/func_E0014000.s similarity index 100% rename from asm/nonmatchings/code_32E490/func_E0014000.s rename to ver/us/asm/nonmatchings/code_32E490/func_E0014000.s diff --git a/asm/nonmatchings/code_32E490/func_E0014260.s b/ver/us/asm/nonmatchings/code_32E490/func_E0014260.s similarity index 100% rename from asm/nonmatchings/code_32E490/func_E0014260.s rename to ver/us/asm/nonmatchings/code_32E490/func_E0014260.s diff --git a/asm/nonmatchings/code_32E490/func_E001449C.s b/ver/us/asm/nonmatchings/code_32E490/func_E001449C.s similarity index 100% rename from asm/nonmatchings/code_32E490/func_E001449C.s rename to ver/us/asm/nonmatchings/code_32E490/func_E001449C.s diff --git a/asm/nonmatchings/code_32E490/func_E00144E0.s b/ver/us/asm/nonmatchings/code_32E490/func_E00144E0.s similarity index 100% rename from asm/nonmatchings/code_32E490/func_E00144E0.s rename to ver/us/asm/nonmatchings/code_32E490/func_E00144E0.s diff --git a/asm/nonmatchings/code_32EE30/func_E0016000.s b/ver/us/asm/nonmatchings/code_32EE30/func_E0016000.s similarity index 100% rename from asm/nonmatchings/code_32EE30/func_E0016000.s rename to ver/us/asm/nonmatchings/code_32EE30/func_E0016000.s diff --git a/asm/nonmatchings/code_32EE30/func_E0016228.s b/ver/us/asm/nonmatchings/code_32EE30/func_E0016228.s similarity index 100% rename from asm/nonmatchings/code_32EE30/func_E0016228.s rename to ver/us/asm/nonmatchings/code_32EE30/func_E0016228.s diff --git a/asm/nonmatchings/code_32EE30/func_E0016410.s b/ver/us/asm/nonmatchings/code_32EE30/func_E0016410.s similarity index 100% rename from asm/nonmatchings/code_32EE30/func_E0016410.s rename to ver/us/asm/nonmatchings/code_32EE30/func_E0016410.s diff --git a/asm/nonmatchings/code_32EE30/func_E0016454.s b/ver/us/asm/nonmatchings/code_32EE30/func_E0016454.s similarity index 100% rename from asm/nonmatchings/code_32EE30/func_E0016454.s rename to ver/us/asm/nonmatchings/code_32EE30/func_E0016454.s diff --git a/asm/nonmatchings/code_32F580/func_E0018000.s b/ver/us/asm/nonmatchings/code_32F580/func_E0018000.s similarity index 100% rename from asm/nonmatchings/code_32F580/func_E0018000.s rename to ver/us/asm/nonmatchings/code_32F580/func_E0018000.s diff --git a/asm/nonmatchings/code_32F580/func_E0018078.s b/ver/us/asm/nonmatchings/code_32F580/func_E0018078.s similarity index 100% rename from asm/nonmatchings/code_32F580/func_E0018078.s rename to ver/us/asm/nonmatchings/code_32F580/func_E0018078.s diff --git a/asm/nonmatchings/code_32F580/func_E00182B4.s b/ver/us/asm/nonmatchings/code_32F580/func_E00182B4.s similarity index 100% rename from asm/nonmatchings/code_32F580/func_E00182B4.s rename to ver/us/asm/nonmatchings/code_32F580/func_E00182B4.s diff --git a/asm/nonmatchings/code_32F580/func_E0018378.s b/ver/us/asm/nonmatchings/code_32F580/func_E0018378.s similarity index 100% rename from asm/nonmatchings/code_32F580/func_E0018378.s rename to ver/us/asm/nonmatchings/code_32F580/func_E0018378.s diff --git a/asm/nonmatchings/code_32F580/func_E00183BC.s b/ver/us/asm/nonmatchings/code_32F580/func_E00183BC.s similarity index 100% rename from asm/nonmatchings/code_32F580/func_E00183BC.s rename to ver/us/asm/nonmatchings/code_32F580/func_E00183BC.s diff --git a/asm/nonmatchings/code_32F580/func_E00183D8.s b/ver/us/asm/nonmatchings/code_32F580/func_E00183D8.s similarity index 100% rename from asm/nonmatchings/code_32F580/func_E00183D8.s rename to ver/us/asm/nonmatchings/code_32F580/func_E00183D8.s diff --git a/asm/nonmatchings/code_32FE30/func_E001A000.s b/ver/us/asm/nonmatchings/code_32FE30/func_E001A000.s similarity index 100% rename from asm/nonmatchings/code_32FE30/func_E001A000.s rename to ver/us/asm/nonmatchings/code_32FE30/func_E001A000.s diff --git a/asm/nonmatchings/code_32FE30/func_E001A224.s b/ver/us/asm/nonmatchings/code_32FE30/func_E001A224.s similarity index 100% rename from asm/nonmatchings/code_32FE30/func_E001A224.s rename to ver/us/asm/nonmatchings/code_32FE30/func_E001A224.s diff --git a/asm/nonmatchings/code_32FE30/func_E001A3FC.s b/ver/us/asm/nonmatchings/code_32FE30/func_E001A3FC.s similarity index 100% rename from asm/nonmatchings/code_32FE30/func_E001A3FC.s rename to ver/us/asm/nonmatchings/code_32FE30/func_E001A3FC.s diff --git a/asm/nonmatchings/code_32FE30/func_E001A440.s b/ver/us/asm/nonmatchings/code_32FE30/func_E001A440.s similarity index 100% rename from asm/nonmatchings/code_32FE30/func_E001A440.s rename to ver/us/asm/nonmatchings/code_32FE30/func_E001A440.s diff --git a/asm/nonmatchings/code_330910/func_E001C000.s b/ver/us/asm/nonmatchings/code_330910/func_E001C000.s similarity index 100% rename from asm/nonmatchings/code_330910/func_E001C000.s rename to ver/us/asm/nonmatchings/code_330910/func_E001C000.s diff --git a/asm/nonmatchings/code_330910/func_E001C128.s b/ver/us/asm/nonmatchings/code_330910/func_E001C128.s similarity index 100% rename from asm/nonmatchings/code_330910/func_E001C128.s rename to ver/us/asm/nonmatchings/code_330910/func_E001C128.s diff --git a/asm/nonmatchings/code_330910/func_E001C200.s b/ver/us/asm/nonmatchings/code_330910/func_E001C200.s similarity index 100% rename from asm/nonmatchings/code_330910/func_E001C200.s rename to ver/us/asm/nonmatchings/code_330910/func_E001C200.s diff --git a/asm/nonmatchings/code_330910/func_E001C30C.s b/ver/us/asm/nonmatchings/code_330910/func_E001C30C.s similarity index 100% rename from asm/nonmatchings/code_330910/func_E001C30C.s rename to ver/us/asm/nonmatchings/code_330910/func_E001C30C.s diff --git a/asm/nonmatchings/code_331940/func_E001E000.s b/ver/us/asm/nonmatchings/code_331940/func_E001E000.s similarity index 100% rename from asm/nonmatchings/code_331940/func_E001E000.s rename to ver/us/asm/nonmatchings/code_331940/func_E001E000.s diff --git a/asm/nonmatchings/code_331940/func_E001E378.s b/ver/us/asm/nonmatchings/code_331940/func_E001E378.s similarity index 100% rename from asm/nonmatchings/code_331940/func_E001E378.s rename to ver/us/asm/nonmatchings/code_331940/func_E001E378.s diff --git a/asm/nonmatchings/code_331940/func_E001E6E8.s b/ver/us/asm/nonmatchings/code_331940/func_E001E6E8.s similarity index 100% rename from asm/nonmatchings/code_331940/func_E001E6E8.s rename to ver/us/asm/nonmatchings/code_331940/func_E001E6E8.s diff --git a/asm/nonmatchings/code_331940/func_E001E730.s b/ver/us/asm/nonmatchings/code_331940/func_E001E730.s similarity index 100% rename from asm/nonmatchings/code_331940/func_E001E730.s rename to ver/us/asm/nonmatchings/code_331940/func_E001E730.s diff --git a/asm/nonmatchings/code_333EC0/func_E0020000.s b/ver/us/asm/nonmatchings/code_333EC0/func_E0020000.s similarity index 100% rename from asm/nonmatchings/code_333EC0/func_E0020000.s rename to ver/us/asm/nonmatchings/code_333EC0/func_E0020000.s diff --git a/asm/nonmatchings/code_333EC0/func_E00202CC.s b/ver/us/asm/nonmatchings/code_333EC0/func_E00202CC.s similarity index 100% rename from asm/nonmatchings/code_333EC0/func_E00202CC.s rename to ver/us/asm/nonmatchings/code_333EC0/func_E00202CC.s diff --git a/asm/nonmatchings/code_333EC0/func_E0020468.s b/ver/us/asm/nonmatchings/code_333EC0/func_E0020468.s similarity index 100% rename from asm/nonmatchings/code_333EC0/func_E0020468.s rename to ver/us/asm/nonmatchings/code_333EC0/func_E0020468.s diff --git a/asm/nonmatchings/code_333EC0/func_E002058C.s b/ver/us/asm/nonmatchings/code_333EC0/func_E002058C.s similarity index 100% rename from asm/nonmatchings/code_333EC0/func_E002058C.s rename to ver/us/asm/nonmatchings/code_333EC0/func_E002058C.s diff --git a/asm/nonmatchings/code_333EC0/func_E00205D0.s b/ver/us/asm/nonmatchings/code_333EC0/func_E00205D0.s similarity index 100% rename from asm/nonmatchings/code_333EC0/func_E00205D0.s rename to ver/us/asm/nonmatchings/code_333EC0/func_E00205D0.s diff --git a/asm/nonmatchings/code_33450/func_80058050.s b/ver/us/asm/nonmatchings/code_33450/func_80058050.s similarity index 100% rename from asm/nonmatchings/code_33450/func_80058050.s rename to ver/us/asm/nonmatchings/code_33450/func_80058050.s diff --git a/asm/nonmatchings/code_33450/func_80058B20.s b/ver/us/asm/nonmatchings/code_33450/func_80058B20.s similarity index 100% rename from asm/nonmatchings/code_33450/func_80058B20.s rename to ver/us/asm/nonmatchings/code_33450/func_80058B20.s diff --git a/asm/nonmatchings/code_33450/func_80058C6C.s b/ver/us/asm/nonmatchings/code_33450/func_80058C6C.s similarity index 100% rename from asm/nonmatchings/code_33450/func_80058C6C.s rename to ver/us/asm/nonmatchings/code_33450/func_80058C6C.s diff --git a/asm/nonmatchings/code_337240/func_E0022000.s b/ver/us/asm/nonmatchings/code_337240/func_E0022000.s similarity index 100% rename from asm/nonmatchings/code_337240/func_E0022000.s rename to ver/us/asm/nonmatchings/code_337240/func_E0022000.s diff --git a/asm/nonmatchings/code_337240/func_E002254C.s b/ver/us/asm/nonmatchings/code_337240/func_E002254C.s similarity index 100% rename from asm/nonmatchings/code_337240/func_E002254C.s rename to ver/us/asm/nonmatchings/code_337240/func_E002254C.s diff --git a/asm/nonmatchings/code_337240/func_E0022960.s b/ver/us/asm/nonmatchings/code_337240/func_E0022960.s similarity index 100% rename from asm/nonmatchings/code_337240/func_E0022960.s rename to ver/us/asm/nonmatchings/code_337240/func_E0022960.s diff --git a/asm/nonmatchings/code_337240/func_E0022998.s b/ver/us/asm/nonmatchings/code_337240/func_E0022998.s similarity index 100% rename from asm/nonmatchings/code_337240/func_E0022998.s rename to ver/us/asm/nonmatchings/code_337240/func_E0022998.s diff --git a/asm/nonmatchings/code_339250/func_E0024000.s b/ver/us/asm/nonmatchings/code_339250/func_E0024000.s similarity index 100% rename from asm/nonmatchings/code_339250/func_E0024000.s rename to ver/us/asm/nonmatchings/code_339250/func_E0024000.s diff --git a/asm/nonmatchings/code_339250/func_E0024188.s b/ver/us/asm/nonmatchings/code_339250/func_E0024188.s similarity index 100% rename from asm/nonmatchings/code_339250/func_E0024188.s rename to ver/us/asm/nonmatchings/code_339250/func_E0024188.s diff --git a/asm/nonmatchings/code_339250/func_E00242E0.s b/ver/us/asm/nonmatchings/code_339250/func_E00242E0.s similarity index 100% rename from asm/nonmatchings/code_339250/func_E00242E0.s rename to ver/us/asm/nonmatchings/code_339250/func_E00242E0.s diff --git a/asm/nonmatchings/code_339250/func_E0024324.s b/ver/us/asm/nonmatchings/code_339250/func_E0024324.s similarity index 100% rename from asm/nonmatchings/code_339250/func_E0024324.s rename to ver/us/asm/nonmatchings/code_339250/func_E0024324.s diff --git a/asm/nonmatchings/code_339250/func_E00243BC.s b/ver/us/asm/nonmatchings/code_339250/func_E00243BC.s similarity index 100% rename from asm/nonmatchings/code_339250/func_E00243BC.s rename to ver/us/asm/nonmatchings/code_339250/func_E00243BC.s diff --git a/asm/nonmatchings/code_339250/func_E0024454.s b/ver/us/asm/nonmatchings/code_339250/func_E0024454.s similarity index 100% rename from asm/nonmatchings/code_339250/func_E0024454.s rename to ver/us/asm/nonmatchings/code_339250/func_E0024454.s diff --git a/asm/nonmatchings/code_33B180/func_E0026000.s b/ver/us/asm/nonmatchings/code_33B180/func_E0026000.s similarity index 100% rename from asm/nonmatchings/code_33B180/func_E0026000.s rename to ver/us/asm/nonmatchings/code_33B180/func_E0026000.s diff --git a/asm/nonmatchings/code_33B180/func_E002618C.s b/ver/us/asm/nonmatchings/code_33B180/func_E002618C.s similarity index 100% rename from asm/nonmatchings/code_33B180/func_E002618C.s rename to ver/us/asm/nonmatchings/code_33B180/func_E002618C.s diff --git a/asm/nonmatchings/code_33B180/func_E00264B0.s b/ver/us/asm/nonmatchings/code_33B180/func_E00264B0.s similarity index 100% rename from asm/nonmatchings/code_33B180/func_E00264B0.s rename to ver/us/asm/nonmatchings/code_33B180/func_E00264B0.s diff --git a/asm/nonmatchings/code_33B180/func_E00264F4.s b/ver/us/asm/nonmatchings/code_33B180/func_E00264F4.s similarity index 100% rename from asm/nonmatchings/code_33B180/func_E00264F4.s rename to ver/us/asm/nonmatchings/code_33B180/func_E00264F4.s diff --git a/asm/nonmatchings/code_33CDF0/func_E0028000.s b/ver/us/asm/nonmatchings/code_33CDF0/func_E0028000.s similarity index 100% rename from asm/nonmatchings/code_33CDF0/func_E0028000.s rename to ver/us/asm/nonmatchings/code_33CDF0/func_E0028000.s diff --git a/asm/nonmatchings/code_33CDF0/func_E0028248.s b/ver/us/asm/nonmatchings/code_33CDF0/func_E0028248.s similarity index 100% rename from asm/nonmatchings/code_33CDF0/func_E0028248.s rename to ver/us/asm/nonmatchings/code_33CDF0/func_E0028248.s diff --git a/asm/nonmatchings/code_33CDF0/func_E00284E8.s b/ver/us/asm/nonmatchings/code_33CDF0/func_E00284E8.s similarity index 100% rename from asm/nonmatchings/code_33CDF0/func_E00284E8.s rename to ver/us/asm/nonmatchings/code_33CDF0/func_E00284E8.s diff --git a/asm/nonmatchings/code_33CDF0/func_E002852C.s b/ver/us/asm/nonmatchings/code_33CDF0/func_E002852C.s similarity index 100% rename from asm/nonmatchings/code_33CDF0/func_E002852C.s rename to ver/us/asm/nonmatchings/code_33CDF0/func_E002852C.s diff --git a/asm/nonmatchings/code_33E8C0/func_E002A000.s b/ver/us/asm/nonmatchings/code_33E8C0/func_E002A000.s similarity index 100% rename from asm/nonmatchings/code_33E8C0/func_E002A000.s rename to ver/us/asm/nonmatchings/code_33E8C0/func_E002A000.s diff --git a/asm/nonmatchings/code_33E8C0/func_E002A28C.s b/ver/us/asm/nonmatchings/code_33E8C0/func_E002A28C.s similarity index 100% rename from asm/nonmatchings/code_33E8C0/func_E002A28C.s rename to ver/us/asm/nonmatchings/code_33E8C0/func_E002A28C.s diff --git a/asm/nonmatchings/code_33E8C0/func_E002A380.s b/ver/us/asm/nonmatchings/code_33E8C0/func_E002A380.s similarity index 100% rename from asm/nonmatchings/code_33E8C0/func_E002A380.s rename to ver/us/asm/nonmatchings/code_33E8C0/func_E002A380.s diff --git a/asm/nonmatchings/code_33E8C0/func_E002A3C4.s b/ver/us/asm/nonmatchings/code_33E8C0/func_E002A3C4.s similarity index 100% rename from asm/nonmatchings/code_33E8C0/func_E002A3C4.s rename to ver/us/asm/nonmatchings/code_33E8C0/func_E002A3C4.s diff --git a/asm/nonmatchings/code_33FE80/func_E002C000.s b/ver/us/asm/nonmatchings/code_33FE80/func_E002C000.s similarity index 100% rename from asm/nonmatchings/code_33FE80/func_E002C000.s rename to ver/us/asm/nonmatchings/code_33FE80/func_E002C000.s diff --git a/asm/nonmatchings/code_33FE80/func_E002C23C.s b/ver/us/asm/nonmatchings/code_33FE80/func_E002C23C.s similarity index 100% rename from asm/nonmatchings/code_33FE80/func_E002C23C.s rename to ver/us/asm/nonmatchings/code_33FE80/func_E002C23C.s diff --git a/asm/nonmatchings/code_33FE80/func_E002C3D0.s b/ver/us/asm/nonmatchings/code_33FE80/func_E002C3D0.s similarity index 100% rename from asm/nonmatchings/code_33FE80/func_E002C3D0.s rename to ver/us/asm/nonmatchings/code_33FE80/func_E002C3D0.s diff --git a/asm/nonmatchings/code_33FE80/func_E002C414.s b/ver/us/asm/nonmatchings/code_33FE80/func_E002C414.s similarity index 100% rename from asm/nonmatchings/code_33FE80/func_E002C414.s rename to ver/us/asm/nonmatchings/code_33FE80/func_E002C414.s diff --git a/asm/nonmatchings/code_3419E0/func_E002E000.s b/ver/us/asm/nonmatchings/code_3419E0/func_E002E000.s similarity index 100% rename from asm/nonmatchings/code_3419E0/func_E002E000.s rename to ver/us/asm/nonmatchings/code_3419E0/func_E002E000.s diff --git a/asm/nonmatchings/code_3419E0/func_E002E250.s b/ver/us/asm/nonmatchings/code_3419E0/func_E002E250.s similarity index 100% rename from asm/nonmatchings/code_3419E0/func_E002E250.s rename to ver/us/asm/nonmatchings/code_3419E0/func_E002E250.s diff --git a/asm/nonmatchings/code_3419E0/func_E002E330.s b/ver/us/asm/nonmatchings/code_3419E0/func_E002E330.s similarity index 100% rename from asm/nonmatchings/code_3419E0/func_E002E330.s rename to ver/us/asm/nonmatchings/code_3419E0/func_E002E330.s diff --git a/asm/nonmatchings/code_3419E0/func_E002E368.s b/ver/us/asm/nonmatchings/code_3419E0/func_E002E368.s similarity index 100% rename from asm/nonmatchings/code_3419E0/func_E002E368.s rename to ver/us/asm/nonmatchings/code_3419E0/func_E002E368.s diff --git a/asm/nonmatchings/code_341d0/clear_effect_data.s b/ver/us/asm/nonmatchings/code_341d0/clear_effect_data.s similarity index 100% rename from asm/nonmatchings/code_341d0/clear_effect_data.s rename to ver/us/asm/nonmatchings/code_341d0/clear_effect_data.s diff --git a/asm/nonmatchings/code_341d0/func_80058DD0.s b/ver/us/asm/nonmatchings/code_341d0/func_80058DD0.s similarity index 100% rename from asm/nonmatchings/code_341d0/func_80058DD0.s rename to ver/us/asm/nonmatchings/code_341d0/func_80058DD0.s diff --git a/asm/nonmatchings/code_341d0/func_80058E84.s b/ver/us/asm/nonmatchings/code_341d0/func_80058E84.s similarity index 100% rename from asm/nonmatchings/code_341d0/func_80058E84.s rename to ver/us/asm/nonmatchings/code_341d0/func_80058E84.s diff --git a/asm/nonmatchings/code_341d0/func_80058F88.s b/ver/us/asm/nonmatchings/code_341d0/func_80058F88.s similarity index 100% rename from asm/nonmatchings/code_341d0/func_80058F88.s rename to ver/us/asm/nonmatchings/code_341d0/func_80058F88.s diff --git a/asm/nonmatchings/code_341d0/func_80059008.s b/ver/us/asm/nonmatchings/code_341d0/func_80059008.s similarity index 100% rename from asm/nonmatchings/code_341d0/func_80059008.s rename to ver/us/asm/nonmatchings/code_341d0/func_80059008.s diff --git a/asm/nonmatchings/code_341d0/func_8005904C.s b/ver/us/asm/nonmatchings/code_341d0/func_8005904C.s similarity index 100% rename from asm/nonmatchings/code_341d0/func_8005904C.s rename to ver/us/asm/nonmatchings/code_341d0/func_8005904C.s diff --git a/asm/nonmatchings/code_341d0/func_80059310.s b/ver/us/asm/nonmatchings/code_341d0/func_80059310.s similarity index 100% rename from asm/nonmatchings/code_341d0/func_80059310.s rename to ver/us/asm/nonmatchings/code_341d0/func_80059310.s diff --git a/asm/nonmatchings/code_341d0/func_800598A0.s b/ver/us/asm/nonmatchings/code_341d0/func_800598A0.s similarity index 100% rename from asm/nonmatchings/code_341d0/func_800598A0.s rename to ver/us/asm/nonmatchings/code_341d0/func_800598A0.s diff --git a/asm/nonmatchings/code_341d0/func_80059AB8.s b/ver/us/asm/nonmatchings/code_341d0/func_80059AB8.s similarity index 100% rename from asm/nonmatchings/code_341d0/func_80059AB8.s rename to ver/us/asm/nonmatchings/code_341d0/func_80059AB8.s diff --git a/asm/nonmatchings/code_341d0/func_80059BD4.s b/ver/us/asm/nonmatchings/code_341d0/func_80059BD4.s similarity index 100% rename from asm/nonmatchings/code_341d0/func_80059BD4.s rename to ver/us/asm/nonmatchings/code_341d0/func_80059BD4.s diff --git a/asm/nonmatchings/code_341d0/func_80059F94.s b/ver/us/asm/nonmatchings/code_341d0/func_80059F94.s similarity index 100% rename from asm/nonmatchings/code_341d0/func_80059F94.s rename to ver/us/asm/nonmatchings/code_341d0/func_80059F94.s diff --git a/asm/nonmatchings/code_341d0/set_effect_pos_offset.s b/ver/us/asm/nonmatchings/code_341d0/set_effect_pos_offset.s similarity index 100% rename from asm/nonmatchings/code_341d0/set_effect_pos_offset.s rename to ver/us/asm/nonmatchings/code_341d0/set_effect_pos_offset.s diff --git a/asm/nonmatchings/code_341d0/update_effects.s b/ver/us/asm/nonmatchings/code_341d0/update_effects.s similarity index 100% rename from asm/nonmatchings/code_341d0/update_effects.s rename to ver/us/asm/nonmatchings/code_341d0/update_effects.s diff --git a/asm/nonmatchings/code_342140/func_E0030000.s b/ver/us/asm/nonmatchings/code_342140/func_E0030000.s similarity index 100% rename from asm/nonmatchings/code_342140/func_E0030000.s rename to ver/us/asm/nonmatchings/code_342140/func_E0030000.s diff --git a/asm/nonmatchings/code_342140/func_E0030730.s b/ver/us/asm/nonmatchings/code_342140/func_E0030730.s similarity index 100% rename from asm/nonmatchings/code_342140/func_E0030730.s rename to ver/us/asm/nonmatchings/code_342140/func_E0030730.s diff --git a/asm/nonmatchings/code_342140/func_E0030A24.s b/ver/us/asm/nonmatchings/code_342140/func_E0030A24.s similarity index 100% rename from asm/nonmatchings/code_342140/func_E0030A24.s rename to ver/us/asm/nonmatchings/code_342140/func_E0030A24.s diff --git a/asm/nonmatchings/code_342140/func_E0030A68.s b/ver/us/asm/nonmatchings/code_342140/func_E0030A68.s similarity index 100% rename from asm/nonmatchings/code_342140/func_E0030A68.s rename to ver/us/asm/nonmatchings/code_342140/func_E0030A68.s diff --git a/asm/nonmatchings/code_343680/func_E0032000.s b/ver/us/asm/nonmatchings/code_343680/func_E0032000.s similarity index 100% rename from asm/nonmatchings/code_343680/func_E0032000.s rename to ver/us/asm/nonmatchings/code_343680/func_E0032000.s diff --git a/asm/nonmatchings/code_343680/func_E00321D8.s b/ver/us/asm/nonmatchings/code_343680/func_E00321D8.s similarity index 100% rename from asm/nonmatchings/code_343680/func_E00321D8.s rename to ver/us/asm/nonmatchings/code_343680/func_E00321D8.s diff --git a/asm/nonmatchings/code_343680/func_E0032420.s b/ver/us/asm/nonmatchings/code_343680/func_E0032420.s similarity index 100% rename from asm/nonmatchings/code_343680/func_E0032420.s rename to ver/us/asm/nonmatchings/code_343680/func_E0032420.s diff --git a/asm/nonmatchings/code_343680/func_E003245C.s b/ver/us/asm/nonmatchings/code_343680/func_E003245C.s similarity index 100% rename from asm/nonmatchings/code_343680/func_E003245C.s rename to ver/us/asm/nonmatchings/code_343680/func_E003245C.s diff --git a/asm/nonmatchings/code_344A10/func_E0034000.s b/ver/us/asm/nonmatchings/code_344A10/func_E0034000.s similarity index 100% rename from asm/nonmatchings/code_344A10/func_E0034000.s rename to ver/us/asm/nonmatchings/code_344A10/func_E0034000.s diff --git a/asm/nonmatchings/code_344A10/func_E0034110.s b/ver/us/asm/nonmatchings/code_344A10/func_E0034110.s similarity index 100% rename from asm/nonmatchings/code_344A10/func_E0034110.s rename to ver/us/asm/nonmatchings/code_344A10/func_E0034110.s diff --git a/asm/nonmatchings/code_344A10/func_E00342C8.s b/ver/us/asm/nonmatchings/code_344A10/func_E00342C8.s similarity index 100% rename from asm/nonmatchings/code_344A10/func_E00342C8.s rename to ver/us/asm/nonmatchings/code_344A10/func_E00342C8.s diff --git a/asm/nonmatchings/code_344A10/func_E0034310.s b/ver/us/asm/nonmatchings/code_344A10/func_E0034310.s similarity index 100% rename from asm/nonmatchings/code_344A10/func_E0034310.s rename to ver/us/asm/nonmatchings/code_344A10/func_E0034310.s diff --git a/asm/nonmatchings/code_3454E0/func_E0036000.s b/ver/us/asm/nonmatchings/code_3454E0/func_E0036000.s similarity index 100% rename from asm/nonmatchings/code_3454E0/func_E0036000.s rename to ver/us/asm/nonmatchings/code_3454E0/func_E0036000.s diff --git a/asm/nonmatchings/code_3454E0/func_E00360E4.s b/ver/us/asm/nonmatchings/code_3454E0/func_E00360E4.s similarity index 100% rename from asm/nonmatchings/code_3454E0/func_E00360E4.s rename to ver/us/asm/nonmatchings/code_3454E0/func_E00360E4.s diff --git a/asm/nonmatchings/code_3454E0/func_E00361D8.s b/ver/us/asm/nonmatchings/code_3454E0/func_E00361D8.s similarity index 100% rename from asm/nonmatchings/code_3454E0/func_E00361D8.s rename to ver/us/asm/nonmatchings/code_3454E0/func_E00361D8.s diff --git a/asm/nonmatchings/code_3454E0/func_E0036224.s b/ver/us/asm/nonmatchings/code_3454E0/func_E0036224.s similarity index 100% rename from asm/nonmatchings/code_3454E0/func_E0036224.s rename to ver/us/asm/nonmatchings/code_3454E0/func_E0036224.s diff --git a/asm/nonmatchings/code_34DD20/func_E0038000.s b/ver/us/asm/nonmatchings/code_34DD20/func_E0038000.s similarity index 100% rename from asm/nonmatchings/code_34DD20/func_E0038000.s rename to ver/us/asm/nonmatchings/code_34DD20/func_E0038000.s diff --git a/asm/nonmatchings/code_34DD20/func_E0038424.s b/ver/us/asm/nonmatchings/code_34DD20/func_E0038424.s similarity index 100% rename from asm/nonmatchings/code_34DD20/func_E0038424.s rename to ver/us/asm/nonmatchings/code_34DD20/func_E0038424.s diff --git a/asm/nonmatchings/code_34DD20/func_E0038704.s b/ver/us/asm/nonmatchings/code_34DD20/func_E0038704.s similarity index 100% rename from asm/nonmatchings/code_34DD20/func_E0038704.s rename to ver/us/asm/nonmatchings/code_34DD20/func_E0038704.s diff --git a/asm/nonmatchings/code_34DD20/func_E0038748.s b/ver/us/asm/nonmatchings/code_34DD20/func_E0038748.s similarity index 100% rename from asm/nonmatchings/code_34DD20/func_E0038748.s rename to ver/us/asm/nonmatchings/code_34DD20/func_E0038748.s diff --git a/asm/nonmatchings/code_34EC80/func_E003A000.s b/ver/us/asm/nonmatchings/code_34EC80/func_E003A000.s similarity index 100% rename from asm/nonmatchings/code_34EC80/func_E003A000.s rename to ver/us/asm/nonmatchings/code_34EC80/func_E003A000.s diff --git a/asm/nonmatchings/code_34EC80/func_E003A1DC.s b/ver/us/asm/nonmatchings/code_34EC80/func_E003A1DC.s similarity index 100% rename from asm/nonmatchings/code_34EC80/func_E003A1DC.s rename to ver/us/asm/nonmatchings/code_34EC80/func_E003A1DC.s diff --git a/asm/nonmatchings/code_34EC80/func_E003A310.s b/ver/us/asm/nonmatchings/code_34EC80/func_E003A310.s similarity index 100% rename from asm/nonmatchings/code_34EC80/func_E003A310.s rename to ver/us/asm/nonmatchings/code_34EC80/func_E003A310.s diff --git a/asm/nonmatchings/code_34EC80/func_E003A354.s b/ver/us/asm/nonmatchings/code_34EC80/func_E003A354.s similarity index 100% rename from asm/nonmatchings/code_34EC80/func_E003A354.s rename to ver/us/asm/nonmatchings/code_34EC80/func_E003A354.s diff --git a/asm/nonmatchings/code_34F4C0/func_E003C000.s b/ver/us/asm/nonmatchings/code_34F4C0/func_E003C000.s similarity index 100% rename from asm/nonmatchings/code_34F4C0/func_E003C000.s rename to ver/us/asm/nonmatchings/code_34F4C0/func_E003C000.s diff --git a/asm/nonmatchings/code_34F4C0/func_E003C244.s b/ver/us/asm/nonmatchings/code_34F4C0/func_E003C244.s similarity index 100% rename from asm/nonmatchings/code_34F4C0/func_E003C244.s rename to ver/us/asm/nonmatchings/code_34F4C0/func_E003C244.s diff --git a/asm/nonmatchings/code_34F4C0/func_E003C47C.s b/ver/us/asm/nonmatchings/code_34F4C0/func_E003C47C.s similarity index 100% rename from asm/nonmatchings/code_34F4C0/func_E003C47C.s rename to ver/us/asm/nonmatchings/code_34F4C0/func_E003C47C.s diff --git a/asm/nonmatchings/code_34F4C0/func_E003C498.s b/ver/us/asm/nonmatchings/code_34F4C0/func_E003C498.s similarity index 100% rename from asm/nonmatchings/code_34F4C0/func_E003C498.s rename to ver/us/asm/nonmatchings/code_34F4C0/func_E003C498.s diff --git a/asm/nonmatchings/code_352440/func_E003E000.s b/ver/us/asm/nonmatchings/code_352440/func_E003E000.s similarity index 100% rename from asm/nonmatchings/code_352440/func_E003E000.s rename to ver/us/asm/nonmatchings/code_352440/func_E003E000.s diff --git a/asm/nonmatchings/code_352440/func_E003E400.s b/ver/us/asm/nonmatchings/code_352440/func_E003E400.s similarity index 100% rename from asm/nonmatchings/code_352440/func_E003E400.s rename to ver/us/asm/nonmatchings/code_352440/func_E003E400.s diff --git a/asm/nonmatchings/code_352440/func_E003E5F4.s b/ver/us/asm/nonmatchings/code_352440/func_E003E5F4.s similarity index 100% rename from asm/nonmatchings/code_352440/func_E003E5F4.s rename to ver/us/asm/nonmatchings/code_352440/func_E003E5F4.s diff --git a/asm/nonmatchings/code_352440/func_E003E638.s b/ver/us/asm/nonmatchings/code_352440/func_E003E638.s similarity index 100% rename from asm/nonmatchings/code_352440/func_E003E638.s rename to ver/us/asm/nonmatchings/code_352440/func_E003E638.s diff --git a/asm/nonmatchings/code_353300/func_E0040000.s b/ver/us/asm/nonmatchings/code_353300/func_E0040000.s similarity index 100% rename from asm/nonmatchings/code_353300/func_E0040000.s rename to ver/us/asm/nonmatchings/code_353300/func_E0040000.s diff --git a/asm/nonmatchings/code_353300/func_E0040150.s b/ver/us/asm/nonmatchings/code_353300/func_E0040150.s similarity index 100% rename from asm/nonmatchings/code_353300/func_E0040150.s rename to ver/us/asm/nonmatchings/code_353300/func_E0040150.s diff --git a/asm/nonmatchings/code_353300/func_E0040210.s b/ver/us/asm/nonmatchings/code_353300/func_E0040210.s similarity index 100% rename from asm/nonmatchings/code_353300/func_E0040210.s rename to ver/us/asm/nonmatchings/code_353300/func_E0040210.s diff --git a/asm/nonmatchings/code_353300/func_E0040348.s b/ver/us/asm/nonmatchings/code_353300/func_E0040348.s similarity index 100% rename from asm/nonmatchings/code_353300/func_E0040348.s rename to ver/us/asm/nonmatchings/code_353300/func_E0040348.s diff --git a/asm/nonmatchings/code_3547A0/func_E0042000.s b/ver/us/asm/nonmatchings/code_3547A0/func_E0042000.s similarity index 100% rename from asm/nonmatchings/code_3547A0/func_E0042000.s rename to ver/us/asm/nonmatchings/code_3547A0/func_E0042000.s diff --git a/asm/nonmatchings/code_3547A0/func_E0042234.s b/ver/us/asm/nonmatchings/code_3547A0/func_E0042234.s similarity index 100% rename from asm/nonmatchings/code_3547A0/func_E0042234.s rename to ver/us/asm/nonmatchings/code_3547A0/func_E0042234.s diff --git a/asm/nonmatchings/code_3547A0/func_E0042374.s b/ver/us/asm/nonmatchings/code_3547A0/func_E0042374.s similarity index 100% rename from asm/nonmatchings/code_3547A0/func_E0042374.s rename to ver/us/asm/nonmatchings/code_3547A0/func_E0042374.s diff --git a/asm/nonmatchings/code_3547A0/func_E00423B8.s b/ver/us/asm/nonmatchings/code_3547A0/func_E00423B8.s similarity index 100% rename from asm/nonmatchings/code_3547A0/func_E00423B8.s rename to ver/us/asm/nonmatchings/code_3547A0/func_E00423B8.s diff --git a/asm/nonmatchings/code_354F60/func_E0044000.s b/ver/us/asm/nonmatchings/code_354F60/func_E0044000.s similarity index 100% rename from asm/nonmatchings/code_354F60/func_E0044000.s rename to ver/us/asm/nonmatchings/code_354F60/func_E0044000.s diff --git a/asm/nonmatchings/code_354F60/func_E0044424.s b/ver/us/asm/nonmatchings/code_354F60/func_E0044424.s similarity index 100% rename from asm/nonmatchings/code_354F60/func_E0044424.s rename to ver/us/asm/nonmatchings/code_354F60/func_E0044424.s diff --git a/asm/nonmatchings/code_354F60/func_E00448E4.s b/ver/us/asm/nonmatchings/code_354F60/func_E00448E4.s similarity index 100% rename from asm/nonmatchings/code_354F60/func_E00448E4.s rename to ver/us/asm/nonmatchings/code_354F60/func_E00448E4.s diff --git a/asm/nonmatchings/code_354F60/func_E004491C.s b/ver/us/asm/nonmatchings/code_354F60/func_E004491C.s similarity index 100% rename from asm/nonmatchings/code_354F60/func_E004491C.s rename to ver/us/asm/nonmatchings/code_354F60/func_E004491C.s diff --git a/asm/nonmatchings/code_355EE0/func_E0046000.s b/ver/us/asm/nonmatchings/code_355EE0/func_E0046000.s similarity index 100% rename from asm/nonmatchings/code_355EE0/func_E0046000.s rename to ver/us/asm/nonmatchings/code_355EE0/func_E0046000.s diff --git a/asm/nonmatchings/code_355EE0/func_E0046160.s b/ver/us/asm/nonmatchings/code_355EE0/func_E0046160.s similarity index 100% rename from asm/nonmatchings/code_355EE0/func_E0046160.s rename to ver/us/asm/nonmatchings/code_355EE0/func_E0046160.s diff --git a/asm/nonmatchings/code_355EE0/func_E004627C.s b/ver/us/asm/nonmatchings/code_355EE0/func_E004627C.s similarity index 100% rename from asm/nonmatchings/code_355EE0/func_E004627C.s rename to ver/us/asm/nonmatchings/code_355EE0/func_E004627C.s diff --git a/asm/nonmatchings/code_355EE0/func_E00462C0.s b/ver/us/asm/nonmatchings/code_355EE0/func_E00462C0.s similarity index 100% rename from asm/nonmatchings/code_355EE0/func_E00462C0.s rename to ver/us/asm/nonmatchings/code_355EE0/func_E00462C0.s diff --git a/asm/nonmatchings/code_356980/func_E0048000.s b/ver/us/asm/nonmatchings/code_356980/func_E0048000.s similarity index 100% rename from asm/nonmatchings/code_356980/func_E0048000.s rename to ver/us/asm/nonmatchings/code_356980/func_E0048000.s diff --git a/asm/nonmatchings/code_356980/func_E0048130.s b/ver/us/asm/nonmatchings/code_356980/func_E0048130.s similarity index 100% rename from asm/nonmatchings/code_356980/func_E0048130.s rename to ver/us/asm/nonmatchings/code_356980/func_E0048130.s diff --git a/asm/nonmatchings/code_356980/func_E00481D4.s b/ver/us/asm/nonmatchings/code_356980/func_E00481D4.s similarity index 100% rename from asm/nonmatchings/code_356980/func_E00481D4.s rename to ver/us/asm/nonmatchings/code_356980/func_E00481D4.s diff --git a/asm/nonmatchings/code_356980/func_E0048218.s b/ver/us/asm/nonmatchings/code_356980/func_E0048218.s similarity index 100% rename from asm/nonmatchings/code_356980/func_E0048218.s rename to ver/us/asm/nonmatchings/code_356980/func_E0048218.s diff --git a/asm/nonmatchings/code_3584C0/func_E004A000.s b/ver/us/asm/nonmatchings/code_3584C0/func_E004A000.s similarity index 100% rename from asm/nonmatchings/code_3584C0/func_E004A000.s rename to ver/us/asm/nonmatchings/code_3584C0/func_E004A000.s diff --git a/asm/nonmatchings/code_3584C0/func_E004A330.s b/ver/us/asm/nonmatchings/code_3584C0/func_E004A330.s similarity index 100% rename from asm/nonmatchings/code_3584C0/func_E004A330.s rename to ver/us/asm/nonmatchings/code_3584C0/func_E004A330.s diff --git a/asm/nonmatchings/code_3584C0/func_E004A748.s b/ver/us/asm/nonmatchings/code_3584C0/func_E004A748.s similarity index 100% rename from asm/nonmatchings/code_3584C0/func_E004A748.s rename to ver/us/asm/nonmatchings/code_3584C0/func_E004A748.s diff --git a/asm/nonmatchings/code_3584C0/func_E004A78C.s b/ver/us/asm/nonmatchings/code_3584C0/func_E004A78C.s similarity index 100% rename from asm/nonmatchings/code_3584C0/func_E004A78C.s rename to ver/us/asm/nonmatchings/code_3584C0/func_E004A78C.s diff --git a/asm/nonmatchings/code_359F20/func_E004C000.s b/ver/us/asm/nonmatchings/code_359F20/func_E004C000.s similarity index 100% rename from asm/nonmatchings/code_359F20/func_E004C000.s rename to ver/us/asm/nonmatchings/code_359F20/func_E004C000.s diff --git a/asm/nonmatchings/code_359F20/func_E004C20C.s b/ver/us/asm/nonmatchings/code_359F20/func_E004C20C.s similarity index 100% rename from asm/nonmatchings/code_359F20/func_E004C20C.s rename to ver/us/asm/nonmatchings/code_359F20/func_E004C20C.s diff --git a/asm/nonmatchings/code_359F20/func_E004C364.s b/ver/us/asm/nonmatchings/code_359F20/func_E004C364.s similarity index 100% rename from asm/nonmatchings/code_359F20/func_E004C364.s rename to ver/us/asm/nonmatchings/code_359F20/func_E004C364.s diff --git a/asm/nonmatchings/code_359F20/func_E004C3A8.s b/ver/us/asm/nonmatchings/code_359F20/func_E004C3A8.s similarity index 100% rename from asm/nonmatchings/code_359F20/func_E004C3A8.s rename to ver/us/asm/nonmatchings/code_359F20/func_E004C3A8.s diff --git a/asm/nonmatchings/code_35B9D0/func_E004E000.s b/ver/us/asm/nonmatchings/code_35B9D0/func_E004E000.s similarity index 100% rename from asm/nonmatchings/code_35B9D0/func_E004E000.s rename to ver/us/asm/nonmatchings/code_35B9D0/func_E004E000.s diff --git a/asm/nonmatchings/code_35B9D0/func_E004E164.s b/ver/us/asm/nonmatchings/code_35B9D0/func_E004E164.s similarity index 100% rename from asm/nonmatchings/code_35B9D0/func_E004E164.s rename to ver/us/asm/nonmatchings/code_35B9D0/func_E004E164.s diff --git a/asm/nonmatchings/code_35B9D0/func_E004E1D0.s b/ver/us/asm/nonmatchings/code_35B9D0/func_E004E1D0.s similarity index 100% rename from asm/nonmatchings/code_35B9D0/func_E004E1D0.s rename to ver/us/asm/nonmatchings/code_35B9D0/func_E004E1D0.s diff --git a/asm/nonmatchings/code_35B9D0/func_E004E214.s b/ver/us/asm/nonmatchings/code_35B9D0/func_E004E214.s similarity index 100% rename from asm/nonmatchings/code_35B9D0/func_E004E214.s rename to ver/us/asm/nonmatchings/code_35B9D0/func_E004E214.s diff --git a/asm/nonmatchings/code_35BFD0/func_E0050000.s b/ver/us/asm/nonmatchings/code_35BFD0/func_E0050000.s similarity index 100% rename from asm/nonmatchings/code_35BFD0/func_E0050000.s rename to ver/us/asm/nonmatchings/code_35BFD0/func_E0050000.s diff --git a/asm/nonmatchings/code_35BFD0/func_E00501D8.s b/ver/us/asm/nonmatchings/code_35BFD0/func_E00501D8.s similarity index 100% rename from asm/nonmatchings/code_35BFD0/func_E00501D8.s rename to ver/us/asm/nonmatchings/code_35BFD0/func_E00501D8.s diff --git a/asm/nonmatchings/code_35BFD0/func_E00502C4.s b/ver/us/asm/nonmatchings/code_35BFD0/func_E00502C4.s similarity index 100% rename from asm/nonmatchings/code_35BFD0/func_E00502C4.s rename to ver/us/asm/nonmatchings/code_35BFD0/func_E00502C4.s diff --git a/asm/nonmatchings/code_35BFD0/func_E0050308.s b/ver/us/asm/nonmatchings/code_35BFD0/func_E0050308.s similarity index 100% rename from asm/nonmatchings/code_35BFD0/func_E0050308.s rename to ver/us/asm/nonmatchings/code_35BFD0/func_E0050308.s diff --git a/asm/nonmatchings/code_35CA80/func_E0052000.s b/ver/us/asm/nonmatchings/code_35CA80/func_E0052000.s similarity index 100% rename from asm/nonmatchings/code_35CA80/func_E0052000.s rename to ver/us/asm/nonmatchings/code_35CA80/func_E0052000.s diff --git a/asm/nonmatchings/code_35CA80/func_E00520F0.s b/ver/us/asm/nonmatchings/code_35CA80/func_E00520F0.s similarity index 100% rename from asm/nonmatchings/code_35CA80/func_E00520F0.s rename to ver/us/asm/nonmatchings/code_35CA80/func_E00520F0.s diff --git a/asm/nonmatchings/code_35CA80/func_E005241C.s b/ver/us/asm/nonmatchings/code_35CA80/func_E005241C.s similarity index 100% rename from asm/nonmatchings/code_35CA80/func_E005241C.s rename to ver/us/asm/nonmatchings/code_35CA80/func_E005241C.s diff --git a/asm/nonmatchings/code_35CA80/func_E0052460.s b/ver/us/asm/nonmatchings/code_35CA80/func_E0052460.s similarity index 100% rename from asm/nonmatchings/code_35CA80/func_E0052460.s rename to ver/us/asm/nonmatchings/code_35CA80/func_E0052460.s diff --git a/asm/nonmatchings/code_35DA00/func_E0056000.s b/ver/us/asm/nonmatchings/code_35DA00/func_E0056000.s similarity index 100% rename from asm/nonmatchings/code_35DA00/func_E0056000.s rename to ver/us/asm/nonmatchings/code_35DA00/func_E0056000.s diff --git a/asm/nonmatchings/code_35DA00/func_E005630C.s b/ver/us/asm/nonmatchings/code_35DA00/func_E005630C.s similarity index 100% rename from asm/nonmatchings/code_35DA00/func_E005630C.s rename to ver/us/asm/nonmatchings/code_35DA00/func_E005630C.s diff --git a/asm/nonmatchings/code_35DA00/func_E0056B8C.s b/ver/us/asm/nonmatchings/code_35DA00/func_E0056B8C.s similarity index 100% rename from asm/nonmatchings/code_35DA00/func_E0056B8C.s rename to ver/us/asm/nonmatchings/code_35DA00/func_E0056B8C.s diff --git a/asm/nonmatchings/code_35DA00/func_E0056BD0.s b/ver/us/asm/nonmatchings/code_35DA00/func_E0056BD0.s similarity index 100% rename from asm/nonmatchings/code_35DA00/func_E0056BD0.s rename to ver/us/asm/nonmatchings/code_35DA00/func_E0056BD0.s diff --git a/asm/nonmatchings/code_35E920/func_E0058000.s b/ver/us/asm/nonmatchings/code_35E920/func_E0058000.s similarity index 100% rename from asm/nonmatchings/code_35E920/func_E0058000.s rename to ver/us/asm/nonmatchings/code_35E920/func_E0058000.s diff --git a/asm/nonmatchings/code_35E920/func_E00581B4.s b/ver/us/asm/nonmatchings/code_35E920/func_E00581B4.s similarity index 100% rename from asm/nonmatchings/code_35E920/func_E00581B4.s rename to ver/us/asm/nonmatchings/code_35E920/func_E00581B4.s diff --git a/asm/nonmatchings/code_35E920/func_E0058490.s b/ver/us/asm/nonmatchings/code_35E920/func_E0058490.s similarity index 100% rename from asm/nonmatchings/code_35E920/func_E0058490.s rename to ver/us/asm/nonmatchings/code_35E920/func_E0058490.s diff --git a/asm/nonmatchings/code_35E920/func_E00584D4.s b/ver/us/asm/nonmatchings/code_35E920/func_E00584D4.s similarity index 100% rename from asm/nonmatchings/code_35E920/func_E00584D4.s rename to ver/us/asm/nonmatchings/code_35E920/func_E00584D4.s diff --git a/asm/nonmatchings/code_3602C0/func_E005A000.s b/ver/us/asm/nonmatchings/code_3602C0/func_E005A000.s similarity index 100% rename from asm/nonmatchings/code_3602C0/func_E005A000.s rename to ver/us/asm/nonmatchings/code_3602C0/func_E005A000.s diff --git a/asm/nonmatchings/code_3602C0/func_E005A1FC.s b/ver/us/asm/nonmatchings/code_3602C0/func_E005A1FC.s similarity index 100% rename from asm/nonmatchings/code_3602C0/func_E005A1FC.s rename to ver/us/asm/nonmatchings/code_3602C0/func_E005A1FC.s diff --git a/asm/nonmatchings/code_3602C0/func_E005A3B0.s b/ver/us/asm/nonmatchings/code_3602C0/func_E005A3B0.s similarity index 100% rename from asm/nonmatchings/code_3602C0/func_E005A3B0.s rename to ver/us/asm/nonmatchings/code_3602C0/func_E005A3B0.s diff --git a/asm/nonmatchings/code_3602C0/func_E005A3F4.s b/ver/us/asm/nonmatchings/code_3602C0/func_E005A3F4.s similarity index 100% rename from asm/nonmatchings/code_3602C0/func_E005A3F4.s rename to ver/us/asm/nonmatchings/code_3602C0/func_E005A3F4.s diff --git a/asm/nonmatchings/code_360F40/func_E005C000.s b/ver/us/asm/nonmatchings/code_360F40/func_E005C000.s similarity index 100% rename from asm/nonmatchings/code_360F40/func_E005C000.s rename to ver/us/asm/nonmatchings/code_360F40/func_E005C000.s diff --git a/asm/nonmatchings/code_360F40/func_E005C180.s b/ver/us/asm/nonmatchings/code_360F40/func_E005C180.s similarity index 100% rename from asm/nonmatchings/code_360F40/func_E005C180.s rename to ver/us/asm/nonmatchings/code_360F40/func_E005C180.s diff --git a/asm/nonmatchings/code_360F40/func_E005C2B4.s b/ver/us/asm/nonmatchings/code_360F40/func_E005C2B4.s similarity index 100% rename from asm/nonmatchings/code_360F40/func_E005C2B4.s rename to ver/us/asm/nonmatchings/code_360F40/func_E005C2B4.s diff --git a/asm/nonmatchings/code_360F40/func_E005C2F8.s b/ver/us/asm/nonmatchings/code_360F40/func_E005C2F8.s similarity index 100% rename from asm/nonmatchings/code_360F40/func_E005C2F8.s rename to ver/us/asm/nonmatchings/code_360F40/func_E005C2F8.s diff --git a/asm/nonmatchings/code_3625C0/func_E005E000.s b/ver/us/asm/nonmatchings/code_3625C0/func_E005E000.s similarity index 100% rename from asm/nonmatchings/code_3625C0/func_E005E000.s rename to ver/us/asm/nonmatchings/code_3625C0/func_E005E000.s diff --git a/asm/nonmatchings/code_3625C0/func_E005E1B8.s b/ver/us/asm/nonmatchings/code_3625C0/func_E005E1B8.s similarity index 100% rename from asm/nonmatchings/code_3625C0/func_E005E1B8.s rename to ver/us/asm/nonmatchings/code_3625C0/func_E005E1B8.s diff --git a/asm/nonmatchings/code_3625C0/func_E005E318.s b/ver/us/asm/nonmatchings/code_3625C0/func_E005E318.s similarity index 100% rename from asm/nonmatchings/code_3625C0/func_E005E318.s rename to ver/us/asm/nonmatchings/code_3625C0/func_E005E318.s diff --git a/asm/nonmatchings/code_3625C0/func_E005E334.s b/ver/us/asm/nonmatchings/code_3625C0/func_E005E334.s similarity index 100% rename from asm/nonmatchings/code_3625C0/func_E005E334.s rename to ver/us/asm/nonmatchings/code_3625C0/func_E005E334.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/_add_hit_vert_to_buffer.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/_add_hit_vert_to_buffer.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/_add_hit_vert_to_buffer.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/_add_hit_vert_to_buffer.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/allocate_hit_tables.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/allocate_hit_tables.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/allocate_hit_tables.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/allocate_hit_tables.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/func_8005DB00.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/func_8005DB00.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/func_8005DB00.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/func_8005DB00.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/func_8005DD54.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/func_8005DD54.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/func_8005DD54.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/func_8005DD54.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/get_collider_center.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/get_collider_center.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/get_collider_center.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/get_collider_center.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/get_collider_type_by_id.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/get_collider_type_by_id.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/get_collider_type_by_id.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/get_collider_type_by_id.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/get_flat_collider_normal.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/get_flat_collider_normal.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/get_flat_collider_normal.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/get_flat_collider_normal.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/load_collision.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/load_collision.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/load_collision.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/load_collision.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/load_hit_asset.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/load_hit_asset.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/load_hit_asset.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/load_hit_asset.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/load_hit_data.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/load_hit_data.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/load_hit_data.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/load_hit_data.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/load_stage_collision.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/load_stage_collision.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/load_stage_collision.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/load_stage_collision.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/parent_collider_to_model.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/parent_collider_to_model.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/parent_collider_to_model.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/parent_collider_to_model.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/test_down_ray_triangle.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/test_down_ray_triangle.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/test_down_ray_triangle.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/test_down_ray_triangle.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/test_ray_colliders.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/test_ray_colliders.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/test_ray_colliders.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/test_ray_colliders.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/test_ray_entities.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/test_ray_entities.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/test_ray_entities.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/test_ray_entities.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/test_ray_triangle_general.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/test_ray_triangle_general.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/test_ray_triangle_general.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/test_ray_triangle_general.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/test_ray_zones.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/test_ray_zones.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/test_ray_zones.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/test_ray_zones.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/test_up_ray_collider.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/test_up_ray_collider.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/test_up_ray_collider.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/test_up_ray_collider.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/test_up_ray_triangle.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/test_up_ray_triangle.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/test_up_ray_triangle.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/test_up_ray_triangle.s diff --git a/asm/nonmatchings/code_362a0_len_2f70/update_collider_transform.s b/ver/us/asm/nonmatchings/code_362a0_len_2f70/update_collider_transform.s similarity index 100% rename from asm/nonmatchings/code_362a0_len_2f70/update_collider_transform.s rename to ver/us/asm/nonmatchings/code_362a0_len_2f70/update_collider_transform.s diff --git a/asm/nonmatchings/code_363160/func_E0060000.s b/ver/us/asm/nonmatchings/code_363160/func_E0060000.s similarity index 100% rename from asm/nonmatchings/code_363160/func_E0060000.s rename to ver/us/asm/nonmatchings/code_363160/func_E0060000.s diff --git a/asm/nonmatchings/code_363160/func_E00601E0.s b/ver/us/asm/nonmatchings/code_363160/func_E00601E0.s similarity index 100% rename from asm/nonmatchings/code_363160/func_E00601E0.s rename to ver/us/asm/nonmatchings/code_363160/func_E00601E0.s diff --git a/asm/nonmatchings/code_363160/func_E006040C.s b/ver/us/asm/nonmatchings/code_363160/func_E006040C.s similarity index 100% rename from asm/nonmatchings/code_363160/func_E006040C.s rename to ver/us/asm/nonmatchings/code_363160/func_E006040C.s diff --git a/asm/nonmatchings/code_363160/func_E0060450.s b/ver/us/asm/nonmatchings/code_363160/func_E0060450.s similarity index 100% rename from asm/nonmatchings/code_363160/func_E0060450.s rename to ver/us/asm/nonmatchings/code_363160/func_E0060450.s diff --git a/asm/nonmatchings/code_364300/func_E0062000.s b/ver/us/asm/nonmatchings/code_364300/func_E0062000.s similarity index 100% rename from asm/nonmatchings/code_364300/func_E0062000.s rename to ver/us/asm/nonmatchings/code_364300/func_E0062000.s diff --git a/asm/nonmatchings/code_364300/func_E0062220.s b/ver/us/asm/nonmatchings/code_364300/func_E0062220.s similarity index 100% rename from asm/nonmatchings/code_364300/func_E0062220.s rename to ver/us/asm/nonmatchings/code_364300/func_E0062220.s diff --git a/asm/nonmatchings/code_364300/func_E00624A8.s b/ver/us/asm/nonmatchings/code_364300/func_E00624A8.s similarity index 100% rename from asm/nonmatchings/code_364300/func_E00624A8.s rename to ver/us/asm/nonmatchings/code_364300/func_E00624A8.s diff --git a/asm/nonmatchings/code_364300/func_E00624EC.s b/ver/us/asm/nonmatchings/code_364300/func_E00624EC.s similarity index 100% rename from asm/nonmatchings/code_364300/func_E00624EC.s rename to ver/us/asm/nonmatchings/code_364300/func_E00624EC.s diff --git a/asm/nonmatchings/code_364F10/func_E0064000.s b/ver/us/asm/nonmatchings/code_364F10/func_E0064000.s similarity index 100% rename from asm/nonmatchings/code_364F10/func_E0064000.s rename to ver/us/asm/nonmatchings/code_364F10/func_E0064000.s diff --git a/asm/nonmatchings/code_364F10/func_E00641A4.s b/ver/us/asm/nonmatchings/code_364F10/func_E00641A4.s similarity index 100% rename from asm/nonmatchings/code_364F10/func_E00641A4.s rename to ver/us/asm/nonmatchings/code_364F10/func_E00641A4.s diff --git a/asm/nonmatchings/code_364F10/func_E00643DC.s b/ver/us/asm/nonmatchings/code_364F10/func_E00643DC.s similarity index 100% rename from asm/nonmatchings/code_364F10/func_E00643DC.s rename to ver/us/asm/nonmatchings/code_364F10/func_E00643DC.s diff --git a/asm/nonmatchings/code_364F10/func_E0064414.s b/ver/us/asm/nonmatchings/code_364F10/func_E0064414.s similarity index 100% rename from asm/nonmatchings/code_364F10/func_E0064414.s rename to ver/us/asm/nonmatchings/code_364F10/func_E0064414.s diff --git a/asm/nonmatchings/code_366030/func_E0066000.s b/ver/us/asm/nonmatchings/code_366030/func_E0066000.s similarity index 100% rename from asm/nonmatchings/code_366030/func_E0066000.s rename to ver/us/asm/nonmatchings/code_366030/func_E0066000.s diff --git a/asm/nonmatchings/code_366030/func_E0066498.s b/ver/us/asm/nonmatchings/code_366030/func_E0066498.s similarity index 100% rename from asm/nonmatchings/code_366030/func_E0066498.s rename to ver/us/asm/nonmatchings/code_366030/func_E0066498.s diff --git a/asm/nonmatchings/code_366030/func_E006672C.s b/ver/us/asm/nonmatchings/code_366030/func_E006672C.s similarity index 100% rename from asm/nonmatchings/code_366030/func_E006672C.s rename to ver/us/asm/nonmatchings/code_366030/func_E006672C.s diff --git a/asm/nonmatchings/code_366030/func_E0066770.s b/ver/us/asm/nonmatchings/code_366030/func_E0066770.s similarity index 100% rename from asm/nonmatchings/code_366030/func_E0066770.s rename to ver/us/asm/nonmatchings/code_366030/func_E0066770.s diff --git a/asm/nonmatchings/code_36A8D0/func_E0068000.s b/ver/us/asm/nonmatchings/code_36A8D0/func_E0068000.s similarity index 100% rename from asm/nonmatchings/code_36A8D0/func_E0068000.s rename to ver/us/asm/nonmatchings/code_36A8D0/func_E0068000.s diff --git a/asm/nonmatchings/code_36A8D0/func_E0068148.s b/ver/us/asm/nonmatchings/code_36A8D0/func_E0068148.s similarity index 100% rename from asm/nonmatchings/code_36A8D0/func_E0068148.s rename to ver/us/asm/nonmatchings/code_36A8D0/func_E0068148.s diff --git a/asm/nonmatchings/code_36A8D0/func_E00681D8.s b/ver/us/asm/nonmatchings/code_36A8D0/func_E00681D8.s similarity index 100% rename from asm/nonmatchings/code_36A8D0/func_E00681D8.s rename to ver/us/asm/nonmatchings/code_36A8D0/func_E00681D8.s diff --git a/asm/nonmatchings/code_36A8D0/func_E0068234.s b/ver/us/asm/nonmatchings/code_36A8D0/func_E0068234.s similarity index 100% rename from asm/nonmatchings/code_36A8D0/func_E0068234.s rename to ver/us/asm/nonmatchings/code_36A8D0/func_E0068234.s diff --git a/asm/nonmatchings/code_36D020/func_E006A000.s b/ver/us/asm/nonmatchings/code_36D020/func_E006A000.s similarity index 100% rename from asm/nonmatchings/code_36D020/func_E006A000.s rename to ver/us/asm/nonmatchings/code_36D020/func_E006A000.s diff --git a/asm/nonmatchings/code_36D020/func_E006A0BC.s b/ver/us/asm/nonmatchings/code_36D020/func_E006A0BC.s similarity index 100% rename from asm/nonmatchings/code_36D020/func_E006A0BC.s rename to ver/us/asm/nonmatchings/code_36D020/func_E006A0BC.s diff --git a/asm/nonmatchings/code_36D020/func_E006A1E8.s b/ver/us/asm/nonmatchings/code_36D020/func_E006A1E8.s similarity index 100% rename from asm/nonmatchings/code_36D020/func_E006A1E8.s rename to ver/us/asm/nonmatchings/code_36D020/func_E006A1E8.s diff --git a/asm/nonmatchings/code_36D020/func_E006A464.s b/ver/us/asm/nonmatchings/code_36D020/func_E006A464.s similarity index 100% rename from asm/nonmatchings/code_36D020/func_E006A464.s rename to ver/us/asm/nonmatchings/code_36D020/func_E006A464.s diff --git a/asm/nonmatchings/code_36D020/func_E006A580.s b/ver/us/asm/nonmatchings/code_36D020/func_E006A580.s similarity index 100% rename from asm/nonmatchings/code_36D020/func_E006A580.s rename to ver/us/asm/nonmatchings/code_36D020/func_E006A580.s diff --git a/asm/nonmatchings/code_36D020/func_E006A814.s b/ver/us/asm/nonmatchings/code_36D020/func_E006A814.s similarity index 100% rename from asm/nonmatchings/code_36D020/func_E006A814.s rename to ver/us/asm/nonmatchings/code_36D020/func_E006A814.s diff --git a/asm/nonmatchings/code_36D020/func_E006A85C.s b/ver/us/asm/nonmatchings/code_36D020/func_E006A85C.s similarity index 100% rename from asm/nonmatchings/code_36D020/func_E006A85C.s rename to ver/us/asm/nonmatchings/code_36D020/func_E006A85C.s diff --git a/asm/nonmatchings/code_36D020/func_E006A94C.s b/ver/us/asm/nonmatchings/code_36D020/func_E006A94C.s similarity index 100% rename from asm/nonmatchings/code_36D020/func_E006A94C.s rename to ver/us/asm/nonmatchings/code_36D020/func_E006A94C.s diff --git a/asm/nonmatchings/code_36E1D0/func_E006C000.s b/ver/us/asm/nonmatchings/code_36E1D0/func_E006C000.s similarity index 100% rename from asm/nonmatchings/code_36E1D0/func_E006C000.s rename to ver/us/asm/nonmatchings/code_36E1D0/func_E006C000.s diff --git a/asm/nonmatchings/code_36E1D0/func_E006C2A0.s b/ver/us/asm/nonmatchings/code_36E1D0/func_E006C2A0.s similarity index 100% rename from asm/nonmatchings/code_36E1D0/func_E006C2A0.s rename to ver/us/asm/nonmatchings/code_36E1D0/func_E006C2A0.s diff --git a/asm/nonmatchings/code_36E1D0/func_E006C5A0.s b/ver/us/asm/nonmatchings/code_36E1D0/func_E006C5A0.s similarity index 100% rename from asm/nonmatchings/code_36E1D0/func_E006C5A0.s rename to ver/us/asm/nonmatchings/code_36E1D0/func_E006C5A0.s diff --git a/asm/nonmatchings/code_36E1D0/func_E006C5E8.s b/ver/us/asm/nonmatchings/code_36E1D0/func_E006C5E8.s similarity index 100% rename from asm/nonmatchings/code_36E1D0/func_E006C5E8.s rename to ver/us/asm/nonmatchings/code_36E1D0/func_E006C5E8.s diff --git a/asm/nonmatchings/code_372790/func_E006E000.s b/ver/us/asm/nonmatchings/code_372790/func_E006E000.s similarity index 100% rename from asm/nonmatchings/code_372790/func_E006E000.s rename to ver/us/asm/nonmatchings/code_372790/func_E006E000.s diff --git a/asm/nonmatchings/code_372790/func_E006E35C.s b/ver/us/asm/nonmatchings/code_372790/func_E006E35C.s similarity index 100% rename from asm/nonmatchings/code_372790/func_E006E35C.s rename to ver/us/asm/nonmatchings/code_372790/func_E006E35C.s diff --git a/asm/nonmatchings/code_372790/func_E006E6E4.s b/ver/us/asm/nonmatchings/code_372790/func_E006E6E4.s similarity index 100% rename from asm/nonmatchings/code_372790/func_E006E6E4.s rename to ver/us/asm/nonmatchings/code_372790/func_E006E6E4.s diff --git a/asm/nonmatchings/code_372790/func_E006E764.s b/ver/us/asm/nonmatchings/code_372790/func_E006E764.s similarity index 100% rename from asm/nonmatchings/code_372790/func_E006E764.s rename to ver/us/asm/nonmatchings/code_372790/func_E006E764.s diff --git a/asm/nonmatchings/code_3740B0/func_E0070000.s b/ver/us/asm/nonmatchings/code_3740B0/func_E0070000.s similarity index 100% rename from asm/nonmatchings/code_3740B0/func_E0070000.s rename to ver/us/asm/nonmatchings/code_3740B0/func_E0070000.s diff --git a/asm/nonmatchings/code_3740B0/func_E00701F4.s b/ver/us/asm/nonmatchings/code_3740B0/func_E00701F4.s similarity index 100% rename from asm/nonmatchings/code_3740B0/func_E00701F4.s rename to ver/us/asm/nonmatchings/code_3740B0/func_E00701F4.s diff --git a/asm/nonmatchings/code_3740B0/func_E00706F0.s b/ver/us/asm/nonmatchings/code_3740B0/func_E00706F0.s similarity index 100% rename from asm/nonmatchings/code_3740B0/func_E00706F0.s rename to ver/us/asm/nonmatchings/code_3740B0/func_E00706F0.s diff --git a/asm/nonmatchings/code_3740B0/func_E0070740.s b/ver/us/asm/nonmatchings/code_3740B0/func_E0070740.s similarity index 100% rename from asm/nonmatchings/code_3740B0/func_E0070740.s rename to ver/us/asm/nonmatchings/code_3740B0/func_E0070740.s diff --git a/asm/nonmatchings/code_374E50/func_E0072000.s b/ver/us/asm/nonmatchings/code_374E50/func_E0072000.s similarity index 100% rename from asm/nonmatchings/code_374E50/func_E0072000.s rename to ver/us/asm/nonmatchings/code_374E50/func_E0072000.s diff --git a/asm/nonmatchings/code_374E50/func_E0072150.s b/ver/us/asm/nonmatchings/code_374E50/func_E0072150.s similarity index 100% rename from asm/nonmatchings/code_374E50/func_E0072150.s rename to ver/us/asm/nonmatchings/code_374E50/func_E0072150.s diff --git a/asm/nonmatchings/code_374E50/func_E007238C.s b/ver/us/asm/nonmatchings/code_374E50/func_E007238C.s similarity index 100% rename from asm/nonmatchings/code_374E50/func_E007238C.s rename to ver/us/asm/nonmatchings/code_374E50/func_E007238C.s diff --git a/asm/nonmatchings/code_374E50/func_E00723D4.s b/ver/us/asm/nonmatchings/code_374E50/func_E00723D4.s similarity index 100% rename from asm/nonmatchings/code_374E50/func_E00723D4.s rename to ver/us/asm/nonmatchings/code_374E50/func_E00723D4.s diff --git a/asm/nonmatchings/code_376460/func_E0074000.s b/ver/us/asm/nonmatchings/code_376460/func_E0074000.s similarity index 100% rename from asm/nonmatchings/code_376460/func_E0074000.s rename to ver/us/asm/nonmatchings/code_376460/func_E0074000.s diff --git a/asm/nonmatchings/code_376460/func_E00741E8.s b/ver/us/asm/nonmatchings/code_376460/func_E00741E8.s similarity index 100% rename from asm/nonmatchings/code_376460/func_E00741E8.s rename to ver/us/asm/nonmatchings/code_376460/func_E00741E8.s diff --git a/asm/nonmatchings/code_376460/func_E0074598.s b/ver/us/asm/nonmatchings/code_376460/func_E0074598.s similarity index 100% rename from asm/nonmatchings/code_376460/func_E0074598.s rename to ver/us/asm/nonmatchings/code_376460/func_E0074598.s diff --git a/asm/nonmatchings/code_376460/func_E00745E0.s b/ver/us/asm/nonmatchings/code_376460/func_E00745E0.s similarity index 100% rename from asm/nonmatchings/code_376460/func_E00745E0.s rename to ver/us/asm/nonmatchings/code_376460/func_E00745E0.s diff --git a/asm/nonmatchings/code_377070/func_E0076000.s b/ver/us/asm/nonmatchings/code_377070/func_E0076000.s similarity index 100% rename from asm/nonmatchings/code_377070/func_E0076000.s rename to ver/us/asm/nonmatchings/code_377070/func_E0076000.s diff --git a/asm/nonmatchings/code_377070/func_E0076378.s b/ver/us/asm/nonmatchings/code_377070/func_E0076378.s similarity index 100% rename from asm/nonmatchings/code_377070/func_E0076378.s rename to ver/us/asm/nonmatchings/code_377070/func_E0076378.s diff --git a/asm/nonmatchings/code_377070/func_E0076808.s b/ver/us/asm/nonmatchings/code_377070/func_E0076808.s similarity index 100% rename from asm/nonmatchings/code_377070/func_E0076808.s rename to ver/us/asm/nonmatchings/code_377070/func_E0076808.s diff --git a/asm/nonmatchings/code_377070/func_E007685C.s b/ver/us/asm/nonmatchings/code_377070/func_E007685C.s similarity index 100% rename from asm/nonmatchings/code_377070/func_E007685C.s rename to ver/us/asm/nonmatchings/code_377070/func_E007685C.s diff --git a/asm/nonmatchings/code_37A3F0/func_E0078000.s b/ver/us/asm/nonmatchings/code_37A3F0/func_E0078000.s similarity index 100% rename from asm/nonmatchings/code_37A3F0/func_E0078000.s rename to ver/us/asm/nonmatchings/code_37A3F0/func_E0078000.s diff --git a/asm/nonmatchings/code_37A3F0/func_E007812C.s b/ver/us/asm/nonmatchings/code_37A3F0/func_E007812C.s similarity index 100% rename from asm/nonmatchings/code_37A3F0/func_E007812C.s rename to ver/us/asm/nonmatchings/code_37A3F0/func_E007812C.s diff --git a/asm/nonmatchings/code_37A3F0/func_E0078210.s b/ver/us/asm/nonmatchings/code_37A3F0/func_E0078210.s similarity index 100% rename from asm/nonmatchings/code_37A3F0/func_E0078210.s rename to ver/us/asm/nonmatchings/code_37A3F0/func_E0078210.s diff --git a/asm/nonmatchings/code_37A3F0/func_E007827C.s b/ver/us/asm/nonmatchings/code_37A3F0/func_E007827C.s similarity index 100% rename from asm/nonmatchings/code_37A3F0/func_E007827C.s rename to ver/us/asm/nonmatchings/code_37A3F0/func_E007827C.s diff --git a/asm/nonmatchings/code_37C540/func_E007A000.s b/ver/us/asm/nonmatchings/code_37C540/func_E007A000.s similarity index 100% rename from asm/nonmatchings/code_37C540/func_E007A000.s rename to ver/us/asm/nonmatchings/code_37C540/func_E007A000.s diff --git a/asm/nonmatchings/code_37C540/func_E007A50C.s b/ver/us/asm/nonmatchings/code_37C540/func_E007A50C.s similarity index 100% rename from asm/nonmatchings/code_37C540/func_E007A50C.s rename to ver/us/asm/nonmatchings/code_37C540/func_E007A50C.s diff --git a/asm/nonmatchings/code_37C540/func_E007A840.s b/ver/us/asm/nonmatchings/code_37C540/func_E007A840.s similarity index 100% rename from asm/nonmatchings/code_37C540/func_E007A840.s rename to ver/us/asm/nonmatchings/code_37C540/func_E007A840.s diff --git a/asm/nonmatchings/code_37C540/func_E007A88C.s b/ver/us/asm/nonmatchings/code_37C540/func_E007A88C.s similarity index 100% rename from asm/nonmatchings/code_37C540/func_E007A88C.s rename to ver/us/asm/nonmatchings/code_37C540/func_E007A88C.s diff --git a/asm/nonmatchings/code_37D490/func_E007C000.s b/ver/us/asm/nonmatchings/code_37D490/func_E007C000.s similarity index 100% rename from asm/nonmatchings/code_37D490/func_E007C000.s rename to ver/us/asm/nonmatchings/code_37D490/func_E007C000.s diff --git a/asm/nonmatchings/code_37D490/func_E007C130.s b/ver/us/asm/nonmatchings/code_37D490/func_E007C130.s similarity index 100% rename from asm/nonmatchings/code_37D490/func_E007C130.s rename to ver/us/asm/nonmatchings/code_37D490/func_E007C130.s diff --git a/asm/nonmatchings/code_37D490/func_E007C1B0.s b/ver/us/asm/nonmatchings/code_37D490/func_E007C1B0.s similarity index 100% rename from asm/nonmatchings/code_37D490/func_E007C1B0.s rename to ver/us/asm/nonmatchings/code_37D490/func_E007C1B0.s diff --git a/asm/nonmatchings/code_37D490/func_E007C1F4.s b/ver/us/asm/nonmatchings/code_37D490/func_E007C1F4.s similarity index 100% rename from asm/nonmatchings/code_37D490/func_E007C1F4.s rename to ver/us/asm/nonmatchings/code_37D490/func_E007C1F4.s diff --git a/asm/nonmatchings/code_37F720/func_E007E000.s b/ver/us/asm/nonmatchings/code_37F720/func_E007E000.s similarity index 100% rename from asm/nonmatchings/code_37F720/func_E007E000.s rename to ver/us/asm/nonmatchings/code_37F720/func_E007E000.s diff --git a/asm/nonmatchings/code_37F720/func_E007E204.s b/ver/us/asm/nonmatchings/code_37F720/func_E007E204.s similarity index 100% rename from asm/nonmatchings/code_37F720/func_E007E204.s rename to ver/us/asm/nonmatchings/code_37F720/func_E007E204.s diff --git a/asm/nonmatchings/code_37F720/func_E007E508.s b/ver/us/asm/nonmatchings/code_37F720/func_E007E508.s similarity index 100% rename from asm/nonmatchings/code_37F720/func_E007E508.s rename to ver/us/asm/nonmatchings/code_37F720/func_E007E508.s diff --git a/asm/nonmatchings/code_37F720/func_E007E54C.s b/ver/us/asm/nonmatchings/code_37F720/func_E007E54C.s similarity index 100% rename from asm/nonmatchings/code_37F720/func_E007E54C.s rename to ver/us/asm/nonmatchings/code_37F720/func_E007E54C.s diff --git a/asm/nonmatchings/code_3812C0/func_E0080000.s b/ver/us/asm/nonmatchings/code_3812C0/func_E0080000.s similarity index 100% rename from asm/nonmatchings/code_3812C0/func_E0080000.s rename to ver/us/asm/nonmatchings/code_3812C0/func_E0080000.s diff --git a/asm/nonmatchings/code_3812C0/func_E00801D0.s b/ver/us/asm/nonmatchings/code_3812C0/func_E00801D0.s similarity index 100% rename from asm/nonmatchings/code_3812C0/func_E00801D0.s rename to ver/us/asm/nonmatchings/code_3812C0/func_E00801D0.s diff --git a/asm/nonmatchings/code_3812C0/func_E008042C.s b/ver/us/asm/nonmatchings/code_3812C0/func_E008042C.s similarity index 100% rename from asm/nonmatchings/code_3812C0/func_E008042C.s rename to ver/us/asm/nonmatchings/code_3812C0/func_E008042C.s diff --git a/asm/nonmatchings/code_3812C0/func_E0080448.s b/ver/us/asm/nonmatchings/code_3812C0/func_E0080448.s similarity index 100% rename from asm/nonmatchings/code_3812C0/func_E0080448.s rename to ver/us/asm/nonmatchings/code_3812C0/func_E0080448.s diff --git a/asm/nonmatchings/code_385640/func_E0082000.s b/ver/us/asm/nonmatchings/code_385640/func_E0082000.s similarity index 100% rename from asm/nonmatchings/code_385640/func_E0082000.s rename to ver/us/asm/nonmatchings/code_385640/func_E0082000.s diff --git a/asm/nonmatchings/code_385640/func_E00821B8.s b/ver/us/asm/nonmatchings/code_385640/func_E00821B8.s similarity index 100% rename from asm/nonmatchings/code_385640/func_E00821B8.s rename to ver/us/asm/nonmatchings/code_385640/func_E00821B8.s diff --git a/asm/nonmatchings/code_385640/func_E0082528.s b/ver/us/asm/nonmatchings/code_385640/func_E0082528.s similarity index 100% rename from asm/nonmatchings/code_385640/func_E0082528.s rename to ver/us/asm/nonmatchings/code_385640/func_E0082528.s diff --git a/asm/nonmatchings/code_385640/func_E0082580.s b/ver/us/asm/nonmatchings/code_385640/func_E0082580.s similarity index 100% rename from asm/nonmatchings/code_385640/func_E0082580.s rename to ver/us/asm/nonmatchings/code_385640/func_E0082580.s diff --git a/asm/nonmatchings/code_385640/func_E00826C4.s b/ver/us/asm/nonmatchings/code_385640/func_E00826C4.s similarity index 100% rename from asm/nonmatchings/code_385640/func_E00826C4.s rename to ver/us/asm/nonmatchings/code_385640/func_E00826C4.s diff --git a/asm/nonmatchings/code_385640/func_E00828B4.s b/ver/us/asm/nonmatchings/code_385640/func_E00828B4.s similarity index 100% rename from asm/nonmatchings/code_385640/func_E00828B4.s rename to ver/us/asm/nonmatchings/code_385640/func_E00828B4.s diff --git a/asm/nonmatchings/code_385640/func_E0082A84.s b/ver/us/asm/nonmatchings/code_385640/func_E0082A84.s similarity index 100% rename from asm/nonmatchings/code_385640/func_E0082A84.s rename to ver/us/asm/nonmatchings/code_385640/func_E0082A84.s diff --git a/asm/nonmatchings/code_3889D0/func_E0084000.s b/ver/us/asm/nonmatchings/code_3889D0/func_E0084000.s similarity index 100% rename from asm/nonmatchings/code_3889D0/func_E0084000.s rename to ver/us/asm/nonmatchings/code_3889D0/func_E0084000.s diff --git a/asm/nonmatchings/code_3889D0/func_E008403C.s b/ver/us/asm/nonmatchings/code_3889D0/func_E008403C.s similarity index 100% rename from asm/nonmatchings/code_3889D0/func_E008403C.s rename to ver/us/asm/nonmatchings/code_3889D0/func_E008403C.s diff --git a/asm/nonmatchings/code_3889D0/func_E0084060.s b/ver/us/asm/nonmatchings/code_3889D0/func_E0084060.s similarity index 100% rename from asm/nonmatchings/code_3889D0/func_E0084060.s rename to ver/us/asm/nonmatchings/code_3889D0/func_E0084060.s diff --git a/asm/nonmatchings/code_3889D0/func_E0084084.s b/ver/us/asm/nonmatchings/code_3889D0/func_E0084084.s similarity index 100% rename from asm/nonmatchings/code_3889D0/func_E0084084.s rename to ver/us/asm/nonmatchings/code_3889D0/func_E0084084.s diff --git a/asm/nonmatchings/code_3889D0/func_E0084660.s b/ver/us/asm/nonmatchings/code_3889D0/func_E0084660.s similarity index 100% rename from asm/nonmatchings/code_3889D0/func_E0084660.s rename to ver/us/asm/nonmatchings/code_3889D0/func_E0084660.s diff --git a/asm/nonmatchings/code_3889D0/func_E00848E4.s b/ver/us/asm/nonmatchings/code_3889D0/func_E00848E4.s similarity index 100% rename from asm/nonmatchings/code_3889D0/func_E00848E4.s rename to ver/us/asm/nonmatchings/code_3889D0/func_E00848E4.s diff --git a/asm/nonmatchings/code_3889D0/func_E0084928.s b/ver/us/asm/nonmatchings/code_3889D0/func_E0084928.s similarity index 100% rename from asm/nonmatchings/code_3889D0/func_E0084928.s rename to ver/us/asm/nonmatchings/code_3889D0/func_E0084928.s diff --git a/asm/nonmatchings/code_389850/func_E0086000.s b/ver/us/asm/nonmatchings/code_389850/func_E0086000.s similarity index 100% rename from asm/nonmatchings/code_389850/func_E0086000.s rename to ver/us/asm/nonmatchings/code_389850/func_E0086000.s diff --git a/asm/nonmatchings/code_389850/func_E0086278.s b/ver/us/asm/nonmatchings/code_389850/func_E0086278.s similarity index 100% rename from asm/nonmatchings/code_389850/func_E0086278.s rename to ver/us/asm/nonmatchings/code_389850/func_E0086278.s diff --git a/asm/nonmatchings/code_389850/func_E0086398.s b/ver/us/asm/nonmatchings/code_389850/func_E0086398.s similarity index 100% rename from asm/nonmatchings/code_389850/func_E0086398.s rename to ver/us/asm/nonmatchings/code_389850/func_E0086398.s diff --git a/asm/nonmatchings/code_389850/func_E00863B4.s b/ver/us/asm/nonmatchings/code_389850/func_E00863B4.s similarity index 100% rename from asm/nonmatchings/code_389850/func_E00863B4.s rename to ver/us/asm/nonmatchings/code_389850/func_E00863B4.s diff --git a/asm/nonmatchings/code_38ADF0/func_E0088000.s b/ver/us/asm/nonmatchings/code_38ADF0/func_E0088000.s similarity index 100% rename from asm/nonmatchings/code_38ADF0/func_E0088000.s rename to ver/us/asm/nonmatchings/code_38ADF0/func_E0088000.s diff --git a/asm/nonmatchings/code_38ADF0/func_E008817C.s b/ver/us/asm/nonmatchings/code_38ADF0/func_E008817C.s similarity index 100% rename from asm/nonmatchings/code_38ADF0/func_E008817C.s rename to ver/us/asm/nonmatchings/code_38ADF0/func_E008817C.s diff --git a/asm/nonmatchings/code_38ADF0/func_E00885A8.s b/ver/us/asm/nonmatchings/code_38ADF0/func_E00885A8.s similarity index 100% rename from asm/nonmatchings/code_38ADF0/func_E00885A8.s rename to ver/us/asm/nonmatchings/code_38ADF0/func_E00885A8.s diff --git a/asm/nonmatchings/code_38ADF0/func_E00887A8.s b/ver/us/asm/nonmatchings/code_38ADF0/func_E00887A8.s similarity index 100% rename from asm/nonmatchings/code_38ADF0/func_E00887A8.s rename to ver/us/asm/nonmatchings/code_38ADF0/func_E00887A8.s diff --git a/asm/nonmatchings/code_38ADF0/func_E00887E0.s b/ver/us/asm/nonmatchings/code_38ADF0/func_E00887E0.s similarity index 100% rename from asm/nonmatchings/code_38ADF0/func_E00887E0.s rename to ver/us/asm/nonmatchings/code_38ADF0/func_E00887E0.s diff --git a/asm/nonmatchings/code_38C5F0/func_E008A000.s b/ver/us/asm/nonmatchings/code_38C5F0/func_E008A000.s similarity index 100% rename from asm/nonmatchings/code_38C5F0/func_E008A000.s rename to ver/us/asm/nonmatchings/code_38C5F0/func_E008A000.s diff --git a/asm/nonmatchings/code_38C5F0/func_E008A188.s b/ver/us/asm/nonmatchings/code_38C5F0/func_E008A188.s similarity index 100% rename from asm/nonmatchings/code_38C5F0/func_E008A188.s rename to ver/us/asm/nonmatchings/code_38C5F0/func_E008A188.s diff --git a/asm/nonmatchings/code_38C5F0/func_E008A290.s b/ver/us/asm/nonmatchings/code_38C5F0/func_E008A290.s similarity index 100% rename from asm/nonmatchings/code_38C5F0/func_E008A290.s rename to ver/us/asm/nonmatchings/code_38C5F0/func_E008A290.s diff --git a/asm/nonmatchings/code_38C5F0/func_E008A53C.s b/ver/us/asm/nonmatchings/code_38C5F0/func_E008A53C.s similarity index 100% rename from asm/nonmatchings/code_38C5F0/func_E008A53C.s rename to ver/us/asm/nonmatchings/code_38C5F0/func_E008A53C.s diff --git a/asm/nonmatchings/code_38C5F0/func_E008A6E4.s b/ver/us/asm/nonmatchings/code_38C5F0/func_E008A6E4.s similarity index 100% rename from asm/nonmatchings/code_38C5F0/func_E008A6E4.s rename to ver/us/asm/nonmatchings/code_38C5F0/func_E008A6E4.s diff --git a/asm/nonmatchings/code_38C5F0/func_E008A728.s b/ver/us/asm/nonmatchings/code_38C5F0/func_E008A728.s similarity index 100% rename from asm/nonmatchings/code_38C5F0/func_E008A728.s rename to ver/us/asm/nonmatchings/code_38C5F0/func_E008A728.s diff --git a/asm/nonmatchings/code_38DE00/func_E008C000.s b/ver/us/asm/nonmatchings/code_38DE00/func_E008C000.s similarity index 100% rename from asm/nonmatchings/code_38DE00/func_E008C000.s rename to ver/us/asm/nonmatchings/code_38DE00/func_E008C000.s diff --git a/asm/nonmatchings/code_38DE00/func_E008C3FC.s b/ver/us/asm/nonmatchings/code_38DE00/func_E008C3FC.s similarity index 100% rename from asm/nonmatchings/code_38DE00/func_E008C3FC.s rename to ver/us/asm/nonmatchings/code_38DE00/func_E008C3FC.s diff --git a/asm/nonmatchings/code_38DE00/func_E008C6B8.s b/ver/us/asm/nonmatchings/code_38DE00/func_E008C6B8.s similarity index 100% rename from asm/nonmatchings/code_38DE00/func_E008C6B8.s rename to ver/us/asm/nonmatchings/code_38DE00/func_E008C6B8.s diff --git a/asm/nonmatchings/code_38DE00/func_E008C6FC.s b/ver/us/asm/nonmatchings/code_38DE00/func_E008C6FC.s similarity index 100% rename from asm/nonmatchings/code_38DE00/func_E008C6FC.s rename to ver/us/asm/nonmatchings/code_38DE00/func_E008C6FC.s diff --git a/asm/nonmatchings/code_38EE60/func_E008E000.s b/ver/us/asm/nonmatchings/code_38EE60/func_E008E000.s similarity index 100% rename from asm/nonmatchings/code_38EE60/func_E008E000.s rename to ver/us/asm/nonmatchings/code_38EE60/func_E008E000.s diff --git a/asm/nonmatchings/code_38EE60/func_E008E204.s b/ver/us/asm/nonmatchings/code_38EE60/func_E008E204.s similarity index 100% rename from asm/nonmatchings/code_38EE60/func_E008E204.s rename to ver/us/asm/nonmatchings/code_38EE60/func_E008E204.s diff --git a/asm/nonmatchings/code_38EE60/func_E008E498.s b/ver/us/asm/nonmatchings/code_38EE60/func_E008E498.s similarity index 100% rename from asm/nonmatchings/code_38EE60/func_E008E498.s rename to ver/us/asm/nonmatchings/code_38EE60/func_E008E498.s diff --git a/asm/nonmatchings/code_38EE60/func_E008E4E0.s b/ver/us/asm/nonmatchings/code_38EE60/func_E008E4E0.s similarity index 100% rename from asm/nonmatchings/code_38EE60/func_E008E4E0.s rename to ver/us/asm/nonmatchings/code_38EE60/func_E008E4E0.s diff --git a/asm/nonmatchings/code_38F900/func_E0090000.s b/ver/us/asm/nonmatchings/code_38F900/func_E0090000.s similarity index 100% rename from asm/nonmatchings/code_38F900/func_E0090000.s rename to ver/us/asm/nonmatchings/code_38F900/func_E0090000.s diff --git a/asm/nonmatchings/code_38F900/func_E00901C8.s b/ver/us/asm/nonmatchings/code_38F900/func_E00901C8.s similarity index 100% rename from asm/nonmatchings/code_38F900/func_E00901C8.s rename to ver/us/asm/nonmatchings/code_38F900/func_E00901C8.s diff --git a/asm/nonmatchings/code_38F900/func_E0090428.s b/ver/us/asm/nonmatchings/code_38F900/func_E0090428.s similarity index 100% rename from asm/nonmatchings/code_38F900/func_E0090428.s rename to ver/us/asm/nonmatchings/code_38F900/func_E0090428.s diff --git a/asm/nonmatchings/code_38F900/func_E0090444.s b/ver/us/asm/nonmatchings/code_38F900/func_E0090444.s similarity index 100% rename from asm/nonmatchings/code_38F900/func_E0090444.s rename to ver/us/asm/nonmatchings/code_38F900/func_E0090444.s diff --git a/asm/nonmatchings/code_391D30/func_E0092000.s b/ver/us/asm/nonmatchings/code_391D30/func_E0092000.s similarity index 100% rename from asm/nonmatchings/code_391D30/func_E0092000.s rename to ver/us/asm/nonmatchings/code_391D30/func_E0092000.s diff --git a/asm/nonmatchings/code_391D30/func_E00921B4.s b/ver/us/asm/nonmatchings/code_391D30/func_E00921B4.s similarity index 100% rename from asm/nonmatchings/code_391D30/func_E00921B4.s rename to ver/us/asm/nonmatchings/code_391D30/func_E00921B4.s diff --git a/asm/nonmatchings/code_391D30/func_E0092258.s b/ver/us/asm/nonmatchings/code_391D30/func_E0092258.s similarity index 100% rename from asm/nonmatchings/code_391D30/func_E0092258.s rename to ver/us/asm/nonmatchings/code_391D30/func_E0092258.s diff --git a/asm/nonmatchings/code_391D30/func_E00922A0.s b/ver/us/asm/nonmatchings/code_391D30/func_E00922A0.s similarity index 100% rename from asm/nonmatchings/code_391D30/func_E00922A0.s rename to ver/us/asm/nonmatchings/code_391D30/func_E00922A0.s diff --git a/asm/nonmatchings/code_39210_len_aa0/func_8005DECC.s b/ver/us/asm/nonmatchings/code_39210_len_aa0/func_8005DECC.s similarity index 100% rename from asm/nonmatchings/code_39210_len_aa0/func_8005DECC.s rename to ver/us/asm/nonmatchings/code_39210_len_aa0/func_8005DECC.s diff --git a/asm/nonmatchings/code_39210_len_aa0/func_8005DFD4.s b/ver/us/asm/nonmatchings/code_39210_len_aa0/func_8005DFD4.s similarity index 100% rename from asm/nonmatchings/code_39210_len_aa0/func_8005DFD4.s rename to ver/us/asm/nonmatchings/code_39210_len_aa0/func_8005DFD4.s diff --git a/asm/nonmatchings/code_39210_len_aa0/func_8005E12C.s b/ver/us/asm/nonmatchings/code_39210_len_aa0/func_8005E12C.s similarity index 100% rename from asm/nonmatchings/code_39210_len_aa0/func_8005E12C.s rename to ver/us/asm/nonmatchings/code_39210_len_aa0/func_8005E12C.s diff --git a/asm/nonmatchings/code_3928D0/func_E0094000.s b/ver/us/asm/nonmatchings/code_3928D0/func_E0094000.s similarity index 100% rename from asm/nonmatchings/code_3928D0/func_E0094000.s rename to ver/us/asm/nonmatchings/code_3928D0/func_E0094000.s diff --git a/asm/nonmatchings/code_3928D0/func_E0094198.s b/ver/us/asm/nonmatchings/code_3928D0/func_E0094198.s similarity index 100% rename from asm/nonmatchings/code_3928D0/func_E0094198.s rename to ver/us/asm/nonmatchings/code_3928D0/func_E0094198.s diff --git a/asm/nonmatchings/code_3928D0/func_E00942C0.s b/ver/us/asm/nonmatchings/code_3928D0/func_E00942C0.s similarity index 100% rename from asm/nonmatchings/code_3928D0/func_E00942C0.s rename to ver/us/asm/nonmatchings/code_3928D0/func_E00942C0.s diff --git a/asm/nonmatchings/code_3928D0/func_E00942FC.s b/ver/us/asm/nonmatchings/code_3928D0/func_E00942FC.s similarity index 100% rename from asm/nonmatchings/code_3928D0/func_E00942FC.s rename to ver/us/asm/nonmatchings/code_3928D0/func_E00942FC.s diff --git a/asm/nonmatchings/code_394280/func_E0096000.s b/ver/us/asm/nonmatchings/code_394280/func_E0096000.s similarity index 100% rename from asm/nonmatchings/code_394280/func_E0096000.s rename to ver/us/asm/nonmatchings/code_394280/func_E0096000.s diff --git a/asm/nonmatchings/code_394280/func_E00960F4.s b/ver/us/asm/nonmatchings/code_394280/func_E00960F4.s similarity index 100% rename from asm/nonmatchings/code_394280/func_E00960F4.s rename to ver/us/asm/nonmatchings/code_394280/func_E00960F4.s diff --git a/asm/nonmatchings/code_394280/func_E0096178.s b/ver/us/asm/nonmatchings/code_394280/func_E0096178.s similarity index 100% rename from asm/nonmatchings/code_394280/func_E0096178.s rename to ver/us/asm/nonmatchings/code_394280/func_E0096178.s diff --git a/asm/nonmatchings/code_394280/func_E00961BC.s b/ver/us/asm/nonmatchings/code_394280/func_E00961BC.s similarity index 100% rename from asm/nonmatchings/code_394280/func_E00961BC.s rename to ver/us/asm/nonmatchings/code_394280/func_E00961BC.s diff --git a/asm/nonmatchings/code_395BB0/func_E0098000.s b/ver/us/asm/nonmatchings/code_395BB0/func_E0098000.s similarity index 100% rename from asm/nonmatchings/code_395BB0/func_E0098000.s rename to ver/us/asm/nonmatchings/code_395BB0/func_E0098000.s diff --git a/asm/nonmatchings/code_395BB0/func_E0098170.s b/ver/us/asm/nonmatchings/code_395BB0/func_E0098170.s similarity index 100% rename from asm/nonmatchings/code_395BB0/func_E0098170.s rename to ver/us/asm/nonmatchings/code_395BB0/func_E0098170.s diff --git a/asm/nonmatchings/code_395BB0/func_E009829C.s b/ver/us/asm/nonmatchings/code_395BB0/func_E009829C.s similarity index 100% rename from asm/nonmatchings/code_395BB0/func_E009829C.s rename to ver/us/asm/nonmatchings/code_395BB0/func_E009829C.s diff --git a/asm/nonmatchings/code_395BB0/func_E00982EC.s b/ver/us/asm/nonmatchings/code_395BB0/func_E00982EC.s similarity index 100% rename from asm/nonmatchings/code_395BB0/func_E00982EC.s rename to ver/us/asm/nonmatchings/code_395BB0/func_E00982EC.s diff --git a/asm/nonmatchings/code_3965B0/func_E009A000.s b/ver/us/asm/nonmatchings/code_3965B0/func_E009A000.s similarity index 100% rename from asm/nonmatchings/code_3965B0/func_E009A000.s rename to ver/us/asm/nonmatchings/code_3965B0/func_E009A000.s diff --git a/asm/nonmatchings/code_3965B0/func_E009A140.s b/ver/us/asm/nonmatchings/code_3965B0/func_E009A140.s similarity index 100% rename from asm/nonmatchings/code_3965B0/func_E009A140.s rename to ver/us/asm/nonmatchings/code_3965B0/func_E009A140.s diff --git a/asm/nonmatchings/code_3965B0/func_E009A398.s b/ver/us/asm/nonmatchings/code_3965B0/func_E009A398.s similarity index 100% rename from asm/nonmatchings/code_3965B0/func_E009A398.s rename to ver/us/asm/nonmatchings/code_3965B0/func_E009A398.s diff --git a/asm/nonmatchings/code_3965B0/func_E009A3E0.s b/ver/us/asm/nonmatchings/code_3965B0/func_E009A3E0.s similarity index 100% rename from asm/nonmatchings/code_3965B0/func_E009A3E0.s rename to ver/us/asm/nonmatchings/code_3965B0/func_E009A3E0.s diff --git a/asm/nonmatchings/code_3981F0/func_E009C000.s b/ver/us/asm/nonmatchings/code_3981F0/func_E009C000.s similarity index 100% rename from asm/nonmatchings/code_3981F0/func_E009C000.s rename to ver/us/asm/nonmatchings/code_3981F0/func_E009C000.s diff --git a/asm/nonmatchings/code_3981F0/func_E009C108.s b/ver/us/asm/nonmatchings/code_3981F0/func_E009C108.s similarity index 100% rename from asm/nonmatchings/code_3981F0/func_E009C108.s rename to ver/us/asm/nonmatchings/code_3981F0/func_E009C108.s diff --git a/asm/nonmatchings/code_3981F0/func_E009C1DC.s b/ver/us/asm/nonmatchings/code_3981F0/func_E009C1DC.s similarity index 100% rename from asm/nonmatchings/code_3981F0/func_E009C1DC.s rename to ver/us/asm/nonmatchings/code_3981F0/func_E009C1DC.s diff --git a/asm/nonmatchings/code_3981F0/func_E009C220.s b/ver/us/asm/nonmatchings/code_3981F0/func_E009C220.s similarity index 100% rename from asm/nonmatchings/code_3981F0/func_E009C220.s rename to ver/us/asm/nonmatchings/code_3981F0/func_E009C220.s diff --git a/asm/nonmatchings/code_39FF20/func_E009E000.s b/ver/us/asm/nonmatchings/code_39FF20/func_E009E000.s similarity index 100% rename from asm/nonmatchings/code_39FF20/func_E009E000.s rename to ver/us/asm/nonmatchings/code_39FF20/func_E009E000.s diff --git a/asm/nonmatchings/code_39FF20/func_E009E1E4.s b/ver/us/asm/nonmatchings/code_39FF20/func_E009E1E4.s similarity index 100% rename from asm/nonmatchings/code_39FF20/func_E009E1E4.s rename to ver/us/asm/nonmatchings/code_39FF20/func_E009E1E4.s diff --git a/asm/nonmatchings/code_39FF20/func_E009E3DC.s b/ver/us/asm/nonmatchings/code_39FF20/func_E009E3DC.s similarity index 100% rename from asm/nonmatchings/code_39FF20/func_E009E3DC.s rename to ver/us/asm/nonmatchings/code_39FF20/func_E009E3DC.s diff --git a/asm/nonmatchings/code_39FF20/func_E009E424.s b/ver/us/asm/nonmatchings/code_39FF20/func_E009E424.s similarity index 100% rename from asm/nonmatchings/code_39FF20/func_E009E424.s rename to ver/us/asm/nonmatchings/code_39FF20/func_E009E424.s diff --git a/asm/nonmatchings/code_3A2290/func_E00A0000.s b/ver/us/asm/nonmatchings/code_3A2290/func_E00A0000.s similarity index 100% rename from asm/nonmatchings/code_3A2290/func_E00A0000.s rename to ver/us/asm/nonmatchings/code_3A2290/func_E00A0000.s diff --git a/asm/nonmatchings/code_3A2990/func_E00A2000.s b/ver/us/asm/nonmatchings/code_3A2990/func_E00A2000.s similarity index 100% rename from asm/nonmatchings/code_3A2990/func_E00A2000.s rename to ver/us/asm/nonmatchings/code_3A2990/func_E00A2000.s diff --git a/asm/nonmatchings/code_3A2990/func_E00A2120.s b/ver/us/asm/nonmatchings/code_3A2990/func_E00A2120.s similarity index 100% rename from asm/nonmatchings/code_3A2990/func_E00A2120.s rename to ver/us/asm/nonmatchings/code_3A2990/func_E00A2120.s diff --git a/asm/nonmatchings/code_3A2990/func_E00A21EC.s b/ver/us/asm/nonmatchings/code_3A2990/func_E00A21EC.s similarity index 100% rename from asm/nonmatchings/code_3A2990/func_E00A21EC.s rename to ver/us/asm/nonmatchings/code_3A2990/func_E00A21EC.s diff --git a/asm/nonmatchings/code_3A2990/func_E00A223C.s b/ver/us/asm/nonmatchings/code_3A2990/func_E00A223C.s similarity index 100% rename from asm/nonmatchings/code_3A2990/func_E00A223C.s rename to ver/us/asm/nonmatchings/code_3A2990/func_E00A223C.s diff --git a/asm/nonmatchings/code_3A37E0/func_E00A4000.s b/ver/us/asm/nonmatchings/code_3A37E0/func_E00A4000.s similarity index 100% rename from asm/nonmatchings/code_3A37E0/func_E00A4000.s rename to ver/us/asm/nonmatchings/code_3A37E0/func_E00A4000.s diff --git a/asm/nonmatchings/code_3A37E0/func_E00A41AC.s b/ver/us/asm/nonmatchings/code_3A37E0/func_E00A41AC.s similarity index 100% rename from asm/nonmatchings/code_3A37E0/func_E00A41AC.s rename to ver/us/asm/nonmatchings/code_3A37E0/func_E00A41AC.s diff --git a/asm/nonmatchings/code_3A37E0/func_E00A45DC.s b/ver/us/asm/nonmatchings/code_3A37E0/func_E00A45DC.s similarity index 100% rename from asm/nonmatchings/code_3A37E0/func_E00A45DC.s rename to ver/us/asm/nonmatchings/code_3A37E0/func_E00A45DC.s diff --git a/asm/nonmatchings/code_3A37E0/func_E00A4650.s b/ver/us/asm/nonmatchings/code_3A37E0/func_E00A4650.s similarity index 100% rename from asm/nonmatchings/code_3A37E0/func_E00A4650.s rename to ver/us/asm/nonmatchings/code_3A37E0/func_E00A4650.s diff --git a/asm/nonmatchings/code_3A5550/func_E00A6000.s b/ver/us/asm/nonmatchings/code_3A5550/func_E00A6000.s similarity index 100% rename from asm/nonmatchings/code_3A5550/func_E00A6000.s rename to ver/us/asm/nonmatchings/code_3A5550/func_E00A6000.s diff --git a/asm/nonmatchings/code_3A5550/func_E00A6124.s b/ver/us/asm/nonmatchings/code_3A5550/func_E00A6124.s similarity index 100% rename from asm/nonmatchings/code_3A5550/func_E00A6124.s rename to ver/us/asm/nonmatchings/code_3A5550/func_E00A6124.s diff --git a/asm/nonmatchings/code_3A5550/func_E00A6358.s b/ver/us/asm/nonmatchings/code_3A5550/func_E00A6358.s similarity index 100% rename from asm/nonmatchings/code_3A5550/func_E00A6358.s rename to ver/us/asm/nonmatchings/code_3A5550/func_E00A6358.s diff --git a/asm/nonmatchings/code_3A5550/func_E00A63A4.s b/ver/us/asm/nonmatchings/code_3A5550/func_E00A63A4.s similarity index 100% rename from asm/nonmatchings/code_3A5550/func_E00A63A4.s rename to ver/us/asm/nonmatchings/code_3A5550/func_E00A63A4.s diff --git a/asm/nonmatchings/code_3A70F0/func_E00A8000.s b/ver/us/asm/nonmatchings/code_3A70F0/func_E00A8000.s similarity index 100% rename from asm/nonmatchings/code_3A70F0/func_E00A8000.s rename to ver/us/asm/nonmatchings/code_3A70F0/func_E00A8000.s diff --git a/asm/nonmatchings/code_3A70F0/func_E00A8104.s b/ver/us/asm/nonmatchings/code_3A70F0/func_E00A8104.s similarity index 100% rename from asm/nonmatchings/code_3A70F0/func_E00A8104.s rename to ver/us/asm/nonmatchings/code_3A70F0/func_E00A8104.s diff --git a/asm/nonmatchings/code_3A70F0/func_E00A82D4.s b/ver/us/asm/nonmatchings/code_3A70F0/func_E00A82D4.s similarity index 100% rename from asm/nonmatchings/code_3A70F0/func_E00A82D4.s rename to ver/us/asm/nonmatchings/code_3A70F0/func_E00A82D4.s diff --git a/asm/nonmatchings/code_3A70F0/func_E00A8320.s b/ver/us/asm/nonmatchings/code_3A70F0/func_E00A8320.s similarity index 100% rename from asm/nonmatchings/code_3A70F0/func_E00A8320.s rename to ver/us/asm/nonmatchings/code_3A70F0/func_E00A8320.s diff --git a/asm/nonmatchings/code_3AA920/func_E00AA000.s b/ver/us/asm/nonmatchings/code_3AA920/func_E00AA000.s similarity index 100% rename from asm/nonmatchings/code_3AA920/func_E00AA000.s rename to ver/us/asm/nonmatchings/code_3AA920/func_E00AA000.s diff --git a/asm/nonmatchings/code_3AA920/func_E00AA10C.s b/ver/us/asm/nonmatchings/code_3AA920/func_E00AA10C.s similarity index 100% rename from asm/nonmatchings/code_3AA920/func_E00AA10C.s rename to ver/us/asm/nonmatchings/code_3AA920/func_E00AA10C.s diff --git a/asm/nonmatchings/code_3AA920/func_E00AA3C0.s b/ver/us/asm/nonmatchings/code_3AA920/func_E00AA3C0.s similarity index 100% rename from asm/nonmatchings/code_3AA920/func_E00AA3C0.s rename to ver/us/asm/nonmatchings/code_3AA920/func_E00AA3C0.s diff --git a/asm/nonmatchings/code_3AA920/func_E00AA404.s b/ver/us/asm/nonmatchings/code_3AA920/func_E00AA404.s similarity index 100% rename from asm/nonmatchings/code_3AA920/func_E00AA404.s rename to ver/us/asm/nonmatchings/code_3AA920/func_E00AA404.s diff --git a/asm/nonmatchings/code_3AEE20/func_E00AC000.s b/ver/us/asm/nonmatchings/code_3AEE20/func_E00AC000.s similarity index 100% rename from asm/nonmatchings/code_3AEE20/func_E00AC000.s rename to ver/us/asm/nonmatchings/code_3AEE20/func_E00AC000.s diff --git a/asm/nonmatchings/code_3AEE20/func_E00AC124.s b/ver/us/asm/nonmatchings/code_3AEE20/func_E00AC124.s similarity index 100% rename from asm/nonmatchings/code_3AEE20/func_E00AC124.s rename to ver/us/asm/nonmatchings/code_3AEE20/func_E00AC124.s diff --git a/asm/nonmatchings/code_3AEE20/func_E00AC288.s b/ver/us/asm/nonmatchings/code_3AEE20/func_E00AC288.s similarity index 100% rename from asm/nonmatchings/code_3AEE20/func_E00AC288.s rename to ver/us/asm/nonmatchings/code_3AEE20/func_E00AC288.s diff --git a/asm/nonmatchings/code_3AEE20/func_E00AC2A4.s b/ver/us/asm/nonmatchings/code_3AEE20/func_E00AC2A4.s similarity index 100% rename from asm/nonmatchings/code_3AEE20/func_E00AC2A4.s rename to ver/us/asm/nonmatchings/code_3AEE20/func_E00AC2A4.s diff --git a/asm/nonmatchings/code_3B2350/func_E00AE000.s b/ver/us/asm/nonmatchings/code_3B2350/func_E00AE000.s similarity index 100% rename from asm/nonmatchings/code_3B2350/func_E00AE000.s rename to ver/us/asm/nonmatchings/code_3B2350/func_E00AE000.s diff --git a/asm/nonmatchings/code_3B2350/func_E00AE1B4.s b/ver/us/asm/nonmatchings/code_3B2350/func_E00AE1B4.s similarity index 100% rename from asm/nonmatchings/code_3B2350/func_E00AE1B4.s rename to ver/us/asm/nonmatchings/code_3B2350/func_E00AE1B4.s diff --git a/asm/nonmatchings/code_3B2350/func_E00AE4FC.s b/ver/us/asm/nonmatchings/code_3B2350/func_E00AE4FC.s similarity index 100% rename from asm/nonmatchings/code_3B2350/func_E00AE4FC.s rename to ver/us/asm/nonmatchings/code_3B2350/func_E00AE4FC.s diff --git a/asm/nonmatchings/code_3B2350/func_E00AE54C.s b/ver/us/asm/nonmatchings/code_3B2350/func_E00AE54C.s similarity index 100% rename from asm/nonmatchings/code_3B2350/func_E00AE54C.s rename to ver/us/asm/nonmatchings/code_3B2350/func_E00AE54C.s diff --git a/asm/nonmatchings/code_3B3EB0/func_E00B0000.s b/ver/us/asm/nonmatchings/code_3B3EB0/func_E00B0000.s similarity index 100% rename from asm/nonmatchings/code_3B3EB0/func_E00B0000.s rename to ver/us/asm/nonmatchings/code_3B3EB0/func_E00B0000.s diff --git a/asm/nonmatchings/code_3B3EB0/func_E00B0124.s b/ver/us/asm/nonmatchings/code_3B3EB0/func_E00B0124.s similarity index 100% rename from asm/nonmatchings/code_3B3EB0/func_E00B0124.s rename to ver/us/asm/nonmatchings/code_3B3EB0/func_E00B0124.s diff --git a/asm/nonmatchings/code_3B3EB0/func_E00B01F8.s b/ver/us/asm/nonmatchings/code_3B3EB0/func_E00B01F8.s similarity index 100% rename from asm/nonmatchings/code_3B3EB0/func_E00B01F8.s rename to ver/us/asm/nonmatchings/code_3B3EB0/func_E00B01F8.s diff --git a/asm/nonmatchings/code_3B3EB0/func_E00B0234.s b/ver/us/asm/nonmatchings/code_3B3EB0/func_E00B0234.s similarity index 100% rename from asm/nonmatchings/code_3B3EB0/func_E00B0234.s rename to ver/us/asm/nonmatchings/code_3B3EB0/func_E00B0234.s diff --git a/asm/nonmatchings/code_3B4790/func_E00B2000.s b/ver/us/asm/nonmatchings/code_3B4790/func_E00B2000.s similarity index 100% rename from asm/nonmatchings/code_3B4790/func_E00B2000.s rename to ver/us/asm/nonmatchings/code_3B4790/func_E00B2000.s diff --git a/asm/nonmatchings/code_3B4790/func_E00B21E4.s b/ver/us/asm/nonmatchings/code_3B4790/func_E00B21E4.s similarity index 100% rename from asm/nonmatchings/code_3B4790/func_E00B21E4.s rename to ver/us/asm/nonmatchings/code_3B4790/func_E00B21E4.s diff --git a/asm/nonmatchings/code_3B4790/func_E00B2460.s b/ver/us/asm/nonmatchings/code_3B4790/func_E00B2460.s similarity index 100% rename from asm/nonmatchings/code_3B4790/func_E00B2460.s rename to ver/us/asm/nonmatchings/code_3B4790/func_E00B2460.s diff --git a/asm/nonmatchings/code_3B4790/func_E00B24B0.s b/ver/us/asm/nonmatchings/code_3B4790/func_E00B24B0.s similarity index 100% rename from asm/nonmatchings/code_3B4790/func_E00B24B0.s rename to ver/us/asm/nonmatchings/code_3B4790/func_E00B24B0.s diff --git a/asm/nonmatchings/code_3B5CF0/func_E00B4000.s b/ver/us/asm/nonmatchings/code_3B5CF0/func_E00B4000.s similarity index 100% rename from asm/nonmatchings/code_3B5CF0/func_E00B4000.s rename to ver/us/asm/nonmatchings/code_3B5CF0/func_E00B4000.s diff --git a/asm/nonmatchings/code_3B5CF0/func_E00B413C.s b/ver/us/asm/nonmatchings/code_3B5CF0/func_E00B413C.s similarity index 100% rename from asm/nonmatchings/code_3B5CF0/func_E00B413C.s rename to ver/us/asm/nonmatchings/code_3B5CF0/func_E00B413C.s diff --git a/asm/nonmatchings/code_3B5CF0/func_E00B452C.s b/ver/us/asm/nonmatchings/code_3B5CF0/func_E00B452C.s similarity index 100% rename from asm/nonmatchings/code_3B5CF0/func_E00B452C.s rename to ver/us/asm/nonmatchings/code_3B5CF0/func_E00B452C.s diff --git a/asm/nonmatchings/code_3B5CF0/func_E00B457C.s b/ver/us/asm/nonmatchings/code_3B5CF0/func_E00B457C.s similarity index 100% rename from asm/nonmatchings/code_3B5CF0/func_E00B457C.s rename to ver/us/asm/nonmatchings/code_3B5CF0/func_E00B457C.s diff --git a/asm/nonmatchings/code_3B7160/func_E00B6000.s b/ver/us/asm/nonmatchings/code_3B7160/func_E00B6000.s similarity index 100% rename from asm/nonmatchings/code_3B7160/func_E00B6000.s rename to ver/us/asm/nonmatchings/code_3B7160/func_E00B6000.s diff --git a/asm/nonmatchings/code_3B7160/func_E00B6180.s b/ver/us/asm/nonmatchings/code_3B7160/func_E00B6180.s similarity index 100% rename from asm/nonmatchings/code_3B7160/func_E00B6180.s rename to ver/us/asm/nonmatchings/code_3B7160/func_E00B6180.s diff --git a/asm/nonmatchings/code_3B7160/func_E00B629C.s b/ver/us/asm/nonmatchings/code_3B7160/func_E00B629C.s similarity index 100% rename from asm/nonmatchings/code_3B7160/func_E00B629C.s rename to ver/us/asm/nonmatchings/code_3B7160/func_E00B629C.s diff --git a/asm/nonmatchings/code_3B7160/func_E00B62E0.s b/ver/us/asm/nonmatchings/code_3B7160/func_E00B62E0.s similarity index 100% rename from asm/nonmatchings/code_3B7160/func_E00B62E0.s rename to ver/us/asm/nonmatchings/code_3B7160/func_E00B62E0.s diff --git a/asm/nonmatchings/code_3B7B80/func_E00B8000.s b/ver/us/asm/nonmatchings/code_3B7B80/func_E00B8000.s similarity index 100% rename from asm/nonmatchings/code_3B7B80/func_E00B8000.s rename to ver/us/asm/nonmatchings/code_3B7B80/func_E00B8000.s diff --git a/asm/nonmatchings/code_3B7B80/func_E00B8134.s b/ver/us/asm/nonmatchings/code_3B7B80/func_E00B8134.s similarity index 100% rename from asm/nonmatchings/code_3B7B80/func_E00B8134.s rename to ver/us/asm/nonmatchings/code_3B7B80/func_E00B8134.s diff --git a/asm/nonmatchings/code_3B7B80/func_E00B81B8.s b/ver/us/asm/nonmatchings/code_3B7B80/func_E00B81B8.s similarity index 100% rename from asm/nonmatchings/code_3B7B80/func_E00B81B8.s rename to ver/us/asm/nonmatchings/code_3B7B80/func_E00B81B8.s diff --git a/asm/nonmatchings/code_3B7B80/func_E00B8208.s b/ver/us/asm/nonmatchings/code_3B7B80/func_E00B8208.s similarity index 100% rename from asm/nonmatchings/code_3B7B80/func_E00B8208.s rename to ver/us/asm/nonmatchings/code_3B7B80/func_E00B8208.s diff --git a/asm/nonmatchings/code_3B8BD0/func_E00BA000.s b/ver/us/asm/nonmatchings/code_3B8BD0/func_E00BA000.s similarity index 100% rename from asm/nonmatchings/code_3B8BD0/func_E00BA000.s rename to ver/us/asm/nonmatchings/code_3B8BD0/func_E00BA000.s diff --git a/asm/nonmatchings/code_3B8BD0/func_E00BA174.s b/ver/us/asm/nonmatchings/code_3B8BD0/func_E00BA174.s similarity index 100% rename from asm/nonmatchings/code_3B8BD0/func_E00BA174.s rename to ver/us/asm/nonmatchings/code_3B8BD0/func_E00BA174.s diff --git a/asm/nonmatchings/code_3B8BD0/func_E00BA5DC.s b/ver/us/asm/nonmatchings/code_3B8BD0/func_E00BA5DC.s similarity index 100% rename from asm/nonmatchings/code_3B8BD0/func_E00BA5DC.s rename to ver/us/asm/nonmatchings/code_3B8BD0/func_E00BA5DC.s diff --git a/asm/nonmatchings/code_3B8BD0/func_E00BA620.s b/ver/us/asm/nonmatchings/code_3B8BD0/func_E00BA620.s similarity index 100% rename from asm/nonmatchings/code_3B8BD0/func_E00BA620.s rename to ver/us/asm/nonmatchings/code_3B8BD0/func_E00BA620.s diff --git a/asm/nonmatchings/code_3BA030/func_E00BC000.s b/ver/us/asm/nonmatchings/code_3BA030/func_E00BC000.s similarity index 100% rename from asm/nonmatchings/code_3BA030/func_E00BC000.s rename to ver/us/asm/nonmatchings/code_3BA030/func_E00BC000.s diff --git a/asm/nonmatchings/code_3BA030/func_E00BC1D8.s b/ver/us/asm/nonmatchings/code_3BA030/func_E00BC1D8.s similarity index 100% rename from asm/nonmatchings/code_3BA030/func_E00BC1D8.s rename to ver/us/asm/nonmatchings/code_3BA030/func_E00BC1D8.s diff --git a/asm/nonmatchings/code_3BA030/func_E00BC238.s b/ver/us/asm/nonmatchings/code_3BA030/func_E00BC238.s similarity index 100% rename from asm/nonmatchings/code_3BA030/func_E00BC238.s rename to ver/us/asm/nonmatchings/code_3BA030/func_E00BC238.s diff --git a/asm/nonmatchings/code_3BA030/func_E00BC2E8.s b/ver/us/asm/nonmatchings/code_3BA030/func_E00BC2E8.s similarity index 100% rename from asm/nonmatchings/code_3BA030/func_E00BC2E8.s rename to ver/us/asm/nonmatchings/code_3BA030/func_E00BC2E8.s diff --git a/asm/nonmatchings/code_3BA030/func_E00BC374.s b/ver/us/asm/nonmatchings/code_3BA030/func_E00BC374.s similarity index 100% rename from asm/nonmatchings/code_3BA030/func_E00BC374.s rename to ver/us/asm/nonmatchings/code_3BA030/func_E00BC374.s diff --git a/asm/nonmatchings/code_3BBF60/func_E00BE000.s b/ver/us/asm/nonmatchings/code_3BBF60/func_E00BE000.s similarity index 100% rename from asm/nonmatchings/code_3BBF60/func_E00BE000.s rename to ver/us/asm/nonmatchings/code_3BBF60/func_E00BE000.s diff --git a/asm/nonmatchings/code_3BBF60/func_E00BE3A4.s b/ver/us/asm/nonmatchings/code_3BBF60/func_E00BE3A4.s similarity index 100% rename from asm/nonmatchings/code_3BBF60/func_E00BE3A4.s rename to ver/us/asm/nonmatchings/code_3BBF60/func_E00BE3A4.s diff --git a/asm/nonmatchings/code_3BBF60/func_E00BE578.s b/ver/us/asm/nonmatchings/code_3BBF60/func_E00BE578.s similarity index 100% rename from asm/nonmatchings/code_3BBF60/func_E00BE578.s rename to ver/us/asm/nonmatchings/code_3BBF60/func_E00BE578.s diff --git a/asm/nonmatchings/code_3BBF60/func_E00BE5BC.s b/ver/us/asm/nonmatchings/code_3BBF60/func_E00BE5BC.s similarity index 100% rename from asm/nonmatchings/code_3BBF60/func_E00BE5BC.s rename to ver/us/asm/nonmatchings/code_3BBF60/func_E00BE5BC.s diff --git a/asm/nonmatchings/code_3BCD60/func_E00C0000.s b/ver/us/asm/nonmatchings/code_3BCD60/func_E00C0000.s similarity index 100% rename from asm/nonmatchings/code_3BCD60/func_E00C0000.s rename to ver/us/asm/nonmatchings/code_3BCD60/func_E00C0000.s diff --git a/asm/nonmatchings/code_3BCD60/func_E00C0160.s b/ver/us/asm/nonmatchings/code_3BCD60/func_E00C0160.s similarity index 100% rename from asm/nonmatchings/code_3BCD60/func_E00C0160.s rename to ver/us/asm/nonmatchings/code_3BCD60/func_E00C0160.s diff --git a/asm/nonmatchings/code_3BCD60/func_E00C0710.s b/ver/us/asm/nonmatchings/code_3BCD60/func_E00C0710.s similarity index 100% rename from asm/nonmatchings/code_3BCD60/func_E00C0710.s rename to ver/us/asm/nonmatchings/code_3BCD60/func_E00C0710.s diff --git a/asm/nonmatchings/code_3BCD60/func_E00C0760.s b/ver/us/asm/nonmatchings/code_3BCD60/func_E00C0760.s similarity index 100% rename from asm/nonmatchings/code_3BCD60/func_E00C0760.s rename to ver/us/asm/nonmatchings/code_3BCD60/func_E00C0760.s diff --git a/asm/nonmatchings/code_3C11D0/func_E00C2000.s b/ver/us/asm/nonmatchings/code_3C11D0/func_E00C2000.s similarity index 100% rename from asm/nonmatchings/code_3C11D0/func_E00C2000.s rename to ver/us/asm/nonmatchings/code_3C11D0/func_E00C2000.s diff --git a/asm/nonmatchings/code_3C11D0/func_E00C212C.s b/ver/us/asm/nonmatchings/code_3C11D0/func_E00C212C.s similarity index 100% rename from asm/nonmatchings/code_3C11D0/func_E00C212C.s rename to ver/us/asm/nonmatchings/code_3C11D0/func_E00C212C.s diff --git a/asm/nonmatchings/code_3C11D0/func_E00C21CC.s b/ver/us/asm/nonmatchings/code_3C11D0/func_E00C21CC.s similarity index 100% rename from asm/nonmatchings/code_3C11D0/func_E00C21CC.s rename to ver/us/asm/nonmatchings/code_3C11D0/func_E00C21CC.s diff --git a/asm/nonmatchings/code_3C11D0/func_E00C221C.s b/ver/us/asm/nonmatchings/code_3C11D0/func_E00C221C.s similarity index 100% rename from asm/nonmatchings/code_3C11D0/func_E00C221C.s rename to ver/us/asm/nonmatchings/code_3C11D0/func_E00C221C.s diff --git a/asm/nonmatchings/code_3CADF0/func_E00C4000.s b/ver/us/asm/nonmatchings/code_3CADF0/func_E00C4000.s similarity index 100% rename from asm/nonmatchings/code_3CADF0/func_E00C4000.s rename to ver/us/asm/nonmatchings/code_3CADF0/func_E00C4000.s diff --git a/asm/nonmatchings/code_3CADF0/func_E00C4178.s b/ver/us/asm/nonmatchings/code_3CADF0/func_E00C4178.s similarity index 100% rename from asm/nonmatchings/code_3CADF0/func_E00C4178.s rename to ver/us/asm/nonmatchings/code_3CADF0/func_E00C4178.s diff --git a/asm/nonmatchings/code_3CADF0/func_E00C42C4.s b/ver/us/asm/nonmatchings/code_3CADF0/func_E00C42C4.s similarity index 100% rename from asm/nonmatchings/code_3CADF0/func_E00C42C4.s rename to ver/us/asm/nonmatchings/code_3CADF0/func_E00C42C4.s diff --git a/asm/nonmatchings/code_3CADF0/func_E00C4308.s b/ver/us/asm/nonmatchings/code_3CADF0/func_E00C4308.s similarity index 100% rename from asm/nonmatchings/code_3CADF0/func_E00C4308.s rename to ver/us/asm/nonmatchings/code_3CADF0/func_E00C4308.s diff --git a/asm/nonmatchings/code_3CC9E0/func_E00C6000.s b/ver/us/asm/nonmatchings/code_3CC9E0/func_E00C6000.s similarity index 100% rename from asm/nonmatchings/code_3CC9E0/func_E00C6000.s rename to ver/us/asm/nonmatchings/code_3CC9E0/func_E00C6000.s diff --git a/asm/nonmatchings/code_3CC9E0/func_E00C639C.s b/ver/us/asm/nonmatchings/code_3CC9E0/func_E00C639C.s similarity index 100% rename from asm/nonmatchings/code_3CC9E0/func_E00C639C.s rename to ver/us/asm/nonmatchings/code_3CC9E0/func_E00C639C.s diff --git a/asm/nonmatchings/code_3CC9E0/func_E00C6768.s b/ver/us/asm/nonmatchings/code_3CC9E0/func_E00C6768.s similarity index 100% rename from asm/nonmatchings/code_3CC9E0/func_E00C6768.s rename to ver/us/asm/nonmatchings/code_3CC9E0/func_E00C6768.s diff --git a/asm/nonmatchings/code_3CC9E0/func_E00C67B0.s b/ver/us/asm/nonmatchings/code_3CC9E0/func_E00C67B0.s similarity index 100% rename from asm/nonmatchings/code_3CC9E0/func_E00C67B0.s rename to ver/us/asm/nonmatchings/code_3CC9E0/func_E00C67B0.s diff --git a/asm/nonmatchings/code_3CF3A0/func_E00C8000.s b/ver/us/asm/nonmatchings/code_3CF3A0/func_E00C8000.s similarity index 100% rename from asm/nonmatchings/code_3CF3A0/func_E00C8000.s rename to ver/us/asm/nonmatchings/code_3CF3A0/func_E00C8000.s diff --git a/asm/nonmatchings/code_3CF3A0/func_E00C8220.s b/ver/us/asm/nonmatchings/code_3CF3A0/func_E00C8220.s similarity index 100% rename from asm/nonmatchings/code_3CF3A0/func_E00C8220.s rename to ver/us/asm/nonmatchings/code_3CF3A0/func_E00C8220.s diff --git a/asm/nonmatchings/code_3CF3A0/func_E00C8404.s b/ver/us/asm/nonmatchings/code_3CF3A0/func_E00C8404.s similarity index 100% rename from asm/nonmatchings/code_3CF3A0/func_E00C8404.s rename to ver/us/asm/nonmatchings/code_3CF3A0/func_E00C8404.s diff --git a/asm/nonmatchings/code_3CF3A0/func_E00C8454.s b/ver/us/asm/nonmatchings/code_3CF3A0/func_E00C8454.s similarity index 100% rename from asm/nonmatchings/code_3CF3A0/func_E00C8454.s rename to ver/us/asm/nonmatchings/code_3CF3A0/func_E00C8454.s diff --git a/asm/nonmatchings/code_3CF80/osContGetInitData.s b/ver/us/asm/nonmatchings/code_3CF80/osContGetInitData.s similarity index 100% rename from asm/nonmatchings/code_3CF80/osContGetInitData.s rename to ver/us/asm/nonmatchings/code_3CF80/osContGetInitData.s diff --git a/asm/nonmatchings/code_3CF80/osContInit.s b/ver/us/asm/nonmatchings/code_3CF80/osContInit.s similarity index 100% rename from asm/nonmatchings/code_3CF80/osContInit.s rename to ver/us/asm/nonmatchings/code_3CF80/osContInit.s diff --git a/asm/nonmatchings/code_3CF80/osPackRequestData.s b/ver/us/asm/nonmatchings/code_3CF80/osPackRequestData.s similarity index 100% rename from asm/nonmatchings/code_3CF80/osPackRequestData.s rename to ver/us/asm/nonmatchings/code_3CF80/osPackRequestData.s diff --git a/asm/nonmatchings/code_3D0500/func_E00CA000.s b/ver/us/asm/nonmatchings/code_3D0500/func_E00CA000.s similarity index 100% rename from asm/nonmatchings/code_3D0500/func_E00CA000.s rename to ver/us/asm/nonmatchings/code_3D0500/func_E00CA000.s diff --git a/asm/nonmatchings/code_3D0500/func_E00CA248.s b/ver/us/asm/nonmatchings/code_3D0500/func_E00CA248.s similarity index 100% rename from asm/nonmatchings/code_3D0500/func_E00CA248.s rename to ver/us/asm/nonmatchings/code_3D0500/func_E00CA248.s diff --git a/asm/nonmatchings/code_3D0500/func_E00CA484.s b/ver/us/asm/nonmatchings/code_3D0500/func_E00CA484.s similarity index 100% rename from asm/nonmatchings/code_3D0500/func_E00CA484.s rename to ver/us/asm/nonmatchings/code_3D0500/func_E00CA484.s diff --git a/asm/nonmatchings/code_3D0500/func_E00CA4CC.s b/ver/us/asm/nonmatchings/code_3D0500/func_E00CA4CC.s similarity index 100% rename from asm/nonmatchings/code_3D0500/func_E00CA4CC.s rename to ver/us/asm/nonmatchings/code_3D0500/func_E00CA4CC.s diff --git a/asm/nonmatchings/code_3D1690/func_E00CC000.s b/ver/us/asm/nonmatchings/code_3D1690/func_E00CC000.s similarity index 100% rename from asm/nonmatchings/code_3D1690/func_E00CC000.s rename to ver/us/asm/nonmatchings/code_3D1690/func_E00CC000.s diff --git a/asm/nonmatchings/code_3D1690/func_E00CC258.s b/ver/us/asm/nonmatchings/code_3D1690/func_E00CC258.s similarity index 100% rename from asm/nonmatchings/code_3D1690/func_E00CC258.s rename to ver/us/asm/nonmatchings/code_3D1690/func_E00CC258.s diff --git a/asm/nonmatchings/code_3D1690/func_E00CC980.s b/ver/us/asm/nonmatchings/code_3D1690/func_E00CC980.s similarity index 100% rename from asm/nonmatchings/code_3D1690/func_E00CC980.s rename to ver/us/asm/nonmatchings/code_3D1690/func_E00CC980.s diff --git a/asm/nonmatchings/code_3D1690/func_E00CC9D0.s b/ver/us/asm/nonmatchings/code_3D1690/func_E00CC9D0.s similarity index 100% rename from asm/nonmatchings/code_3D1690/func_E00CC9D0.s rename to ver/us/asm/nonmatchings/code_3D1690/func_E00CC9D0.s diff --git a/asm/nonmatchings/code_3D2AC0/func_E00CE000.s b/ver/us/asm/nonmatchings/code_3D2AC0/func_E00CE000.s similarity index 100% rename from asm/nonmatchings/code_3D2AC0/func_E00CE000.s rename to ver/us/asm/nonmatchings/code_3D2AC0/func_E00CE000.s diff --git a/asm/nonmatchings/code_3D2AC0/func_E00CE224.s b/ver/us/asm/nonmatchings/code_3D2AC0/func_E00CE224.s similarity index 100% rename from asm/nonmatchings/code_3D2AC0/func_E00CE224.s rename to ver/us/asm/nonmatchings/code_3D2AC0/func_E00CE224.s diff --git a/asm/nonmatchings/code_3D2AC0/func_E00CE428.s b/ver/us/asm/nonmatchings/code_3D2AC0/func_E00CE428.s similarity index 100% rename from asm/nonmatchings/code_3D2AC0/func_E00CE428.s rename to ver/us/asm/nonmatchings/code_3D2AC0/func_E00CE428.s diff --git a/asm/nonmatchings/code_3D2AC0/func_E00CE478.s b/ver/us/asm/nonmatchings/code_3D2AC0/func_E00CE478.s similarity index 100% rename from asm/nonmatchings/code_3D2AC0/func_E00CE478.s rename to ver/us/asm/nonmatchings/code_3D2AC0/func_E00CE478.s diff --git a/asm/nonmatchings/code_3D3E20/func_E00D0000.s b/ver/us/asm/nonmatchings/code_3D3E20/func_E00D0000.s similarity index 100% rename from asm/nonmatchings/code_3D3E20/func_E00D0000.s rename to ver/us/asm/nonmatchings/code_3D3E20/func_E00D0000.s diff --git a/asm/nonmatchings/code_3D3E20/func_E00D0194.s b/ver/us/asm/nonmatchings/code_3D3E20/func_E00D0194.s similarity index 100% rename from asm/nonmatchings/code_3D3E20/func_E00D0194.s rename to ver/us/asm/nonmatchings/code_3D3E20/func_E00D0194.s diff --git a/asm/nonmatchings/code_3D3E20/func_E00D0448.s b/ver/us/asm/nonmatchings/code_3D3E20/func_E00D0448.s similarity index 100% rename from asm/nonmatchings/code_3D3E20/func_E00D0448.s rename to ver/us/asm/nonmatchings/code_3D3E20/func_E00D0448.s diff --git a/asm/nonmatchings/code_3D3E20/func_E00D048C.s b/ver/us/asm/nonmatchings/code_3D3E20/func_E00D048C.s similarity index 100% rename from asm/nonmatchings/code_3D3E20/func_E00D048C.s rename to ver/us/asm/nonmatchings/code_3D3E20/func_E00D048C.s diff --git a/asm/nonmatchings/code_3D4970/func_E00D2000.s b/ver/us/asm/nonmatchings/code_3D4970/func_E00D2000.s similarity index 100% rename from asm/nonmatchings/code_3D4970/func_E00D2000.s rename to ver/us/asm/nonmatchings/code_3D4970/func_E00D2000.s diff --git a/asm/nonmatchings/code_3D4970/func_E00D2120.s b/ver/us/asm/nonmatchings/code_3D4970/func_E00D2120.s similarity index 100% rename from asm/nonmatchings/code_3D4970/func_E00D2120.s rename to ver/us/asm/nonmatchings/code_3D4970/func_E00D2120.s diff --git a/asm/nonmatchings/code_3D4970/func_E00D2234.s b/ver/us/asm/nonmatchings/code_3D4970/func_E00D2234.s similarity index 100% rename from asm/nonmatchings/code_3D4970/func_E00D2234.s rename to ver/us/asm/nonmatchings/code_3D4970/func_E00D2234.s diff --git a/asm/nonmatchings/code_3D4970/func_E00D2284.s b/ver/us/asm/nonmatchings/code_3D4970/func_E00D2284.s similarity index 100% rename from asm/nonmatchings/code_3D4970/func_E00D2284.s rename to ver/us/asm/nonmatchings/code_3D4970/func_E00D2284.s diff --git a/asm/nonmatchings/code_3D5020/func_E00D6000.s b/ver/us/asm/nonmatchings/code_3D5020/func_E00D6000.s similarity index 100% rename from asm/nonmatchings/code_3D5020/func_E00D6000.s rename to ver/us/asm/nonmatchings/code_3D5020/func_E00D6000.s diff --git a/asm/nonmatchings/code_3D5020/func_E00D6720.s b/ver/us/asm/nonmatchings/code_3D5020/func_E00D6720.s similarity index 100% rename from asm/nonmatchings/code_3D5020/func_E00D6720.s rename to ver/us/asm/nonmatchings/code_3D5020/func_E00D6720.s diff --git a/asm/nonmatchings/code_3D5020/func_E00D693C.s b/ver/us/asm/nonmatchings/code_3D5020/func_E00D693C.s similarity index 100% rename from asm/nonmatchings/code_3D5020/func_E00D693C.s rename to ver/us/asm/nonmatchings/code_3D5020/func_E00D693C.s diff --git a/asm/nonmatchings/code_3D5020/func_E00D6980.s b/ver/us/asm/nonmatchings/code_3D5020/func_E00D6980.s similarity index 100% rename from asm/nonmatchings/code_3D5020/func_E00D6980.s rename to ver/us/asm/nonmatchings/code_3D5020/func_E00D6980.s diff --git a/asm/nonmatchings/code_3D67C0/func_E00D8000.s b/ver/us/asm/nonmatchings/code_3D67C0/func_E00D8000.s similarity index 100% rename from asm/nonmatchings/code_3D67C0/func_E00D8000.s rename to ver/us/asm/nonmatchings/code_3D67C0/func_E00D8000.s diff --git a/asm/nonmatchings/code_3D67C0/func_E00D8128.s b/ver/us/asm/nonmatchings/code_3D67C0/func_E00D8128.s similarity index 100% rename from asm/nonmatchings/code_3D67C0/func_E00D8128.s rename to ver/us/asm/nonmatchings/code_3D67C0/func_E00D8128.s diff --git a/asm/nonmatchings/code_3D67C0/func_E00D8264.s b/ver/us/asm/nonmatchings/code_3D67C0/func_E00D8264.s similarity index 100% rename from asm/nonmatchings/code_3D67C0/func_E00D8264.s rename to ver/us/asm/nonmatchings/code_3D67C0/func_E00D8264.s diff --git a/asm/nonmatchings/code_3D67C0/func_E00D8334.s b/ver/us/asm/nonmatchings/code_3D67C0/func_E00D8334.s similarity index 100% rename from asm/nonmatchings/code_3D67C0/func_E00D8334.s rename to ver/us/asm/nonmatchings/code_3D67C0/func_E00D8334.s diff --git a/asm/nonmatchings/code_3D67C0/func_E00D8630.s b/ver/us/asm/nonmatchings/code_3D67C0/func_E00D8630.s similarity index 100% rename from asm/nonmatchings/code_3D67C0/func_E00D8630.s rename to ver/us/asm/nonmatchings/code_3D67C0/func_E00D8630.s diff --git a/asm/nonmatchings/code_3D7240/func_E00DA000.s b/ver/us/asm/nonmatchings/code_3D7240/func_E00DA000.s similarity index 100% rename from asm/nonmatchings/code_3D7240/func_E00DA000.s rename to ver/us/asm/nonmatchings/code_3D7240/func_E00DA000.s diff --git a/asm/nonmatchings/code_3D7240/func_E00DA104.s b/ver/us/asm/nonmatchings/code_3D7240/func_E00DA104.s similarity index 100% rename from asm/nonmatchings/code_3D7240/func_E00DA104.s rename to ver/us/asm/nonmatchings/code_3D7240/func_E00DA104.s diff --git a/asm/nonmatchings/code_3D7240/func_E00DA1E0.s b/ver/us/asm/nonmatchings/code_3D7240/func_E00DA1E0.s similarity index 100% rename from asm/nonmatchings/code_3D7240/func_E00DA1E0.s rename to ver/us/asm/nonmatchings/code_3D7240/func_E00DA1E0.s diff --git a/asm/nonmatchings/code_3D7240/func_E00DA230.s b/ver/us/asm/nonmatchings/code_3D7240/func_E00DA230.s similarity index 100% rename from asm/nonmatchings/code_3D7240/func_E00DA230.s rename to ver/us/asm/nonmatchings/code_3D7240/func_E00DA230.s diff --git a/asm/nonmatchings/code_3D7A70/func_E00DC000.s b/ver/us/asm/nonmatchings/code_3D7A70/func_E00DC000.s similarity index 100% rename from asm/nonmatchings/code_3D7A70/func_E00DC000.s rename to ver/us/asm/nonmatchings/code_3D7A70/func_E00DC000.s diff --git a/asm/nonmatchings/code_3D7A70/func_E00DC198.s b/ver/us/asm/nonmatchings/code_3D7A70/func_E00DC198.s similarity index 100% rename from asm/nonmatchings/code_3D7A70/func_E00DC198.s rename to ver/us/asm/nonmatchings/code_3D7A70/func_E00DC198.s diff --git a/asm/nonmatchings/code_3D7A70/func_E00DC2C0.s b/ver/us/asm/nonmatchings/code_3D7A70/func_E00DC2C0.s similarity index 100% rename from asm/nonmatchings/code_3D7A70/func_E00DC2C0.s rename to ver/us/asm/nonmatchings/code_3D7A70/func_E00DC2C0.s diff --git a/asm/nonmatchings/code_3D7A70/func_E00DC304.s b/ver/us/asm/nonmatchings/code_3D7A70/func_E00DC304.s similarity index 100% rename from asm/nonmatchings/code_3D7A70/func_E00DC304.s rename to ver/us/asm/nonmatchings/code_3D7A70/func_E00DC304.s diff --git a/asm/nonmatchings/code_3D8720/func_E00DE000.s b/ver/us/asm/nonmatchings/code_3D8720/func_E00DE000.s similarity index 100% rename from asm/nonmatchings/code_3D8720/func_E00DE000.s rename to ver/us/asm/nonmatchings/code_3D8720/func_E00DE000.s diff --git a/asm/nonmatchings/code_3D8720/func_E00DE124.s b/ver/us/asm/nonmatchings/code_3D8720/func_E00DE124.s similarity index 100% rename from asm/nonmatchings/code_3D8720/func_E00DE124.s rename to ver/us/asm/nonmatchings/code_3D8720/func_E00DE124.s diff --git a/asm/nonmatchings/code_3D8720/func_E00DE260.s b/ver/us/asm/nonmatchings/code_3D8720/func_E00DE260.s similarity index 100% rename from asm/nonmatchings/code_3D8720/func_E00DE260.s rename to ver/us/asm/nonmatchings/code_3D8720/func_E00DE260.s diff --git a/asm/nonmatchings/code_3D8720/func_E00DE2A8.s b/ver/us/asm/nonmatchings/code_3D8720/func_E00DE2A8.s similarity index 100% rename from asm/nonmatchings/code_3D8720/func_E00DE2A8.s rename to ver/us/asm/nonmatchings/code_3D8720/func_E00DE2A8.s diff --git a/asm/nonmatchings/code_3DB460/func_E00E0000.s b/ver/us/asm/nonmatchings/code_3DB460/func_E00E0000.s similarity index 100% rename from asm/nonmatchings/code_3DB460/func_E00E0000.s rename to ver/us/asm/nonmatchings/code_3DB460/func_E00E0000.s diff --git a/asm/nonmatchings/code_3DB460/func_E00E01D8.s b/ver/us/asm/nonmatchings/code_3DB460/func_E00E01D8.s similarity index 100% rename from asm/nonmatchings/code_3DB460/func_E00E01D8.s rename to ver/us/asm/nonmatchings/code_3DB460/func_E00E01D8.s diff --git a/asm/nonmatchings/code_3DB460/func_E00E05B0.s b/ver/us/asm/nonmatchings/code_3DB460/func_E00E05B0.s similarity index 100% rename from asm/nonmatchings/code_3DB460/func_E00E05B0.s rename to ver/us/asm/nonmatchings/code_3DB460/func_E00E05B0.s diff --git a/asm/nonmatchings/code_3DB460/func_E00E0600.s b/ver/us/asm/nonmatchings/code_3DB460/func_E00E0600.s similarity index 100% rename from asm/nonmatchings/code_3DB460/func_E00E0600.s rename to ver/us/asm/nonmatchings/code_3DB460/func_E00E0600.s diff --git a/asm/nonmatchings/code_3DC310/func_E00E2000.s b/ver/us/asm/nonmatchings/code_3DC310/func_E00E2000.s similarity index 100% rename from asm/nonmatchings/code_3DC310/func_E00E2000.s rename to ver/us/asm/nonmatchings/code_3DC310/func_E00E2000.s diff --git a/asm/nonmatchings/code_3DC310/func_E00E2134.s b/ver/us/asm/nonmatchings/code_3DC310/func_E00E2134.s similarity index 100% rename from asm/nonmatchings/code_3DC310/func_E00E2134.s rename to ver/us/asm/nonmatchings/code_3DC310/func_E00E2134.s diff --git a/asm/nonmatchings/code_3DC310/func_E00E21C8.s b/ver/us/asm/nonmatchings/code_3DC310/func_E00E21C8.s similarity index 100% rename from asm/nonmatchings/code_3DC310/func_E00E21C8.s rename to ver/us/asm/nonmatchings/code_3DC310/func_E00E21C8.s diff --git a/asm/nonmatchings/code_3DC310/func_E00E2218.s b/ver/us/asm/nonmatchings/code_3DC310/func_E00E2218.s similarity index 100% rename from asm/nonmatchings/code_3DC310/func_E00E2218.s rename to ver/us/asm/nonmatchings/code_3DC310/func_E00E2218.s diff --git a/asm/nonmatchings/code_3DE000/func_E00E4000.s b/ver/us/asm/nonmatchings/code_3DE000/func_E00E4000.s similarity index 100% rename from asm/nonmatchings/code_3DE000/func_E00E4000.s rename to ver/us/asm/nonmatchings/code_3DE000/func_E00E4000.s diff --git a/asm/nonmatchings/code_3DE000/func_E00E4290.s b/ver/us/asm/nonmatchings/code_3DE000/func_E00E4290.s similarity index 100% rename from asm/nonmatchings/code_3DE000/func_E00E4290.s rename to ver/us/asm/nonmatchings/code_3DE000/func_E00E4290.s diff --git a/asm/nonmatchings/code_3DE000/func_E00E490C.s b/ver/us/asm/nonmatchings/code_3DE000/func_E00E490C.s similarity index 100% rename from asm/nonmatchings/code_3DE000/func_E00E490C.s rename to ver/us/asm/nonmatchings/code_3DE000/func_E00E490C.s diff --git a/asm/nonmatchings/code_3DE000/func_E00E495C.s b/ver/us/asm/nonmatchings/code_3DE000/func_E00E495C.s similarity index 100% rename from asm/nonmatchings/code_3DE000/func_E00E495C.s rename to ver/us/asm/nonmatchings/code_3DE000/func_E00E495C.s diff --git a/asm/nonmatchings/code_3E0930/func_E00E6000.s b/ver/us/asm/nonmatchings/code_3E0930/func_E00E6000.s similarity index 100% rename from asm/nonmatchings/code_3E0930/func_E00E6000.s rename to ver/us/asm/nonmatchings/code_3E0930/func_E00E6000.s diff --git a/asm/nonmatchings/code_3E0930/func_E00E6184.s b/ver/us/asm/nonmatchings/code_3E0930/func_E00E6184.s similarity index 100% rename from asm/nonmatchings/code_3E0930/func_E00E6184.s rename to ver/us/asm/nonmatchings/code_3E0930/func_E00E6184.s diff --git a/asm/nonmatchings/code_3E0930/func_E00E64D4.s b/ver/us/asm/nonmatchings/code_3E0930/func_E00E64D4.s similarity index 100% rename from asm/nonmatchings/code_3E0930/func_E00E64D4.s rename to ver/us/asm/nonmatchings/code_3E0930/func_E00E64D4.s diff --git a/asm/nonmatchings/code_3E0930/func_E00E6524.s b/ver/us/asm/nonmatchings/code_3E0930/func_E00E6524.s similarity index 100% rename from asm/nonmatchings/code_3E0930/func_E00E6524.s rename to ver/us/asm/nonmatchings/code_3E0930/func_E00E6524.s diff --git a/asm/nonmatchings/code_3E1690/func_E00E8000.s b/ver/us/asm/nonmatchings/code_3E1690/func_E00E8000.s similarity index 100% rename from asm/nonmatchings/code_3E1690/func_E00E8000.s rename to ver/us/asm/nonmatchings/code_3E1690/func_E00E8000.s diff --git a/asm/nonmatchings/code_3E1690/func_E00E8264.s b/ver/us/asm/nonmatchings/code_3E1690/func_E00E8264.s similarity index 100% rename from asm/nonmatchings/code_3E1690/func_E00E8264.s rename to ver/us/asm/nonmatchings/code_3E1690/func_E00E8264.s diff --git a/asm/nonmatchings/code_3E1690/func_E00E8374.s b/ver/us/asm/nonmatchings/code_3E1690/func_E00E8374.s similarity index 100% rename from asm/nonmatchings/code_3E1690/func_E00E8374.s rename to ver/us/asm/nonmatchings/code_3E1690/func_E00E8374.s diff --git a/asm/nonmatchings/code_3E1690/func_E00E83BC.s b/ver/us/asm/nonmatchings/code_3E1690/func_E00E83BC.s similarity index 100% rename from asm/nonmatchings/code_3E1690/func_E00E83BC.s rename to ver/us/asm/nonmatchings/code_3E1690/func_E00E83BC.s diff --git a/asm/nonmatchings/code_3E1EE0/func_E00EA000.s b/ver/us/asm/nonmatchings/code_3E1EE0/func_E00EA000.s similarity index 100% rename from asm/nonmatchings/code_3E1EE0/func_E00EA000.s rename to ver/us/asm/nonmatchings/code_3E1EE0/func_E00EA000.s diff --git a/asm/nonmatchings/code_3E1EE0/func_E00EA198.s b/ver/us/asm/nonmatchings/code_3E1EE0/func_E00EA198.s similarity index 100% rename from asm/nonmatchings/code_3E1EE0/func_E00EA198.s rename to ver/us/asm/nonmatchings/code_3E1EE0/func_E00EA198.s diff --git a/asm/nonmatchings/code_3E1EE0/func_E00EA520.s b/ver/us/asm/nonmatchings/code_3E1EE0/func_E00EA520.s similarity index 100% rename from asm/nonmatchings/code_3E1EE0/func_E00EA520.s rename to ver/us/asm/nonmatchings/code_3E1EE0/func_E00EA520.s diff --git a/asm/nonmatchings/code_3E1EE0/func_E00EA66C.s b/ver/us/asm/nonmatchings/code_3E1EE0/func_E00EA66C.s similarity index 100% rename from asm/nonmatchings/code_3E1EE0/func_E00EA66C.s rename to ver/us/asm/nonmatchings/code_3E1EE0/func_E00EA66C.s diff --git a/asm/nonmatchings/code_3E43A0/func_E010A000.s b/ver/us/asm/nonmatchings/code_3E43A0/func_E010A000.s similarity index 100% rename from asm/nonmatchings/code_3E43A0/func_E010A000.s rename to ver/us/asm/nonmatchings/code_3E43A0/func_E010A000.s diff --git a/asm/nonmatchings/code_3E43A0/func_E010A18C.s b/ver/us/asm/nonmatchings/code_3E43A0/func_E010A18C.s similarity index 100% rename from asm/nonmatchings/code_3E43A0/func_E010A18C.s rename to ver/us/asm/nonmatchings/code_3E43A0/func_E010A18C.s diff --git a/asm/nonmatchings/code_3E43A0/func_E010A4A0.s b/ver/us/asm/nonmatchings/code_3E43A0/func_E010A4A0.s similarity index 100% rename from asm/nonmatchings/code_3E43A0/func_E010A4A0.s rename to ver/us/asm/nonmatchings/code_3E43A0/func_E010A4A0.s diff --git a/asm/nonmatchings/code_3E43A0/func_E010A4E8.s b/ver/us/asm/nonmatchings/code_3E43A0/func_E010A4E8.s similarity index 100% rename from asm/nonmatchings/code_3E43A0/func_E010A4E8.s rename to ver/us/asm/nonmatchings/code_3E43A0/func_E010A4E8.s diff --git a/asm/nonmatchings/code_3E54C0/func_E010C000.s b/ver/us/asm/nonmatchings/code_3E54C0/func_E010C000.s similarity index 100% rename from asm/nonmatchings/code_3E54C0/func_E010C000.s rename to ver/us/asm/nonmatchings/code_3E54C0/func_E010C000.s diff --git a/asm/nonmatchings/code_3E54C0/func_E010C198.s b/ver/us/asm/nonmatchings/code_3E54C0/func_E010C198.s similarity index 100% rename from asm/nonmatchings/code_3E54C0/func_E010C198.s rename to ver/us/asm/nonmatchings/code_3E54C0/func_E010C198.s diff --git a/asm/nonmatchings/code_3E54C0/func_E010C354.s b/ver/us/asm/nonmatchings/code_3E54C0/func_E010C354.s similarity index 100% rename from asm/nonmatchings/code_3E54C0/func_E010C354.s rename to ver/us/asm/nonmatchings/code_3E54C0/func_E010C354.s diff --git a/asm/nonmatchings/code_3E54C0/func_E010C39C.s b/ver/us/asm/nonmatchings/code_3E54C0/func_E010C39C.s similarity index 100% rename from asm/nonmatchings/code_3E54C0/func_E010C39C.s rename to ver/us/asm/nonmatchings/code_3E54C0/func_E010C39C.s diff --git a/asm/nonmatchings/code_3EB4E0/func_E010E000.s b/ver/us/asm/nonmatchings/code_3EB4E0/func_E010E000.s similarity index 100% rename from asm/nonmatchings/code_3EB4E0/func_E010E000.s rename to ver/us/asm/nonmatchings/code_3EB4E0/func_E010E000.s diff --git a/asm/nonmatchings/code_3EB4E0/func_E010E32C.s b/ver/us/asm/nonmatchings/code_3EB4E0/func_E010E32C.s similarity index 100% rename from asm/nonmatchings/code_3EB4E0/func_E010E32C.s rename to ver/us/asm/nonmatchings/code_3EB4E0/func_E010E32C.s diff --git a/asm/nonmatchings/code_3EB4E0/func_E010E4A8.s b/ver/us/asm/nonmatchings/code_3EB4E0/func_E010E4A8.s similarity index 100% rename from asm/nonmatchings/code_3EB4E0/func_E010E4A8.s rename to ver/us/asm/nonmatchings/code_3EB4E0/func_E010E4A8.s diff --git a/asm/nonmatchings/code_3EB4E0/func_E010E510.s b/ver/us/asm/nonmatchings/code_3EB4E0/func_E010E510.s similarity index 100% rename from asm/nonmatchings/code_3EB4E0/func_E010E510.s rename to ver/us/asm/nonmatchings/code_3EB4E0/func_E010E510.s diff --git a/asm/nonmatchings/code_3EB4E0/func_E010E558.s b/ver/us/asm/nonmatchings/code_3EB4E0/func_E010E558.s similarity index 100% rename from asm/nonmatchings/code_3EB4E0/func_E010E558.s rename to ver/us/asm/nonmatchings/code_3EB4E0/func_E010E558.s diff --git a/asm/nonmatchings/code_3F83F0/func_E0110000.s b/ver/us/asm/nonmatchings/code_3F83F0/func_E0110000.s similarity index 100% rename from asm/nonmatchings/code_3F83F0/func_E0110000.s rename to ver/us/asm/nonmatchings/code_3F83F0/func_E0110000.s diff --git a/asm/nonmatchings/code_3F83F0/func_E011022C.s b/ver/us/asm/nonmatchings/code_3F83F0/func_E011022C.s similarity index 100% rename from asm/nonmatchings/code_3F83F0/func_E011022C.s rename to ver/us/asm/nonmatchings/code_3F83F0/func_E011022C.s diff --git a/asm/nonmatchings/code_3F83F0/func_E01103A4.s b/ver/us/asm/nonmatchings/code_3F83F0/func_E01103A4.s similarity index 100% rename from asm/nonmatchings/code_3F83F0/func_E01103A4.s rename to ver/us/asm/nonmatchings/code_3F83F0/func_E01103A4.s diff --git a/asm/nonmatchings/code_3F83F0/func_E01103EC.s b/ver/us/asm/nonmatchings/code_3F83F0/func_E01103EC.s similarity index 100% rename from asm/nonmatchings/code_3F83F0/func_E01103EC.s rename to ver/us/asm/nonmatchings/code_3F83F0/func_E01103EC.s diff --git a/asm/nonmatchings/code_3F9E50/func_E0112000.s b/ver/us/asm/nonmatchings/code_3F9E50/func_E0112000.s similarity index 100% rename from asm/nonmatchings/code_3F9E50/func_E0112000.s rename to ver/us/asm/nonmatchings/code_3F9E50/func_E0112000.s diff --git a/asm/nonmatchings/code_3F9E50/func_E01121C0.s b/ver/us/asm/nonmatchings/code_3F9E50/func_E01121C0.s similarity index 100% rename from asm/nonmatchings/code_3F9E50/func_E01121C0.s rename to ver/us/asm/nonmatchings/code_3F9E50/func_E01121C0.s diff --git a/asm/nonmatchings/code_3F9E50/func_E01122E8.s b/ver/us/asm/nonmatchings/code_3F9E50/func_E01122E8.s similarity index 100% rename from asm/nonmatchings/code_3F9E50/func_E01122E8.s rename to ver/us/asm/nonmatchings/code_3F9E50/func_E01122E8.s diff --git a/asm/nonmatchings/code_3F9E50/func_E0112330.s b/ver/us/asm/nonmatchings/code_3F9E50/func_E0112330.s similarity index 100% rename from asm/nonmatchings/code_3F9E50/func_E0112330.s rename to ver/us/asm/nonmatchings/code_3F9E50/func_E0112330.s diff --git a/asm/nonmatchings/code_3F9E50/func_E01124CC.s b/ver/us/asm/nonmatchings/code_3F9E50/func_E01124CC.s similarity index 100% rename from asm/nonmatchings/code_3F9E50/func_E01124CC.s rename to ver/us/asm/nonmatchings/code_3F9E50/func_E01124CC.s diff --git a/asm/nonmatchings/code_3FEA0/_Printf.s b/ver/us/asm/nonmatchings/code_3FEA0/_Printf.s similarity index 100% rename from asm/nonmatchings/code_3FEA0/_Printf.s rename to ver/us/asm/nonmatchings/code_3FEA0/_Printf.s diff --git a/asm/nonmatchings/code_3FEA0/_Putfld.s b/ver/us/asm/nonmatchings/code_3FEA0/_Putfld.s similarity index 100% rename from asm/nonmatchings/code_3FEA0/_Putfld.s rename to ver/us/asm/nonmatchings/code_3FEA0/_Putfld.s diff --git a/asm/nonmatchings/code_3FEA0/proutSprintf.s b/ver/us/asm/nonmatchings/code_3FEA0/proutSprintf.s similarity index 100% rename from asm/nonmatchings/code_3FEA0/proutSprintf.s rename to ver/us/asm/nonmatchings/code_3FEA0/proutSprintf.s diff --git a/asm/nonmatchings/code_3FEA0/sprintf.s b/ver/us/asm/nonmatchings/code_3FEA0/sprintf.s similarity index 100% rename from asm/nonmatchings/code_3FEA0/sprintf.s rename to ver/us/asm/nonmatchings/code_3FEA0/sprintf.s diff --git a/asm/nonmatchings/code_3FEAE0/func_E0114000.s b/ver/us/asm/nonmatchings/code_3FEAE0/func_E0114000.s similarity index 100% rename from asm/nonmatchings/code_3FEAE0/func_E0114000.s rename to ver/us/asm/nonmatchings/code_3FEAE0/func_E0114000.s diff --git a/asm/nonmatchings/code_3FEAE0/func_E01140DC.s b/ver/us/asm/nonmatchings/code_3FEAE0/func_E01140DC.s similarity index 100% rename from asm/nonmatchings/code_3FEAE0/func_E01140DC.s rename to ver/us/asm/nonmatchings/code_3FEAE0/func_E01140DC.s diff --git a/asm/nonmatchings/code_3FEAE0/func_E0114340.s b/ver/us/asm/nonmatchings/code_3FEAE0/func_E0114340.s similarity index 100% rename from asm/nonmatchings/code_3FEAE0/func_E0114340.s rename to ver/us/asm/nonmatchings/code_3FEAE0/func_E0114340.s diff --git a/asm/nonmatchings/code_3FEAE0/func_E0114388.s b/ver/us/asm/nonmatchings/code_3FEAE0/func_E0114388.s similarity index 100% rename from asm/nonmatchings/code_3FEAE0/func_E0114388.s rename to ver/us/asm/nonmatchings/code_3FEAE0/func_E0114388.s diff --git a/asm/nonmatchings/code_3bf0_len_6f0/update_input.s b/ver/us/asm/nonmatchings/code_3bf0_len_6f0/update_input.s similarity index 100% rename from asm/nonmatchings/code_3bf0_len_6f0/update_input.s rename to ver/us/asm/nonmatchings/code_3bf0_len_6f0/update_input.s diff --git a/asm/nonmatchings/code_402640/func_E0116000.s b/ver/us/asm/nonmatchings/code_402640/func_E0116000.s similarity index 100% rename from asm/nonmatchings/code_402640/func_E0116000.s rename to ver/us/asm/nonmatchings/code_402640/func_E0116000.s diff --git a/asm/nonmatchings/code_402640/func_E011618C.s b/ver/us/asm/nonmatchings/code_402640/func_E011618C.s similarity index 100% rename from asm/nonmatchings/code_402640/func_E011618C.s rename to ver/us/asm/nonmatchings/code_402640/func_E011618C.s diff --git a/asm/nonmatchings/code_402640/func_E01166A0.s b/ver/us/asm/nonmatchings/code_402640/func_E01166A0.s similarity index 100% rename from asm/nonmatchings/code_402640/func_E01166A0.s rename to ver/us/asm/nonmatchings/code_402640/func_E01166A0.s diff --git a/asm/nonmatchings/code_402640/func_E01166E8.s b/ver/us/asm/nonmatchings/code_402640/func_E01166E8.s similarity index 100% rename from asm/nonmatchings/code_402640/func_E01166E8.s rename to ver/us/asm/nonmatchings/code_402640/func_E01166E8.s diff --git a/asm/nonmatchings/code_402640/func_E0116884.s b/ver/us/asm/nonmatchings/code_402640/func_E0116884.s similarity index 100% rename from asm/nonmatchings/code_402640/func_E0116884.s rename to ver/us/asm/nonmatchings/code_402640/func_E0116884.s diff --git a/asm/nonmatchings/code_403400/func_E0118000.s b/ver/us/asm/nonmatchings/code_403400/func_E0118000.s similarity index 100% rename from asm/nonmatchings/code_403400/func_E0118000.s rename to ver/us/asm/nonmatchings/code_403400/func_E0118000.s diff --git a/asm/nonmatchings/code_403400/func_E01182F4.s b/ver/us/asm/nonmatchings/code_403400/func_E01182F4.s similarity index 100% rename from asm/nonmatchings/code_403400/func_E01182F4.s rename to ver/us/asm/nonmatchings/code_403400/func_E01182F4.s diff --git a/asm/nonmatchings/code_403400/func_E0118454.s b/ver/us/asm/nonmatchings/code_403400/func_E0118454.s similarity index 100% rename from asm/nonmatchings/code_403400/func_E0118454.s rename to ver/us/asm/nonmatchings/code_403400/func_E0118454.s diff --git a/asm/nonmatchings/code_403400/func_E011849C.s b/ver/us/asm/nonmatchings/code_403400/func_E011849C.s similarity index 100% rename from asm/nonmatchings/code_403400/func_E011849C.s rename to ver/us/asm/nonmatchings/code_403400/func_E011849C.s diff --git a/asm/nonmatchings/code_404220/func_E011A000.s b/ver/us/asm/nonmatchings/code_404220/func_E011A000.s similarity index 100% rename from asm/nonmatchings/code_404220/func_E011A000.s rename to ver/us/asm/nonmatchings/code_404220/func_E011A000.s diff --git a/asm/nonmatchings/code_404220/func_E011A104.s b/ver/us/asm/nonmatchings/code_404220/func_E011A104.s similarity index 100% rename from asm/nonmatchings/code_404220/func_E011A104.s rename to ver/us/asm/nonmatchings/code_404220/func_E011A104.s diff --git a/asm/nonmatchings/code_404220/func_E011A3A0.s b/ver/us/asm/nonmatchings/code_404220/func_E011A3A0.s similarity index 100% rename from asm/nonmatchings/code_404220/func_E011A3A0.s rename to ver/us/asm/nonmatchings/code_404220/func_E011A3A0.s diff --git a/asm/nonmatchings/code_404220/func_E011A3BC.s b/ver/us/asm/nonmatchings/code_404220/func_E011A3BC.s similarity index 100% rename from asm/nonmatchings/code_404220/func_E011A3BC.s rename to ver/us/asm/nonmatchings/code_404220/func_E011A3BC.s diff --git a/asm/nonmatchings/code_404220/func_E011A48C.s b/ver/us/asm/nonmatchings/code_404220/func_E011A48C.s similarity index 100% rename from asm/nonmatchings/code_404220/func_E011A48C.s rename to ver/us/asm/nonmatchings/code_404220/func_E011A48C.s diff --git a/asm/nonmatchings/code_404220/func_E011A700.s b/ver/us/asm/nonmatchings/code_404220/func_E011A700.s similarity index 100% rename from asm/nonmatchings/code_404220/func_E011A700.s rename to ver/us/asm/nonmatchings/code_404220/func_E011A700.s diff --git a/asm/nonmatchings/code_406B40/func_E011C000.s b/ver/us/asm/nonmatchings/code_406B40/func_E011C000.s similarity index 100% rename from asm/nonmatchings/code_406B40/func_E011C000.s rename to ver/us/asm/nonmatchings/code_406B40/func_E011C000.s diff --git a/asm/nonmatchings/code_406B40/func_E011C0FC.s b/ver/us/asm/nonmatchings/code_406B40/func_E011C0FC.s similarity index 100% rename from asm/nonmatchings/code_406B40/func_E011C0FC.s rename to ver/us/asm/nonmatchings/code_406B40/func_E011C0FC.s diff --git a/asm/nonmatchings/code_406B40/func_E011C17C.s b/ver/us/asm/nonmatchings/code_406B40/func_E011C17C.s similarity index 100% rename from asm/nonmatchings/code_406B40/func_E011C17C.s rename to ver/us/asm/nonmatchings/code_406B40/func_E011C17C.s diff --git a/asm/nonmatchings/code_406B40/func_E011C1C4.s b/ver/us/asm/nonmatchings/code_406B40/func_E011C1C4.s similarity index 100% rename from asm/nonmatchings/code_406B40/func_E011C1C4.s rename to ver/us/asm/nonmatchings/code_406B40/func_E011C1C4.s diff --git a/asm/nonmatchings/code_409990/func_E011E000.s b/ver/us/asm/nonmatchings/code_409990/func_E011E000.s similarity index 100% rename from asm/nonmatchings/code_409990/func_E011E000.s rename to ver/us/asm/nonmatchings/code_409990/func_E011E000.s diff --git a/asm/nonmatchings/code_409990/func_E011E194.s b/ver/us/asm/nonmatchings/code_409990/func_E011E194.s similarity index 100% rename from asm/nonmatchings/code_409990/func_E011E194.s rename to ver/us/asm/nonmatchings/code_409990/func_E011E194.s diff --git a/asm/nonmatchings/code_409990/func_E011E530.s b/ver/us/asm/nonmatchings/code_409990/func_E011E530.s similarity index 100% rename from asm/nonmatchings/code_409990/func_E011E530.s rename to ver/us/asm/nonmatchings/code_409990/func_E011E530.s diff --git a/asm/nonmatchings/code_409990/func_E011E578.s b/ver/us/asm/nonmatchings/code_409990/func_E011E578.s similarity index 100% rename from asm/nonmatchings/code_409990/func_E011E578.s rename to ver/us/asm/nonmatchings/code_409990/func_E011E578.s diff --git a/asm/nonmatchings/code_40B3F0/func_E0120000.s b/ver/us/asm/nonmatchings/code_40B3F0/func_E0120000.s similarity index 100% rename from asm/nonmatchings/code_40B3F0/func_E0120000.s rename to ver/us/asm/nonmatchings/code_40B3F0/func_E0120000.s diff --git a/asm/nonmatchings/code_40B3F0/func_E012013C.s b/ver/us/asm/nonmatchings/code_40B3F0/func_E012013C.s similarity index 100% rename from asm/nonmatchings/code_40B3F0/func_E012013C.s rename to ver/us/asm/nonmatchings/code_40B3F0/func_E012013C.s diff --git a/asm/nonmatchings/code_40B3F0/func_E012039C.s b/ver/us/asm/nonmatchings/code_40B3F0/func_E012039C.s similarity index 100% rename from asm/nonmatchings/code_40B3F0/func_E012039C.s rename to ver/us/asm/nonmatchings/code_40B3F0/func_E012039C.s diff --git a/asm/nonmatchings/code_40B3F0/func_E01203E4.s b/ver/us/asm/nonmatchings/code_40B3F0/func_E01203E4.s similarity index 100% rename from asm/nonmatchings/code_40B3F0/func_E01203E4.s rename to ver/us/asm/nonmatchings/code_40B3F0/func_E01203E4.s diff --git a/asm/nonmatchings/code_40C5A0/func_E0122000.s b/ver/us/asm/nonmatchings/code_40C5A0/func_E0122000.s similarity index 100% rename from asm/nonmatchings/code_40C5A0/func_E0122000.s rename to ver/us/asm/nonmatchings/code_40C5A0/func_E0122000.s diff --git a/asm/nonmatchings/code_40C5A0/func_E012217C.s b/ver/us/asm/nonmatchings/code_40C5A0/func_E012217C.s similarity index 100% rename from asm/nonmatchings/code_40C5A0/func_E012217C.s rename to ver/us/asm/nonmatchings/code_40C5A0/func_E012217C.s diff --git a/asm/nonmatchings/code_40C5A0/func_E01226C4.s b/ver/us/asm/nonmatchings/code_40C5A0/func_E01226C4.s similarity index 100% rename from asm/nonmatchings/code_40C5A0/func_E01226C4.s rename to ver/us/asm/nonmatchings/code_40C5A0/func_E01226C4.s diff --git a/asm/nonmatchings/code_40C5A0/func_E012270C.s b/ver/us/asm/nonmatchings/code_40C5A0/func_E012270C.s similarity index 100% rename from asm/nonmatchings/code_40C5A0/func_E012270C.s rename to ver/us/asm/nonmatchings/code_40C5A0/func_E012270C.s diff --git a/asm/nonmatchings/code_40E10/osSpTaskLoad.s b/ver/us/asm/nonmatchings/code_40E10/osSpTaskLoad.s similarity index 100% rename from asm/nonmatchings/code_40E10/osSpTaskLoad.s rename to ver/us/asm/nonmatchings/code_40E10/osSpTaskLoad.s diff --git a/asm/nonmatchings/code_40E10/osSpTaskStartGo.s b/ver/us/asm/nonmatchings/code_40E10/osSpTaskStartGo.s similarity index 100% rename from asm/nonmatchings/code_40E10/osSpTaskStartGo.s rename to ver/us/asm/nonmatchings/code_40E10/osSpTaskStartGo.s diff --git a/asm/nonmatchings/code_412730/func_E0124000.s b/ver/us/asm/nonmatchings/code_412730/func_E0124000.s similarity index 100% rename from asm/nonmatchings/code_412730/func_E0124000.s rename to ver/us/asm/nonmatchings/code_412730/func_E0124000.s diff --git a/asm/nonmatchings/code_412730/func_E0124304.s b/ver/us/asm/nonmatchings/code_412730/func_E0124304.s similarity index 100% rename from asm/nonmatchings/code_412730/func_E0124304.s rename to ver/us/asm/nonmatchings/code_412730/func_E0124304.s diff --git a/asm/nonmatchings/code_412730/func_E012448C.s b/ver/us/asm/nonmatchings/code_412730/func_E012448C.s similarity index 100% rename from asm/nonmatchings/code_412730/func_E012448C.s rename to ver/us/asm/nonmatchings/code_412730/func_E012448C.s diff --git a/asm/nonmatchings/code_412730/func_E01244C4.s b/ver/us/asm/nonmatchings/code_412730/func_E01244C4.s similarity index 100% rename from asm/nonmatchings/code_412730/func_E01244C4.s rename to ver/us/asm/nonmatchings/code_412730/func_E01244C4.s diff --git a/asm/nonmatchings/code_413360/func_E0126000.s b/ver/us/asm/nonmatchings/code_413360/func_E0126000.s similarity index 100% rename from asm/nonmatchings/code_413360/func_E0126000.s rename to ver/us/asm/nonmatchings/code_413360/func_E0126000.s diff --git a/asm/nonmatchings/code_413360/func_E0126134.s b/ver/us/asm/nonmatchings/code_413360/func_E0126134.s similarity index 100% rename from asm/nonmatchings/code_413360/func_E0126134.s rename to ver/us/asm/nonmatchings/code_413360/func_E0126134.s diff --git a/asm/nonmatchings/code_413360/func_E01264A4.s b/ver/us/asm/nonmatchings/code_413360/func_E01264A4.s similarity index 100% rename from asm/nonmatchings/code_413360/func_E01264A4.s rename to ver/us/asm/nonmatchings/code_413360/func_E01264A4.s diff --git a/asm/nonmatchings/code_413360/func_E01264EC.s b/ver/us/asm/nonmatchings/code_413360/func_E01264EC.s similarity index 100% rename from asm/nonmatchings/code_413360/func_E01264EC.s rename to ver/us/asm/nonmatchings/code_413360/func_E01264EC.s diff --git a/asm/nonmatchings/code_414BA0/func_E0128000.s b/ver/us/asm/nonmatchings/code_414BA0/func_E0128000.s similarity index 100% rename from asm/nonmatchings/code_414BA0/func_E0128000.s rename to ver/us/asm/nonmatchings/code_414BA0/func_E0128000.s diff --git a/asm/nonmatchings/code_414BA0/func_E0128130.s b/ver/us/asm/nonmatchings/code_414BA0/func_E0128130.s similarity index 100% rename from asm/nonmatchings/code_414BA0/func_E0128130.s rename to ver/us/asm/nonmatchings/code_414BA0/func_E0128130.s diff --git a/asm/nonmatchings/code_414BA0/func_E0128198.s b/ver/us/asm/nonmatchings/code_414BA0/func_E0128198.s similarity index 100% rename from asm/nonmatchings/code_414BA0/func_E0128198.s rename to ver/us/asm/nonmatchings/code_414BA0/func_E0128198.s diff --git a/asm/nonmatchings/code_414BA0/func_E01281E0.s b/ver/us/asm/nonmatchings/code_414BA0/func_E01281E0.s similarity index 100% rename from asm/nonmatchings/code_414BA0/func_E01281E0.s rename to ver/us/asm/nonmatchings/code_414BA0/func_E01281E0.s diff --git a/asm/nonmatchings/code_415D90/can_switch_to_player.s b/ver/us/asm/nonmatchings/code_415D90/can_switch_to_player.s similarity index 100% rename from asm/nonmatchings/code_415D90/can_switch_to_player.s rename to ver/us/asm/nonmatchings/code_415D90/can_switch_to_player.s diff --git a/asm/nonmatchings/code_415D90/draw_battle_wheel.s b/ver/us/asm/nonmatchings/code_415D90/draw_battle_wheel.s similarity index 100% rename from asm/nonmatchings/code_415D90/draw_battle_wheel.s rename to ver/us/asm/nonmatchings/code_415D90/draw_battle_wheel.s diff --git a/asm/nonmatchings/code_415D90/func_802A1000.s b/ver/us/asm/nonmatchings/code_415D90/func_802A1000.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A1000.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A1000.s diff --git a/asm/nonmatchings/code_415D90/func_802A1030.s b/ver/us/asm/nonmatchings/code_415D90/func_802A1030.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A1030.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A1030.s diff --git a/asm/nonmatchings/code_415D90/func_802A1050.s b/ver/us/asm/nonmatchings/code_415D90/func_802A1050.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A1050.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A1050.s diff --git a/asm/nonmatchings/code_415D90/func_802A1078.s b/ver/us/asm/nonmatchings/code_415D90/func_802A1078.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A1078.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A1078.s diff --git a/asm/nonmatchings/code_415D90/func_802A1098.s b/ver/us/asm/nonmatchings/code_415D90/func_802A1098.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A1098.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A1098.s diff --git a/asm/nonmatchings/code_415D90/func_802A10B8.s b/ver/us/asm/nonmatchings/code_415D90/func_802A10B8.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A10B8.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A10B8.s diff --git a/asm/nonmatchings/code_415D90/func_802A11B0.s b/ver/us/asm/nonmatchings/code_415D90/func_802A11B0.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A11B0.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A11B0.s diff --git a/asm/nonmatchings/code_415D90/func_802A2684.s b/ver/us/asm/nonmatchings/code_415D90/func_802A2684.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A2684.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A2684.s diff --git a/asm/nonmatchings/code_415D90/func_802A27D0.s b/ver/us/asm/nonmatchings/code_415D90/func_802A27D0.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A27D0.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A27D0.s diff --git a/asm/nonmatchings/code_415D90/func_802A27E4.s b/ver/us/asm/nonmatchings/code_415D90/func_802A27E4.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A27E4.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A27E4.s diff --git a/asm/nonmatchings/code_415D90/func_802A2910.s b/ver/us/asm/nonmatchings/code_415D90/func_802A2910.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A2910.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A2910.s diff --git a/asm/nonmatchings/code_415D90/func_802A2AB8.s b/ver/us/asm/nonmatchings/code_415D90/func_802A2AB8.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A2AB8.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A2AB8.s diff --git a/asm/nonmatchings/code_415D90/func_802A2C58.s b/ver/us/asm/nonmatchings/code_415D90/func_802A2C58.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A2C58.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A2C58.s diff --git a/asm/nonmatchings/code_415D90/func_802A2C84.s b/ver/us/asm/nonmatchings/code_415D90/func_802A2C84.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A2C84.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A2C84.s diff --git a/asm/nonmatchings/code_415D90/func_802A3C98.s b/ver/us/asm/nonmatchings/code_415D90/func_802A3C98.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A3C98.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A3C98.s diff --git a/asm/nonmatchings/code_415D90/func_802A43DC.s b/ver/us/asm/nonmatchings/code_415D90/func_802A43DC.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A43DC.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A43DC.s diff --git a/asm/nonmatchings/code_415D90/func_802A4448.s b/ver/us/asm/nonmatchings/code_415D90/func_802A4448.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A4448.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A4448.s diff --git a/asm/nonmatchings/code_415D90/func_802A4494.s b/ver/us/asm/nonmatchings/code_415D90/func_802A4494.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A4494.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A4494.s diff --git a/asm/nonmatchings/code_415D90/func_802A4534.s b/ver/us/asm/nonmatchings/code_415D90/func_802A4534.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A4534.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A4534.s diff --git a/asm/nonmatchings/code_415D90/func_802A45D8.s b/ver/us/asm/nonmatchings/code_415D90/func_802A45D8.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A45D8.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A45D8.s diff --git a/asm/nonmatchings/code_415D90/func_802A4718.s b/ver/us/asm/nonmatchings/code_415D90/func_802A4718.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A4718.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A4718.s diff --git a/asm/nonmatchings/code_415D90/func_802A472C.s b/ver/us/asm/nonmatchings/code_415D90/func_802A472C.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A472C.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A472C.s diff --git a/asm/nonmatchings/code_415D90/func_802A47E0.s b/ver/us/asm/nonmatchings/code_415D90/func_802A47E0.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A47E0.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A47E0.s diff --git a/asm/nonmatchings/code_415D90/func_802A48FC.s b/ver/us/asm/nonmatchings/code_415D90/func_802A48FC.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A48FC.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A48FC.s diff --git a/asm/nonmatchings/code_415D90/func_802A4A10.s b/ver/us/asm/nonmatchings/code_415D90/func_802A4A10.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A4A10.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A4A10.s diff --git a/asm/nonmatchings/code_415D90/func_802A4A54.s b/ver/us/asm/nonmatchings/code_415D90/func_802A4A54.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A4A54.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A4A54.s diff --git a/asm/nonmatchings/code_415D90/func_802A5290.s b/ver/us/asm/nonmatchings/code_415D90/func_802A5290.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A5290.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A5290.s diff --git a/asm/nonmatchings/code_415D90/func_802A56F8.s b/ver/us/asm/nonmatchings/code_415D90/func_802A56F8.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A56F8.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A56F8.s diff --git a/asm/nonmatchings/code_415D90/func_802A5738.s b/ver/us/asm/nonmatchings/code_415D90/func_802A5738.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A5738.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A5738.s diff --git a/asm/nonmatchings/code_415D90/func_802A57C8.s b/ver/us/asm/nonmatchings/code_415D90/func_802A57C8.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A57C8.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A57C8.s diff --git a/asm/nonmatchings/code_415D90/func_802A58D0.s b/ver/us/asm/nonmatchings/code_415D90/func_802A58D0.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A58D0.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A58D0.s diff --git a/asm/nonmatchings/code_415D90/func_802A8180.s b/ver/us/asm/nonmatchings/code_415D90/func_802A8180.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A8180.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A8180.s diff --git a/asm/nonmatchings/code_415D90/func_802A9AE8.s b/ver/us/asm/nonmatchings/code_415D90/func_802A9AE8.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A9AE8.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A9AE8.s diff --git a/asm/nonmatchings/code_415D90/func_802A9B30.s b/ver/us/asm/nonmatchings/code_415D90/func_802A9B30.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A9B30.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A9B30.s diff --git a/asm/nonmatchings/code_415D90/func_802A9B44.s b/ver/us/asm/nonmatchings/code_415D90/func_802A9B44.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802A9B44.s rename to ver/us/asm/nonmatchings/code_415D90/func_802A9B44.s diff --git a/asm/nonmatchings/code_415D90/func_802AA05C.s b/ver/us/asm/nonmatchings/code_415D90/func_802AA05C.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802AA05C.s rename to ver/us/asm/nonmatchings/code_415D90/func_802AA05C.s diff --git a/asm/nonmatchings/code_415D90/func_802AA0A4.s b/ver/us/asm/nonmatchings/code_415D90/func_802AA0A4.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802AA0A4.s rename to ver/us/asm/nonmatchings/code_415D90/func_802AA0A4.s diff --git a/asm/nonmatchings/code_415D90/func_802AA0B8.s b/ver/us/asm/nonmatchings/code_415D90/func_802AA0B8.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802AA0B8.s rename to ver/us/asm/nonmatchings/code_415D90/func_802AA0B8.s diff --git a/asm/nonmatchings/code_415D90/func_802AA640.s b/ver/us/asm/nonmatchings/code_415D90/func_802AA640.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802AA640.s rename to ver/us/asm/nonmatchings/code_415D90/func_802AA640.s diff --git a/asm/nonmatchings/code_415D90/func_802AACD8.s b/ver/us/asm/nonmatchings/code_415D90/func_802AACD8.s similarity index 100% rename from asm/nonmatchings/code_415D90/func_802AACD8.s rename to ver/us/asm/nonmatchings/code_415D90/func_802AACD8.s diff --git a/asm/nonmatchings/code_415D90/update_partner_menu.s b/ver/us/asm/nonmatchings/code_415D90/update_partner_menu.s similarity index 100% rename from asm/nonmatchings/code_415D90/update_partner_menu.s rename to ver/us/asm/nonmatchings/code_415D90/update_partner_menu.s diff --git a/asm/nonmatchings/code_415D90/update_player_menu.s b/ver/us/asm/nonmatchings/code_415D90/update_player_menu.s similarity index 100% rename from asm/nonmatchings/code_415D90/update_player_menu.s rename to ver/us/asm/nonmatchings/code_415D90/update_player_menu.s diff --git a/asm/nonmatchings/code_415D90/update_targeting_enemies.s b/ver/us/asm/nonmatchings/code_415D90/update_targeting_enemies.s similarity index 100% rename from asm/nonmatchings/code_415D90/update_targeting_enemies.s rename to ver/us/asm/nonmatchings/code_415D90/update_targeting_enemies.s diff --git a/asm/nonmatchings/code_41880/osInsertTimer.s b/ver/us/asm/nonmatchings/code_41880/osInsertTimer.s similarity index 100% rename from asm/nonmatchings/code_41880/osInsertTimer.s rename to ver/us/asm/nonmatchings/code_41880/osInsertTimer.s diff --git a/asm/nonmatchings/code_41880/osSetTimerIntr.s b/ver/us/asm/nonmatchings/code_41880/osSetTimerIntr.s similarity index 100% rename from asm/nonmatchings/code_41880/osSetTimerIntr.s rename to ver/us/asm/nonmatchings/code_41880/osSetTimerIntr.s diff --git a/asm/nonmatchings/code_41880/osTimerInterrupt.s b/ver/us/asm/nonmatchings/code_41880/osTimerInterrupt.s similarity index 100% rename from asm/nonmatchings/code_41880/osTimerInterrupt.s rename to ver/us/asm/nonmatchings/code_41880/osTimerInterrupt.s diff --git a/asm/nonmatchings/code_41880/osTimerServicesInit.s b/ver/us/asm/nonmatchings/code_41880/osTimerServicesInit.s similarity index 100% rename from asm/nonmatchings/code_41880/osTimerServicesInit.s rename to ver/us/asm/nonmatchings/code_41880/osTimerServicesInit.s diff --git a/asm/nonmatchings/code_4219F0/func_802A9000_4219F0.s b/ver/us/asm/nonmatchings/code_4219F0/func_802A9000_4219F0.s similarity index 100% rename from asm/nonmatchings/code_4219F0/func_802A9000_4219F0.s rename to ver/us/asm/nonmatchings/code_4219F0/func_802A9000_4219F0.s diff --git a/asm/nonmatchings/code_4219F0/func_802A9120_421B10.s b/ver/us/asm/nonmatchings/code_4219F0/func_802A9120_421B10.s similarity index 100% rename from asm/nonmatchings/code_4219F0/func_802A9120_421B10.s rename to ver/us/asm/nonmatchings/code_4219F0/func_802A9120_421B10.s diff --git a/asm/nonmatchings/code_4219F0/func_802A9234_421C24.s b/ver/us/asm/nonmatchings/code_4219F0/func_802A9234_421C24.s similarity index 100% rename from asm/nonmatchings/code_4219F0/func_802A9234_421C24.s rename to ver/us/asm/nonmatchings/code_4219F0/func_802A9234_421C24.s diff --git a/asm/nonmatchings/code_4219F0/func_802A9544_421F34.s b/ver/us/asm/nonmatchings/code_4219F0/func_802A9544_421F34.s similarity index 100% rename from asm/nonmatchings/code_4219F0/func_802A9544_421F34.s rename to ver/us/asm/nonmatchings/code_4219F0/func_802A9544_421F34.s diff --git a/asm/nonmatchings/code_4219F0/func_802A9590_421F80.s b/ver/us/asm/nonmatchings/code_4219F0/func_802A9590_421F80.s similarity index 100% rename from asm/nonmatchings/code_4219F0/func_802A9590_421F80.s rename to ver/us/asm/nonmatchings/code_4219F0/func_802A9590_421F80.s diff --git a/asm/nonmatchings/code_422000/func_802A9000_422000.s b/ver/us/asm/nonmatchings/code_422000/func_802A9000_422000.s similarity index 100% rename from asm/nonmatchings/code_422000/func_802A9000_422000.s rename to ver/us/asm/nonmatchings/code_422000/func_802A9000_422000.s diff --git a/asm/nonmatchings/code_422000/func_802A9258_422258.s b/ver/us/asm/nonmatchings/code_422000/func_802A9258_422258.s similarity index 100% rename from asm/nonmatchings/code_422000/func_802A9258_422258.s rename to ver/us/asm/nonmatchings/code_422000/func_802A9258_422258.s diff --git a/asm/nonmatchings/code_422000/func_802A936C_42236C.s b/ver/us/asm/nonmatchings/code_422000/func_802A936C_42236C.s similarity index 100% rename from asm/nonmatchings/code_422000/func_802A936C_42236C.s rename to ver/us/asm/nonmatchings/code_422000/func_802A936C_42236C.s diff --git a/asm/nonmatchings/code_422000/func_802A99D4_4229D4.s b/ver/us/asm/nonmatchings/code_422000/func_802A99D4_4229D4.s similarity index 100% rename from asm/nonmatchings/code_422000/func_802A99D4_4229D4.s rename to ver/us/asm/nonmatchings/code_422000/func_802A99D4_4229D4.s diff --git a/asm/nonmatchings/code_422000/func_802A9A30_422A30.s b/ver/us/asm/nonmatchings/code_422000/func_802A9A30_422A30.s similarity index 100% rename from asm/nonmatchings/code_422000/func_802A9A30_422A30.s rename to ver/us/asm/nonmatchings/code_422000/func_802A9A30_422A30.s diff --git a/asm/nonmatchings/code_422AD0/func_802A9000_422AD0.s b/ver/us/asm/nonmatchings/code_422AD0/func_802A9000_422AD0.s similarity index 100% rename from asm/nonmatchings/code_422AD0/func_802A9000_422AD0.s rename to ver/us/asm/nonmatchings/code_422AD0/func_802A9000_422AD0.s diff --git a/asm/nonmatchings/code_422AD0/func_802A92A0_422D70.s b/ver/us/asm/nonmatchings/code_422AD0/func_802A92A0_422D70.s similarity index 100% rename from asm/nonmatchings/code_422AD0/func_802A92A0_422D70.s rename to ver/us/asm/nonmatchings/code_422AD0/func_802A92A0_422D70.s diff --git a/asm/nonmatchings/code_422AD0/func_802A9378_422E48.s b/ver/us/asm/nonmatchings/code_422AD0/func_802A9378_422E48.s similarity index 100% rename from asm/nonmatchings/code_422AD0/func_802A9378_422E48.s rename to ver/us/asm/nonmatchings/code_422AD0/func_802A9378_422E48.s diff --git a/asm/nonmatchings/code_422AD0/func_802A96F4_4231C4.s b/ver/us/asm/nonmatchings/code_422AD0/func_802A96F4_4231C4.s similarity index 100% rename from asm/nonmatchings/code_422AD0/func_802A96F4_4231C4.s rename to ver/us/asm/nonmatchings/code_422AD0/func_802A96F4_4231C4.s diff --git a/asm/nonmatchings/code_422AD0/func_802A9894_423364.s b/ver/us/asm/nonmatchings/code_422AD0/func_802A9894_423364.s similarity index 100% rename from asm/nonmatchings/code_422AD0/func_802A9894_423364.s rename to ver/us/asm/nonmatchings/code_422AD0/func_802A9894_423364.s diff --git a/asm/nonmatchings/code_4233F0/func_802A9000_4233F0.s b/ver/us/asm/nonmatchings/code_4233F0/func_802A9000_4233F0.s similarity index 100% rename from asm/nonmatchings/code_4233F0/func_802A9000_4233F0.s rename to ver/us/asm/nonmatchings/code_4233F0/func_802A9000_4233F0.s diff --git a/asm/nonmatchings/code_4233F0/func_802A91B0_4235A0.s b/ver/us/asm/nonmatchings/code_4233F0/func_802A91B0_4235A0.s similarity index 100% rename from asm/nonmatchings/code_4233F0/func_802A91B0_4235A0.s rename to ver/us/asm/nonmatchings/code_4233F0/func_802A91B0_4235A0.s diff --git a/asm/nonmatchings/code_4233F0/func_802A92DC_4236CC.s b/ver/us/asm/nonmatchings/code_4233F0/func_802A92DC_4236CC.s similarity index 100% rename from asm/nonmatchings/code_4233F0/func_802A92DC_4236CC.s rename to ver/us/asm/nonmatchings/code_4233F0/func_802A92DC_4236CC.s diff --git a/asm/nonmatchings/code_4233F0/func_802A96B8_423AA8.s b/ver/us/asm/nonmatchings/code_4233F0/func_802A96B8_423AA8.s similarity index 100% rename from asm/nonmatchings/code_4233F0/func_802A96B8_423AA8.s rename to ver/us/asm/nonmatchings/code_4233F0/func_802A96B8_423AA8.s diff --git a/asm/nonmatchings/code_4233F0/func_802A97FC_423BEC.s b/ver/us/asm/nonmatchings/code_4233F0/func_802A97FC_423BEC.s similarity index 100% rename from asm/nonmatchings/code_4233F0/func_802A97FC_423BEC.s rename to ver/us/asm/nonmatchings/code_4233F0/func_802A97FC_423BEC.s diff --git a/asm/nonmatchings/code_423C70/func_802A9000_423C70.s b/ver/us/asm/nonmatchings/code_423C70/func_802A9000_423C70.s similarity index 100% rename from asm/nonmatchings/code_423C70/func_802A9000_423C70.s rename to ver/us/asm/nonmatchings/code_423C70/func_802A9000_423C70.s diff --git a/asm/nonmatchings/code_423C70/func_802A91E0_423E50.s b/ver/us/asm/nonmatchings/code_423C70/func_802A91E0_423E50.s similarity index 100% rename from asm/nonmatchings/code_423C70/func_802A91E0_423E50.s rename to ver/us/asm/nonmatchings/code_423C70/func_802A91E0_423E50.s diff --git a/asm/nonmatchings/code_423C70/func_802A92F0_423F60.s b/ver/us/asm/nonmatchings/code_423C70/func_802A92F0_423F60.s similarity index 100% rename from asm/nonmatchings/code_423C70/func_802A92F0_423F60.s rename to ver/us/asm/nonmatchings/code_423C70/func_802A92F0_423F60.s diff --git a/asm/nonmatchings/code_423C70/func_802A9744_4243B4.s b/ver/us/asm/nonmatchings/code_423C70/func_802A9744_4243B4.s similarity index 100% rename from asm/nonmatchings/code_423C70/func_802A9744_4243B4.s rename to ver/us/asm/nonmatchings/code_423C70/func_802A9744_4243B4.s diff --git a/asm/nonmatchings/code_423C70/func_802A9898_424508.s b/ver/us/asm/nonmatchings/code_423C70/func_802A9898_424508.s similarity index 100% rename from asm/nonmatchings/code_423C70/func_802A9898_424508.s rename to ver/us/asm/nonmatchings/code_423C70/func_802A9898_424508.s diff --git a/asm/nonmatchings/code_425590/func_802A9000_425590.s b/ver/us/asm/nonmatchings/code_425590/func_802A9000_425590.s similarity index 100% rename from asm/nonmatchings/code_425590/func_802A9000_425590.s rename to ver/us/asm/nonmatchings/code_425590/func_802A9000_425590.s diff --git a/asm/nonmatchings/code_425590/func_802A9110_4256A0.s b/ver/us/asm/nonmatchings/code_425590/func_802A9110_4256A0.s similarity index 100% rename from asm/nonmatchings/code_425590/func_802A9110_4256A0.s rename to ver/us/asm/nonmatchings/code_425590/func_802A9110_4256A0.s diff --git a/asm/nonmatchings/code_425590/func_802A91F8_425788.s b/ver/us/asm/nonmatchings/code_425590/func_802A91F8_425788.s similarity index 100% rename from asm/nonmatchings/code_425590/func_802A91F8_425788.s rename to ver/us/asm/nonmatchings/code_425590/func_802A91F8_425788.s diff --git a/asm/nonmatchings/code_425590/func_802A94A4_425A34.s b/ver/us/asm/nonmatchings/code_425590/func_802A94A4_425A34.s similarity index 100% rename from asm/nonmatchings/code_425590/func_802A94A4_425A34.s rename to ver/us/asm/nonmatchings/code_425590/func_802A94A4_425A34.s diff --git a/asm/nonmatchings/code_425590/func_802A9544_425AD4.s b/ver/us/asm/nonmatchings/code_425590/func_802A9544_425AD4.s similarity index 100% rename from asm/nonmatchings/code_425590/func_802A9544_425AD4.s rename to ver/us/asm/nonmatchings/code_425590/func_802A9544_425AD4.s diff --git a/asm/nonmatchings/code_425B50/func_802A9000_425B50.s b/ver/us/asm/nonmatchings/code_425B50/func_802A9000_425B50.s similarity index 100% rename from asm/nonmatchings/code_425B50/func_802A9000_425B50.s rename to ver/us/asm/nonmatchings/code_425B50/func_802A9000_425B50.s diff --git a/asm/nonmatchings/code_425B50/func_802A916C_425CBC.s b/ver/us/asm/nonmatchings/code_425B50/func_802A916C_425CBC.s similarity index 100% rename from asm/nonmatchings/code_425B50/func_802A916C_425CBC.s rename to ver/us/asm/nonmatchings/code_425B50/func_802A916C_425CBC.s diff --git a/asm/nonmatchings/code_425B50/func_802A9228_425D78.s b/ver/us/asm/nonmatchings/code_425B50/func_802A9228_425D78.s similarity index 100% rename from asm/nonmatchings/code_425B50/func_802A9228_425D78.s rename to ver/us/asm/nonmatchings/code_425B50/func_802A9228_425D78.s diff --git a/asm/nonmatchings/code_425B50/func_802A94D8_426028.s b/ver/us/asm/nonmatchings/code_425B50/func_802A94D8_426028.s similarity index 100% rename from asm/nonmatchings/code_425B50/func_802A94D8_426028.s rename to ver/us/asm/nonmatchings/code_425B50/func_802A94D8_426028.s diff --git a/asm/nonmatchings/code_425B50/func_802A959C_4260EC.s b/ver/us/asm/nonmatchings/code_425B50/func_802A959C_4260EC.s similarity index 100% rename from asm/nonmatchings/code_425B50/func_802A959C_4260EC.s rename to ver/us/asm/nonmatchings/code_425B50/func_802A959C_4260EC.s diff --git a/asm/nonmatchings/code_426170/func_802A9000_426170.s b/ver/us/asm/nonmatchings/code_426170/func_802A9000_426170.s similarity index 100% rename from asm/nonmatchings/code_426170/func_802A9000_426170.s rename to ver/us/asm/nonmatchings/code_426170/func_802A9000_426170.s diff --git a/asm/nonmatchings/code_426170/func_802A9170_4262E0.s b/ver/us/asm/nonmatchings/code_426170/func_802A9170_4262E0.s similarity index 100% rename from asm/nonmatchings/code_426170/func_802A9170_4262E0.s rename to ver/us/asm/nonmatchings/code_426170/func_802A9170_4262E0.s diff --git a/asm/nonmatchings/code_426170/func_802A928C_4263FC.s b/ver/us/asm/nonmatchings/code_426170/func_802A928C_4263FC.s similarity index 100% rename from asm/nonmatchings/code_426170/func_802A928C_4263FC.s rename to ver/us/asm/nonmatchings/code_426170/func_802A928C_4263FC.s diff --git a/asm/nonmatchings/code_426170/func_802A96DC_42684C.s b/ver/us/asm/nonmatchings/code_426170/func_802A96DC_42684C.s similarity index 100% rename from asm/nonmatchings/code_426170/func_802A96DC_42684C.s rename to ver/us/asm/nonmatchings/code_426170/func_802A96DC_42684C.s diff --git a/asm/nonmatchings/code_426170/func_802A97BC_42692C.s b/ver/us/asm/nonmatchings/code_426170/func_802A97BC_42692C.s similarity index 100% rename from asm/nonmatchings/code_426170/func_802A97BC_42692C.s rename to ver/us/asm/nonmatchings/code_426170/func_802A97BC_42692C.s diff --git a/asm/nonmatchings/code_4269D0/func_802A9000_4269D0.s b/ver/us/asm/nonmatchings/code_4269D0/func_802A9000_4269D0.s similarity index 100% rename from asm/nonmatchings/code_4269D0/func_802A9000_4269D0.s rename to ver/us/asm/nonmatchings/code_4269D0/func_802A9000_4269D0.s diff --git a/asm/nonmatchings/code_4269D0/func_802A9178_426B48.s b/ver/us/asm/nonmatchings/code_4269D0/func_802A9178_426B48.s similarity index 100% rename from asm/nonmatchings/code_4269D0/func_802A9178_426B48.s rename to ver/us/asm/nonmatchings/code_4269D0/func_802A9178_426B48.s diff --git a/asm/nonmatchings/code_4269D0/func_802A9294_426C64.s b/ver/us/asm/nonmatchings/code_4269D0/func_802A9294_426C64.s similarity index 100% rename from asm/nonmatchings/code_4269D0/func_802A9294_426C64.s rename to ver/us/asm/nonmatchings/code_4269D0/func_802A9294_426C64.s diff --git a/asm/nonmatchings/code_4269D0/func_802A9834_427204.s b/ver/us/asm/nonmatchings/code_4269D0/func_802A9834_427204.s similarity index 100% rename from asm/nonmatchings/code_4269D0/func_802A9834_427204.s rename to ver/us/asm/nonmatchings/code_4269D0/func_802A9834_427204.s diff --git a/asm/nonmatchings/code_4269D0/func_802A9914_4272E4.s b/ver/us/asm/nonmatchings/code_4269D0/func_802A9914_4272E4.s similarity index 100% rename from asm/nonmatchings/code_4269D0/func_802A9914_4272E4.s rename to ver/us/asm/nonmatchings/code_4269D0/func_802A9914_4272E4.s diff --git a/asm/nonmatchings/code_4273B0/func_802A9000_4273B0.s b/ver/us/asm/nonmatchings/code_4273B0/func_802A9000_4273B0.s similarity index 100% rename from asm/nonmatchings/code_4273B0/func_802A9000_4273B0.s rename to ver/us/asm/nonmatchings/code_4273B0/func_802A9000_4273B0.s diff --git a/asm/nonmatchings/code_4273B0/func_802A9170_427520.s b/ver/us/asm/nonmatchings/code_4273B0/func_802A9170_427520.s similarity index 100% rename from asm/nonmatchings/code_4273B0/func_802A9170_427520.s rename to ver/us/asm/nonmatchings/code_4273B0/func_802A9170_427520.s diff --git a/asm/nonmatchings/code_4273B0/func_802A928C_42763C.s b/ver/us/asm/nonmatchings/code_4273B0/func_802A928C_42763C.s similarity index 100% rename from asm/nonmatchings/code_4273B0/func_802A928C_42763C.s rename to ver/us/asm/nonmatchings/code_4273B0/func_802A928C_42763C.s diff --git a/asm/nonmatchings/code_4273B0/func_802A955C_42790C.s b/ver/us/asm/nonmatchings/code_4273B0/func_802A955C_42790C.s similarity index 100% rename from asm/nonmatchings/code_4273B0/func_802A955C_42790C.s rename to ver/us/asm/nonmatchings/code_4273B0/func_802A955C_42790C.s diff --git a/asm/nonmatchings/code_4273B0/func_802A963C_4279EC.s b/ver/us/asm/nonmatchings/code_4273B0/func_802A963C_4279EC.s similarity index 100% rename from asm/nonmatchings/code_4273B0/func_802A963C_4279EC.s rename to ver/us/asm/nonmatchings/code_4273B0/func_802A963C_4279EC.s diff --git a/asm/nonmatchings/code_427A70/func_802A9000_427A70.s b/ver/us/asm/nonmatchings/code_427A70/func_802A9000_427A70.s similarity index 100% rename from asm/nonmatchings/code_427A70/func_802A9000_427A70.s rename to ver/us/asm/nonmatchings/code_427A70/func_802A9000_427A70.s diff --git a/asm/nonmatchings/code_427A70/func_802A9170_427BE0.s b/ver/us/asm/nonmatchings/code_427A70/func_802A9170_427BE0.s similarity index 100% rename from asm/nonmatchings/code_427A70/func_802A9170_427BE0.s rename to ver/us/asm/nonmatchings/code_427A70/func_802A9170_427BE0.s diff --git a/asm/nonmatchings/code_427A70/func_802A928C_427CFC.s b/ver/us/asm/nonmatchings/code_427A70/func_802A928C_427CFC.s similarity index 100% rename from asm/nonmatchings/code_427A70/func_802A928C_427CFC.s rename to ver/us/asm/nonmatchings/code_427A70/func_802A928C_427CFC.s diff --git a/asm/nonmatchings/code_427A70/func_802A96EC_42815C.s b/ver/us/asm/nonmatchings/code_427A70/func_802A96EC_42815C.s similarity index 100% rename from asm/nonmatchings/code_427A70/func_802A96EC_42815C.s rename to ver/us/asm/nonmatchings/code_427A70/func_802A96EC_42815C.s diff --git a/asm/nonmatchings/code_427A70/func_802A97CC_42823C.s b/ver/us/asm/nonmatchings/code_427A70/func_802A97CC_42823C.s similarity index 100% rename from asm/nonmatchings/code_427A70/func_802A97CC_42823C.s rename to ver/us/asm/nonmatchings/code_427A70/func_802A97CC_42823C.s diff --git a/asm/nonmatchings/code_4282E0/func_802A9000_4282E0.s b/ver/us/asm/nonmatchings/code_4282E0/func_802A9000_4282E0.s similarity index 100% rename from asm/nonmatchings/code_4282E0/func_802A9000_4282E0.s rename to ver/us/asm/nonmatchings/code_4282E0/func_802A9000_4282E0.s diff --git a/asm/nonmatchings/code_4282E0/func_802A91B8_428498.s b/ver/us/asm/nonmatchings/code_4282E0/func_802A91B8_428498.s similarity index 100% rename from asm/nonmatchings/code_4282E0/func_802A91B8_428498.s rename to ver/us/asm/nonmatchings/code_4282E0/func_802A91B8_428498.s diff --git a/asm/nonmatchings/code_4282E0/func_802A92D4_4285B4.s b/ver/us/asm/nonmatchings/code_4282E0/func_802A92D4_4285B4.s similarity index 100% rename from asm/nonmatchings/code_4282E0/func_802A92D4_4285B4.s rename to ver/us/asm/nonmatchings/code_4282E0/func_802A92D4_4285B4.s diff --git a/asm/nonmatchings/code_4282E0/func_802A9664_428944.s b/ver/us/asm/nonmatchings/code_4282E0/func_802A9664_428944.s similarity index 100% rename from asm/nonmatchings/code_4282E0/func_802A9664_428944.s rename to ver/us/asm/nonmatchings/code_4282E0/func_802A9664_428944.s diff --git a/asm/nonmatchings/code_4282E0/func_802A9708_4289E8.s b/ver/us/asm/nonmatchings/code_4282E0/func_802A9708_4289E8.s similarity index 100% rename from asm/nonmatchings/code_4282E0/func_802A9708_4289E8.s rename to ver/us/asm/nonmatchings/code_4282E0/func_802A9708_4289E8.s diff --git a/asm/nonmatchings/code_428A70/func_802A9000_428A70.s b/ver/us/asm/nonmatchings/code_428A70/func_802A9000_428A70.s similarity index 100% rename from asm/nonmatchings/code_428A70/func_802A9000_428A70.s rename to ver/us/asm/nonmatchings/code_428A70/func_802A9000_428A70.s diff --git a/asm/nonmatchings/code_428A70/func_802A9184_428BF4.s b/ver/us/asm/nonmatchings/code_428A70/func_802A9184_428BF4.s similarity index 100% rename from asm/nonmatchings/code_428A70/func_802A9184_428BF4.s rename to ver/us/asm/nonmatchings/code_428A70/func_802A9184_428BF4.s diff --git a/asm/nonmatchings/code_428A70/func_802A9278_428CE8.s b/ver/us/asm/nonmatchings/code_428A70/func_802A9278_428CE8.s similarity index 100% rename from asm/nonmatchings/code_428A70/func_802A9278_428CE8.s rename to ver/us/asm/nonmatchings/code_428A70/func_802A9278_428CE8.s diff --git a/asm/nonmatchings/code_428A70/func_802A96EC_42915C.s b/ver/us/asm/nonmatchings/code_428A70/func_802A96EC_42915C.s similarity index 100% rename from asm/nonmatchings/code_428A70/func_802A96EC_42915C.s rename to ver/us/asm/nonmatchings/code_428A70/func_802A96EC_42915C.s diff --git a/asm/nonmatchings/code_428A70/func_802A9810_429280.s b/ver/us/asm/nonmatchings/code_428A70/func_802A9810_429280.s similarity index 100% rename from asm/nonmatchings/code_428A70/func_802A9810_429280.s rename to ver/us/asm/nonmatchings/code_428A70/func_802A9810_429280.s diff --git a/asm/nonmatchings/code_429320/func_802A9000_429320.s b/ver/us/asm/nonmatchings/code_429320/func_802A9000_429320.s similarity index 100% rename from asm/nonmatchings/code_429320/func_802A9000_429320.s rename to ver/us/asm/nonmatchings/code_429320/func_802A9000_429320.s diff --git a/asm/nonmatchings/code_429320/func_802A9178_429498.s b/ver/us/asm/nonmatchings/code_429320/func_802A9178_429498.s similarity index 100% rename from asm/nonmatchings/code_429320/func_802A9178_429498.s rename to ver/us/asm/nonmatchings/code_429320/func_802A9178_429498.s diff --git a/asm/nonmatchings/code_429320/func_802A9294_4295B4.s b/ver/us/asm/nonmatchings/code_429320/func_802A9294_4295B4.s similarity index 100% rename from asm/nonmatchings/code_429320/func_802A9294_4295B4.s rename to ver/us/asm/nonmatchings/code_429320/func_802A9294_4295B4.s diff --git a/asm/nonmatchings/code_429320/func_802A984C_429B6C.s b/ver/us/asm/nonmatchings/code_429320/func_802A984C_429B6C.s similarity index 100% rename from asm/nonmatchings/code_429320/func_802A984C_429B6C.s rename to ver/us/asm/nonmatchings/code_429320/func_802A984C_429B6C.s diff --git a/asm/nonmatchings/code_429320/func_802A992C_429C4C.s b/ver/us/asm/nonmatchings/code_429320/func_802A992C_429C4C.s similarity index 100% rename from asm/nonmatchings/code_429320/func_802A992C_429C4C.s rename to ver/us/asm/nonmatchings/code_429320/func_802A992C_429C4C.s diff --git a/asm/nonmatchings/code_429D20/func_802A9000_429D20.s b/ver/us/asm/nonmatchings/code_429D20/func_802A9000_429D20.s similarity index 100% rename from asm/nonmatchings/code_429D20/func_802A9000_429D20.s rename to ver/us/asm/nonmatchings/code_429D20/func_802A9000_429D20.s diff --git a/asm/nonmatchings/code_429D20/func_802A911C_429E3C.s b/ver/us/asm/nonmatchings/code_429D20/func_802A911C_429E3C.s similarity index 100% rename from asm/nonmatchings/code_429D20/func_802A911C_429E3C.s rename to ver/us/asm/nonmatchings/code_429D20/func_802A911C_429E3C.s diff --git a/asm/nonmatchings/code_429D20/func_802A9208_429F28.s b/ver/us/asm/nonmatchings/code_429D20/func_802A9208_429F28.s similarity index 100% rename from asm/nonmatchings/code_429D20/func_802A9208_429F28.s rename to ver/us/asm/nonmatchings/code_429D20/func_802A9208_429F28.s diff --git a/asm/nonmatchings/code_429D20/func_802A9634_42A354.s b/ver/us/asm/nonmatchings/code_429D20/func_802A9634_42A354.s similarity index 100% rename from asm/nonmatchings/code_429D20/func_802A9634_42A354.s rename to ver/us/asm/nonmatchings/code_429D20/func_802A9634_42A354.s diff --git a/asm/nonmatchings/code_429D20/func_802A9720_42A440.s b/ver/us/asm/nonmatchings/code_429D20/func_802A9720_42A440.s similarity index 100% rename from asm/nonmatchings/code_429D20/func_802A9720_42A440.s rename to ver/us/asm/nonmatchings/code_429D20/func_802A9720_42A440.s diff --git a/asm/nonmatchings/code_42A4F0/func_802A9000_42A4F0.s b/ver/us/asm/nonmatchings/code_42A4F0/func_802A9000_42A4F0.s similarity index 100% rename from asm/nonmatchings/code_42A4F0/func_802A9000_42A4F0.s rename to ver/us/asm/nonmatchings/code_42A4F0/func_802A9000_42A4F0.s diff --git a/asm/nonmatchings/code_42A4F0/func_802A9398_42A888.s b/ver/us/asm/nonmatchings/code_42A4F0/func_802A9398_42A888.s similarity index 100% rename from asm/nonmatchings/code_42A4F0/func_802A9398_42A888.s rename to ver/us/asm/nonmatchings/code_42A4F0/func_802A9398_42A888.s diff --git a/asm/nonmatchings/code_42A4F0/func_802A948C_42A97C.s b/ver/us/asm/nonmatchings/code_42A4F0/func_802A948C_42A97C.s similarity index 100% rename from asm/nonmatchings/code_42A4F0/func_802A948C_42A97C.s rename to ver/us/asm/nonmatchings/code_42A4F0/func_802A948C_42A97C.s diff --git a/asm/nonmatchings/code_42A4F0/func_802AA014_42B504.s b/ver/us/asm/nonmatchings/code_42A4F0/func_802AA014_42B504.s similarity index 100% rename from asm/nonmatchings/code_42A4F0/func_802AA014_42B504.s rename to ver/us/asm/nonmatchings/code_42A4F0/func_802AA014_42B504.s diff --git a/asm/nonmatchings/code_42A4F0/func_802AA0D8_42B5C8.s b/ver/us/asm/nonmatchings/code_42A4F0/func_802AA0D8_42B5C8.s similarity index 100% rename from asm/nonmatchings/code_42A4F0/func_802AA0D8_42B5C8.s rename to ver/us/asm/nonmatchings/code_42A4F0/func_802AA0D8_42B5C8.s diff --git a/asm/nonmatchings/code_42C6F0/func_802A9000_42C6F0.s b/ver/us/asm/nonmatchings/code_42C6F0/func_802A9000_42C6F0.s similarity index 100% rename from asm/nonmatchings/code_42C6F0/func_802A9000_42C6F0.s rename to ver/us/asm/nonmatchings/code_42C6F0/func_802A9000_42C6F0.s diff --git a/asm/nonmatchings/code_42C6F0/func_802A9138_42C828.s b/ver/us/asm/nonmatchings/code_42C6F0/func_802A9138_42C828.s similarity index 100% rename from asm/nonmatchings/code_42C6F0/func_802A9138_42C828.s rename to ver/us/asm/nonmatchings/code_42C6F0/func_802A9138_42C828.s diff --git a/asm/nonmatchings/code_42C6F0/func_802A9228_42C918.s b/ver/us/asm/nonmatchings/code_42C6F0/func_802A9228_42C918.s similarity index 100% rename from asm/nonmatchings/code_42C6F0/func_802A9228_42C918.s rename to ver/us/asm/nonmatchings/code_42C6F0/func_802A9228_42C918.s diff --git a/asm/nonmatchings/code_42C6F0/func_802A9718_42CE08.s b/ver/us/asm/nonmatchings/code_42C6F0/func_802A9718_42CE08.s similarity index 100% rename from asm/nonmatchings/code_42C6F0/func_802A9718_42CE08.s rename to ver/us/asm/nonmatchings/code_42C6F0/func_802A9718_42CE08.s diff --git a/asm/nonmatchings/code_42C6F0/func_802A9764_42CE54.s b/ver/us/asm/nonmatchings/code_42C6F0/func_802A9764_42CE54.s similarity index 100% rename from asm/nonmatchings/code_42C6F0/func_802A9764_42CE54.s rename to ver/us/asm/nonmatchings/code_42C6F0/func_802A9764_42CE54.s diff --git a/asm/nonmatchings/code_42CF10/func_802A9000_42CF10.s b/ver/us/asm/nonmatchings/code_42CF10/func_802A9000_42CF10.s similarity index 100% rename from asm/nonmatchings/code_42CF10/func_802A9000_42CF10.s rename to ver/us/asm/nonmatchings/code_42CF10/func_802A9000_42CF10.s diff --git a/asm/nonmatchings/code_42CF10/func_802A9210_42D120.s b/ver/us/asm/nonmatchings/code_42CF10/func_802A9210_42D120.s similarity index 100% rename from asm/nonmatchings/code_42CF10/func_802A9210_42D120.s rename to ver/us/asm/nonmatchings/code_42CF10/func_802A9210_42D120.s diff --git a/asm/nonmatchings/code_42CF10/func_802A9310_42D220.s b/ver/us/asm/nonmatchings/code_42CF10/func_802A9310_42D220.s similarity index 100% rename from asm/nonmatchings/code_42CF10/func_802A9310_42D220.s rename to ver/us/asm/nonmatchings/code_42CF10/func_802A9310_42D220.s diff --git a/asm/nonmatchings/code_42CF10/func_802A98D0_42D7E0.s b/ver/us/asm/nonmatchings/code_42CF10/func_802A98D0_42D7E0.s similarity index 100% rename from asm/nonmatchings/code_42CF10/func_802A98D0_42D7E0.s rename to ver/us/asm/nonmatchings/code_42CF10/func_802A98D0_42D7E0.s diff --git a/asm/nonmatchings/code_42CF10/func_802A9A54_42D964.s b/ver/us/asm/nonmatchings/code_42CF10/func_802A9A54_42D964.s similarity index 100% rename from asm/nonmatchings/code_42CF10/func_802A9A54_42D964.s rename to ver/us/asm/nonmatchings/code_42CF10/func_802A9A54_42D964.s diff --git a/asm/nonmatchings/code_42DA10/func_802A9000_42DA10.s b/ver/us/asm/nonmatchings/code_42DA10/func_802A9000_42DA10.s similarity index 100% rename from asm/nonmatchings/code_42DA10/func_802A9000_42DA10.s rename to ver/us/asm/nonmatchings/code_42DA10/func_802A9000_42DA10.s diff --git a/asm/nonmatchings/code_42DA10/func_802A91A0_42DBB0.s b/ver/us/asm/nonmatchings/code_42DA10/func_802A91A0_42DBB0.s similarity index 100% rename from asm/nonmatchings/code_42DA10/func_802A91A0_42DBB0.s rename to ver/us/asm/nonmatchings/code_42DA10/func_802A91A0_42DBB0.s diff --git a/asm/nonmatchings/code_42DA10/func_802A92A0_42DCB0.s b/ver/us/asm/nonmatchings/code_42DA10/func_802A92A0_42DCB0.s similarity index 100% rename from asm/nonmatchings/code_42DA10/func_802A92A0_42DCB0.s rename to ver/us/asm/nonmatchings/code_42DA10/func_802A92A0_42DCB0.s diff --git a/asm/nonmatchings/code_42DA10/func_802A97F8_42E208.s b/ver/us/asm/nonmatchings/code_42DA10/func_802A97F8_42E208.s similarity index 100% rename from asm/nonmatchings/code_42DA10/func_802A97F8_42E208.s rename to ver/us/asm/nonmatchings/code_42DA10/func_802A97F8_42E208.s diff --git a/asm/nonmatchings/code_42DA10/func_802A98E0_42E2F0.s b/ver/us/asm/nonmatchings/code_42DA10/func_802A98E0_42E2F0.s similarity index 100% rename from asm/nonmatchings/code_42DA10/func_802A98E0_42E2F0.s rename to ver/us/asm/nonmatchings/code_42DA10/func_802A98E0_42E2F0.s diff --git a/asm/nonmatchings/code_42E3A0/func_802A9000_42E3A0.s b/ver/us/asm/nonmatchings/code_42E3A0/func_802A9000_42E3A0.s similarity index 100% rename from asm/nonmatchings/code_42E3A0/func_802A9000_42E3A0.s rename to ver/us/asm/nonmatchings/code_42E3A0/func_802A9000_42E3A0.s diff --git a/asm/nonmatchings/code_42E3A0/func_802A917C_42E51C.s b/ver/us/asm/nonmatchings/code_42E3A0/func_802A917C_42E51C.s similarity index 100% rename from asm/nonmatchings/code_42E3A0/func_802A917C_42E51C.s rename to ver/us/asm/nonmatchings/code_42E3A0/func_802A917C_42E51C.s diff --git a/asm/nonmatchings/code_42E3A0/func_802A9298_42E638.s b/ver/us/asm/nonmatchings/code_42E3A0/func_802A9298_42E638.s similarity index 100% rename from asm/nonmatchings/code_42E3A0/func_802A9298_42E638.s rename to ver/us/asm/nonmatchings/code_42E3A0/func_802A9298_42E638.s diff --git a/asm/nonmatchings/code_42E3A0/func_802A98B0_42EC50.s b/ver/us/asm/nonmatchings/code_42E3A0/func_802A98B0_42EC50.s similarity index 100% rename from asm/nonmatchings/code_42E3A0/func_802A98B0_42EC50.s rename to ver/us/asm/nonmatchings/code_42E3A0/func_802A98B0_42EC50.s diff --git a/asm/nonmatchings/code_42E3A0/func_802A9990_42ED30.s b/ver/us/asm/nonmatchings/code_42E3A0/func_802A9990_42ED30.s similarity index 100% rename from asm/nonmatchings/code_42E3A0/func_802A9990_42ED30.s rename to ver/us/asm/nonmatchings/code_42E3A0/func_802A9990_42ED30.s diff --git a/asm/nonmatchings/code_42EE20/func_802A9000_42EE20.s b/ver/us/asm/nonmatchings/code_42EE20/func_802A9000_42EE20.s similarity index 100% rename from asm/nonmatchings/code_42EE20/func_802A9000_42EE20.s rename to ver/us/asm/nonmatchings/code_42EE20/func_802A9000_42EE20.s diff --git a/asm/nonmatchings/code_42EE20/func_802A916C_42EF8C.s b/ver/us/asm/nonmatchings/code_42EE20/func_802A916C_42EF8C.s similarity index 100% rename from asm/nonmatchings/code_42EE20/func_802A916C_42EF8C.s rename to ver/us/asm/nonmatchings/code_42EE20/func_802A916C_42EF8C.s diff --git a/asm/nonmatchings/code_42EE20/func_802A9254_42F074.s b/ver/us/asm/nonmatchings/code_42EE20/func_802A9254_42F074.s similarity index 100% rename from asm/nonmatchings/code_42EE20/func_802A9254_42F074.s rename to ver/us/asm/nonmatchings/code_42EE20/func_802A9254_42F074.s diff --git a/asm/nonmatchings/code_42EE20/func_802A973C_42F55C.s b/ver/us/asm/nonmatchings/code_42EE20/func_802A973C_42F55C.s similarity index 100% rename from asm/nonmatchings/code_42EE20/func_802A973C_42F55C.s rename to ver/us/asm/nonmatchings/code_42EE20/func_802A973C_42F55C.s diff --git a/asm/nonmatchings/code_42EE20/func_802A981C_42F63C.s b/ver/us/asm/nonmatchings/code_42EE20/func_802A981C_42F63C.s similarity index 100% rename from asm/nonmatchings/code_42EE20/func_802A981C_42F63C.s rename to ver/us/asm/nonmatchings/code_42EE20/func_802A981C_42F63C.s diff --git a/asm/nonmatchings/code_42F6E0/func_802A9000_42F6E0.s b/ver/us/asm/nonmatchings/code_42F6E0/func_802A9000_42F6E0.s similarity index 100% rename from asm/nonmatchings/code_42F6E0/func_802A9000_42F6E0.s rename to ver/us/asm/nonmatchings/code_42F6E0/func_802A9000_42F6E0.s diff --git a/asm/nonmatchings/code_42F6E0/func_802A91A0_42F880.s b/ver/us/asm/nonmatchings/code_42F6E0/func_802A91A0_42F880.s similarity index 100% rename from asm/nonmatchings/code_42F6E0/func_802A91A0_42F880.s rename to ver/us/asm/nonmatchings/code_42F6E0/func_802A91A0_42F880.s diff --git a/asm/nonmatchings/code_42F6E0/func_802A92A0_42F980.s b/ver/us/asm/nonmatchings/code_42F6E0/func_802A92A0_42F980.s similarity index 100% rename from asm/nonmatchings/code_42F6E0/func_802A92A0_42F980.s rename to ver/us/asm/nonmatchings/code_42F6E0/func_802A92A0_42F980.s diff --git a/asm/nonmatchings/code_42F6E0/func_802A97AC_42FE8C.s b/ver/us/asm/nonmatchings/code_42F6E0/func_802A97AC_42FE8C.s similarity index 100% rename from asm/nonmatchings/code_42F6E0/func_802A97AC_42FE8C.s rename to ver/us/asm/nonmatchings/code_42F6E0/func_802A97AC_42FE8C.s diff --git a/asm/nonmatchings/code_42F6E0/func_802A9894_42FF74.s b/ver/us/asm/nonmatchings/code_42F6E0/func_802A9894_42FF74.s similarity index 100% rename from asm/nonmatchings/code_42F6E0/func_802A9894_42FF74.s rename to ver/us/asm/nonmatchings/code_42F6E0/func_802A9894_42FF74.s diff --git a/asm/nonmatchings/code_42e0_len_1f60/_heap_free.s b/ver/us/asm/nonmatchings/code_42e0_len_1f60/_heap_free.s similarity index 100% rename from asm/nonmatchings/code_42e0_len_1f60/_heap_free.s rename to ver/us/asm/nonmatchings/code_42e0_len_1f60/_heap_free.s diff --git a/asm/nonmatchings/code_42e0_len_1f60/_heap_malloc.s b/ver/us/asm/nonmatchings/code_42e0_len_1f60/_heap_malloc.s similarity index 100% rename from asm/nonmatchings/code_42e0_len_1f60/_heap_malloc.s rename to ver/us/asm/nonmatchings/code_42e0_len_1f60/_heap_malloc.s diff --git a/asm/nonmatchings/code_42e0_len_1f60/_heap_malloc_tail.s b/ver/us/asm/nonmatchings/code_42e0_len_1f60/_heap_malloc_tail.s similarity index 100% rename from asm/nonmatchings/code_42e0_len_1f60/_heap_malloc_tail.s rename to ver/us/asm/nonmatchings/code_42e0_len_1f60/_heap_malloc_tail.s diff --git a/asm/nonmatchings/code_42e0_len_1f60/_heap_realloc.s b/ver/us/asm/nonmatchings/code_42e0_len_1f60/_heap_realloc.s similarity index 100% rename from asm/nonmatchings/code_42e0_len_1f60/_heap_realloc.s rename to ver/us/asm/nonmatchings/code_42e0_len_1f60/_heap_realloc.s diff --git a/asm/nonmatchings/code_42e0_len_1f60/atan2.s b/ver/us/asm/nonmatchings/code_42e0_len_1f60/atan2.s similarity index 100% rename from asm/nonmatchings/code_42e0_len_1f60/atan2.s rename to ver/us/asm/nonmatchings/code_42e0_len_1f60/atan2.s diff --git a/asm/nonmatchings/code_42e0_len_1f60/clamp_angle.s b/ver/us/asm/nonmatchings/code_42e0_len_1f60/clamp_angle.s similarity index 100% rename from asm/nonmatchings/code_42e0_len_1f60/clamp_angle.s rename to ver/us/asm/nonmatchings/code_42e0_len_1f60/clamp_angle.s diff --git a/asm/nonmatchings/code_42e0_len_1f60/cosine.s b/ver/us/asm/nonmatchings/code_42e0_len_1f60/cosine.s similarity index 100% rename from asm/nonmatchings/code_42e0_len_1f60/cosine.s rename to ver/us/asm/nonmatchings/code_42e0_len_1f60/cosine.s diff --git a/asm/nonmatchings/code_42e0_len_1f60/func_8002A904.s b/ver/us/asm/nonmatchings/code_42e0_len_1f60/func_8002A904.s similarity index 100% rename from asm/nonmatchings/code_42e0_len_1f60/func_8002A904.s rename to ver/us/asm/nonmatchings/code_42e0_len_1f60/func_8002A904.s diff --git a/asm/nonmatchings/code_42e0_len_1f60/func_8002AAC4.s b/ver/us/asm/nonmatchings/code_42e0_len_1f60/func_8002AAC4.s similarity index 100% rename from asm/nonmatchings/code_42e0_len_1f60/func_8002AAC4.s rename to ver/us/asm/nonmatchings/code_42e0_len_1f60/func_8002AAC4.s diff --git a/asm/nonmatchings/code_42e0_len_1f60/func_8002AB5C.s b/ver/us/asm/nonmatchings/code_42e0_len_1f60/func_8002AB5C.s similarity index 100% rename from asm/nonmatchings/code_42e0_len_1f60/func_8002AB5C.s rename to ver/us/asm/nonmatchings/code_42e0_len_1f60/func_8002AB5C.s diff --git a/asm/nonmatchings/code_42e0_len_1f60/int_to_string.s b/ver/us/asm/nonmatchings/code_42e0_len_1f60/int_to_string.s similarity index 100% rename from asm/nonmatchings/code_42e0_len_1f60/int_to_string.s rename to ver/us/asm/nonmatchings/code_42e0_len_1f60/int_to_string.s diff --git a/asm/nonmatchings/code_42e0_len_1f60/rand_int.s b/ver/us/asm/nonmatchings/code_42e0_len_1f60/rand_int.s similarity index 100% rename from asm/nonmatchings/code_42e0_len_1f60/rand_int.s rename to ver/us/asm/nonmatchings/code_42e0_len_1f60/rand_int.s diff --git a/asm/nonmatchings/code_42e0_len_1f60/transform_point.s b/ver/us/asm/nonmatchings/code_42e0_len_1f60/transform_point.s similarity index 100% rename from asm/nonmatchings/code_42e0_len_1f60/transform_point.s rename to ver/us/asm/nonmatchings/code_42e0_len_1f60/transform_point.s diff --git a/asm/nonmatchings/code_42e0_len_1f60/update_lerp.s b/ver/us/asm/nonmatchings/code_42e0_len_1f60/update_lerp.s similarity index 100% rename from asm/nonmatchings/code_42e0_len_1f60/update_lerp.s rename to ver/us/asm/nonmatchings/code_42e0_len_1f60/update_lerp.s diff --git a/asm/nonmatchings/code_430020/func_802A9000_430020.s b/ver/us/asm/nonmatchings/code_430020/func_802A9000_430020.s similarity index 100% rename from asm/nonmatchings/code_430020/func_802A9000_430020.s rename to ver/us/asm/nonmatchings/code_430020/func_802A9000_430020.s diff --git a/asm/nonmatchings/code_430020/func_802A917C_43019C.s b/ver/us/asm/nonmatchings/code_430020/func_802A917C_43019C.s similarity index 100% rename from asm/nonmatchings/code_430020/func_802A917C_43019C.s rename to ver/us/asm/nonmatchings/code_430020/func_802A917C_43019C.s diff --git a/asm/nonmatchings/code_430020/func_802A9298_4302B8.s b/ver/us/asm/nonmatchings/code_430020/func_802A9298_4302B8.s similarity index 100% rename from asm/nonmatchings/code_430020/func_802A9298_4302B8.s rename to ver/us/asm/nonmatchings/code_430020/func_802A9298_4302B8.s diff --git a/asm/nonmatchings/code_430020/func_802A97FC_43081C.s b/ver/us/asm/nonmatchings/code_430020/func_802A97FC_43081C.s similarity index 100% rename from asm/nonmatchings/code_430020/func_802A97FC_43081C.s rename to ver/us/asm/nonmatchings/code_430020/func_802A97FC_43081C.s diff --git a/asm/nonmatchings/code_430020/func_802A98DC_4308FC.s b/ver/us/asm/nonmatchings/code_430020/func_802A98DC_4308FC.s similarity index 100% rename from asm/nonmatchings/code_430020/func_802A98DC_4308FC.s rename to ver/us/asm/nonmatchings/code_430020/func_802A98DC_4308FC.s diff --git a/asm/nonmatchings/code_43590/osPfsAllocateFile.s b/ver/us/asm/nonmatchings/code_43590/osPfsAllocateFile.s similarity index 100% rename from asm/nonmatchings/code_43590/osPfsAllocateFile.s rename to ver/us/asm/nonmatchings/code_43590/osPfsAllocateFile.s diff --git a/asm/nonmatchings/code_43590/osPfsDeclearPage.s b/ver/us/asm/nonmatchings/code_43590/osPfsDeclearPage.s similarity index 100% rename from asm/nonmatchings/code_43590/osPfsDeclearPage.s rename to ver/us/asm/nonmatchings/code_43590/osPfsDeclearPage.s diff --git a/asm/nonmatchings/code_44490/osPfsCheckRamArea.s b/ver/us/asm/nonmatchings/code_44490/osPfsCheckRamArea.s similarity index 100% rename from asm/nonmatchings/code_44490/osPfsCheckRamArea.s rename to ver/us/asm/nonmatchings/code_44490/osPfsCheckRamArea.s diff --git a/asm/nonmatchings/code_44490/osPfsInitPak.s b/ver/us/asm/nonmatchings/code_44490/osPfsInitPak.s similarity index 100% rename from asm/nonmatchings/code_44490/osPfsInitPak.s rename to ver/us/asm/nonmatchings/code_44490/osPfsInitPak.s diff --git a/asm/nonmatchings/code_44490/osPfsNumFiles.s b/ver/us/asm/nonmatchings/code_44490/osPfsNumFiles.s similarity index 100% rename from asm/nonmatchings/code_44490/osPfsNumFiles.s rename to ver/us/asm/nonmatchings/code_44490/osPfsNumFiles.s diff --git a/asm/nonmatchings/code_6240_len_c00/fio_calc_file_checksum.s b/ver/us/asm/nonmatchings/code_6240_len_c00/fio_calc_file_checksum.s similarity index 100% rename from asm/nonmatchings/code_6240_len_c00/fio_calc_file_checksum.s rename to ver/us/asm/nonmatchings/code_6240_len_c00/fio_calc_file_checksum.s diff --git a/asm/nonmatchings/code_6240_len_c00/fio_calc_header_checksum.s b/ver/us/asm/nonmatchings/code_6240_len_c00/fio_calc_header_checksum.s similarity index 100% rename from asm/nonmatchings/code_6240_len_c00/fio_calc_header_checksum.s rename to ver/us/asm/nonmatchings/code_6240_len_c00/fio_calc_header_checksum.s diff --git a/asm/nonmatchings/code_6240_len_c00/fio_deserialize_state.s b/ver/us/asm/nonmatchings/code_6240_len_c00/fio_deserialize_state.s similarity index 100% rename from asm/nonmatchings/code_6240_len_c00/fio_deserialize_state.s rename to ver/us/asm/nonmatchings/code_6240_len_c00/fio_deserialize_state.s diff --git a/asm/nonmatchings/code_6240_len_c00/fio_erase_game.s b/ver/us/asm/nonmatchings/code_6240_len_c00/fio_erase_game.s similarity index 100% rename from asm/nonmatchings/code_6240_len_c00/fio_erase_game.s rename to ver/us/asm/nonmatchings/code_6240_len_c00/fio_erase_game.s diff --git a/asm/nonmatchings/code_6240_len_c00/fio_fetch_saved_file_info.s b/ver/us/asm/nonmatchings/code_6240_len_c00/fio_fetch_saved_file_info.s similarity index 100% rename from asm/nonmatchings/code_6240_len_c00/fio_fetch_saved_file_info.s rename to ver/us/asm/nonmatchings/code_6240_len_c00/fio_fetch_saved_file_info.s diff --git a/asm/nonmatchings/code_6240_len_c00/fio_flush_backups.s b/ver/us/asm/nonmatchings/code_6240_len_c00/fio_flush_backups.s similarity index 100% rename from asm/nonmatchings/code_6240_len_c00/fio_flush_backups.s rename to ver/us/asm/nonmatchings/code_6240_len_c00/fio_flush_backups.s diff --git a/asm/nonmatchings/code_6240_len_c00/fio_has_valid_backup.s b/ver/us/asm/nonmatchings/code_6240_len_c00/fio_has_valid_backup.s similarity index 100% rename from asm/nonmatchings/code_6240_len_c00/fio_has_valid_backup.s rename to ver/us/asm/nonmatchings/code_6240_len_c00/fio_has_valid_backup.s diff --git a/asm/nonmatchings/code_6240_len_c00/fio_load_game.s b/ver/us/asm/nonmatchings/code_6240_len_c00/fio_load_game.s similarity index 100% rename from asm/nonmatchings/code_6240_len_c00/fio_load_game.s rename to ver/us/asm/nonmatchings/code_6240_len_c00/fio_load_game.s diff --git a/asm/nonmatchings/code_6240_len_c00/fio_read_flash.s b/ver/us/asm/nonmatchings/code_6240_len_c00/fio_read_flash.s similarity index 100% rename from asm/nonmatchings/code_6240_len_c00/fio_read_flash.s rename to ver/us/asm/nonmatchings/code_6240_len_c00/fio_read_flash.s diff --git a/asm/nonmatchings/code_6240_len_c00/fio_save_game.s b/ver/us/asm/nonmatchings/code_6240_len_c00/fio_save_game.s similarity index 100% rename from asm/nonmatchings/code_6240_len_c00/fio_save_game.s rename to ver/us/asm/nonmatchings/code_6240_len_c00/fio_save_game.s diff --git a/asm/nonmatchings/code_6240_len_c00/fio_serialize_state.s b/ver/us/asm/nonmatchings/code_6240_len_c00/fio_serialize_state.s similarity index 100% rename from asm/nonmatchings/code_6240_len_c00/fio_serialize_state.s rename to ver/us/asm/nonmatchings/code_6240_len_c00/fio_serialize_state.s diff --git a/asm/nonmatchings/code_6240_len_c00/fio_validate_file_checksum.s b/ver/us/asm/nonmatchings/code_6240_len_c00/fio_validate_file_checksum.s similarity index 100% rename from asm/nonmatchings/code_6240_len_c00/fio_validate_file_checksum.s rename to ver/us/asm/nonmatchings/code_6240_len_c00/fio_validate_file_checksum.s diff --git a/asm/nonmatchings/code_6240_len_c00/fio_validate_header_checksums.s b/ver/us/asm/nonmatchings/code_6240_len_c00/fio_validate_header_checksums.s similarity index 100% rename from asm/nonmatchings/code_6240_len_c00/fio_validate_header_checksums.s rename to ver/us/asm/nonmatchings/code_6240_len_c00/fio_validate_header_checksums.s diff --git a/asm/nonmatchings/code_6240_len_c00/fio_write_flash.s b/ver/us/asm/nonmatchings/code_6240_len_c00/fio_write_flash.s similarity index 100% rename from asm/nonmatchings/code_6240_len_c00/fio_write_flash.s rename to ver/us/asm/nonmatchings/code_6240_len_c00/fio_write_flash.s diff --git a/asm/nonmatchings/code_6F10E0/func_802380E4_6F11C4.s b/ver/us/asm/nonmatchings/code_6F10E0/func_802380E4_6F11C4.s similarity index 100% rename from asm/nonmatchings/code_6F10E0/func_802380E4_6F11C4.s rename to ver/us/asm/nonmatchings/code_6F10E0/func_802380E4_6F11C4.s diff --git a/asm/nonmatchings/code_6F10E0/func_8023817C_6F125C.s b/ver/us/asm/nonmatchings/code_6F10E0/func_8023817C_6F125C.s similarity index 100% rename from asm/nonmatchings/code_6F10E0/func_8023817C_6F125C.s rename to ver/us/asm/nonmatchings/code_6F10E0/func_8023817C_6F125C.s diff --git a/asm/nonmatchings/code_6F10E0/func_80238A20_6F1B00.s b/ver/us/asm/nonmatchings/code_6F10E0/func_80238A20_6F1B00.s similarity index 100% rename from asm/nonmatchings/code_6F10E0/func_80238A20_6F1B00.s rename to ver/us/asm/nonmatchings/code_6F10E0/func_80238A20_6F1B00.s diff --git a/asm/nonmatchings/code_6F10E0/func_80238B60_6F1C40.s b/ver/us/asm/nonmatchings/code_6F10E0/func_80238B60_6F1C40.s similarity index 100% rename from asm/nonmatchings/code_6F10E0/func_80238B60_6F1C40.s rename to ver/us/asm/nonmatchings/code_6F10E0/func_80238B60_6F1C40.s diff --git a/asm/nonmatchings/code_6F10E0/func_80238BCC_6F1CAC.s b/ver/us/asm/nonmatchings/code_6F10E0/func_80238BCC_6F1CAC.s similarity index 100% rename from asm/nonmatchings/code_6F10E0/func_80238BCC_6F1CAC.s rename to ver/us/asm/nonmatchings/code_6F10E0/func_80238BCC_6F1CAC.s diff --git a/asm/nonmatchings/code_6F10E0/func_80238E04_6F1EE4.s b/ver/us/asm/nonmatchings/code_6F10E0/func_80238E04_6F1EE4.s similarity index 100% rename from asm/nonmatchings/code_6F10E0/func_80238E04_6F1EE4.s rename to ver/us/asm/nonmatchings/code_6F10E0/func_80238E04_6F1EE4.s diff --git a/asm/nonmatchings/code_6F10E0/func_80238E48_6F1F28.s b/ver/us/asm/nonmatchings/code_6F10E0/func_80238E48_6F1F28.s similarity index 100% rename from asm/nonmatchings/code_6F10E0/func_80238E48_6F1F28.s rename to ver/us/asm/nonmatchings/code_6F10E0/func_80238E48_6F1F28.s diff --git a/asm/nonmatchings/code_6F10E0/func_80238E74_6F1F54.s b/ver/us/asm/nonmatchings/code_6F10E0/func_80238E74_6F1F54.s similarity index 100% rename from asm/nonmatchings/code_6F10E0/func_80238E74_6F1F54.s rename to ver/us/asm/nonmatchings/code_6F10E0/func_80238E74_6F1F54.s diff --git a/asm/nonmatchings/code_6F10E0/func_80238EDC_6F1FBC.s b/ver/us/asm/nonmatchings/code_6F10E0/func_80238EDC_6F1FBC.s similarity index 100% rename from asm/nonmatchings/code_6F10E0/func_80238EDC_6F1FBC.s rename to ver/us/asm/nonmatchings/code_6F10E0/func_80238EDC_6F1FBC.s diff --git a/asm/nonmatchings/code_6F10E0/func_8023903C_6F211C.s b/ver/us/asm/nonmatchings/code_6F10E0/func_8023903C_6F211C.s similarity index 100% rename from asm/nonmatchings/code_6F10E0/func_8023903C_6F211C.s rename to ver/us/asm/nonmatchings/code_6F10E0/func_8023903C_6F211C.s diff --git a/asm/nonmatchings/code_6F10E0/func_80239068_6F2148.s b/ver/us/asm/nonmatchings/code_6F10E0/func_80239068_6F2148.s similarity index 100% rename from asm/nonmatchings/code_6F10E0/func_80239068_6F2148.s rename to ver/us/asm/nonmatchings/code_6F10E0/func_80239068_6F2148.s diff --git a/asm/nonmatchings/code_6F10E0/func_802390B0_6F2190.s b/ver/us/asm/nonmatchings/code_6F10E0/func_802390B0_6F2190.s similarity index 100% rename from asm/nonmatchings/code_6F10E0/func_802390B0_6F2190.s rename to ver/us/asm/nonmatchings/code_6F10E0/func_802390B0_6F2190.s diff --git a/asm/nonmatchings/code_6F10E0/func_802390C8_6F21A8.s b/ver/us/asm/nonmatchings/code_6F10E0/func_802390C8_6F21A8.s similarity index 100% rename from asm/nonmatchings/code_6F10E0/func_802390C8_6F21A8.s rename to ver/us/asm/nonmatchings/code_6F10E0/func_802390C8_6F21A8.s diff --git a/asm/nonmatchings/code_6F5E80/func_80238000_6F5E80.s b/ver/us/asm/nonmatchings/code_6F5E80/func_80238000_6F5E80.s similarity index 100% rename from asm/nonmatchings/code_6F5E80/func_80238000_6F5E80.s rename to ver/us/asm/nonmatchings/code_6F5E80/func_80238000_6F5E80.s diff --git a/asm/nonmatchings/code_6F5E80/func_80238114_6F5F94.s b/ver/us/asm/nonmatchings/code_6F5E80/func_80238114_6F5F94.s similarity index 100% rename from asm/nonmatchings/code_6F5E80/func_80238114_6F5F94.s rename to ver/us/asm/nonmatchings/code_6F5E80/func_80238114_6F5F94.s diff --git a/asm/nonmatchings/code_6F5E80/func_80238298_6F6118.s b/ver/us/asm/nonmatchings/code_6F5E80/func_80238298_6F6118.s similarity index 100% rename from asm/nonmatchings/code_6F5E80/func_80238298_6F6118.s rename to ver/us/asm/nonmatchings/code_6F5E80/func_80238298_6F6118.s diff --git a/asm/nonmatchings/code_6F5E80/func_802383C0_6F6240.s b/ver/us/asm/nonmatchings/code_6F5E80/func_802383C0_6F6240.s similarity index 100% rename from asm/nonmatchings/code_6F5E80/func_802383C0_6F6240.s rename to ver/us/asm/nonmatchings/code_6F5E80/func_802383C0_6F6240.s diff --git a/asm/nonmatchings/code_6FAD10/func_80238000_6FAD10.s b/ver/us/asm/nonmatchings/code_6FAD10/func_80238000_6FAD10.s similarity index 100% rename from asm/nonmatchings/code_6FAD10/func_80238000_6FAD10.s rename to ver/us/asm/nonmatchings/code_6FAD10/func_80238000_6FAD10.s diff --git a/asm/nonmatchings/code_6FAD10/func_80238244_6FAF54.s b/ver/us/asm/nonmatchings/code_6FAD10/func_80238244_6FAF54.s similarity index 100% rename from asm/nonmatchings/code_6FAD10/func_80238244_6FAF54.s rename to ver/us/asm/nonmatchings/code_6FAD10/func_80238244_6FAF54.s diff --git a/asm/nonmatchings/code_6FAD10/func_80238358_6FB068.s b/ver/us/asm/nonmatchings/code_6FAD10/func_80238358_6FB068.s similarity index 100% rename from asm/nonmatchings/code_6FAD10/func_80238358_6FB068.s rename to ver/us/asm/nonmatchings/code_6FAD10/func_80238358_6FB068.s diff --git a/asm/nonmatchings/code_6FAD10/func_8023849C_6FB1AC.s b/ver/us/asm/nonmatchings/code_6FAD10/func_8023849C_6FB1AC.s similarity index 100% rename from asm/nonmatchings/code_6FAD10/func_8023849C_6FB1AC.s rename to ver/us/asm/nonmatchings/code_6FAD10/func_8023849C_6FB1AC.s diff --git a/asm/nonmatchings/code_6FAD10/func_80238590_6FB2A0.s b/ver/us/asm/nonmatchings/code_6FAD10/func_80238590_6FB2A0.s similarity index 100% rename from asm/nonmatchings/code_6FAD10/func_80238590_6FB2A0.s rename to ver/us/asm/nonmatchings/code_6FAD10/func_80238590_6FB2A0.s diff --git a/asm/nonmatchings/code_6FFD80/func_80238000_6FFD80.s b/ver/us/asm/nonmatchings/code_6FFD80/func_80238000_6FFD80.s similarity index 100% rename from asm/nonmatchings/code_6FFD80/func_80238000_6FFD80.s rename to ver/us/asm/nonmatchings/code_6FFD80/func_80238000_6FFD80.s diff --git a/asm/nonmatchings/code_6FFD80/func_80238C88_700A08.s b/ver/us/asm/nonmatchings/code_6FFD80/func_80238C88_700A08.s similarity index 100% rename from asm/nonmatchings/code_6FFD80/func_80238C88_700A08.s rename to ver/us/asm/nonmatchings/code_6FFD80/func_80238C88_700A08.s diff --git a/asm/nonmatchings/code_6FFD80/func_80238CE0_700A60.s b/ver/us/asm/nonmatchings/code_6FFD80/func_80238CE0_700A60.s similarity index 100% rename from asm/nonmatchings/code_6FFD80/func_80238CE0_700A60.s rename to ver/us/asm/nonmatchings/code_6FFD80/func_80238CE0_700A60.s diff --git a/asm/nonmatchings/code_6FFD80/func_80238E24_700BA4.s b/ver/us/asm/nonmatchings/code_6FFD80/func_80238E24_700BA4.s similarity index 100% rename from asm/nonmatchings/code_6FFD80/func_80238E24_700BA4.s rename to ver/us/asm/nonmatchings/code_6FFD80/func_80238E24_700BA4.s diff --git a/asm/nonmatchings/code_6FFD80/func_802390B4_700E34.s b/ver/us/asm/nonmatchings/code_6FFD80/func_802390B4_700E34.s similarity index 100% rename from asm/nonmatchings/code_6FFD80/func_802390B4_700E34.s rename to ver/us/asm/nonmatchings/code_6FFD80/func_802390B4_700E34.s diff --git a/asm/nonmatchings/code_6FFD80/func_802397C8_701548.s b/ver/us/asm/nonmatchings/code_6FFD80/func_802397C8_701548.s similarity index 100% rename from asm/nonmatchings/code_6FFD80/func_802397C8_701548.s rename to ver/us/asm/nonmatchings/code_6FFD80/func_802397C8_701548.s diff --git a/asm/nonmatchings/code_6e40_len_500/render_curtains.s b/ver/us/asm/nonmatchings/code_6e40_len_500/render_curtains.s similarity index 100% rename from asm/nonmatchings/code_6e40_len_500/render_curtains.s rename to ver/us/asm/nonmatchings/code_6e40_len_500/render_curtains.s diff --git a/asm/nonmatchings/code_703AF0/func_80238000_703AF0.s b/ver/us/asm/nonmatchings/code_703AF0/func_80238000_703AF0.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_80238000_703AF0.s rename to ver/us/asm/nonmatchings/code_703AF0/func_80238000_703AF0.s diff --git a/asm/nonmatchings/code_703AF0/func_80238370_703E60.s b/ver/us/asm/nonmatchings/code_703AF0/func_80238370_703E60.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_80238370_703E60.s rename to ver/us/asm/nonmatchings/code_703AF0/func_80238370_703E60.s diff --git a/asm/nonmatchings/code_703AF0/func_802383C0_703EB0.s b/ver/us/asm/nonmatchings/code_703AF0/func_802383C0_703EB0.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_802383C0_703EB0.s rename to ver/us/asm/nonmatchings/code_703AF0/func_802383C0_703EB0.s diff --git a/asm/nonmatchings/code_703AF0/func_802383D4_703EC4.s b/ver/us/asm/nonmatchings/code_703AF0/func_802383D4_703EC4.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_802383D4_703EC4.s rename to ver/us/asm/nonmatchings/code_703AF0/func_802383D4_703EC4.s diff --git a/asm/nonmatchings/code_703AF0/func_802383E4_703ED4.s b/ver/us/asm/nonmatchings/code_703AF0/func_802383E4_703ED4.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_802383E4_703ED4.s rename to ver/us/asm/nonmatchings/code_703AF0/func_802383E4_703ED4.s diff --git a/asm/nonmatchings/code_703AF0/func_802383F8_703EE8.s b/ver/us/asm/nonmatchings/code_703AF0/func_802383F8_703EE8.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_802383F8_703EE8.s rename to ver/us/asm/nonmatchings/code_703AF0/func_802383F8_703EE8.s diff --git a/asm/nonmatchings/code_703AF0/func_80238408_703EF8.s b/ver/us/asm/nonmatchings/code_703AF0/func_80238408_703EF8.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_80238408_703EF8.s rename to ver/us/asm/nonmatchings/code_703AF0/func_80238408_703EF8.s diff --git a/asm/nonmatchings/code_703AF0/func_80238434_703F24.s b/ver/us/asm/nonmatchings/code_703AF0/func_80238434_703F24.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_80238434_703F24.s rename to ver/us/asm/nonmatchings/code_703AF0/func_80238434_703F24.s diff --git a/asm/nonmatchings/code_703AF0/func_80238478_703F68.s b/ver/us/asm/nonmatchings/code_703AF0/func_80238478_703F68.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_80238478_703F68.s rename to ver/us/asm/nonmatchings/code_703AF0/func_80238478_703F68.s diff --git a/asm/nonmatchings/code_703AF0/func_802384B0_703FA0.s b/ver/us/asm/nonmatchings/code_703AF0/func_802384B0_703FA0.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_802384B0_703FA0.s rename to ver/us/asm/nonmatchings/code_703AF0/func_802384B0_703FA0.s diff --git a/asm/nonmatchings/code_703AF0/func_80238570_704060.s b/ver/us/asm/nonmatchings/code_703AF0/func_80238570_704060.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_80238570_704060.s rename to ver/us/asm/nonmatchings/code_703AF0/func_80238570_704060.s diff --git a/asm/nonmatchings/code_703AF0/func_8023859C_70408C.s b/ver/us/asm/nonmatchings/code_703AF0/func_8023859C_70408C.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_8023859C_70408C.s rename to ver/us/asm/nonmatchings/code_703AF0/func_8023859C_70408C.s diff --git a/asm/nonmatchings/code_703AF0/func_80238668_704158.s b/ver/us/asm/nonmatchings/code_703AF0/func_80238668_704158.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_80238668_704158.s rename to ver/us/asm/nonmatchings/code_703AF0/func_80238668_704158.s diff --git a/asm/nonmatchings/code_703AF0/func_80238784_704274.s b/ver/us/asm/nonmatchings/code_703AF0/func_80238784_704274.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_80238784_704274.s rename to ver/us/asm/nonmatchings/code_703AF0/func_80238784_704274.s diff --git a/asm/nonmatchings/code_703AF0/func_80238810_704300.s b/ver/us/asm/nonmatchings/code_703AF0/func_80238810_704300.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_80238810_704300.s rename to ver/us/asm/nonmatchings/code_703AF0/func_80238810_704300.s diff --git a/asm/nonmatchings/code_703AF0/func_80238B3C_70462C.s b/ver/us/asm/nonmatchings/code_703AF0/func_80238B3C_70462C.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_80238B3C_70462C.s rename to ver/us/asm/nonmatchings/code_703AF0/func_80238B3C_70462C.s diff --git a/asm/nonmatchings/code_703AF0/func_80238C08_7046F8.s b/ver/us/asm/nonmatchings/code_703AF0/func_80238C08_7046F8.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_80238C08_7046F8.s rename to ver/us/asm/nonmatchings/code_703AF0/func_80238C08_7046F8.s diff --git a/asm/nonmatchings/code_703AF0/func_80238C84_704774.s b/ver/us/asm/nonmatchings/code_703AF0/func_80238C84_704774.s similarity index 100% rename from asm/nonmatchings/code_703AF0/func_80238C84_704774.s rename to ver/us/asm/nonmatchings/code_703AF0/func_80238C84_704774.s diff --git a/asm/nonmatchings/code_707CA0/func_80238000_707CA0.s b/ver/us/asm/nonmatchings/code_707CA0/func_80238000_707CA0.s similarity index 100% rename from asm/nonmatchings/code_707CA0/func_80238000_707CA0.s rename to ver/us/asm/nonmatchings/code_707CA0/func_80238000_707CA0.s diff --git a/asm/nonmatchings/code_707CA0/func_80238114_707DB4.s b/ver/us/asm/nonmatchings/code_707CA0/func_80238114_707DB4.s similarity index 100% rename from asm/nonmatchings/code_707CA0/func_80238114_707DB4.s rename to ver/us/asm/nonmatchings/code_707CA0/func_80238114_707DB4.s diff --git a/asm/nonmatchings/code_707CA0/func_802381EC_707E8C.s b/ver/us/asm/nonmatchings/code_707CA0/func_802381EC_707E8C.s similarity index 100% rename from asm/nonmatchings/code_707CA0/func_802381EC_707E8C.s rename to ver/us/asm/nonmatchings/code_707CA0/func_802381EC_707E8C.s diff --git a/asm/nonmatchings/code_707CA0/func_802382A4_707F44.s b/ver/us/asm/nonmatchings/code_707CA0/func_802382A4_707F44.s similarity index 100% rename from asm/nonmatchings/code_707CA0/func_802382A4_707F44.s rename to ver/us/asm/nonmatchings/code_707CA0/func_802382A4_707F44.s diff --git a/asm/nonmatchings/code_707CA0/func_80238328_707FC8.s b/ver/us/asm/nonmatchings/code_707CA0/func_80238328_707FC8.s similarity index 100% rename from asm/nonmatchings/code_707CA0/func_80238328_707FC8.s rename to ver/us/asm/nonmatchings/code_707CA0/func_80238328_707FC8.s diff --git a/asm/nonmatchings/code_707CA0/func_80238388_708028.s b/ver/us/asm/nonmatchings/code_707CA0/func_80238388_708028.s similarity index 100% rename from asm/nonmatchings/code_707CA0/func_80238388_708028.s rename to ver/us/asm/nonmatchings/code_707CA0/func_80238388_708028.s diff --git a/asm/nonmatchings/code_707CA0/func_80238480_708120.s b/ver/us/asm/nonmatchings/code_707CA0/func_80238480_708120.s similarity index 100% rename from asm/nonmatchings/code_707CA0/func_80238480_708120.s rename to ver/us/asm/nonmatchings/code_707CA0/func_80238480_708120.s diff --git a/asm/nonmatchings/code_707CA0/func_80238540_7081E0.s b/ver/us/asm/nonmatchings/code_707CA0/func_80238540_7081E0.s similarity index 100% rename from asm/nonmatchings/code_707CA0/func_80238540_7081E0.s rename to ver/us/asm/nonmatchings/code_707CA0/func_80238540_7081E0.s diff --git a/asm/nonmatchings/code_707CA0/func_80238E30_708AD0.s b/ver/us/asm/nonmatchings/code_707CA0/func_80238E30_708AD0.s similarity index 100% rename from asm/nonmatchings/code_707CA0/func_80238E30_708AD0.s rename to ver/us/asm/nonmatchings/code_707CA0/func_80238E30_708AD0.s diff --git a/asm/nonmatchings/code_70BD10/func_80238000_70BD10.s b/ver/us/asm/nonmatchings/code_70BD10/func_80238000_70BD10.s similarity index 100% rename from asm/nonmatchings/code_70BD10/func_80238000_70BD10.s rename to ver/us/asm/nonmatchings/code_70BD10/func_80238000_70BD10.s diff --git a/asm/nonmatchings/code_70BD10/func_8023803C_70BD4C.s b/ver/us/asm/nonmatchings/code_70BD10/func_8023803C_70BD4C.s similarity index 100% rename from asm/nonmatchings/code_70BD10/func_8023803C_70BD4C.s rename to ver/us/asm/nonmatchings/code_70BD10/func_8023803C_70BD4C.s diff --git a/asm/nonmatchings/code_70BD10/func_80238A6C_70C77C.s b/ver/us/asm/nonmatchings/code_70BD10/func_80238A6C_70C77C.s similarity index 100% rename from asm/nonmatchings/code_70BD10/func_80238A6C_70C77C.s rename to ver/us/asm/nonmatchings/code_70BD10/func_80238A6C_70C77C.s diff --git a/asm/nonmatchings/code_70BD10/func_80238B50_70C860.s b/ver/us/asm/nonmatchings/code_70BD10/func_80238B50_70C860.s similarity index 100% rename from asm/nonmatchings/code_70BD10/func_80238B50_70C860.s rename to ver/us/asm/nonmatchings/code_70BD10/func_80238B50_70C860.s diff --git a/asm/nonmatchings/code_70BD10/func_80238C14_70C924.s b/ver/us/asm/nonmatchings/code_70BD10/func_80238C14_70C924.s similarity index 100% rename from asm/nonmatchings/code_70BD10/func_80238C14_70C924.s rename to ver/us/asm/nonmatchings/code_70BD10/func_80238C14_70C924.s diff --git a/asm/nonmatchings/code_70BD10/func_80238C58_70C968.s b/ver/us/asm/nonmatchings/code_70BD10/func_80238C58_70C968.s similarity index 100% rename from asm/nonmatchings/code_70BD10/func_80238C58_70C968.s rename to ver/us/asm/nonmatchings/code_70BD10/func_80238C58_70C968.s diff --git a/asm/nonmatchings/code_70BD10/func_80238D8C_70CA9C.s b/ver/us/asm/nonmatchings/code_70BD10/func_80238D8C_70CA9C.s similarity index 100% rename from asm/nonmatchings/code_70BD10/func_80238D8C_70CA9C.s rename to ver/us/asm/nonmatchings/code_70BD10/func_80238D8C_70CA9C.s diff --git a/asm/nonmatchings/code_70BD10/func_8023906C_70CD7C.s b/ver/us/asm/nonmatchings/code_70BD10/func_8023906C_70CD7C.s similarity index 100% rename from asm/nonmatchings/code_70BD10/func_8023906C_70CD7C.s rename to ver/us/asm/nonmatchings/code_70BD10/func_8023906C_70CD7C.s diff --git a/asm/nonmatchings/code_70BD10/func_80239140_70CE50.s b/ver/us/asm/nonmatchings/code_70BD10/func_80239140_70CE50.s similarity index 100% rename from asm/nonmatchings/code_70BD10/func_80239140_70CE50.s rename to ver/us/asm/nonmatchings/code_70BD10/func_80239140_70CE50.s diff --git a/asm/nonmatchings/code_70BD10/func_80239F84_70DC94.s b/ver/us/asm/nonmatchings/code_70BD10/func_80239F84_70DC94.s similarity index 100% rename from asm/nonmatchings/code_70BD10/func_80239F84_70DC94.s rename to ver/us/asm/nonmatchings/code_70BD10/func_80239F84_70DC94.s diff --git a/asm/nonmatchings/code_70BD10/func_8023A19C_70DEAC.s b/ver/us/asm/nonmatchings/code_70BD10/func_8023A19C_70DEAC.s similarity index 100% rename from asm/nonmatchings/code_70BD10/func_8023A19C_70DEAC.s rename to ver/us/asm/nonmatchings/code_70BD10/func_8023A19C_70DEAC.s diff --git a/asm/nonmatchings/code_70BD10/func_8023A1B0_70DEC0.s b/ver/us/asm/nonmatchings/code_70BD10/func_8023A1B0_70DEC0.s similarity index 100% rename from asm/nonmatchings/code_70BD10/func_8023A1B0_70DEC0.s rename to ver/us/asm/nonmatchings/code_70BD10/func_8023A1B0_70DEC0.s diff --git a/asm/nonmatchings/code_710EF0/func_80238000_710EF0.s b/ver/us/asm/nonmatchings/code_710EF0/func_80238000_710EF0.s similarity index 100% rename from asm/nonmatchings/code_710EF0/func_80238000_710EF0.s rename to ver/us/asm/nonmatchings/code_710EF0/func_80238000_710EF0.s diff --git a/asm/nonmatchings/code_710EF0/func_80238014_710F04.s b/ver/us/asm/nonmatchings/code_710EF0/func_80238014_710F04.s similarity index 100% rename from asm/nonmatchings/code_710EF0/func_80238014_710F04.s rename to ver/us/asm/nonmatchings/code_710EF0/func_80238014_710F04.s diff --git a/asm/nonmatchings/code_710EF0/func_8023808C_710F7C.s b/ver/us/asm/nonmatchings/code_710EF0/func_8023808C_710F7C.s similarity index 100% rename from asm/nonmatchings/code_710EF0/func_8023808C_710F7C.s rename to ver/us/asm/nonmatchings/code_710EF0/func_8023808C_710F7C.s diff --git a/asm/nonmatchings/code_710EF0/func_802380E4_710FD4.s b/ver/us/asm/nonmatchings/code_710EF0/func_802380E4_710FD4.s similarity index 100% rename from asm/nonmatchings/code_710EF0/func_802380E4_710FD4.s rename to ver/us/asm/nonmatchings/code_710EF0/func_802380E4_710FD4.s diff --git a/asm/nonmatchings/code_710EF0/func_80238198_711088.s b/ver/us/asm/nonmatchings/code_710EF0/func_80238198_711088.s similarity index 100% rename from asm/nonmatchings/code_710EF0/func_80238198_711088.s rename to ver/us/asm/nonmatchings/code_710EF0/func_80238198_711088.s diff --git a/asm/nonmatchings/code_710EF0/func_802381C8_7110B8.s b/ver/us/asm/nonmatchings/code_710EF0/func_802381C8_7110B8.s similarity index 100% rename from asm/nonmatchings/code_710EF0/func_802381C8_7110B8.s rename to ver/us/asm/nonmatchings/code_710EF0/func_802381C8_7110B8.s diff --git a/asm/nonmatchings/code_710EF0/func_802381E8_7110D8.s b/ver/us/asm/nonmatchings/code_710EF0/func_802381E8_7110D8.s similarity index 100% rename from asm/nonmatchings/code_710EF0/func_802381E8_7110D8.s rename to ver/us/asm/nonmatchings/code_710EF0/func_802381E8_7110D8.s diff --git a/asm/nonmatchings/code_714CF0/func_80238028_714D18.s b/ver/us/asm/nonmatchings/code_714CF0/func_80238028_714D18.s similarity index 100% rename from asm/nonmatchings/code_714CF0/func_80238028_714D18.s rename to ver/us/asm/nonmatchings/code_714CF0/func_80238028_714D18.s diff --git a/asm/nonmatchings/code_715850/func_802A1000_715850.s b/ver/us/asm/nonmatchings/code_715850/func_802A1000_715850.s similarity index 100% rename from asm/nonmatchings/code_715850/func_802A1000_715850.s rename to ver/us/asm/nonmatchings/code_715850/func_802A1000_715850.s diff --git a/asm/nonmatchings/code_715850/func_802A11D4_715A24.s b/ver/us/asm/nonmatchings/code_715850/func_802A11D4_715A24.s similarity index 100% rename from asm/nonmatchings/code_715850/func_802A11D4_715A24.s rename to ver/us/asm/nonmatchings/code_715850/func_802A11D4_715A24.s diff --git a/asm/nonmatchings/code_715850/func_802A123C_715A8C.s b/ver/us/asm/nonmatchings/code_715850/func_802A123C_715A8C.s similarity index 100% rename from asm/nonmatchings/code_715850/func_802A123C_715A8C.s rename to ver/us/asm/nonmatchings/code_715850/func_802A123C_715A8C.s diff --git a/asm/nonmatchings/code_715850/func_802A12EC_715B3C.s b/ver/us/asm/nonmatchings/code_715850/func_802A12EC_715B3C.s similarity index 100% rename from asm/nonmatchings/code_715850/func_802A12EC_715B3C.s rename to ver/us/asm/nonmatchings/code_715850/func_802A12EC_715B3C.s diff --git a/asm/nonmatchings/code_715850/func_802A1378_715BC8.s b/ver/us/asm/nonmatchings/code_715850/func_802A1378_715BC8.s similarity index 100% rename from asm/nonmatchings/code_715850/func_802A1378_715BC8.s rename to ver/us/asm/nonmatchings/code_715850/func_802A1378_715BC8.s diff --git a/asm/nonmatchings/code_715850/func_802A1438_715C88.s b/ver/us/asm/nonmatchings/code_715850/func_802A1438_715C88.s similarity index 100% rename from asm/nonmatchings/code_715850/func_802A1438_715C88.s rename to ver/us/asm/nonmatchings/code_715850/func_802A1438_715C88.s diff --git a/asm/nonmatchings/code_715850/func_802A14F8_715D48.s b/ver/us/asm/nonmatchings/code_715850/func_802A14F8_715D48.s similarity index 100% rename from asm/nonmatchings/code_715850/func_802A14F8_715D48.s rename to ver/us/asm/nonmatchings/code_715850/func_802A14F8_715D48.s diff --git a/asm/nonmatchings/code_715850/func_802A154C_715D9C.s b/ver/us/asm/nonmatchings/code_715850/func_802A154C_715D9C.s similarity index 100% rename from asm/nonmatchings/code_715850/func_802A154C_715D9C.s rename to ver/us/asm/nonmatchings/code_715850/func_802A154C_715D9C.s diff --git a/asm/nonmatchings/code_715850/func_802A15A0_715DF0.s b/ver/us/asm/nonmatchings/code_715850/func_802A15A0_715DF0.s similarity index 100% rename from asm/nonmatchings/code_715850/func_802A15A0_715DF0.s rename to ver/us/asm/nonmatchings/code_715850/func_802A15A0_715DF0.s diff --git a/asm/nonmatchings/code_716C60/func_802A1000_716C60.s b/ver/us/asm/nonmatchings/code_716C60/func_802A1000_716C60.s similarity index 100% rename from asm/nonmatchings/code_716C60/func_802A1000_716C60.s rename to ver/us/asm/nonmatchings/code_716C60/func_802A1000_716C60.s diff --git a/asm/nonmatchings/code_716C60/func_802A11D4_716E34.s b/ver/us/asm/nonmatchings/code_716C60/func_802A11D4_716E34.s similarity index 100% rename from asm/nonmatchings/code_716C60/func_802A11D4_716E34.s rename to ver/us/asm/nonmatchings/code_716C60/func_802A11D4_716E34.s diff --git a/asm/nonmatchings/code_716C60/func_802A123C_716E9C.s b/ver/us/asm/nonmatchings/code_716C60/func_802A123C_716E9C.s similarity index 100% rename from asm/nonmatchings/code_716C60/func_802A123C_716E9C.s rename to ver/us/asm/nonmatchings/code_716C60/func_802A123C_716E9C.s diff --git a/asm/nonmatchings/code_716C60/func_802A1378_716FD8.s b/ver/us/asm/nonmatchings/code_716C60/func_802A1378_716FD8.s similarity index 100% rename from asm/nonmatchings/code_716C60/func_802A1378_716FD8.s rename to ver/us/asm/nonmatchings/code_716C60/func_802A1378_716FD8.s diff --git a/asm/nonmatchings/code_7179D0/func_802A1000_7179D0.s b/ver/us/asm/nonmatchings/code_7179D0/func_802A1000_7179D0.s similarity index 100% rename from asm/nonmatchings/code_7179D0/func_802A1000_7179D0.s rename to ver/us/asm/nonmatchings/code_7179D0/func_802A1000_7179D0.s diff --git a/asm/nonmatchings/code_7179D0/func_802A11D4_717BA4.s b/ver/us/asm/nonmatchings/code_7179D0/func_802A11D4_717BA4.s similarity index 100% rename from asm/nonmatchings/code_7179D0/func_802A11D4_717BA4.s rename to ver/us/asm/nonmatchings/code_7179D0/func_802A11D4_717BA4.s diff --git a/asm/nonmatchings/code_718850/func_802A1000_718850.s b/ver/us/asm/nonmatchings/code_718850/func_802A1000_718850.s similarity index 100% rename from asm/nonmatchings/code_718850/func_802A1000_718850.s rename to ver/us/asm/nonmatchings/code_718850/func_802A1000_718850.s diff --git a/asm/nonmatchings/code_718850/func_802A11D4_718A24.s b/ver/us/asm/nonmatchings/code_718850/func_802A11D4_718A24.s similarity index 100% rename from asm/nonmatchings/code_718850/func_802A11D4_718A24.s rename to ver/us/asm/nonmatchings/code_718850/func_802A11D4_718A24.s diff --git a/asm/nonmatchings/code_718850/func_802A123C_718A8C.s b/ver/us/asm/nonmatchings/code_718850/func_802A123C_718A8C.s similarity index 100% rename from asm/nonmatchings/code_718850/func_802A123C_718A8C.s rename to ver/us/asm/nonmatchings/code_718850/func_802A123C_718A8C.s diff --git a/asm/nonmatchings/code_718850/func_802A12E4_718B34.s b/ver/us/asm/nonmatchings/code_718850/func_802A12E4_718B34.s similarity index 100% rename from asm/nonmatchings/code_718850/func_802A12E4_718B34.s rename to ver/us/asm/nonmatchings/code_718850/func_802A12E4_718B34.s diff --git a/asm/nonmatchings/code_718850/func_802A1318_718B68.s b/ver/us/asm/nonmatchings/code_718850/func_802A1318_718B68.s similarity index 100% rename from asm/nonmatchings/code_718850/func_802A1318_718B68.s rename to ver/us/asm/nonmatchings/code_718850/func_802A1318_718B68.s diff --git a/asm/nonmatchings/code_719970/func_802A1000_719970.s b/ver/us/asm/nonmatchings/code_719970/func_802A1000_719970.s similarity index 100% rename from asm/nonmatchings/code_719970/func_802A1000_719970.s rename to ver/us/asm/nonmatchings/code_719970/func_802A1000_719970.s diff --git a/asm/nonmatchings/code_719970/func_802A11D4_719B44.s b/ver/us/asm/nonmatchings/code_719970/func_802A11D4_719B44.s similarity index 100% rename from asm/nonmatchings/code_719970/func_802A11D4_719B44.s rename to ver/us/asm/nonmatchings/code_719970/func_802A11D4_719B44.s diff --git a/asm/nonmatchings/code_71A7F0/func_802A1000_71A7F0.s b/ver/us/asm/nonmatchings/code_71A7F0/func_802A1000_71A7F0.s similarity index 100% rename from asm/nonmatchings/code_71A7F0/func_802A1000_71A7F0.s rename to ver/us/asm/nonmatchings/code_71A7F0/func_802A1000_71A7F0.s diff --git a/asm/nonmatchings/code_71A7F0/func_802A11D4_71A9C4.s b/ver/us/asm/nonmatchings/code_71A7F0/func_802A11D4_71A9C4.s similarity index 100% rename from asm/nonmatchings/code_71A7F0/func_802A11D4_71A9C4.s rename to ver/us/asm/nonmatchings/code_71A7F0/func_802A11D4_71A9C4.s diff --git a/asm/nonmatchings/code_71A7F0/func_802A123C_71AA2C.s b/ver/us/asm/nonmatchings/code_71A7F0/func_802A123C_71AA2C.s similarity index 100% rename from asm/nonmatchings/code_71A7F0/func_802A123C_71AA2C.s rename to ver/us/asm/nonmatchings/code_71A7F0/func_802A123C_71AA2C.s diff --git a/asm/nonmatchings/code_71B1A0/func_802A1000_71B1A0.s b/ver/us/asm/nonmatchings/code_71B1A0/func_802A1000_71B1A0.s similarity index 100% rename from asm/nonmatchings/code_71B1A0/func_802A1000_71B1A0.s rename to ver/us/asm/nonmatchings/code_71B1A0/func_802A1000_71B1A0.s diff --git a/asm/nonmatchings/code_71B1A0/func_802A11D4_71B374.s b/ver/us/asm/nonmatchings/code_71B1A0/func_802A11D4_71B374.s similarity index 100% rename from asm/nonmatchings/code_71B1A0/func_802A11D4_71B374.s rename to ver/us/asm/nonmatchings/code_71B1A0/func_802A11D4_71B374.s diff --git a/asm/nonmatchings/code_71B1A0/func_802A12D4_71B474.s b/ver/us/asm/nonmatchings/code_71B1A0/func_802A12D4_71B474.s similarity index 100% rename from asm/nonmatchings/code_71B1A0/func_802A12D4_71B474.s rename to ver/us/asm/nonmatchings/code_71B1A0/func_802A12D4_71B474.s diff --git a/asm/nonmatchings/code_71B1A0/func_802A1354_71B4F4.s b/ver/us/asm/nonmatchings/code_71B1A0/func_802A1354_71B4F4.s similarity index 100% rename from asm/nonmatchings/code_71B1A0/func_802A1354_71B4F4.s rename to ver/us/asm/nonmatchings/code_71B1A0/func_802A1354_71B4F4.s diff --git a/asm/nonmatchings/code_71BE30/func_802A1000_71BE30.s b/ver/us/asm/nonmatchings/code_71BE30/func_802A1000_71BE30.s similarity index 100% rename from asm/nonmatchings/code_71BE30/func_802A1000_71BE30.s rename to ver/us/asm/nonmatchings/code_71BE30/func_802A1000_71BE30.s diff --git a/asm/nonmatchings/code_71BE30/func_802A11D4_71C004.s b/ver/us/asm/nonmatchings/code_71BE30/func_802A11D4_71C004.s similarity index 100% rename from asm/nonmatchings/code_71BE30/func_802A11D4_71C004.s rename to ver/us/asm/nonmatchings/code_71BE30/func_802A11D4_71C004.s diff --git a/asm/nonmatchings/code_71BE30/func_802A123C_71C06C.s b/ver/us/asm/nonmatchings/code_71BE30/func_802A123C_71C06C.s similarity index 100% rename from asm/nonmatchings/code_71BE30/func_802A123C_71C06C.s rename to ver/us/asm/nonmatchings/code_71BE30/func_802A123C_71C06C.s diff --git a/asm/nonmatchings/code_71BE30/func_802A13B8_71C1E8.s b/ver/us/asm/nonmatchings/code_71BE30/func_802A13B8_71C1E8.s similarity index 100% rename from asm/nonmatchings/code_71BE30/func_802A13B8_71C1E8.s rename to ver/us/asm/nonmatchings/code_71BE30/func_802A13B8_71C1E8.s diff --git a/asm/nonmatchings/code_71CCE0/func_802A1000_71CCE0.s b/ver/us/asm/nonmatchings/code_71CCE0/func_802A1000_71CCE0.s similarity index 100% rename from asm/nonmatchings/code_71CCE0/func_802A1000_71CCE0.s rename to ver/us/asm/nonmatchings/code_71CCE0/func_802A1000_71CCE0.s diff --git a/asm/nonmatchings/code_71CCE0/func_802A11D4_71CEB4.s b/ver/us/asm/nonmatchings/code_71CCE0/func_802A11D4_71CEB4.s similarity index 100% rename from asm/nonmatchings/code_71CCE0/func_802A11D4_71CEB4.s rename to ver/us/asm/nonmatchings/code_71CCE0/func_802A11D4_71CEB4.s diff --git a/asm/nonmatchings/code_71CCE0/func_802A123C_71CF1C.s b/ver/us/asm/nonmatchings/code_71CCE0/func_802A123C_71CF1C.s similarity index 100% rename from asm/nonmatchings/code_71CCE0/func_802A123C_71CF1C.s rename to ver/us/asm/nonmatchings/code_71CCE0/func_802A123C_71CF1C.s diff --git a/asm/nonmatchings/code_71CCE0/func_802A12FC_71CFDC.s b/ver/us/asm/nonmatchings/code_71CCE0/func_802A12FC_71CFDC.s similarity index 100% rename from asm/nonmatchings/code_71CCE0/func_802A12FC_71CFDC.s rename to ver/us/asm/nonmatchings/code_71CCE0/func_802A12FC_71CFDC.s diff --git a/asm/nonmatchings/code_71E650/func_802A1000_71E650.s b/ver/us/asm/nonmatchings/code_71E650/func_802A1000_71E650.s similarity index 100% rename from asm/nonmatchings/code_71E650/func_802A1000_71E650.s rename to ver/us/asm/nonmatchings/code_71E650/func_802A1000_71E650.s diff --git a/asm/nonmatchings/code_71E650/func_802A11D4_71E824.s b/ver/us/asm/nonmatchings/code_71E650/func_802A11D4_71E824.s similarity index 100% rename from asm/nonmatchings/code_71E650/func_802A11D4_71E824.s rename to ver/us/asm/nonmatchings/code_71E650/func_802A11D4_71E824.s diff --git a/asm/nonmatchings/code_71E650/func_802A123C_71E88C.s b/ver/us/asm/nonmatchings/code_71E650/func_802A123C_71E88C.s similarity index 100% rename from asm/nonmatchings/code_71E650/func_802A123C_71E88C.s rename to ver/us/asm/nonmatchings/code_71E650/func_802A123C_71E88C.s diff --git a/asm/nonmatchings/code_71E650/func_802A1740_71ED90.s b/ver/us/asm/nonmatchings/code_71E650/func_802A1740_71ED90.s similarity index 100% rename from asm/nonmatchings/code_71E650/func_802A1740_71ED90.s rename to ver/us/asm/nonmatchings/code_71E650/func_802A1740_71ED90.s diff --git a/asm/nonmatchings/code_71E650/func_802A1848_71EE98.s b/ver/us/asm/nonmatchings/code_71E650/func_802A1848_71EE98.s similarity index 100% rename from asm/nonmatchings/code_71E650/func_802A1848_71EE98.s rename to ver/us/asm/nonmatchings/code_71E650/func_802A1848_71EE98.s diff --git a/asm/nonmatchings/code_7215A0/func_802A1000_7215A0.s b/ver/us/asm/nonmatchings/code_7215A0/func_802A1000_7215A0.s similarity index 100% rename from asm/nonmatchings/code_7215A0/func_802A1000_7215A0.s rename to ver/us/asm/nonmatchings/code_7215A0/func_802A1000_7215A0.s diff --git a/asm/nonmatchings/code_7215A0/func_802A11D4_721774.s b/ver/us/asm/nonmatchings/code_7215A0/func_802A11D4_721774.s similarity index 100% rename from asm/nonmatchings/code_7215A0/func_802A11D4_721774.s rename to ver/us/asm/nonmatchings/code_7215A0/func_802A11D4_721774.s diff --git a/asm/nonmatchings/code_7215A0/func_802A123C_7217DC.s b/ver/us/asm/nonmatchings/code_7215A0/func_802A123C_7217DC.s similarity index 100% rename from asm/nonmatchings/code_7215A0/func_802A123C_7217DC.s rename to ver/us/asm/nonmatchings/code_7215A0/func_802A123C_7217DC.s diff --git a/asm/nonmatchings/code_722000/func_802A1000_722000.s b/ver/us/asm/nonmatchings/code_722000/func_802A1000_722000.s similarity index 100% rename from asm/nonmatchings/code_722000/func_802A1000_722000.s rename to ver/us/asm/nonmatchings/code_722000/func_802A1000_722000.s diff --git a/asm/nonmatchings/code_722000/func_802A11D4_7221D4.s b/ver/us/asm/nonmatchings/code_722000/func_802A11D4_7221D4.s similarity index 100% rename from asm/nonmatchings/code_722000/func_802A11D4_7221D4.s rename to ver/us/asm/nonmatchings/code_722000/func_802A11D4_7221D4.s diff --git a/asm/nonmatchings/code_722000/func_802A123C_72223C.s b/ver/us/asm/nonmatchings/code_722000/func_802A123C_72223C.s similarity index 100% rename from asm/nonmatchings/code_722000/func_802A123C_72223C.s rename to ver/us/asm/nonmatchings/code_722000/func_802A123C_72223C.s diff --git a/asm/nonmatchings/code_722B40/func_802A1000_722B40.s b/ver/us/asm/nonmatchings/code_722B40/func_802A1000_722B40.s similarity index 100% rename from asm/nonmatchings/code_722B40/func_802A1000_722B40.s rename to ver/us/asm/nonmatchings/code_722B40/func_802A1000_722B40.s diff --git a/asm/nonmatchings/code_722B40/func_802A11D4_722D14.s b/ver/us/asm/nonmatchings/code_722B40/func_802A11D4_722D14.s similarity index 100% rename from asm/nonmatchings/code_722B40/func_802A11D4_722D14.s rename to ver/us/asm/nonmatchings/code_722B40/func_802A11D4_722D14.s diff --git a/asm/nonmatchings/code_722B40/func_802A123C_722D7C.s b/ver/us/asm/nonmatchings/code_722B40/func_802A123C_722D7C.s similarity index 100% rename from asm/nonmatchings/code_722B40/func_802A123C_722D7C.s rename to ver/us/asm/nonmatchings/code_722B40/func_802A123C_722D7C.s diff --git a/asm/nonmatchings/code_722B40/func_802A1420_722F60.s b/ver/us/asm/nonmatchings/code_722B40/func_802A1420_722F60.s similarity index 100% rename from asm/nonmatchings/code_722B40/func_802A1420_722F60.s rename to ver/us/asm/nonmatchings/code_722B40/func_802A1420_722F60.s diff --git a/asm/nonmatchings/code_723780/func_802A1000_723780.s b/ver/us/asm/nonmatchings/code_723780/func_802A1000_723780.s similarity index 100% rename from asm/nonmatchings/code_723780/func_802A1000_723780.s rename to ver/us/asm/nonmatchings/code_723780/func_802A1000_723780.s diff --git a/asm/nonmatchings/code_723780/func_802A11D4_723954.s b/ver/us/asm/nonmatchings/code_723780/func_802A11D4_723954.s similarity index 100% rename from asm/nonmatchings/code_723780/func_802A11D4_723954.s rename to ver/us/asm/nonmatchings/code_723780/func_802A11D4_723954.s diff --git a/asm/nonmatchings/code_723780/func_802A123C_7239BC.s b/ver/us/asm/nonmatchings/code_723780/func_802A123C_7239BC.s similarity index 100% rename from asm/nonmatchings/code_723780/func_802A123C_7239BC.s rename to ver/us/asm/nonmatchings/code_723780/func_802A123C_7239BC.s diff --git a/asm/nonmatchings/code_723780/func_802A12FC_723A7C.s b/ver/us/asm/nonmatchings/code_723780/func_802A12FC_723A7C.s similarity index 100% rename from asm/nonmatchings/code_723780/func_802A12FC_723A7C.s rename to ver/us/asm/nonmatchings/code_723780/func_802A12FC_723A7C.s diff --git a/asm/nonmatchings/code_724CE0/func_802A1000_724CE0.s b/ver/us/asm/nonmatchings/code_724CE0/func_802A1000_724CE0.s similarity index 100% rename from asm/nonmatchings/code_724CE0/func_802A1000_724CE0.s rename to ver/us/asm/nonmatchings/code_724CE0/func_802A1000_724CE0.s diff --git a/asm/nonmatchings/code_724CE0/func_802A11D4_724EB4.s b/ver/us/asm/nonmatchings/code_724CE0/func_802A11D4_724EB4.s similarity index 100% rename from asm/nonmatchings/code_724CE0/func_802A11D4_724EB4.s rename to ver/us/asm/nonmatchings/code_724CE0/func_802A11D4_724EB4.s diff --git a/asm/nonmatchings/code_724CE0/func_802A123C_724F1C.s b/ver/us/asm/nonmatchings/code_724CE0/func_802A123C_724F1C.s similarity index 100% rename from asm/nonmatchings/code_724CE0/func_802A123C_724F1C.s rename to ver/us/asm/nonmatchings/code_724CE0/func_802A123C_724F1C.s diff --git a/asm/nonmatchings/code_724CE0/func_802A12EC_724FCC.s b/ver/us/asm/nonmatchings/code_724CE0/func_802A12EC_724FCC.s similarity index 100% rename from asm/nonmatchings/code_724CE0/func_802A12EC_724FCC.s rename to ver/us/asm/nonmatchings/code_724CE0/func_802A12EC_724FCC.s diff --git a/asm/nonmatchings/code_724CE0/func_802A1378_725058.s b/ver/us/asm/nonmatchings/code_724CE0/func_802A1378_725058.s similarity index 100% rename from asm/nonmatchings/code_724CE0/func_802A1378_725058.s rename to ver/us/asm/nonmatchings/code_724CE0/func_802A1378_725058.s diff --git a/asm/nonmatchings/code_724CE0/func_802A1418_7250F8.s b/ver/us/asm/nonmatchings/code_724CE0/func_802A1418_7250F8.s similarity index 100% rename from asm/nonmatchings/code_724CE0/func_802A1418_7250F8.s rename to ver/us/asm/nonmatchings/code_724CE0/func_802A1418_7250F8.s diff --git a/asm/nonmatchings/code_724CE0/func_802A14D8_7251B8.s b/ver/us/asm/nonmatchings/code_724CE0/func_802A14D8_7251B8.s similarity index 100% rename from asm/nonmatchings/code_724CE0/func_802A14D8_7251B8.s rename to ver/us/asm/nonmatchings/code_724CE0/func_802A14D8_7251B8.s diff --git a/asm/nonmatchings/code_725F60/func_802A1000_725F60.s b/ver/us/asm/nonmatchings/code_725F60/func_802A1000_725F60.s similarity index 100% rename from asm/nonmatchings/code_725F60/func_802A1000_725F60.s rename to ver/us/asm/nonmatchings/code_725F60/func_802A1000_725F60.s diff --git a/asm/nonmatchings/code_725F60/func_802A11D4_726134.s b/ver/us/asm/nonmatchings/code_725F60/func_802A11D4_726134.s similarity index 100% rename from asm/nonmatchings/code_725F60/func_802A11D4_726134.s rename to ver/us/asm/nonmatchings/code_725F60/func_802A11D4_726134.s diff --git a/asm/nonmatchings/code_725F60/func_802A123C_72619C.s b/ver/us/asm/nonmatchings/code_725F60/func_802A123C_72619C.s similarity index 100% rename from asm/nonmatchings/code_725F60/func_802A123C_72619C.s rename to ver/us/asm/nonmatchings/code_725F60/func_802A123C_72619C.s diff --git a/asm/nonmatchings/code_725F60/func_802A12C4_726224.s b/ver/us/asm/nonmatchings/code_725F60/func_802A12C4_726224.s similarity index 100% rename from asm/nonmatchings/code_725F60/func_802A12C4_726224.s rename to ver/us/asm/nonmatchings/code_725F60/func_802A12C4_726224.s diff --git a/asm/nonmatchings/code_726DD0/func_802A1000_726DD0.s b/ver/us/asm/nonmatchings/code_726DD0/func_802A1000_726DD0.s similarity index 100% rename from asm/nonmatchings/code_726DD0/func_802A1000_726DD0.s rename to ver/us/asm/nonmatchings/code_726DD0/func_802A1000_726DD0.s diff --git a/asm/nonmatchings/code_726DD0/func_802A11D4_726FA4.s b/ver/us/asm/nonmatchings/code_726DD0/func_802A11D4_726FA4.s similarity index 100% rename from asm/nonmatchings/code_726DD0/func_802A11D4_726FA4.s rename to ver/us/asm/nonmatchings/code_726DD0/func_802A11D4_726FA4.s diff --git a/asm/nonmatchings/code_726DD0/func_802A12D4_7270A4.s b/ver/us/asm/nonmatchings/code_726DD0/func_802A12D4_7270A4.s similarity index 100% rename from asm/nonmatchings/code_726DD0/func_802A12D4_7270A4.s rename to ver/us/asm/nonmatchings/code_726DD0/func_802A12D4_7270A4.s diff --git a/asm/nonmatchings/code_7285E0/func_802A1000_7285E0.s b/ver/us/asm/nonmatchings/code_7285E0/func_802A1000_7285E0.s similarity index 100% rename from asm/nonmatchings/code_7285E0/func_802A1000_7285E0.s rename to ver/us/asm/nonmatchings/code_7285E0/func_802A1000_7285E0.s diff --git a/asm/nonmatchings/code_7285E0/func_802A11D4_7287B4.s b/ver/us/asm/nonmatchings/code_7285E0/func_802A11D4_7287B4.s similarity index 100% rename from asm/nonmatchings/code_7285E0/func_802A11D4_7287B4.s rename to ver/us/asm/nonmatchings/code_7285E0/func_802A11D4_7287B4.s diff --git a/asm/nonmatchings/code_728EC0/func_802A1000_728EC0.s b/ver/us/asm/nonmatchings/code_728EC0/func_802A1000_728EC0.s similarity index 100% rename from asm/nonmatchings/code_728EC0/func_802A1000_728EC0.s rename to ver/us/asm/nonmatchings/code_728EC0/func_802A1000_728EC0.s diff --git a/asm/nonmatchings/code_728EC0/func_802A11D4_729094.s b/ver/us/asm/nonmatchings/code_728EC0/func_802A11D4_729094.s similarity index 100% rename from asm/nonmatchings/code_728EC0/func_802A11D4_729094.s rename to ver/us/asm/nonmatchings/code_728EC0/func_802A11D4_729094.s diff --git a/asm/nonmatchings/code_728EC0/func_802A123C_7290FC.s b/ver/us/asm/nonmatchings/code_728EC0/func_802A123C_7290FC.s similarity index 100% rename from asm/nonmatchings/code_728EC0/func_802A123C_7290FC.s rename to ver/us/asm/nonmatchings/code_728EC0/func_802A123C_7290FC.s diff --git a/asm/nonmatchings/code_72A750/func_802A1000_72A750.s b/ver/us/asm/nonmatchings/code_72A750/func_802A1000_72A750.s similarity index 100% rename from asm/nonmatchings/code_72A750/func_802A1000_72A750.s rename to ver/us/asm/nonmatchings/code_72A750/func_802A1000_72A750.s diff --git a/asm/nonmatchings/code_72A750/func_802A11D4_72A924.s b/ver/us/asm/nonmatchings/code_72A750/func_802A11D4_72A924.s similarity index 100% rename from asm/nonmatchings/code_72A750/func_802A11D4_72A924.s rename to ver/us/asm/nonmatchings/code_72A750/func_802A11D4_72A924.s diff --git a/asm/nonmatchings/code_72A750/func_802A123C_72A98C.s b/ver/us/asm/nonmatchings/code_72A750/func_802A123C_72A98C.s similarity index 100% rename from asm/nonmatchings/code_72A750/func_802A123C_72A98C.s rename to ver/us/asm/nonmatchings/code_72A750/func_802A123C_72A98C.s diff --git a/asm/nonmatchings/code_72A750/func_802A1280_72A9D0.s b/ver/us/asm/nonmatchings/code_72A750/func_802A1280_72A9D0.s similarity index 100% rename from asm/nonmatchings/code_72A750/func_802A1280_72A9D0.s rename to ver/us/asm/nonmatchings/code_72A750/func_802A1280_72A9D0.s diff --git a/asm/nonmatchings/code_72A750/func_802A12E0_72AA30.s b/ver/us/asm/nonmatchings/code_72A750/func_802A12E0_72AA30.s similarity index 100% rename from asm/nonmatchings/code_72A750/func_802A12E0_72AA30.s rename to ver/us/asm/nonmatchings/code_72A750/func_802A12E0_72AA30.s diff --git a/asm/nonmatchings/code_72B910/func_802A1000_72B910.s b/ver/us/asm/nonmatchings/code_72B910/func_802A1000_72B910.s similarity index 100% rename from asm/nonmatchings/code_72B910/func_802A1000_72B910.s rename to ver/us/asm/nonmatchings/code_72B910/func_802A1000_72B910.s diff --git a/asm/nonmatchings/code_72B910/func_802A11D4_72BAE4.s b/ver/us/asm/nonmatchings/code_72B910/func_802A11D4_72BAE4.s similarity index 100% rename from asm/nonmatchings/code_72B910/func_802A11D4_72BAE4.s rename to ver/us/asm/nonmatchings/code_72B910/func_802A11D4_72BAE4.s diff --git a/asm/nonmatchings/code_72B910/func_802A12D4_72BBE4.s b/ver/us/asm/nonmatchings/code_72B910/func_802A12D4_72BBE4.s similarity index 100% rename from asm/nonmatchings/code_72B910/func_802A12D4_72BBE4.s rename to ver/us/asm/nonmatchings/code_72B910/func_802A12D4_72BBE4.s diff --git a/asm/nonmatchings/code_72C5B0/func_802A1000_72C5B0.s b/ver/us/asm/nonmatchings/code_72C5B0/func_802A1000_72C5B0.s similarity index 100% rename from asm/nonmatchings/code_72C5B0/func_802A1000_72C5B0.s rename to ver/us/asm/nonmatchings/code_72C5B0/func_802A1000_72C5B0.s diff --git a/asm/nonmatchings/code_72C5B0/func_802A11D4_72C784.s b/ver/us/asm/nonmatchings/code_72C5B0/func_802A11D4_72C784.s similarity index 100% rename from asm/nonmatchings/code_72C5B0/func_802A11D4_72C784.s rename to ver/us/asm/nonmatchings/code_72C5B0/func_802A11D4_72C784.s diff --git a/asm/nonmatchings/code_72C5B0/func_802A123C_72C7EC.s b/ver/us/asm/nonmatchings/code_72C5B0/func_802A123C_72C7EC.s similarity index 100% rename from asm/nonmatchings/code_72C5B0/func_802A123C_72C7EC.s rename to ver/us/asm/nonmatchings/code_72C5B0/func_802A123C_72C7EC.s diff --git a/asm/nonmatchings/code_72C5B0/func_802A13E4_72C994.s b/ver/us/asm/nonmatchings/code_72C5B0/func_802A13E4_72C994.s similarity index 100% rename from asm/nonmatchings/code_72C5B0/func_802A13E4_72C994.s rename to ver/us/asm/nonmatchings/code_72C5B0/func_802A13E4_72C994.s diff --git a/asm/nonmatchings/code_72C5B0/func_802A188C_72CE3C.s b/ver/us/asm/nonmatchings/code_72C5B0/func_802A188C_72CE3C.s similarity index 100% rename from asm/nonmatchings/code_72C5B0/func_802A188C_72CE3C.s rename to ver/us/asm/nonmatchings/code_72C5B0/func_802A188C_72CE3C.s diff --git a/asm/nonmatchings/code_72DB70/func_802A1000_72DB70.s b/ver/us/asm/nonmatchings/code_72DB70/func_802A1000_72DB70.s similarity index 100% rename from asm/nonmatchings/code_72DB70/func_802A1000_72DB70.s rename to ver/us/asm/nonmatchings/code_72DB70/func_802A1000_72DB70.s diff --git a/asm/nonmatchings/code_72DB70/func_802A11D4_72DD44.s b/ver/us/asm/nonmatchings/code_72DB70/func_802A11D4_72DD44.s similarity index 100% rename from asm/nonmatchings/code_72DB70/func_802A11D4_72DD44.s rename to ver/us/asm/nonmatchings/code_72DB70/func_802A11D4_72DD44.s diff --git a/asm/nonmatchings/code_72DB70/func_802A123C_72DDAC.s b/ver/us/asm/nonmatchings/code_72DB70/func_802A123C_72DDAC.s similarity index 100% rename from asm/nonmatchings/code_72DB70/func_802A123C_72DDAC.s rename to ver/us/asm/nonmatchings/code_72DB70/func_802A123C_72DDAC.s diff --git a/asm/nonmatchings/code_7305A0/func_802A1000_7305A0.s b/ver/us/asm/nonmatchings/code_7305A0/func_802A1000_7305A0.s similarity index 100% rename from asm/nonmatchings/code_7305A0/func_802A1000_7305A0.s rename to ver/us/asm/nonmatchings/code_7305A0/func_802A1000_7305A0.s diff --git a/asm/nonmatchings/code_7305A0/func_802A11D4_730774.s b/ver/us/asm/nonmatchings/code_7305A0/func_802A11D4_730774.s similarity index 100% rename from asm/nonmatchings/code_7305A0/func_802A11D4_730774.s rename to ver/us/asm/nonmatchings/code_7305A0/func_802A11D4_730774.s diff --git a/asm/nonmatchings/code_7305A0/func_802A123C_7307DC.s b/ver/us/asm/nonmatchings/code_7305A0/func_802A123C_7307DC.s similarity index 100% rename from asm/nonmatchings/code_7305A0/func_802A123C_7307DC.s rename to ver/us/asm/nonmatchings/code_7305A0/func_802A123C_7307DC.s diff --git a/asm/nonmatchings/code_7305A0/func_802A127C_73081C.s b/ver/us/asm/nonmatchings/code_7305A0/func_802A127C_73081C.s similarity index 100% rename from asm/nonmatchings/code_7305A0/func_802A127C_73081C.s rename to ver/us/asm/nonmatchings/code_7305A0/func_802A127C_73081C.s diff --git a/asm/nonmatchings/code_7305A0/func_802A133C_7308DC.s b/ver/us/asm/nonmatchings/code_7305A0/func_802A133C_7308DC.s similarity index 100% rename from asm/nonmatchings/code_7305A0/func_802A133C_7308DC.s rename to ver/us/asm/nonmatchings/code_7305A0/func_802A133C_7308DC.s diff --git a/asm/nonmatchings/code_7305A0/func_802A13FC_73099C.s b/ver/us/asm/nonmatchings/code_7305A0/func_802A13FC_73099C.s similarity index 100% rename from asm/nonmatchings/code_7305A0/func_802A13FC_73099C.s rename to ver/us/asm/nonmatchings/code_7305A0/func_802A13FC_73099C.s diff --git a/asm/nonmatchings/code_7305A0/func_802A1450_7309F0.s b/ver/us/asm/nonmatchings/code_7305A0/func_802A1450_7309F0.s similarity index 100% rename from asm/nonmatchings/code_7305A0/func_802A1450_7309F0.s rename to ver/us/asm/nonmatchings/code_7305A0/func_802A1450_7309F0.s diff --git a/asm/nonmatchings/code_7305A0/func_802A149C_730A3C.s b/ver/us/asm/nonmatchings/code_7305A0/func_802A149C_730A3C.s similarity index 100% rename from asm/nonmatchings/code_7305A0/func_802A149C_730A3C.s rename to ver/us/asm/nonmatchings/code_7305A0/func_802A149C_730A3C.s diff --git a/asm/nonmatchings/code_7305A0/func_802A14F0_730A90.s b/ver/us/asm/nonmatchings/code_7305A0/func_802A14F0_730A90.s similarity index 100% rename from asm/nonmatchings/code_7305A0/func_802A14F0_730A90.s rename to ver/us/asm/nonmatchings/code_7305A0/func_802A14F0_730A90.s diff --git a/asm/nonmatchings/code_7330D0/func_802A1000_7330D0.s b/ver/us/asm/nonmatchings/code_7330D0/func_802A1000_7330D0.s similarity index 100% rename from asm/nonmatchings/code_7330D0/func_802A1000_7330D0.s rename to ver/us/asm/nonmatchings/code_7330D0/func_802A1000_7330D0.s diff --git a/asm/nonmatchings/code_7330D0/func_802A11D4_7332A4.s b/ver/us/asm/nonmatchings/code_7330D0/func_802A11D4_7332A4.s similarity index 100% rename from asm/nonmatchings/code_7330D0/func_802A11D4_7332A4.s rename to ver/us/asm/nonmatchings/code_7330D0/func_802A11D4_7332A4.s diff --git a/asm/nonmatchings/code_7330D0/func_802A123C_73330C.s b/ver/us/asm/nonmatchings/code_7330D0/func_802A123C_73330C.s similarity index 100% rename from asm/nonmatchings/code_7330D0/func_802A123C_73330C.s rename to ver/us/asm/nonmatchings/code_7330D0/func_802A123C_73330C.s diff --git a/asm/nonmatchings/code_7330D0/func_802A12EC_7333BC.s b/ver/us/asm/nonmatchings/code_7330D0/func_802A12EC_7333BC.s similarity index 100% rename from asm/nonmatchings/code_7330D0/func_802A12EC_7333BC.s rename to ver/us/asm/nonmatchings/code_7330D0/func_802A12EC_7333BC.s diff --git a/asm/nonmatchings/code_7330D0/func_802A1378_733448.s b/ver/us/asm/nonmatchings/code_7330D0/func_802A1378_733448.s similarity index 100% rename from asm/nonmatchings/code_7330D0/func_802A1378_733448.s rename to ver/us/asm/nonmatchings/code_7330D0/func_802A1378_733448.s diff --git a/asm/nonmatchings/code_7330D0/func_802A1438_733508.s b/ver/us/asm/nonmatchings/code_7330D0/func_802A1438_733508.s similarity index 100% rename from asm/nonmatchings/code_7330D0/func_802A1438_733508.s rename to ver/us/asm/nonmatchings/code_7330D0/func_802A1438_733508.s diff --git a/asm/nonmatchings/code_7330D0/func_802A14F8_7335C8.s b/ver/us/asm/nonmatchings/code_7330D0/func_802A14F8_7335C8.s similarity index 100% rename from asm/nonmatchings/code_7330D0/func_802A14F8_7335C8.s rename to ver/us/asm/nonmatchings/code_7330D0/func_802A14F8_7335C8.s diff --git a/asm/nonmatchings/code_7330D0/func_802A154C_73361C.s b/ver/us/asm/nonmatchings/code_7330D0/func_802A154C_73361C.s similarity index 100% rename from asm/nonmatchings/code_7330D0/func_802A154C_73361C.s rename to ver/us/asm/nonmatchings/code_7330D0/func_802A154C_73361C.s diff --git a/asm/nonmatchings/code_7330D0/func_802A15A0_733670.s b/ver/us/asm/nonmatchings/code_7330D0/func_802A15A0_733670.s similarity index 100% rename from asm/nonmatchings/code_7330D0/func_802A15A0_733670.s rename to ver/us/asm/nonmatchings/code_7330D0/func_802A15A0_733670.s diff --git a/asm/nonmatchings/code_7340_len_b00/crash_create_monitor.s b/ver/us/asm/nonmatchings/code_7340_len_b00/crash_create_monitor.s similarity index 100% rename from asm/nonmatchings/code_7340_len_b00/crash_create_monitor.s rename to ver/us/asm/nonmatchings/code_7340_len_b00/crash_create_monitor.s diff --git a/asm/nonmatchings/code_7340_len_b00/crash_delay_msec.s b/ver/us/asm/nonmatchings/code_7340_len_b00/crash_delay_msec.s similarity index 100% rename from asm/nonmatchings/code_7340_len_b00/crash_delay_msec.s rename to ver/us/asm/nonmatchings/code_7340_len_b00/crash_delay_msec.s diff --git a/asm/nonmatchings/code_7340_len_b00/crash_monitor_thread.s b/ver/us/asm/nonmatchings/code_7340_len_b00/crash_monitor_thread.s similarity index 100% rename from asm/nonmatchings/code_7340_len_b00/crash_monitor_thread.s rename to ver/us/asm/nonmatchings/code_7340_len_b00/crash_monitor_thread.s diff --git a/asm/nonmatchings/code_7340_len_b00/crash_print_fpr.s b/ver/us/asm/nonmatchings/code_7340_len_b00/crash_print_fpr.s similarity index 100% rename from asm/nonmatchings/code_7340_len_b00/crash_print_fpr.s rename to ver/us/asm/nonmatchings/code_7340_len_b00/crash_print_fpr.s diff --git a/asm/nonmatchings/code_7340_len_b00/crash_printf_string.s b/ver/us/asm/nonmatchings/code_7340_len_b00/crash_printf_string.s similarity index 100% rename from asm/nonmatchings/code_7340_len_b00/crash_printf_string.s rename to ver/us/asm/nonmatchings/code_7340_len_b00/crash_printf_string.s diff --git a/asm/nonmatchings/code_7340_len_b00/crash_show_handler.s b/ver/us/asm/nonmatchings/code_7340_len_b00/crash_show_handler.s similarity index 100% rename from asm/nonmatchings/code_7340_len_b00/crash_show_handler.s rename to ver/us/asm/nonmatchings/code_7340_len_b00/crash_show_handler.s diff --git a/asm/nonmatchings/code_7340_len_b00/func_8002BFB0.s b/ver/us/asm/nonmatchings/code_7340_len_b00/func_8002BFB0.s similarity index 100% rename from asm/nonmatchings/code_7340_len_b00/func_8002BFB0.s rename to ver/us/asm/nonmatchings/code_7340_len_b00/func_8002BFB0.s diff --git a/asm/nonmatchings/code_7340_len_b00/func_8002C054.s b/ver/us/asm/nonmatchings/code_7340_len_b00/func_8002C054.s similarity index 100% rename from asm/nonmatchings/code_7340_len_b00/func_8002C054.s rename to ver/us/asm/nonmatchings/code_7340_len_b00/func_8002C054.s diff --git a/asm/nonmatchings/code_7340_len_b00/func_8002C1D4.s b/ver/us/asm/nonmatchings/code_7340_len_b00/func_8002C1D4.s similarity index 100% rename from asm/nonmatchings/code_7340_len_b00/func_8002C1D4.s rename to ver/us/asm/nonmatchings/code_7340_len_b00/func_8002C1D4.s diff --git a/asm/nonmatchings/code_7340_len_b00/func_8002C324.s b/ver/us/asm/nonmatchings/code_7340_len_b00/func_8002C324.s similarity index 100% rename from asm/nonmatchings/code_7340_len_b00/func_8002C324.s rename to ver/us/asm/nonmatchings/code_7340_len_b00/func_8002C324.s diff --git a/asm/nonmatchings/code_7340_len_b00/func_8002C7B0.s b/ver/us/asm/nonmatchings/code_7340_len_b00/func_8002C7B0.s similarity index 100% rename from asm/nonmatchings/code_7340_len_b00/func_8002C7B0.s rename to ver/us/asm/nonmatchings/code_7340_len_b00/func_8002C7B0.s diff --git a/asm/nonmatchings/code_7340_len_b00/func_8002C890.s b/ver/us/asm/nonmatchings/code_7340_len_b00/func_8002C890.s similarity index 100% rename from asm/nonmatchings/code_7340_len_b00/func_8002C890.s rename to ver/us/asm/nonmatchings/code_7340_len_b00/func_8002C890.s diff --git a/asm/nonmatchings/code_7340_len_b00/func_8002C94C.s b/ver/us/asm/nonmatchings/code_7340_len_b00/func_8002C94C.s similarity index 100% rename from asm/nonmatchings/code_7340_len_b00/func_8002C94C.s rename to ver/us/asm/nonmatchings/code_7340_len_b00/func_8002C94C.s diff --git a/asm/nonmatchings/code_737890/func_802A1000_737890.s b/ver/us/asm/nonmatchings/code_737890/func_802A1000_737890.s similarity index 100% rename from asm/nonmatchings/code_737890/func_802A1000_737890.s rename to ver/us/asm/nonmatchings/code_737890/func_802A1000_737890.s diff --git a/asm/nonmatchings/code_737890/func_802A1074_737904.s b/ver/us/asm/nonmatchings/code_737890/func_802A1074_737904.s similarity index 100% rename from asm/nonmatchings/code_737890/func_802A1074_737904.s rename to ver/us/asm/nonmatchings/code_737890/func_802A1074_737904.s diff --git a/asm/nonmatchings/code_743DF0/func_802A10E4_743ED4.s b/ver/us/asm/nonmatchings/code_743DF0/func_802A10E4_743ED4.s similarity index 100% rename from asm/nonmatchings/code_743DF0/func_802A10E4_743ED4.s rename to ver/us/asm/nonmatchings/code_743DF0/func_802A10E4_743ED4.s diff --git a/asm/nonmatchings/code_743DF0/func_802A1194_743F84.s b/ver/us/asm/nonmatchings/code_743DF0/func_802A1194_743F84.s similarity index 100% rename from asm/nonmatchings/code_743DF0/func_802A1194_743F84.s rename to ver/us/asm/nonmatchings/code_743DF0/func_802A1194_743F84.s diff --git a/asm/nonmatchings/code_743DF0/func_802A11A4_743F94.s b/ver/us/asm/nonmatchings/code_743DF0/func_802A11A4_743F94.s similarity index 100% rename from asm/nonmatchings/code_743DF0/func_802A11A4_743F94.s rename to ver/us/asm/nonmatchings/code_743DF0/func_802A11A4_743F94.s diff --git a/asm/nonmatchings/code_743DF0/func_802A11C0_743FB0.s b/ver/us/asm/nonmatchings/code_743DF0/func_802A11C0_743FB0.s similarity index 100% rename from asm/nonmatchings/code_743DF0/func_802A11C0_743FB0.s rename to ver/us/asm/nonmatchings/code_743DF0/func_802A11C0_743FB0.s diff --git a/asm/nonmatchings/code_756780/func_802A10A4_756824.s b/ver/us/asm/nonmatchings/code_756780/func_802A10A4_756824.s similarity index 100% rename from asm/nonmatchings/code_756780/func_802A10A4_756824.s rename to ver/us/asm/nonmatchings/code_756780/func_802A10A4_756824.s diff --git a/asm/nonmatchings/code_759b0_len_61b0/func_800DC500.s b/ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DC500.s similarity index 100% rename from asm/nonmatchings/code_759b0_len_61b0/func_800DC500.s rename to ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DC500.s diff --git a/asm/nonmatchings/code_759b0_len_61b0/func_800DC778.s b/ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DC778.s similarity index 100% rename from asm/nonmatchings/code_759b0_len_61b0/func_800DC778.s rename to ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DC778.s diff --git a/asm/nonmatchings/code_759b0_len_61b0/func_800DCB7C.s b/ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DCB7C.s similarity index 100% rename from asm/nonmatchings/code_759b0_len_61b0/func_800DCB7C.s rename to ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DCB7C.s diff --git a/asm/nonmatchings/code_759b0_len_61b0/func_800DCE70.s b/ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DCE70.s similarity index 100% rename from asm/nonmatchings/code_759b0_len_61b0/func_800DCE70.s rename to ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DCE70.s diff --git a/asm/nonmatchings/code_759b0_len_61b0/func_800DD04C.s b/ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DD04C.s similarity index 100% rename from asm/nonmatchings/code_759b0_len_61b0/func_800DD04C.s rename to ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DD04C.s diff --git a/asm/nonmatchings/code_759b0_len_61b0/func_800DD228.s b/ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DD228.s similarity index 100% rename from asm/nonmatchings/code_759b0_len_61b0/func_800DD228.s rename to ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DD228.s diff --git a/asm/nonmatchings/code_759b0_len_61b0/func_800DD44C.s b/ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DD44C.s similarity index 100% rename from asm/nonmatchings/code_759b0_len_61b0/func_800DD44C.s rename to ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DD44C.s diff --git a/asm/nonmatchings/code_759b0_len_61b0/func_800DD618.s b/ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DD618.s similarity index 100% rename from asm/nonmatchings/code_759b0_len_61b0/func_800DD618.s rename to ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DD618.s diff --git a/asm/nonmatchings/code_759b0_len_61b0/func_800DD8FC.s b/ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DD8FC.s similarity index 100% rename from asm/nonmatchings/code_759b0_len_61b0/func_800DD8FC.s rename to ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DD8FC.s diff --git a/asm/nonmatchings/code_759b0_len_61b0/func_800DDAE4.s b/ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DDAE4.s similarity index 100% rename from asm/nonmatchings/code_759b0_len_61b0/func_800DDAE4.s rename to ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DDAE4.s diff --git a/asm/nonmatchings/code_759b0_len_61b0/func_800DDC44.s b/ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DDC44.s similarity index 100% rename from asm/nonmatchings/code_759b0_len_61b0/func_800DDC44.s rename to ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DDC44.s diff --git a/asm/nonmatchings/code_759b0_len_61b0/func_800DDCEC.s b/ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DDCEC.s similarity index 100% rename from asm/nonmatchings/code_759b0_len_61b0/func_800DDCEC.s rename to ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DDCEC.s diff --git a/asm/nonmatchings/code_759b0_len_61b0/func_800DDD94.s b/ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DDD94.s similarity index 100% rename from asm/nonmatchings/code_759b0_len_61b0/func_800DDD94.s rename to ver/us/asm/nonmatchings/code_759b0_len_61b0/func_800DDD94.s diff --git a/asm/nonmatchings/code_77480/appendGfx_player.s b/ver/us/asm/nonmatchings/code_77480/appendGfx_player.s similarity index 100% rename from asm/nonmatchings/code_77480/appendGfx_player.s rename to ver/us/asm/nonmatchings/code_77480/appendGfx_player.s diff --git a/asm/nonmatchings/code_77480/appendGfx_player_spin.s b/ver/us/asm/nonmatchings/code_77480/appendGfx_player_spin.s similarity index 100% rename from asm/nonmatchings/code_77480/appendGfx_player_spin.s rename to ver/us/asm/nonmatchings/code_77480/appendGfx_player_spin.s diff --git a/asm/nonmatchings/code_77480/check_for_interactables.s b/ver/us/asm/nonmatchings/code_77480/check_for_interactables.s similarity index 100% rename from asm/nonmatchings/code_77480/check_for_interactables.s rename to ver/us/asm/nonmatchings/code_77480/check_for_interactables.s diff --git a/asm/nonmatchings/code_77480/check_input_use_partner.s b/ver/us/asm/nonmatchings/code_77480/check_input_use_partner.s similarity index 100% rename from asm/nonmatchings/code_77480/check_input_use_partner.s rename to ver/us/asm/nonmatchings/code_77480/check_input_use_partner.s diff --git a/asm/nonmatchings/code_77480/collision_check_above.s b/ver/us/asm/nonmatchings/code_77480/collision_check_above.s similarity index 100% rename from asm/nonmatchings/code_77480/collision_check_above.s rename to ver/us/asm/nonmatchings/code_77480/collision_check_above.s diff --git a/asm/nonmatchings/code_77480/do_lateral_collision.s b/ver/us/asm/nonmatchings/code_77480/do_lateral_collision.s similarity index 100% rename from asm/nonmatchings/code_77480/do_lateral_collision.s rename to ver/us/asm/nonmatchings/code_77480/do_lateral_collision.s diff --git a/asm/nonmatchings/code_77480/func_800DE46C.s b/ver/us/asm/nonmatchings/code_77480/func_800DE46C.s similarity index 100% rename from asm/nonmatchings/code_77480/func_800DE46C.s rename to ver/us/asm/nonmatchings/code_77480/func_800DE46C.s diff --git a/asm/nonmatchings/code_77480/func_800DEE5C.s b/ver/us/asm/nonmatchings/code_77480/func_800DEE5C.s similarity index 100% rename from asm/nonmatchings/code_77480/func_800DEE5C.s rename to ver/us/asm/nonmatchings/code_77480/func_800DEE5C.s diff --git a/asm/nonmatchings/code_77480/func_800DF15C.s b/ver/us/asm/nonmatchings/code_77480/func_800DF15C.s similarity index 100% rename from asm/nonmatchings/code_77480/func_800DF15C.s rename to ver/us/asm/nonmatchings/code_77480/func_800DF15C.s diff --git a/asm/nonmatchings/code_77480/func_800DFD48.s b/ver/us/asm/nonmatchings/code_77480/func_800DFD48.s similarity index 100% rename from asm/nonmatchings/code_77480/func_800DFD48.s rename to ver/us/asm/nonmatchings/code_77480/func_800DFD48.s diff --git a/asm/nonmatchings/code_77480/func_800DFFCC.s b/ver/us/asm/nonmatchings/code_77480/func_800DFFCC.s similarity index 100% rename from asm/nonmatchings/code_77480/func_800DFFCC.s rename to ver/us/asm/nonmatchings/code_77480/func_800DFFCC.s diff --git a/asm/nonmatchings/code_77480/func_800E0294.s b/ver/us/asm/nonmatchings/code_77480/func_800E0294.s similarity index 100% rename from asm/nonmatchings/code_77480/func_800E0294.s rename to ver/us/asm/nonmatchings/code_77480/func_800E0294.s diff --git a/asm/nonmatchings/code_77480/func_800E0398.s b/ver/us/asm/nonmatchings/code_77480/func_800E0398.s similarity index 100% rename from asm/nonmatchings/code_77480/func_800E0398.s rename to ver/us/asm/nonmatchings/code_77480/func_800E0398.s diff --git a/asm/nonmatchings/code_77480/func_800E0580.s b/ver/us/asm/nonmatchings/code_77480/func_800E0580.s similarity index 100% rename from asm/nonmatchings/code_77480/func_800E0580.s rename to ver/us/asm/nonmatchings/code_77480/func_800E0580.s diff --git a/asm/nonmatchings/code_77480/func_800E06D8.s b/ver/us/asm/nonmatchings/code_77480/func_800E06D8.s similarity index 100% rename from asm/nonmatchings/code_77480/func_800E06D8.s rename to ver/us/asm/nonmatchings/code_77480/func_800E06D8.s diff --git a/asm/nonmatchings/code_77480/func_800E0B90.s b/ver/us/asm/nonmatchings/code_77480/func_800E0B90.s similarity index 100% rename from asm/nonmatchings/code_77480/func_800E0B90.s rename to ver/us/asm/nonmatchings/code_77480/func_800E0B90.s diff --git a/asm/nonmatchings/code_77480/get_player_back_anim.s b/ver/us/asm/nonmatchings/code_77480/get_player_back_anim.s similarity index 100% rename from asm/nonmatchings/code_77480/get_player_back_anim.s rename to ver/us/asm/nonmatchings/code_77480/get_player_back_anim.s diff --git a/asm/nonmatchings/code_77480/render_player_model.s b/ver/us/asm/nonmatchings/code_77480/render_player_model.s similarity index 100% rename from asm/nonmatchings/code_77480/render_player_model.s rename to ver/us/asm/nonmatchings/code_77480/render_player_model.s diff --git a/asm/nonmatchings/code_77480/test_below_player.s b/ver/us/asm/nonmatchings/code_77480/test_below_player.s similarity index 100% rename from asm/nonmatchings/code_77480/test_below_player.s rename to ver/us/asm/nonmatchings/code_77480/test_below_player.s diff --git a/asm/nonmatchings/code_77480/test_player_lateral.s b/ver/us/asm/nonmatchings/code_77480/test_player_lateral.s similarity index 100% rename from asm/nonmatchings/code_77480/test_player_lateral.s rename to ver/us/asm/nonmatchings/code_77480/test_player_lateral.s diff --git a/asm/nonmatchings/code_77480/trace_above_player.s b/ver/us/asm/nonmatchings/code_77480/trace_above_player.s similarity index 100% rename from asm/nonmatchings/code_77480/trace_above_player.s rename to ver/us/asm/nonmatchings/code_77480/trace_above_player.s diff --git a/asm/nonmatchings/code_77480/trace_below_player.s b/ver/us/asm/nonmatchings/code_77480/trace_below_player.s similarity index 100% rename from asm/nonmatchings/code_77480/trace_below_player.s rename to ver/us/asm/nonmatchings/code_77480/trace_below_player.s diff --git a/asm/nonmatchings/code_77480/update_player_shadow.s b/ver/us/asm/nonmatchings/code_77480/update_player_shadow.s similarity index 100% rename from asm/nonmatchings/code_77480/update_player_shadow.s rename to ver/us/asm/nonmatchings/code_77480/update_player_shadow.s diff --git a/asm/nonmatchings/code_77F240/func_802A10A4_77F2E4.s b/ver/us/asm/nonmatchings/code_77F240/func_802A10A4_77F2E4.s similarity index 100% rename from asm/nonmatchings/code_77F240/func_802A10A4_77F2E4.s rename to ver/us/asm/nonmatchings/code_77F240/func_802A10A4_77F2E4.s diff --git a/asm/nonmatchings/code_789E60/func_802A1000_789E60.s b/ver/us/asm/nonmatchings/code_789E60/func_802A1000_789E60.s similarity index 100% rename from asm/nonmatchings/code_789E60/func_802A1000_789E60.s rename to ver/us/asm/nonmatchings/code_789E60/func_802A1000_789E60.s diff --git a/asm/nonmatchings/code_789E60/func_802A10AC_789F0C.s b/ver/us/asm/nonmatchings/code_789E60/func_802A10AC_789F0C.s similarity index 100% rename from asm/nonmatchings/code_789E60/func_802A10AC_789F0C.s rename to ver/us/asm/nonmatchings/code_789E60/func_802A10AC_789F0C.s diff --git a/asm/nonmatchings/code_789E60/func_802A116C_789FCC.s b/ver/us/asm/nonmatchings/code_789E60/func_802A116C_789FCC.s similarity index 100% rename from asm/nonmatchings/code_789E60/func_802A116C_789FCC.s rename to ver/us/asm/nonmatchings/code_789E60/func_802A116C_789FCC.s diff --git a/asm/nonmatchings/code_789E60/func_802A1218_78A078.s b/ver/us/asm/nonmatchings/code_789E60/func_802A1218_78A078.s similarity index 100% rename from asm/nonmatchings/code_789E60/func_802A1218_78A078.s rename to ver/us/asm/nonmatchings/code_789E60/func_802A1218_78A078.s diff --git a/asm/nonmatchings/code_789E60/func_802A137C_78A1DC.s b/ver/us/asm/nonmatchings/code_789E60/func_802A137C_78A1DC.s similarity index 100% rename from asm/nonmatchings/code_789E60/func_802A137C_78A1DC.s rename to ver/us/asm/nonmatchings/code_789E60/func_802A137C_78A1DC.s diff --git a/asm/nonmatchings/code_789E60/func_802A1414_78A274.s b/ver/us/asm/nonmatchings/code_789E60/func_802A1414_78A274.s similarity index 100% rename from asm/nonmatchings/code_789E60/func_802A1414_78A274.s rename to ver/us/asm/nonmatchings/code_789E60/func_802A1414_78A274.s diff --git a/asm/nonmatchings/code_789E60/func_802A1494_78A2F4.s b/ver/us/asm/nonmatchings/code_789E60/func_802A1494_78A2F4.s similarity index 100% rename from asm/nonmatchings/code_789E60/func_802A1494_78A2F4.s rename to ver/us/asm/nonmatchings/code_789E60/func_802A1494_78A2F4.s diff --git a/asm/nonmatchings/code_789E60/func_802A14E8_78A348.s b/ver/us/asm/nonmatchings/code_789E60/func_802A14E8_78A348.s similarity index 100% rename from asm/nonmatchings/code_789E60/func_802A14E8_78A348.s rename to ver/us/asm/nonmatchings/code_789E60/func_802A14E8_78A348.s diff --git a/asm/nonmatchings/code_789E60/func_802A1518_78A378.s b/ver/us/asm/nonmatchings/code_789E60/func_802A1518_78A378.s similarity index 100% rename from asm/nonmatchings/code_789E60/func_802A1518_78A378.s rename to ver/us/asm/nonmatchings/code_789E60/func_802A1518_78A378.s diff --git a/asm/nonmatchings/code_789E60/func_802A15B0_78A410.s b/ver/us/asm/nonmatchings/code_789E60/func_802A15B0_78A410.s similarity index 100% rename from asm/nonmatchings/code_789E60/func_802A15B0_78A410.s rename to ver/us/asm/nonmatchings/code_789E60/func_802A15B0_78A410.s diff --git a/asm/nonmatchings/code_7900D0/func_802A1000_7900D0.s b/ver/us/asm/nonmatchings/code_7900D0/func_802A1000_7900D0.s similarity index 100% rename from asm/nonmatchings/code_7900D0/func_802A1000_7900D0.s rename to ver/us/asm/nonmatchings/code_7900D0/func_802A1000_7900D0.s diff --git a/asm/nonmatchings/code_7900D0/func_802A10AC_79017C.s b/ver/us/asm/nonmatchings/code_7900D0/func_802A10AC_79017C.s similarity index 100% rename from asm/nonmatchings/code_7900D0/func_802A10AC_79017C.s rename to ver/us/asm/nonmatchings/code_7900D0/func_802A10AC_79017C.s diff --git a/asm/nonmatchings/code_7900D0/func_802A116C_79023C.s b/ver/us/asm/nonmatchings/code_7900D0/func_802A116C_79023C.s similarity index 100% rename from asm/nonmatchings/code_7900D0/func_802A116C_79023C.s rename to ver/us/asm/nonmatchings/code_7900D0/func_802A116C_79023C.s diff --git a/asm/nonmatchings/code_7900D0/func_802A1218_7902E8.s b/ver/us/asm/nonmatchings/code_7900D0/func_802A1218_7902E8.s similarity index 100% rename from asm/nonmatchings/code_7900D0/func_802A1218_7902E8.s rename to ver/us/asm/nonmatchings/code_7900D0/func_802A1218_7902E8.s diff --git a/asm/nonmatchings/code_7900D0/func_802A137C_79044C.s b/ver/us/asm/nonmatchings/code_7900D0/func_802A137C_79044C.s similarity index 100% rename from asm/nonmatchings/code_7900D0/func_802A137C_79044C.s rename to ver/us/asm/nonmatchings/code_7900D0/func_802A137C_79044C.s diff --git a/asm/nonmatchings/code_7900D0/func_802A1414_7904E4.s b/ver/us/asm/nonmatchings/code_7900D0/func_802A1414_7904E4.s similarity index 100% rename from asm/nonmatchings/code_7900D0/func_802A1414_7904E4.s rename to ver/us/asm/nonmatchings/code_7900D0/func_802A1414_7904E4.s diff --git a/asm/nonmatchings/code_7900D0/func_802A1494_790564.s b/ver/us/asm/nonmatchings/code_7900D0/func_802A1494_790564.s similarity index 100% rename from asm/nonmatchings/code_7900D0/func_802A1494_790564.s rename to ver/us/asm/nonmatchings/code_7900D0/func_802A1494_790564.s diff --git a/asm/nonmatchings/code_7900D0/func_802A14E8_7905B8.s b/ver/us/asm/nonmatchings/code_7900D0/func_802A14E8_7905B8.s similarity index 100% rename from asm/nonmatchings/code_7900D0/func_802A14E8_7905B8.s rename to ver/us/asm/nonmatchings/code_7900D0/func_802A14E8_7905B8.s diff --git a/asm/nonmatchings/code_7900D0/func_802A1518_7905E8.s b/ver/us/asm/nonmatchings/code_7900D0/func_802A1518_7905E8.s similarity index 100% rename from asm/nonmatchings/code_7900D0/func_802A1518_7905E8.s rename to ver/us/asm/nonmatchings/code_7900D0/func_802A1518_7905E8.s diff --git a/asm/nonmatchings/code_7900D0/func_802A1528_7905F8.s b/ver/us/asm/nonmatchings/code_7900D0/func_802A1528_7905F8.s similarity index 100% rename from asm/nonmatchings/code_7900D0/func_802A1528_7905F8.s rename to ver/us/asm/nonmatchings/code_7900D0/func_802A1528_7905F8.s diff --git a/asm/nonmatchings/code_7900D0/func_802A153C_79060C.s b/ver/us/asm/nonmatchings/code_7900D0/func_802A153C_79060C.s similarity index 100% rename from asm/nonmatchings/code_7900D0/func_802A153C_79060C.s rename to ver/us/asm/nonmatchings/code_7900D0/func_802A153C_79060C.s diff --git a/asm/nonmatchings/code_7900D0/func_802A163C_79070C.s b/ver/us/asm/nonmatchings/code_7900D0/func_802A163C_79070C.s similarity index 100% rename from asm/nonmatchings/code_7900D0/func_802A163C_79070C.s rename to ver/us/asm/nonmatchings/code_7900D0/func_802A163C_79070C.s diff --git a/asm/nonmatchings/code_7900D0/func_802A16F4_7907C4.s b/ver/us/asm/nonmatchings/code_7900D0/func_802A16F4_7907C4.s similarity index 100% rename from asm/nonmatchings/code_7900D0/func_802A16F4_7907C4.s rename to ver/us/asm/nonmatchings/code_7900D0/func_802A16F4_7907C4.s diff --git a/asm/nonmatchings/code_793D20/func_802A1000_793D20.s b/ver/us/asm/nonmatchings/code_793D20/func_802A1000_793D20.s similarity index 100% rename from asm/nonmatchings/code_793D20/func_802A1000_793D20.s rename to ver/us/asm/nonmatchings/code_793D20/func_802A1000_793D20.s diff --git a/asm/nonmatchings/code_793D20/func_802A116C_793E8C.s b/ver/us/asm/nonmatchings/code_793D20/func_802A116C_793E8C.s similarity index 100% rename from asm/nonmatchings/code_793D20/func_802A116C_793E8C.s rename to ver/us/asm/nonmatchings/code_793D20/func_802A116C_793E8C.s diff --git a/asm/nonmatchings/code_793D20/func_802A1218_793F38.s b/ver/us/asm/nonmatchings/code_793D20/func_802A1218_793F38.s similarity index 100% rename from asm/nonmatchings/code_793D20/func_802A1218_793F38.s rename to ver/us/asm/nonmatchings/code_793D20/func_802A1218_793F38.s diff --git a/asm/nonmatchings/code_793D20/func_802A1414_794134.s b/ver/us/asm/nonmatchings/code_793D20/func_802A1414_794134.s similarity index 100% rename from asm/nonmatchings/code_793D20/func_802A1414_794134.s rename to ver/us/asm/nonmatchings/code_793D20/func_802A1414_794134.s diff --git a/asm/nonmatchings/code_793D20/func_802A1494_7941B4.s b/ver/us/asm/nonmatchings/code_793D20/func_802A1494_7941B4.s similarity index 100% rename from asm/nonmatchings/code_793D20/func_802A1494_7941B4.s rename to ver/us/asm/nonmatchings/code_793D20/func_802A1494_7941B4.s diff --git a/asm/nonmatchings/code_793D20/func_802A14E8_794208.s b/ver/us/asm/nonmatchings/code_793D20/func_802A14E8_794208.s similarity index 100% rename from asm/nonmatchings/code_793D20/func_802A14E8_794208.s rename to ver/us/asm/nonmatchings/code_793D20/func_802A14E8_794208.s diff --git a/asm/nonmatchings/code_7952E0/func_802A1000_7952E0.s b/ver/us/asm/nonmatchings/code_7952E0/func_802A1000_7952E0.s similarity index 100% rename from asm/nonmatchings/code_7952E0/func_802A1000_7952E0.s rename to ver/us/asm/nonmatchings/code_7952E0/func_802A1000_7952E0.s diff --git a/asm/nonmatchings/code_7952E0/func_802A10AC_79538C.s b/ver/us/asm/nonmatchings/code_7952E0/func_802A10AC_79538C.s similarity index 100% rename from asm/nonmatchings/code_7952E0/func_802A10AC_79538C.s rename to ver/us/asm/nonmatchings/code_7952E0/func_802A10AC_79538C.s diff --git a/asm/nonmatchings/code_7952E0/func_802A116C_79544C.s b/ver/us/asm/nonmatchings/code_7952E0/func_802A116C_79544C.s similarity index 100% rename from asm/nonmatchings/code_7952E0/func_802A116C_79544C.s rename to ver/us/asm/nonmatchings/code_7952E0/func_802A116C_79544C.s diff --git a/asm/nonmatchings/code_7952E0/func_802A1218_7954F8.s b/ver/us/asm/nonmatchings/code_7952E0/func_802A1218_7954F8.s similarity index 100% rename from asm/nonmatchings/code_7952E0/func_802A1218_7954F8.s rename to ver/us/asm/nonmatchings/code_7952E0/func_802A1218_7954F8.s diff --git a/asm/nonmatchings/code_7952E0/func_802A137C_79565C.s b/ver/us/asm/nonmatchings/code_7952E0/func_802A137C_79565C.s similarity index 100% rename from asm/nonmatchings/code_7952E0/func_802A137C_79565C.s rename to ver/us/asm/nonmatchings/code_7952E0/func_802A137C_79565C.s diff --git a/asm/nonmatchings/code_7952E0/func_802A1414_7956F4.s b/ver/us/asm/nonmatchings/code_7952E0/func_802A1414_7956F4.s similarity index 100% rename from asm/nonmatchings/code_7952E0/func_802A1414_7956F4.s rename to ver/us/asm/nonmatchings/code_7952E0/func_802A1414_7956F4.s diff --git a/asm/nonmatchings/code_7952E0/func_802A1494_795774.s b/ver/us/asm/nonmatchings/code_7952E0/func_802A1494_795774.s similarity index 100% rename from asm/nonmatchings/code_7952E0/func_802A1494_795774.s rename to ver/us/asm/nonmatchings/code_7952E0/func_802A1494_795774.s diff --git a/asm/nonmatchings/code_7952E0/func_802A14E8_7957C8.s b/ver/us/asm/nonmatchings/code_7952E0/func_802A14E8_7957C8.s similarity index 100% rename from asm/nonmatchings/code_7952E0/func_802A14E8_7957C8.s rename to ver/us/asm/nonmatchings/code_7952E0/func_802A14E8_7957C8.s diff --git a/asm/nonmatchings/code_7952E0/func_802A1518_7957F8.s b/ver/us/asm/nonmatchings/code_7952E0/func_802A1518_7957F8.s similarity index 100% rename from asm/nonmatchings/code_7952E0/func_802A1518_7957F8.s rename to ver/us/asm/nonmatchings/code_7952E0/func_802A1518_7957F8.s diff --git a/asm/nonmatchings/code_7952E0/func_802A15B4_795894.s b/ver/us/asm/nonmatchings/code_7952E0/func_802A15B4_795894.s similarity index 100% rename from asm/nonmatchings/code_7952E0/func_802A15B4_795894.s rename to ver/us/asm/nonmatchings/code_7952E0/func_802A15B4_795894.s diff --git a/asm/nonmatchings/code_7952E0/func_802A1628_795908.s b/ver/us/asm/nonmatchings/code_7952E0/func_802A1628_795908.s similarity index 100% rename from asm/nonmatchings/code_7952E0/func_802A1628_795908.s rename to ver/us/asm/nonmatchings/code_7952E0/func_802A1628_795908.s diff --git a/asm/nonmatchings/code_796FC0/func_802A1000_796FC0.s b/ver/us/asm/nonmatchings/code_796FC0/func_802A1000_796FC0.s similarity index 100% rename from asm/nonmatchings/code_796FC0/func_802A1000_796FC0.s rename to ver/us/asm/nonmatchings/code_796FC0/func_802A1000_796FC0.s diff --git a/asm/nonmatchings/code_796FC0/func_802A10AC_79706C.s b/ver/us/asm/nonmatchings/code_796FC0/func_802A10AC_79706C.s similarity index 100% rename from asm/nonmatchings/code_796FC0/func_802A10AC_79706C.s rename to ver/us/asm/nonmatchings/code_796FC0/func_802A10AC_79706C.s diff --git a/asm/nonmatchings/code_796FC0/func_802A116C_79712C.s b/ver/us/asm/nonmatchings/code_796FC0/func_802A116C_79712C.s similarity index 100% rename from asm/nonmatchings/code_796FC0/func_802A116C_79712C.s rename to ver/us/asm/nonmatchings/code_796FC0/func_802A116C_79712C.s diff --git a/asm/nonmatchings/code_796FC0/func_802A1218_7971D8.s b/ver/us/asm/nonmatchings/code_796FC0/func_802A1218_7971D8.s similarity index 100% rename from asm/nonmatchings/code_796FC0/func_802A1218_7971D8.s rename to ver/us/asm/nonmatchings/code_796FC0/func_802A1218_7971D8.s diff --git a/asm/nonmatchings/code_796FC0/func_802A1414_7973D4.s b/ver/us/asm/nonmatchings/code_796FC0/func_802A1414_7973D4.s similarity index 100% rename from asm/nonmatchings/code_796FC0/func_802A1414_7973D4.s rename to ver/us/asm/nonmatchings/code_796FC0/func_802A1414_7973D4.s diff --git a/asm/nonmatchings/code_796FC0/func_802A1494_797454.s b/ver/us/asm/nonmatchings/code_796FC0/func_802A1494_797454.s similarity index 100% rename from asm/nonmatchings/code_796FC0/func_802A1494_797454.s rename to ver/us/asm/nonmatchings/code_796FC0/func_802A1494_797454.s diff --git a/asm/nonmatchings/code_796FC0/func_802A14E8_7974A8.s b/ver/us/asm/nonmatchings/code_796FC0/func_802A14E8_7974A8.s similarity index 100% rename from asm/nonmatchings/code_796FC0/func_802A14E8_7974A8.s rename to ver/us/asm/nonmatchings/code_796FC0/func_802A14E8_7974A8.s diff --git a/asm/nonmatchings/code_796FC0/func_802A1518_7974D8.s b/ver/us/asm/nonmatchings/code_796FC0/func_802A1518_7974D8.s similarity index 100% rename from asm/nonmatchings/code_796FC0/func_802A1518_7974D8.s rename to ver/us/asm/nonmatchings/code_796FC0/func_802A1518_7974D8.s diff --git a/asm/nonmatchings/code_796FC0/func_802A2468_798428.s b/ver/us/asm/nonmatchings/code_796FC0/func_802A2468_798428.s similarity index 100% rename from asm/nonmatchings/code_796FC0/func_802A2468_798428.s rename to ver/us/asm/nonmatchings/code_796FC0/func_802A2468_798428.s diff --git a/asm/nonmatchings/code_796FC0/func_802A247C_79843C.s b/ver/us/asm/nonmatchings/code_796FC0/func_802A247C_79843C.s similarity index 100% rename from asm/nonmatchings/code_796FC0/func_802A247C_79843C.s rename to ver/us/asm/nonmatchings/code_796FC0/func_802A247C_79843C.s diff --git a/asm/nonmatchings/code_7997B0/func_802A1000_7997B0.s b/ver/us/asm/nonmatchings/code_7997B0/func_802A1000_7997B0.s similarity index 100% rename from asm/nonmatchings/code_7997B0/func_802A1000_7997B0.s rename to ver/us/asm/nonmatchings/code_7997B0/func_802A1000_7997B0.s diff --git a/asm/nonmatchings/code_7997B0/func_802A10AC_79985C.s b/ver/us/asm/nonmatchings/code_7997B0/func_802A10AC_79985C.s similarity index 100% rename from asm/nonmatchings/code_7997B0/func_802A10AC_79985C.s rename to ver/us/asm/nonmatchings/code_7997B0/func_802A10AC_79985C.s diff --git a/asm/nonmatchings/code_7997B0/func_802A116C_79991C.s b/ver/us/asm/nonmatchings/code_7997B0/func_802A116C_79991C.s similarity index 100% rename from asm/nonmatchings/code_7997B0/func_802A116C_79991C.s rename to ver/us/asm/nonmatchings/code_7997B0/func_802A116C_79991C.s diff --git a/asm/nonmatchings/code_7997B0/func_802A1218_7999C8.s b/ver/us/asm/nonmatchings/code_7997B0/func_802A1218_7999C8.s similarity index 100% rename from asm/nonmatchings/code_7997B0/func_802A1218_7999C8.s rename to ver/us/asm/nonmatchings/code_7997B0/func_802A1218_7999C8.s diff --git a/asm/nonmatchings/code_7997B0/func_802A137C_799B2C.s b/ver/us/asm/nonmatchings/code_7997B0/func_802A137C_799B2C.s similarity index 100% rename from asm/nonmatchings/code_7997B0/func_802A137C_799B2C.s rename to ver/us/asm/nonmatchings/code_7997B0/func_802A137C_799B2C.s diff --git a/asm/nonmatchings/code_7997B0/func_802A1414_799BC4.s b/ver/us/asm/nonmatchings/code_7997B0/func_802A1414_799BC4.s similarity index 100% rename from asm/nonmatchings/code_7997B0/func_802A1414_799BC4.s rename to ver/us/asm/nonmatchings/code_7997B0/func_802A1414_799BC4.s diff --git a/asm/nonmatchings/code_7997B0/func_802A1494_799C44.s b/ver/us/asm/nonmatchings/code_7997B0/func_802A1494_799C44.s similarity index 100% rename from asm/nonmatchings/code_7997B0/func_802A1494_799C44.s rename to ver/us/asm/nonmatchings/code_7997B0/func_802A1494_799C44.s diff --git a/asm/nonmatchings/code_7997B0/func_802A14E8_799C98.s b/ver/us/asm/nonmatchings/code_7997B0/func_802A14E8_799C98.s similarity index 100% rename from asm/nonmatchings/code_7997B0/func_802A14E8_799C98.s rename to ver/us/asm/nonmatchings/code_7997B0/func_802A14E8_799C98.s diff --git a/asm/nonmatchings/code_7997B0/func_802A1518_799CC8.s b/ver/us/asm/nonmatchings/code_7997B0/func_802A1518_799CC8.s similarity index 100% rename from asm/nonmatchings/code_7997B0/func_802A1518_799CC8.s rename to ver/us/asm/nonmatchings/code_7997B0/func_802A1518_799CC8.s diff --git a/asm/nonmatchings/code_7997B0/func_802A2468_79AC18.s b/ver/us/asm/nonmatchings/code_7997B0/func_802A2468_79AC18.s similarity index 100% rename from asm/nonmatchings/code_7997B0/func_802A2468_79AC18.s rename to ver/us/asm/nonmatchings/code_7997B0/func_802A2468_79AC18.s diff --git a/asm/nonmatchings/code_7997B0/func_802A247C_79AC2C.s b/ver/us/asm/nonmatchings/code_7997B0/func_802A247C_79AC2C.s similarity index 100% rename from asm/nonmatchings/code_7997B0/func_802A247C_79AC2C.s rename to ver/us/asm/nonmatchings/code_7997B0/func_802A247C_79AC2C.s diff --git a/asm/nonmatchings/code_79BFA0/func_802A1000_79BFA0.s b/ver/us/asm/nonmatchings/code_79BFA0/func_802A1000_79BFA0.s similarity index 100% rename from asm/nonmatchings/code_79BFA0/func_802A1000_79BFA0.s rename to ver/us/asm/nonmatchings/code_79BFA0/func_802A1000_79BFA0.s diff --git a/asm/nonmatchings/code_79BFA0/func_802A10AC_79C04C.s b/ver/us/asm/nonmatchings/code_79BFA0/func_802A10AC_79C04C.s similarity index 100% rename from asm/nonmatchings/code_79BFA0/func_802A10AC_79C04C.s rename to ver/us/asm/nonmatchings/code_79BFA0/func_802A10AC_79C04C.s diff --git a/asm/nonmatchings/code_79BFA0/func_802A116C_79C10C.s b/ver/us/asm/nonmatchings/code_79BFA0/func_802A116C_79C10C.s similarity index 100% rename from asm/nonmatchings/code_79BFA0/func_802A116C_79C10C.s rename to ver/us/asm/nonmatchings/code_79BFA0/func_802A116C_79C10C.s diff --git a/asm/nonmatchings/code_79BFA0/func_802A1218_79C1B8.s b/ver/us/asm/nonmatchings/code_79BFA0/func_802A1218_79C1B8.s similarity index 100% rename from asm/nonmatchings/code_79BFA0/func_802A1218_79C1B8.s rename to ver/us/asm/nonmatchings/code_79BFA0/func_802A1218_79C1B8.s diff --git a/asm/nonmatchings/code_79BFA0/func_802A137C_79C31C.s b/ver/us/asm/nonmatchings/code_79BFA0/func_802A137C_79C31C.s similarity index 100% rename from asm/nonmatchings/code_79BFA0/func_802A137C_79C31C.s rename to ver/us/asm/nonmatchings/code_79BFA0/func_802A137C_79C31C.s diff --git a/asm/nonmatchings/code_79BFA0/func_802A1414_79C3B4.s b/ver/us/asm/nonmatchings/code_79BFA0/func_802A1414_79C3B4.s similarity index 100% rename from asm/nonmatchings/code_79BFA0/func_802A1414_79C3B4.s rename to ver/us/asm/nonmatchings/code_79BFA0/func_802A1414_79C3B4.s diff --git a/asm/nonmatchings/code_79BFA0/func_802A1494_79C434.s b/ver/us/asm/nonmatchings/code_79BFA0/func_802A1494_79C434.s similarity index 100% rename from asm/nonmatchings/code_79BFA0/func_802A1494_79C434.s rename to ver/us/asm/nonmatchings/code_79BFA0/func_802A1494_79C434.s diff --git a/asm/nonmatchings/code_79BFA0/func_802A14E8_79C488.s b/ver/us/asm/nonmatchings/code_79BFA0/func_802A14E8_79C488.s similarity index 100% rename from asm/nonmatchings/code_79BFA0/func_802A14E8_79C488.s rename to ver/us/asm/nonmatchings/code_79BFA0/func_802A14E8_79C488.s diff --git a/asm/nonmatchings/code_79BFA0/func_802A1518_79C4B8.s b/ver/us/asm/nonmatchings/code_79BFA0/func_802A1518_79C4B8.s similarity index 100% rename from asm/nonmatchings/code_79BFA0/func_802A1518_79C4B8.s rename to ver/us/asm/nonmatchings/code_79BFA0/func_802A1518_79C4B8.s diff --git a/asm/nonmatchings/code_79D8A0/func_802A1000_79D8A0.s b/ver/us/asm/nonmatchings/code_79D8A0/func_802A1000_79D8A0.s similarity index 100% rename from asm/nonmatchings/code_79D8A0/func_802A1000_79D8A0.s rename to ver/us/asm/nonmatchings/code_79D8A0/func_802A1000_79D8A0.s diff --git a/asm/nonmatchings/code_79D8A0/func_802A10AC_79D94C.s b/ver/us/asm/nonmatchings/code_79D8A0/func_802A10AC_79D94C.s similarity index 100% rename from asm/nonmatchings/code_79D8A0/func_802A10AC_79D94C.s rename to ver/us/asm/nonmatchings/code_79D8A0/func_802A10AC_79D94C.s diff --git a/asm/nonmatchings/code_79D8A0/func_802A116C_79DA0C.s b/ver/us/asm/nonmatchings/code_79D8A0/func_802A116C_79DA0C.s similarity index 100% rename from asm/nonmatchings/code_79D8A0/func_802A116C_79DA0C.s rename to ver/us/asm/nonmatchings/code_79D8A0/func_802A116C_79DA0C.s diff --git a/asm/nonmatchings/code_79D8A0/func_802A1218_79DAB8.s b/ver/us/asm/nonmatchings/code_79D8A0/func_802A1218_79DAB8.s similarity index 100% rename from asm/nonmatchings/code_79D8A0/func_802A1218_79DAB8.s rename to ver/us/asm/nonmatchings/code_79D8A0/func_802A1218_79DAB8.s diff --git a/asm/nonmatchings/code_79D8A0/func_802A137C_79DC1C.s b/ver/us/asm/nonmatchings/code_79D8A0/func_802A137C_79DC1C.s similarity index 100% rename from asm/nonmatchings/code_79D8A0/func_802A137C_79DC1C.s rename to ver/us/asm/nonmatchings/code_79D8A0/func_802A137C_79DC1C.s diff --git a/asm/nonmatchings/code_79D8A0/func_802A1414_79DCB4.s b/ver/us/asm/nonmatchings/code_79D8A0/func_802A1414_79DCB4.s similarity index 100% rename from asm/nonmatchings/code_79D8A0/func_802A1414_79DCB4.s rename to ver/us/asm/nonmatchings/code_79D8A0/func_802A1414_79DCB4.s diff --git a/asm/nonmatchings/code_79D8A0/func_802A1494_79DD34.s b/ver/us/asm/nonmatchings/code_79D8A0/func_802A1494_79DD34.s similarity index 100% rename from asm/nonmatchings/code_79D8A0/func_802A1494_79DD34.s rename to ver/us/asm/nonmatchings/code_79D8A0/func_802A1494_79DD34.s diff --git a/asm/nonmatchings/code_79D8A0/func_802A14E8_79DD88.s b/ver/us/asm/nonmatchings/code_79D8A0/func_802A14E8_79DD88.s similarity index 100% rename from asm/nonmatchings/code_79D8A0/func_802A14E8_79DD88.s rename to ver/us/asm/nonmatchings/code_79D8A0/func_802A14E8_79DD88.s diff --git a/asm/nonmatchings/code_79D8A0/func_802A1518_79DDB8.s b/ver/us/asm/nonmatchings/code_79D8A0/func_802A1518_79DDB8.s similarity index 100% rename from asm/nonmatchings/code_79D8A0/func_802A1518_79DDB8.s rename to ver/us/asm/nonmatchings/code_79D8A0/func_802A1518_79DDB8.s diff --git a/asm/nonmatchings/code_7B440/func_800E205C.s b/ver/us/asm/nonmatchings/code_7B440/func_800E205C.s similarity index 100% rename from asm/nonmatchings/code_7B440/func_800E205C.s rename to ver/us/asm/nonmatchings/code_7B440/func_800E205C.s diff --git a/asm/nonmatchings/code_7B440/func_800E23FC.s b/ver/us/asm/nonmatchings/code_7B440/func_800E23FC.s similarity index 100% rename from asm/nonmatchings/code_7B440/func_800E23FC.s rename to ver/us/asm/nonmatchings/code_7B440/func_800E23FC.s diff --git a/asm/nonmatchings/code_7B440/func_800E24F8.s b/ver/us/asm/nonmatchings/code_7B440/func_800E24F8.s similarity index 100% rename from asm/nonmatchings/code_7B440/func_800E24F8.s rename to ver/us/asm/nonmatchings/code_7B440/func_800E24F8.s diff --git a/asm/nonmatchings/code_7B440/input_to_move_vector.s b/ver/us/asm/nonmatchings/code_7B440/input_to_move_vector.s similarity index 100% rename from asm/nonmatchings/code_7B440/input_to_move_vector.s rename to ver/us/asm/nonmatchings/code_7B440/input_to_move_vector.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/can_player_interact.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/can_player_interact.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/can_player_interact.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/can_player_interact.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/check_input_jump.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/check_input_jump.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/check_input_jump.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/check_input_jump.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/check_input_spin.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/check_input_spin.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/check_input_spin.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/check_input_spin.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/collision_check_player_intersecting_world.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/collision_check_player_intersecting_world.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/collision_check_player_intersecting_world.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/collision_check_player_intersecting_world.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/collision_main_above.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/collision_main_above.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/collision_main_above.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/collision_main_above.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/collision_main_lateral.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/collision_main_lateral.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/collision_main_lateral.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/collision_main_lateral.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E29C8.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E29C8.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E29C8.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E29C8.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E2BB0.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E2BB0.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E2BB0.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E2BB0.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E2F60.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E2F60.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E2F60.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E2F60.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E315C.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E315C.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E315C.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E315C.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E3514.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E3514.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E3514.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E3514.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E45E0.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E45E0.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E45E0.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E45E0.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E46C8.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E46C8.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E46C8.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E46C8.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E4744.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E4744.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E4744.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E4744.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E4BB8.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E4BB8.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E4BB8.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E4BB8.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E5174.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E5174.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E5174.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E5174.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E5348.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E5348.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E5348.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E5348.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E5530.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E5530.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E5530.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E5530.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E58F0.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E58F0.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E58F0.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E58F0.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E5938.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E5938.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E5938.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E5938.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E59A0.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E59A0.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E59A0.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E59A0.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E5A2C.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E5A2C.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E5A2C.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E5A2C.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E5C78.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E5C78.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E5C78.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E5C78.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E6428.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E6428.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E6428.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E6428.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/func_800E66C4.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E66C4.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/func_800E66C4.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/func_800E66C4.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/make_disguise_npc.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/make_disguise_npc.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/make_disguise_npc.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/make_disguise_npc.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/phys_player_land.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/phys_player_land.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/phys_player_land.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/phys_player_land.s diff --git a/asm/nonmatchings/code_7bb60_len_41b0/update_fall_state.s b/ver/us/asm/nonmatchings/code_7bb60_len_41b0/update_fall_state.s similarity index 100% rename from asm/nonmatchings/code_7bb60_len_41b0/update_fall_state.s rename to ver/us/asm/nonmatchings/code_7bb60_len_41b0/update_fall_state.s diff --git a/asm/nonmatchings/code_7fd10_len_b40/can_pause.s b/ver/us/asm/nonmatchings/code_7fd10_len_b40/can_pause.s similarity index 100% rename from asm/nonmatchings/code_7fd10_len_b40/can_pause.s rename to ver/us/asm/nonmatchings/code_7fd10_len_b40/can_pause.s diff --git a/asm/nonmatchings/code_7fd10_len_b40/check_input_open_menus.s b/ver/us/asm/nonmatchings/code_7fd10_len_b40/check_input_open_menus.s similarity index 100% rename from asm/nonmatchings/code_7fd10_len_b40/check_input_open_menus.s rename to ver/us/asm/nonmatchings/code_7fd10_len_b40/check_input_open_menus.s diff --git a/asm/nonmatchings/code_7fd10_len_b40/func_800E6904.s b/ver/us/asm/nonmatchings/code_7fd10_len_b40/func_800E6904.s similarity index 100% rename from asm/nonmatchings/code_7fd10_len_b40/func_800E6904.s rename to ver/us/asm/nonmatchings/code_7fd10_len_b40/func_800E6904.s diff --git a/asm/nonmatchings/code_7fd10_len_b40/setup_item_popup.s b/ver/us/asm/nonmatchings/code_7fd10_len_b40/setup_item_popup.s similarity index 100% rename from asm/nonmatchings/code_7fd10_len_b40/setup_item_popup.s rename to ver/us/asm/nonmatchings/code_7fd10_len_b40/setup_item_popup.s diff --git a/asm/nonmatchings/code_7fd10_len_b40/setup_partner_popup.s b/ver/us/asm/nonmatchings/code_7fd10_len_b40/setup_partner_popup.s similarity index 100% rename from asm/nonmatchings/code_7fd10_len_b40/setup_partner_popup.s rename to ver/us/asm/nonmatchings/code_7fd10_len_b40/setup_partner_popup.s diff --git a/asm/nonmatchings/code_80850_len_3060/is_ability_active.s b/ver/us/asm/nonmatchings/code_80850_len_3060/is_ability_active.s similarity index 100% rename from asm/nonmatchings/code_80850_len_3060/is_ability_active.s rename to ver/us/asm/nonmatchings/code_80850_len_3060/is_ability_active.s diff --git a/asm/nonmatchings/code_80850_len_3060/status_menu_draw_number.s b/ver/us/asm/nonmatchings/code_80850_len_3060/status_menu_draw_number.s similarity index 100% rename from asm/nonmatchings/code_80850_len_3060/status_menu_draw_number.s rename to ver/us/asm/nonmatchings/code_80850_len_3060/status_menu_draw_number.s diff --git a/asm/nonmatchings/code_80850_len_3060/status_menu_draw_stat.s b/ver/us/asm/nonmatchings/code_80850_len_3060/status_menu_draw_stat.s similarity index 100% rename from asm/nonmatchings/code_80850_len_3060/status_menu_draw_stat.s rename to ver/us/asm/nonmatchings/code_80850_len_3060/status_menu_draw_stat.s diff --git a/asm/nonmatchings/code_80850_len_3060/update_status_menu.s b/ver/us/asm/nonmatchings/code_80850_len_3060/update_status_menu.s similarity index 100% rename from asm/nonmatchings/code_80850_len_3060/update_status_menu.s rename to ver/us/asm/nonmatchings/code_80850_len_3060/update_status_menu.s diff --git a/asm/nonmatchings/code_8560/func_8002D160.s b/ver/us/asm/nonmatchings/code_8560/func_8002D160.s similarity index 100% rename from asm/nonmatchings/code_8560/func_8002D160.s rename to ver/us/asm/nonmatchings/code_8560/func_8002D160.s diff --git a/asm/nonmatchings/code_8800/create_cameras_a.s b/ver/us/asm/nonmatchings/code_8800/create_cameras_a.s similarity index 100% rename from asm/nonmatchings/code_8800/create_cameras_a.s rename to ver/us/asm/nonmatchings/code_8800/create_cameras_a.s diff --git a/asm/nonmatchings/code_8800/create_cameras_b.s b/ver/us/asm/nonmatchings/code_8800/create_cameras_b.s similarity index 100% rename from asm/nonmatchings/code_8800/create_cameras_b.s rename to ver/us/asm/nonmatchings/code_8800/create_cameras_b.s diff --git a/asm/nonmatchings/code_8800/func_8002E82C.s b/ver/us/asm/nonmatchings/code_8800/func_8002E82C.s similarity index 100% rename from asm/nonmatchings/code_8800/func_8002E82C.s rename to ver/us/asm/nonmatchings/code_8800/func_8002E82C.s diff --git a/asm/nonmatchings/code_8800/get_screen_coords.s b/ver/us/asm/nonmatchings/code_8800/get_screen_coords.s similarity index 100% rename from asm/nonmatchings/code_8800/get_screen_coords.s rename to ver/us/asm/nonmatchings/code_8800/get_screen_coords.s diff --git a/asm/nonmatchings/code_8800/initialize_next_camera.s b/ver/us/asm/nonmatchings/code_8800/initialize_next_camera.s similarity index 100% rename from asm/nonmatchings/code_8800/initialize_next_camera.s rename to ver/us/asm/nonmatchings/code_8800/initialize_next_camera.s diff --git a/asm/nonmatchings/code_8800/render_frame.s b/ver/us/asm/nonmatchings/code_8800/render_frame.s similarity index 100% rename from asm/nonmatchings/code_8800/render_frame.s rename to ver/us/asm/nonmatchings/code_8800/render_frame.s diff --git a/asm/nonmatchings/code_8800/set_cam_viewport.s b/ver/us/asm/nonmatchings/code_8800/set_cam_viewport.s similarity index 100% rename from asm/nonmatchings/code_8800/set_cam_viewport.s rename to ver/us/asm/nonmatchings/code_8800/set_cam_viewport.s diff --git a/asm/nonmatchings/code_8800/update_cameras.s b/ver/us/asm/nonmatchings/code_8800/update_cameras.s similarity index 100% rename from asm/nonmatchings/code_8800/update_cameras.s rename to ver/us/asm/nonmatchings/code_8800/update_cameras.s diff --git a/asm/nonmatchings/code_891b0_len_fb0/func_800EFD08.s b/ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800EFD08.s similarity index 100% rename from asm/nonmatchings/code_891b0_len_fb0/func_800EFD08.s rename to ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800EFD08.s diff --git a/asm/nonmatchings/code_891b0_len_fb0/func_800EFE2C.s b/ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800EFE2C.s similarity index 100% rename from asm/nonmatchings/code_891b0_len_fb0/func_800EFE2C.s rename to ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800EFE2C.s diff --git a/asm/nonmatchings/code_891b0_len_fb0/func_800F0248.s b/ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800F0248.s similarity index 100% rename from asm/nonmatchings/code_891b0_len_fb0/func_800F0248.s rename to ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800F0248.s diff --git a/asm/nonmatchings/code_891b0_len_fb0/func_800F0490.s b/ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800F0490.s similarity index 100% rename from asm/nonmatchings/code_891b0_len_fb0/func_800F0490.s rename to ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800F0490.s diff --git a/asm/nonmatchings/code_891b0_len_fb0/func_800F0864.s b/ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800F0864.s similarity index 100% rename from asm/nonmatchings/code_891b0_len_fb0/func_800F0864.s rename to ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800F0864.s diff --git a/asm/nonmatchings/code_891b0_len_fb0/func_800F09EC.s b/ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800F09EC.s similarity index 100% rename from asm/nonmatchings/code_891b0_len_fb0/func_800F09EC.s rename to ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800F09EC.s diff --git a/asm/nonmatchings/code_891b0_len_fb0/func_800F0B3C.s b/ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800F0B3C.s similarity index 100% rename from asm/nonmatchings/code_891b0_len_fb0/func_800F0B3C.s rename to ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800F0B3C.s diff --git a/asm/nonmatchings/code_891b0_len_fb0/func_800F0C9C.s b/ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800F0C9C.s similarity index 100% rename from asm/nonmatchings/code_891b0_len_fb0/func_800F0C9C.s rename to ver/us/asm/nonmatchings/code_891b0_len_fb0/func_800F0C9C.s diff --git a/asm/nonmatchings/code_8a160_len_700/func_800F0CB0.s b/ver/us/asm/nonmatchings/code_8a160_len_700/func_800F0CB0.s similarity index 100% rename from asm/nonmatchings/code_8a160_len_700/func_800F0CB0.s rename to ver/us/asm/nonmatchings/code_8a160_len_700/func_800F0CB0.s diff --git a/asm/nonmatchings/code_8a160_len_700/func_800F0D80.s b/ver/us/asm/nonmatchings/code_8a160_len_700/func_800F0D80.s similarity index 100% rename from asm/nonmatchings/code_8a160_len_700/func_800F0D80.s rename to ver/us/asm/nonmatchings/code_8a160_len_700/func_800F0D80.s diff --git a/asm/nonmatchings/code_8a160_len_700/func_800F102C.s b/ver/us/asm/nonmatchings/code_8a160_len_700/func_800F102C.s similarity index 100% rename from asm/nonmatchings/code_8a160_len_700/func_800F102C.s rename to ver/us/asm/nonmatchings/code_8a160_len_700/func_800F102C.s diff --git a/asm/nonmatchings/code_8a860_len_3f30/draw_submenu_title.s b/ver/us/asm/nonmatchings/code_8a860_len_3f30/draw_submenu_title.s similarity index 100% rename from asm/nonmatchings/code_8a860_len_3f30/draw_submenu_title.s rename to ver/us/asm/nonmatchings/code_8a860_len_3f30/draw_submenu_title.s diff --git a/asm/nonmatchings/code_8a860_len_3f30/func_800F13B0.s b/ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F13B0.s similarity index 100% rename from asm/nonmatchings/code_8a860_len_3f30/func_800F13B0.s rename to ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F13B0.s diff --git a/asm/nonmatchings/code_8a860_len_3f30/func_800F1538.s b/ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F1538.s similarity index 100% rename from asm/nonmatchings/code_8a860_len_3f30/func_800F1538.s rename to ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F1538.s diff --git a/asm/nonmatchings/code_8a860_len_3f30/func_800F16CC.s b/ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F16CC.s similarity index 100% rename from asm/nonmatchings/code_8a860_len_3f30/func_800F16CC.s rename to ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F16CC.s diff --git a/asm/nonmatchings/code_8a860_len_3f30/func_800F1A10.s b/ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F1A10.s similarity index 100% rename from asm/nonmatchings/code_8a860_len_3f30/func_800F1A10.s rename to ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F1A10.s diff --git a/asm/nonmatchings/code_8a860_len_3f30/func_800F3680.s b/ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F3680.s similarity index 100% rename from asm/nonmatchings/code_8a860_len_3f30/func_800F3680.s rename to ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F3680.s diff --git a/asm/nonmatchings/code_8a860_len_3f30/func_800F48F4.s b/ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F48F4.s similarity index 100% rename from asm/nonmatchings/code_8a860_len_3f30/func_800F48F4.s rename to ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F48F4.s diff --git a/asm/nonmatchings/code_8a860_len_3f30/func_800F4944.s b/ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F4944.s similarity index 100% rename from asm/nonmatchings/code_8a860_len_3f30/func_800F4944.s rename to ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F4944.s diff --git a/asm/nonmatchings/code_8a860_len_3f30/func_800F4C1C.s b/ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F4C1C.s similarity index 100% rename from asm/nonmatchings/code_8a860_len_3f30/func_800F4C1C.s rename to ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F4C1C.s diff --git a/asm/nonmatchings/code_8a860_len_3f30/func_800F4C6C.s b/ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F4C6C.s similarity index 100% rename from asm/nonmatchings/code_8a860_len_3f30/func_800F4C6C.s rename to ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F4C6C.s diff --git a/asm/nonmatchings/code_8a860_len_3f30/func_800F4CF0.s b/ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F4CF0.s similarity index 100% rename from asm/nonmatchings/code_8a860_len_3f30/func_800F4CF0.s rename to ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F4CF0.s diff --git a/asm/nonmatchings/code_8a860_len_3f30/func_800F4D28.s b/ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F4D28.s similarity index 100% rename from asm/nonmatchings/code_8a860_len_3f30/func_800F4D28.s rename to ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F4D28.s diff --git a/asm/nonmatchings/code_8a860_len_3f30/func_800F4E40.s b/ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F4E40.s similarity index 100% rename from asm/nonmatchings/code_8a860_len_3f30/func_800F4E40.s rename to ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F4E40.s diff --git a/asm/nonmatchings/code_8a860_len_3f30/func_800F4FC4.s b/ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F4FC4.s similarity index 100% rename from asm/nonmatchings/code_8a860_len_3f30/func_800F4FC4.s rename to ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F4FC4.s diff --git a/asm/nonmatchings/code_8a860_len_3f30/func_800F513C.s b/ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F513C.s similarity index 100% rename from asm/nonmatchings/code_8a860_len_3f30/func_800F513C.s rename to ver/us/asm/nonmatchings/code_8a860_len_3f30/func_800F513C.s diff --git a/asm/nonmatchings/code_8e790_len_2850/draw_box.s b/ver/us/asm/nonmatchings/code_8e790_len_2850/draw_box.s similarity index 100% rename from asm/nonmatchings/code_8e790_len_2850/draw_box.s rename to ver/us/asm/nonmatchings/code_8e790_len_2850/draw_box.s diff --git a/asm/nonmatchings/code_9d10_len_1080/do_camera_type_0.s b/ver/us/asm/nonmatchings/code_9d10_len_1080/do_camera_type_0.s similarity index 100% rename from asm/nonmatchings/code_9d10_len_1080/do_camera_type_0.s rename to ver/us/asm/nonmatchings/code_9d10_len_1080/do_camera_type_0.s diff --git a/asm/nonmatchings/code_9d10_len_1080/do_camera_type_1.s b/ver/us/asm/nonmatchings/code_9d10_len_1080/do_camera_type_1.s similarity index 100% rename from asm/nonmatchings/code_9d10_len_1080/do_camera_type_1.s rename to ver/us/asm/nonmatchings/code_9d10_len_1080/do_camera_type_1.s diff --git a/asm/nonmatchings/code_9d10_len_1080/do_camera_type_2.s b/ver/us/asm/nonmatchings/code_9d10_len_1080/do_camera_type_2.s similarity index 100% rename from asm/nonmatchings/code_9d10_len_1080/do_camera_type_2.s rename to ver/us/asm/nonmatchings/code_9d10_len_1080/do_camera_type_2.s diff --git a/asm/nonmatchings/code_9d10_len_1080/do_camera_type_4.s b/ver/us/asm/nonmatchings/code_9d10_len_1080/do_camera_type_4.s similarity index 100% rename from asm/nonmatchings/code_9d10_len_1080/do_camera_type_4.s rename to ver/us/asm/nonmatchings/code_9d10_len_1080/do_camera_type_4.s diff --git a/asm/nonmatchings/code_B0E0/do_camera_type_3.s b/ver/us/asm/nonmatchings/code_B0E0/do_camera_type_3.s similarity index 100% rename from asm/nonmatchings/code_B0E0/do_camera_type_3.s rename to ver/us/asm/nonmatchings/code_B0E0/do_camera_type_3.s diff --git a/asm/nonmatchings/code_B0E0/do_camera_type_5.s b/ver/us/asm/nonmatchings/code_B0E0/do_camera_type_5.s similarity index 100% rename from asm/nonmatchings/code_B0E0/do_camera_type_5.s rename to ver/us/asm/nonmatchings/code_B0E0/do_camera_type_5.s diff --git a/asm/nonmatchings/code_B0E0/do_camera_type_unused.s b/ver/us/asm/nonmatchings/code_B0E0/do_camera_type_unused.s similarity index 100% rename from asm/nonmatchings/code_B0E0/do_camera_type_unused.s rename to ver/us/asm/nonmatchings/code_B0E0/do_camera_type_unused.s diff --git a/asm/nonmatchings/code_B0E0/func_80030210.s b/ver/us/asm/nonmatchings/code_B0E0/func_80030210.s similarity index 100% rename from asm/nonmatchings/code_B0E0/func_80030210.s rename to ver/us/asm/nonmatchings/code_B0E0/func_80030210.s diff --git a/asm/nonmatchings/code_B0E0/func_8003034C.s b/ver/us/asm/nonmatchings/code_B0E0/func_8003034C.s similarity index 100% rename from asm/nonmatchings/code_B0E0/func_8003034C.s rename to ver/us/asm/nonmatchings/code_B0E0/func_8003034C.s diff --git a/asm/nonmatchings/code_B0E0/test_ray_zone_aabb.s b/ver/us/asm/nonmatchings/code_B0E0/test_ray_zone_aabb.s similarity index 100% rename from asm/nonmatchings/code_B0E0/test_ray_zone_aabb.s rename to ver/us/asm/nonmatchings/code_B0E0/test_ray_zone_aabb.s diff --git a/asm/nonmatchings/code_B0E0/update_camera_from_zone.s b/ver/us/asm/nonmatchings/code_B0E0/update_camera_from_zone.s similarity index 100% rename from asm/nonmatchings/code_B0E0/update_camera_from_zone.s rename to ver/us/asm/nonmatchings/code_B0E0/update_camera_from_zone.s diff --git a/asm/nonmatchings/code_B4580/func_8011DE80.s b/ver/us/asm/nonmatchings/code_B4580/func_8011DE80.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011DE80.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011DE80.s diff --git a/asm/nonmatchings/code_B4580/func_8011DFD0.s b/ver/us/asm/nonmatchings/code_B4580/func_8011DFD0.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011DFD0.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011DFD0.s diff --git a/asm/nonmatchings/code_B4580/func_8011E014.s b/ver/us/asm/nonmatchings/code_B4580/func_8011E014.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011E014.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011E014.s diff --git a/asm/nonmatchings/code_B4580/func_8011E058.s b/ver/us/asm/nonmatchings/code_B4580/func_8011E058.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011E058.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011E058.s diff --git a/asm/nonmatchings/code_B4580/func_8011E09C.s b/ver/us/asm/nonmatchings/code_B4580/func_8011E09C.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011E09C.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011E09C.s diff --git a/asm/nonmatchings/code_B4580/func_8011E0DC.s b/ver/us/asm/nonmatchings/code_B4580/func_8011E0DC.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011E0DC.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011E0DC.s diff --git a/asm/nonmatchings/code_B4580/func_8011E150.s b/ver/us/asm/nonmatchings/code_B4580/func_8011E150.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011E150.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011E150.s diff --git a/asm/nonmatchings/code_B4580/func_8011E1C4.s b/ver/us/asm/nonmatchings/code_B4580/func_8011E1C4.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011E1C4.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011E1C4.s diff --git a/asm/nonmatchings/code_B4580/func_8011E224.s b/ver/us/asm/nonmatchings/code_B4580/func_8011E224.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011E224.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011E224.s diff --git a/asm/nonmatchings/code_B4580/func_8011E310.s b/ver/us/asm/nonmatchings/code_B4580/func_8011E310.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011E310.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011E310.s diff --git a/asm/nonmatchings/code_B4580/func_8011E398.s b/ver/us/asm/nonmatchings/code_B4580/func_8011E398.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011E398.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011E398.s diff --git a/asm/nonmatchings/code_B4580/func_8011E400.s b/ver/us/asm/nonmatchings/code_B4580/func_8011E400.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011E400.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011E400.s diff --git a/asm/nonmatchings/code_B4580/func_8011E438.s b/ver/us/asm/nonmatchings/code_B4580/func_8011E438.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011E438.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011E438.s diff --git a/asm/nonmatchings/code_B4580/func_8011E4B8.s b/ver/us/asm/nonmatchings/code_B4580/func_8011E4B8.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011E4B8.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011E4B8.s diff --git a/asm/nonmatchings/code_B4580/func_8011E5E0.s b/ver/us/asm/nonmatchings/code_B4580/func_8011E5E0.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011E5E0.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011E5E0.s diff --git a/asm/nonmatchings/code_B4580/func_8011E718.s b/ver/us/asm/nonmatchings/code_B4580/func_8011E718.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011E718.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011E718.s diff --git a/asm/nonmatchings/code_B4580/func_8011E8BC.s b/ver/us/asm/nonmatchings/code_B4580/func_8011E8BC.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011E8BC.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011E8BC.s diff --git a/asm/nonmatchings/code_B4580/func_8011EA54.s b/ver/us/asm/nonmatchings/code_B4580/func_8011EA54.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011EA54.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011EA54.s diff --git a/asm/nonmatchings/code_B4580/func_8011EBF0.s b/ver/us/asm/nonmatchings/code_B4580/func_8011EBF0.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011EBF0.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011EBF0.s diff --git a/asm/nonmatchings/code_B4580/func_8011F058.s b/ver/us/asm/nonmatchings/code_B4580/func_8011F058.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011F058.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011F058.s diff --git a/asm/nonmatchings/code_B4580/func_8011F118.s b/ver/us/asm/nonmatchings/code_B4580/func_8011F118.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011F118.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011F118.s diff --git a/asm/nonmatchings/code_B4580/func_8011F304.s b/ver/us/asm/nonmatchings/code_B4580/func_8011F304.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011F304.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011F304.s diff --git a/asm/nonmatchings/code_B4580/func_8011F3E8.s b/ver/us/asm/nonmatchings/code_B4580/func_8011F3E8.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011F3E8.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011F3E8.s diff --git a/asm/nonmatchings/code_B4580/func_8011F4D4.s b/ver/us/asm/nonmatchings/code_B4580/func_8011F4D4.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011F4D4.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011F4D4.s diff --git a/asm/nonmatchings/code_B4580/func_8011FA54.s b/ver/us/asm/nonmatchings/code_B4580/func_8011FA54.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011FA54.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011FA54.s diff --git a/asm/nonmatchings/code_B4580/func_8011FF74.s b/ver/us/asm/nonmatchings/code_B4580/func_8011FF74.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011FF74.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011FF74.s diff --git a/asm/nonmatchings/code_B4580/func_8011FF98.s b/ver/us/asm/nonmatchings/code_B4580/func_8011FF98.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011FF98.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011FF98.s diff --git a/asm/nonmatchings/code_B4580/func_8011FFB4.s b/ver/us/asm/nonmatchings/code_B4580/func_8011FFB4.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8011FFB4.s rename to ver/us/asm/nonmatchings/code_B4580/func_8011FFB4.s diff --git a/asm/nonmatchings/code_B4580/func_80120028.s b/ver/us/asm/nonmatchings/code_B4580/func_80120028.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_80120028.s rename to ver/us/asm/nonmatchings/code_B4580/func_80120028.s diff --git a/asm/nonmatchings/code_B4580/func_8012003C.s b/ver/us/asm/nonmatchings/code_B4580/func_8012003C.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8012003C.s rename to ver/us/asm/nonmatchings/code_B4580/func_8012003C.s diff --git a/asm/nonmatchings/code_B4580/func_8012004C.s b/ver/us/asm/nonmatchings/code_B4580/func_8012004C.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8012004C.s rename to ver/us/asm/nonmatchings/code_B4580/func_8012004C.s diff --git a/asm/nonmatchings/code_B4580/func_80120064.s b/ver/us/asm/nonmatchings/code_B4580/func_80120064.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_80120064.s rename to ver/us/asm/nonmatchings/code_B4580/func_80120064.s diff --git a/asm/nonmatchings/code_B4580/func_8012008C.s b/ver/us/asm/nonmatchings/code_B4580/func_8012008C.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8012008C.s rename to ver/us/asm/nonmatchings/code_B4580/func_8012008C.s diff --git a/asm/nonmatchings/code_B4580/func_8012009C.s b/ver/us/asm/nonmatchings/code_B4580/func_8012009C.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_8012009C.s rename to ver/us/asm/nonmatchings/code_B4580/func_8012009C.s diff --git a/asm/nonmatchings/code_B4580/func_801200B8.s b/ver/us/asm/nonmatchings/code_B4580/func_801200B8.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_801200B8.s rename to ver/us/asm/nonmatchings/code_B4580/func_801200B8.s diff --git a/asm/nonmatchings/code_B4580/func_801200EC.s b/ver/us/asm/nonmatchings/code_B4580/func_801200EC.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_801200EC.s rename to ver/us/asm/nonmatchings/code_B4580/func_801200EC.s diff --git a/asm/nonmatchings/code_B4580/func_80120118.s b/ver/us/asm/nonmatchings/code_B4580/func_80120118.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_80120118.s rename to ver/us/asm/nonmatchings/code_B4580/func_80120118.s diff --git a/asm/nonmatchings/code_B4580/func_80120198.s b/ver/us/asm/nonmatchings/code_B4580/func_80120198.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_80120198.s rename to ver/us/asm/nonmatchings/code_B4580/func_80120198.s diff --git a/asm/nonmatchings/code_B4580/func_80120234.s b/ver/us/asm/nonmatchings/code_B4580/func_80120234.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_80120234.s rename to ver/us/asm/nonmatchings/code_B4580/func_80120234.s diff --git a/asm/nonmatchings/code_B4580/func_801203AC.s b/ver/us/asm/nonmatchings/code_B4580/func_801203AC.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_801203AC.s rename to ver/us/asm/nonmatchings/code_B4580/func_801203AC.s diff --git a/asm/nonmatchings/code_B4580/func_80120420.s b/ver/us/asm/nonmatchings/code_B4580/func_80120420.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_80120420.s rename to ver/us/asm/nonmatchings/code_B4580/func_80120420.s diff --git a/asm/nonmatchings/code_B4580/func_80120474.s b/ver/us/asm/nonmatchings/code_B4580/func_80120474.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_80120474.s rename to ver/us/asm/nonmatchings/code_B4580/func_80120474.s diff --git a/asm/nonmatchings/code_B4580/func_80120530.s b/ver/us/asm/nonmatchings/code_B4580/func_80120530.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_80120530.s rename to ver/us/asm/nonmatchings/code_B4580/func_80120530.s diff --git a/asm/nonmatchings/code_B4580/func_80120678.s b/ver/us/asm/nonmatchings/code_B4580/func_80120678.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_80120678.s rename to ver/us/asm/nonmatchings/code_B4580/func_80120678.s diff --git a/asm/nonmatchings/code_B4580/func_801206F8.s b/ver/us/asm/nonmatchings/code_B4580/func_801206F8.s similarity index 100% rename from asm/nonmatchings/code_B4580/func_801206F8.s rename to ver/us/asm/nonmatchings/code_B4580/func_801206F8.s diff --git a/asm/nonmatchings/code_B4580/play_model_animation.s b/ver/us/asm/nonmatchings/code_B4580/play_model_animation.s similarity index 100% rename from asm/nonmatchings/code_B4580/play_model_animation.s rename to ver/us/asm/nonmatchings/code_B4580/play_model_animation.s diff --git a/asm/nonmatchings/code_B9D60/_draw_message_box.s b/ver/us/asm/nonmatchings/code_B9D60/_draw_message_box.s similarity index 100% rename from asm/nonmatchings/code_B9D60/_draw_message_box.s rename to ver/us/asm/nonmatchings/code_B9D60/_draw_message_box.s diff --git a/asm/nonmatchings/code_B9D60/_load_string.s b/ver/us/asm/nonmatchings/code_B9D60/_load_string.s similarity index 100% rename from asm/nonmatchings/code_B9D60/_load_string.s rename to ver/us/asm/nonmatchings/code_B9D60/_load_string.s diff --git a/asm/nonmatchings/code_B9D60/_update_message.s b/ver/us/asm/nonmatchings/code_B9D60/_update_message.s similarity index 100% rename from asm/nonmatchings/code_B9D60/_update_message.s rename to ver/us/asm/nonmatchings/code_B9D60/_update_message.s diff --git a/asm/nonmatchings/code_B9D60/clamp_printer_coords.s b/ver/us/asm/nonmatchings/code_B9D60/clamp_printer_coords.s similarity index 100% rename from asm/nonmatchings/code_B9D60/clamp_printer_coords.s rename to ver/us/asm/nonmatchings/code_B9D60/clamp_printer_coords.s diff --git a/asm/nonmatchings/code_B9D60/clear_printers.s b/ver/us/asm/nonmatchings/code_B9D60/clear_printers.s similarity index 100% rename from asm/nonmatchings/code_B9D60/clear_printers.s rename to ver/us/asm/nonmatchings/code_B9D60/clear_printers.s diff --git a/asm/nonmatchings/code_B9D60/dma_load_string.s b/ver/us/asm/nonmatchings/code_B9D60/dma_load_string.s similarity index 100% rename from asm/nonmatchings/code_B9D60/dma_load_string.s rename to ver/us/asm/nonmatchings/code_B9D60/dma_load_string.s diff --git a/asm/nonmatchings/code_B9D60/draw_digit.s b/ver/us/asm/nonmatchings/code_B9D60/draw_digit.s similarity index 100% rename from asm/nonmatchings/code_B9D60/draw_digit.s rename to ver/us/asm/nonmatchings/code_B9D60/draw_digit.s diff --git a/asm/nonmatchings/code_B9D60/draw_msg.s b/ver/us/asm/nonmatchings/code_B9D60/draw_msg.s similarity index 100% rename from asm/nonmatchings/code_B9D60/draw_msg.s rename to ver/us/asm/nonmatchings/code_B9D60/draw_msg.s diff --git a/asm/nonmatchings/code_B9D60/draw_number.s b/ver/us/asm/nonmatchings/code_B9D60/draw_number.s similarity index 100% rename from asm/nonmatchings/code_B9D60/draw_number.s rename to ver/us/asm/nonmatchings/code_B9D60/draw_number.s diff --git a/asm/nonmatchings/code_B9D60/func_80124434.s b/ver/us/asm/nonmatchings/code_B9D60/func_80124434.s similarity index 100% rename from asm/nonmatchings/code_B9D60/func_80124434.s rename to ver/us/asm/nonmatchings/code_B9D60/func_80124434.s diff --git a/asm/nonmatchings/code_B9D60/func_80124570.s b/ver/us/asm/nonmatchings/code_B9D60/func_80124570.s similarity index 100% rename from asm/nonmatchings/code_B9D60/func_80124570.s rename to ver/us/asm/nonmatchings/code_B9D60/func_80124570.s diff --git a/asm/nonmatchings/code_B9D60/func_80125C84.s b/ver/us/asm/nonmatchings/code_B9D60/func_80125C84.s similarity index 100% rename from asm/nonmatchings/code_B9D60/func_80125C84.s rename to ver/us/asm/nonmatchings/code_B9D60/func_80125C84.s diff --git a/asm/nonmatchings/code_B9D60/func_80126790.s b/ver/us/asm/nonmatchings/code_B9D60/func_80126790.s similarity index 100% rename from asm/nonmatchings/code_B9D60/func_80126790.s rename to ver/us/asm/nonmatchings/code_B9D60/func_80126790.s diff --git a/asm/nonmatchings/code_B9D60/func_80126EAC.s b/ver/us/asm/nonmatchings/code_B9D60/func_80126EAC.s similarity index 100% rename from asm/nonmatchings/code_B9D60/func_80126EAC.s rename to ver/us/asm/nonmatchings/code_B9D60/func_80126EAC.s diff --git a/asm/nonmatchings/code_B9D60/func_80126F78.s b/ver/us/asm/nonmatchings/code_B9D60/func_80126F78.s similarity index 100% rename from asm/nonmatchings/code_B9D60/func_80126F78.s rename to ver/us/asm/nonmatchings/code_B9D60/func_80126F78.s diff --git a/asm/nonmatchings/code_B9D60/func_80127BA4.s b/ver/us/asm/nonmatchings/code_B9D60/func_80127BA4.s similarity index 100% rename from asm/nonmatchings/code_B9D60/func_80127BA4.s rename to ver/us/asm/nonmatchings/code_B9D60/func_80127BA4.s diff --git a/asm/nonmatchings/code_B9D60/func_80127D90.s b/ver/us/asm/nonmatchings/code_B9D60/func_80127D90.s similarity index 100% rename from asm/nonmatchings/code_B9D60/func_80127D90.s rename to ver/us/asm/nonmatchings/code_B9D60/func_80127D90.s diff --git a/asm/nonmatchings/code_B9D60/func_8012C324.s b/ver/us/asm/nonmatchings/code_B9D60/func_8012C324.s similarity index 100% rename from asm/nonmatchings/code_B9D60/func_8012C324.s rename to ver/us/asm/nonmatchings/code_B9D60/func_8012C324.s diff --git a/asm/nonmatchings/code_B9D60/func_8012C9A8.s b/ver/us/asm/nonmatchings/code_B9D60/func_8012C9A8.s similarity index 100% rename from asm/nonmatchings/code_B9D60/func_8012C9A8.s rename to ver/us/asm/nonmatchings/code_B9D60/func_8012C9A8.s diff --git a/asm/nonmatchings/code_B9D60/func_8012CA08.s b/ver/us/asm/nonmatchings/code_B9D60/func_8012CA08.s similarity index 100% rename from asm/nonmatchings/code_B9D60/func_8012CA08.s rename to ver/us/asm/nonmatchings/code_B9D60/func_8012CA08.s diff --git a/asm/nonmatchings/code_B9D60/func_8012D3DC.s b/ver/us/asm/nonmatchings/code_B9D60/func_8012D3DC.s similarity index 100% rename from asm/nonmatchings/code_B9D60/func_8012D3DC.s rename to ver/us/asm/nonmatchings/code_B9D60/func_8012D3DC.s diff --git a/asm/nonmatchings/code_B9D60/func_8012DB58.s b/ver/us/asm/nonmatchings/code_B9D60/func_8012DB58.s similarity index 100% rename from asm/nonmatchings/code_B9D60/func_8012DB58.s rename to ver/us/asm/nonmatchings/code_B9D60/func_8012DB58.s diff --git a/asm/nonmatchings/code_B9D60/func_8012E8E0.s b/ver/us/asm/nonmatchings/code_B9D60/func_8012E8E0.s similarity index 100% rename from asm/nonmatchings/code_B9D60/func_8012E8E0.s rename to ver/us/asm/nonmatchings/code_B9D60/func_8012E8E0.s diff --git a/asm/nonmatchings/code_B9D60/get_char_width.s b/ver/us/asm/nonmatchings/code_B9D60/get_char_width.s similarity index 100% rename from asm/nonmatchings/code_B9D60/get_char_width.s rename to ver/us/asm/nonmatchings/code_B9D60/get_char_width.s diff --git a/asm/nonmatchings/code_B9D60/get_msg_lines.s b/ver/us/asm/nonmatchings/code_B9D60/get_msg_lines.s similarity index 100% rename from asm/nonmatchings/code_B9D60/get_msg_lines.s rename to ver/us/asm/nonmatchings/code_B9D60/get_msg_lines.s diff --git a/asm/nonmatchings/code_B9D60/get_string_properties.s b/ver/us/asm/nonmatchings/code_B9D60/get_string_properties.s similarity index 100% rename from asm/nonmatchings/code_B9D60/get_string_properties.s rename to ver/us/asm/nonmatchings/code_B9D60/get_string_properties.s diff --git a/asm/nonmatchings/code_B9D60/get_string_width.s b/ver/us/asm/nonmatchings/code_B9D60/get_string_width.s similarity index 100% rename from asm/nonmatchings/code_B9D60/get_string_width.s rename to ver/us/asm/nonmatchings/code_B9D60/get_string_width.s diff --git a/asm/nonmatchings/code_B9D60/initialize_printer.s b/ver/us/asm/nonmatchings/code_B9D60/initialize_printer.s similarity index 100% rename from asm/nonmatchings/code_B9D60/initialize_printer.s rename to ver/us/asm/nonmatchings/code_B9D60/initialize_printer.s diff --git a/asm/nonmatchings/code_B9D60/load_font.s b/ver/us/asm/nonmatchings/code_B9D60/load_font.s similarity index 100% rename from asm/nonmatchings/code_B9D60/load_font.s rename to ver/us/asm/nonmatchings/code_B9D60/load_font.s diff --git a/asm/nonmatchings/code_B9D60/load_font_data.s b/ver/us/asm/nonmatchings/code_B9D60/load_font_data.s similarity index 100% rename from asm/nonmatchings/code_B9D60/load_font_data.s rename to ver/us/asm/nonmatchings/code_B9D60/load_font_data.s diff --git a/asm/nonmatchings/code_B9D60/load_message_to_buffer.s b/ver/us/asm/nonmatchings/code_B9D60/load_message_to_buffer.s similarity index 100% rename from asm/nonmatchings/code_B9D60/load_message_to_buffer.s rename to ver/us/asm/nonmatchings/code_B9D60/load_message_to_buffer.s diff --git a/asm/nonmatchings/code_B9D60/load_message_to_printer.s b/ver/us/asm/nonmatchings/code_B9D60/load_message_to_printer.s similarity index 100% rename from asm/nonmatchings/code_B9D60/load_message_to_printer.s rename to ver/us/asm/nonmatchings/code_B9D60/load_message_to_printer.s diff --git a/asm/nonmatchings/code_B9D60/render_messages.s b/ver/us/asm/nonmatchings/code_B9D60/render_messages.s similarity index 100% rename from asm/nonmatchings/code_B9D60/render_messages.s rename to ver/us/asm/nonmatchings/code_B9D60/render_messages.s diff --git a/asm/nonmatchings/code_B9D60/set_message_string.s b/ver/us/asm/nonmatchings/code_B9D60/set_message_string.s similarity index 100% rename from asm/nonmatchings/code_B9D60/set_message_string.s rename to ver/us/asm/nonmatchings/code_B9D60/set_message_string.s diff --git a/asm/nonmatchings/code_B9D60/set_message_value.s b/ver/us/asm/nonmatchings/code_B9D60/set_message_value.s similarity index 100% rename from asm/nonmatchings/code_B9D60/set_message_value.s rename to ver/us/asm/nonmatchings/code_B9D60/set_message_value.s diff --git a/asm/nonmatchings/code_B9D60/update_messages.s b/ver/us/asm/nonmatchings/code_B9D60/update_messages.s similarity index 100% rename from asm/nonmatchings/code_B9D60/update_messages.s rename to ver/us/asm/nonmatchings/code_B9D60/update_messages.s diff --git a/asm/nonmatchings/code_C50A0/appendGfx_item_entity.s b/ver/us/asm/nonmatchings/code_C50A0/appendGfx_item_entity.s similarity index 100% rename from asm/nonmatchings/code_C50A0/appendGfx_item_entity.s rename to ver/us/asm/nonmatchings/code_C50A0/appendGfx_item_entity.s diff --git a/asm/nonmatchings/code_C50A0/clear_item_entity_data.s b/ver/us/asm/nonmatchings/code_C50A0/clear_item_entity_data.s similarity index 100% rename from asm/nonmatchings/code_C50A0/clear_item_entity_data.s rename to ver/us/asm/nonmatchings/code_C50A0/clear_item_entity_data.s diff --git a/asm/nonmatchings/code_C50A0/draw_coin_sparkles.s b/ver/us/asm/nonmatchings/code_C50A0/draw_coin_sparkles.s similarity index 100% rename from asm/nonmatchings/code_C50A0/draw_coin_sparkles.s rename to ver/us/asm/nonmatchings/code_C50A0/draw_coin_sparkles.s diff --git a/asm/nonmatchings/code_C50A0/draw_item_entities.s b/ver/us/asm/nonmatchings/code_C50A0/draw_item_entities.s similarity index 100% rename from asm/nonmatchings/code_C50A0/draw_item_entities.s rename to ver/us/asm/nonmatchings/code_C50A0/draw_item_entities.s diff --git a/asm/nonmatchings/code_C50A0/func_8012E9A0.s b/ver/us/asm/nonmatchings/code_C50A0/func_8012E9A0.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_8012E9A0.s rename to ver/us/asm/nonmatchings/code_C50A0/func_8012E9A0.s diff --git a/asm/nonmatchings/code_C50A0/func_8012EC94.s b/ver/us/asm/nonmatchings/code_C50A0/func_8012EC94.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_8012EC94.s rename to ver/us/asm/nonmatchings/code_C50A0/func_8012EC94.s diff --git a/asm/nonmatchings/code_C50A0/func_8012F500.s b/ver/us/asm/nonmatchings/code_C50A0/func_8012F500.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_8012F500.s rename to ver/us/asm/nonmatchings/code_C50A0/func_8012F500.s diff --git a/asm/nonmatchings/code_C50A0/func_8012FE10.s b/ver/us/asm/nonmatchings/code_C50A0/func_8012FE10.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_8012FE10.s rename to ver/us/asm/nonmatchings/code_C50A0/func_8012FE10.s diff --git a/asm/nonmatchings/code_C50A0/func_8012FE78.s b/ver/us/asm/nonmatchings/code_C50A0/func_8012FE78.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_8012FE78.s rename to ver/us/asm/nonmatchings/code_C50A0/func_8012FE78.s diff --git a/asm/nonmatchings/code_C50A0/func_801309F0.s b/ver/us/asm/nonmatchings/code_C50A0/func_801309F0.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_801309F0.s rename to ver/us/asm/nonmatchings/code_C50A0/func_801309F0.s diff --git a/asm/nonmatchings/code_C50A0/func_80130A04.s b/ver/us/asm/nonmatchings/code_C50A0/func_80130A04.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_80130A04.s rename to ver/us/asm/nonmatchings/code_C50A0/func_80130A04.s diff --git a/asm/nonmatchings/code_C50A0/func_80130ACC.s b/ver/us/asm/nonmatchings/code_C50A0/func_80130ACC.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_80130ACC.s rename to ver/us/asm/nonmatchings/code_C50A0/func_80130ACC.s diff --git a/asm/nonmatchings/code_C50A0/func_80130F70.s b/ver/us/asm/nonmatchings/code_C50A0/func_80130F70.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_80130F70.s rename to ver/us/asm/nonmatchings/code_C50A0/func_80130F70.s diff --git a/asm/nonmatchings/code_C50A0/func_80130FAC.s b/ver/us/asm/nonmatchings/code_C50A0/func_80130FAC.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_80130FAC.s rename to ver/us/asm/nonmatchings/code_C50A0/func_80130FAC.s diff --git a/asm/nonmatchings/code_C50A0/func_80131128.s b/ver/us/asm/nonmatchings/code_C50A0/func_80131128.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_80131128.s rename to ver/us/asm/nonmatchings/code_C50A0/func_80131128.s diff --git a/asm/nonmatchings/code_C50A0/func_80131DD4.s b/ver/us/asm/nonmatchings/code_C50A0/func_80131DD4.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_80131DD4.s rename to ver/us/asm/nonmatchings/code_C50A0/func_80131DD4.s diff --git a/asm/nonmatchings/code_C50A0/func_80132D94.s b/ver/us/asm/nonmatchings/code_C50A0/func_80132D94.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_80132D94.s rename to ver/us/asm/nonmatchings/code_C50A0/func_80132D94.s diff --git a/asm/nonmatchings/code_C50A0/func_80133A94.s b/ver/us/asm/nonmatchings/code_C50A0/func_80133A94.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_80133A94.s rename to ver/us/asm/nonmatchings/code_C50A0/func_80133A94.s diff --git a/asm/nonmatchings/code_C50A0/func_80133FC8.s b/ver/us/asm/nonmatchings/code_C50A0/func_80133FC8.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_80133FC8.s rename to ver/us/asm/nonmatchings/code_C50A0/func_80133FC8.s diff --git a/asm/nonmatchings/code_C50A0/func_8013559C.s b/ver/us/asm/nonmatchings/code_C50A0/func_8013559C.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_8013559C.s rename to ver/us/asm/nonmatchings/code_C50A0/func_8013559C.s diff --git a/asm/nonmatchings/code_C50A0/func_801363A0.s b/ver/us/asm/nonmatchings/code_C50A0/func_801363A0.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_801363A0.s rename to ver/us/asm/nonmatchings/code_C50A0/func_801363A0.s diff --git a/asm/nonmatchings/code_C50A0/func_8013673C.s b/ver/us/asm/nonmatchings/code_C50A0/func_8013673C.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_8013673C.s rename to ver/us/asm/nonmatchings/code_C50A0/func_8013673C.s diff --git a/asm/nonmatchings/code_C50A0/func_801369D0.s b/ver/us/asm/nonmatchings/code_C50A0/func_801369D0.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_801369D0.s rename to ver/us/asm/nonmatchings/code_C50A0/func_801369D0.s diff --git a/asm/nonmatchings/code_C50A0/func_80136A08.s b/ver/us/asm/nonmatchings/code_C50A0/func_80136A08.s similarity index 100% rename from asm/nonmatchings/code_C50A0/func_80136A08.s rename to ver/us/asm/nonmatchings/code_C50A0/func_80136A08.s diff --git a/asm/nonmatchings/code_C50A0/init_got_item.s b/ver/us/asm/nonmatchings/code_C50A0/init_got_item.s similarity index 100% rename from asm/nonmatchings/code_C50A0/init_got_item.s rename to ver/us/asm/nonmatchings/code_C50A0/init_got_item.s diff --git a/asm/nonmatchings/code_C50A0/init_item_entity_list.s b/ver/us/asm/nonmatchings/code_C50A0/init_item_entity_list.s similarity index 100% rename from asm/nonmatchings/code_C50A0/init_item_entity_list.s rename to ver/us/asm/nonmatchings/code_C50A0/init_item_entity_list.s diff --git a/asm/nonmatchings/code_C50A0/make_item_entity.s b/ver/us/asm/nonmatchings/code_C50A0/make_item_entity.s similarity index 100% rename from asm/nonmatchings/code_C50A0/make_item_entity.s rename to ver/us/asm/nonmatchings/code_C50A0/make_item_entity.s diff --git a/asm/nonmatchings/code_C50A0/remove_item_entity_by_index.s b/ver/us/asm/nonmatchings/code_C50A0/remove_item_entity_by_index.s similarity index 100% rename from asm/nonmatchings/code_C50A0/remove_item_entity_by_index.s rename to ver/us/asm/nonmatchings/code_C50A0/remove_item_entity_by_index.s diff --git a/asm/nonmatchings/code_C50A0/remove_item_entity_by_reference.s b/ver/us/asm/nonmatchings/code_C50A0/remove_item_entity_by_reference.s similarity index 100% rename from asm/nonmatchings/code_C50A0/remove_item_entity_by_reference.s rename to ver/us/asm/nonmatchings/code_C50A0/remove_item_entity_by_reference.s diff --git a/asm/nonmatchings/code_C50A0/render_item_entities.s b/ver/us/asm/nonmatchings/code_C50A0/render_item_entities.s similarity index 100% rename from asm/nonmatchings/code_C50A0/render_item_entities.s rename to ver/us/asm/nonmatchings/code_C50A0/render_item_entities.s diff --git a/asm/nonmatchings/code_C50A0/test_item_player_collision.s b/ver/us/asm/nonmatchings/code_C50A0/test_item_player_collision.s similarity index 100% rename from asm/nonmatchings/code_C50A0/test_item_player_collision.s rename to ver/us/asm/nonmatchings/code_C50A0/test_item_player_collision.s diff --git a/asm/nonmatchings/code_C50A0/update_item_entities.s b/ver/us/asm/nonmatchings/code_C50A0/update_item_entities.s similarity index 100% rename from asm/nonmatchings/code_C50A0/update_item_entities.s rename to ver/us/asm/nonmatchings/code_C50A0/update_item_entities.s diff --git a/asm/nonmatchings/code_C50A0/update_item_entity_collectable.s b/ver/us/asm/nonmatchings/code_C50A0/update_item_entity_collectable.s similarity index 100% rename from asm/nonmatchings/code_C50A0/update_item_entity_collectable.s rename to ver/us/asm/nonmatchings/code_C50A0/update_item_entity_collectable.s diff --git a/asm/nonmatchings/code_C50A0/update_item_entity_static.s b/ver/us/asm/nonmatchings/code_C50A0/update_item_entity_static.s similarity index 100% rename from asm/nonmatchings/code_C50A0/update_item_entity_static.s rename to ver/us/asm/nonmatchings/code_C50A0/update_item_entity_static.s diff --git a/asm/nonmatchings/code_C50A0/update_item_entity_temp.s b/ver/us/asm/nonmatchings/code_C50A0/update_item_entity_temp.s similarity index 100% rename from asm/nonmatchings/code_C50A0/update_item_entity_temp.s rename to ver/us/asm/nonmatchings/code_C50A0/update_item_entity_temp.s diff --git a/asm/nonmatchings/code_CEE40/func_80138740.s b/ver/us/asm/nonmatchings/code_CEE40/func_80138740.s similarity index 100% rename from asm/nonmatchings/code_CEE40/func_80138740.s rename to ver/us/asm/nonmatchings/code_CEE40/func_80138740.s diff --git a/asm/nonmatchings/code_CEE40/func_80138D88.s b/ver/us/asm/nonmatchings/code_CEE40/func_80138D88.s similarity index 100% rename from asm/nonmatchings/code_CEE40/func_80138D88.s rename to ver/us/asm/nonmatchings/code_CEE40/func_80138D88.s diff --git a/asm/nonmatchings/code_CEE40/func_80138E54.s b/ver/us/asm/nonmatchings/code_CEE40/func_80138E54.s similarity index 100% rename from asm/nonmatchings/code_CEE40/func_80138E54.s rename to ver/us/asm/nonmatchings/code_CEE40/func_80138E54.s diff --git a/asm/nonmatchings/code_CEE40/func_80139F10.s b/ver/us/asm/nonmatchings/code_CEE40/func_80139F10.s similarity index 100% rename from asm/nonmatchings/code_CEE40/func_80139F10.s rename to ver/us/asm/nonmatchings/code_CEE40/func_80139F10.s diff --git a/asm/nonmatchings/code_DF950/_play_sound.s b/ver/us/asm/nonmatchings/code_DF950/_play_sound.s similarity index 100% rename from asm/nonmatchings/code_DF950/_play_sound.s rename to ver/us/asm/nonmatchings/code_DF950/_play_sound.s diff --git a/asm/nonmatchings/code_DF950/func_80149250.s b/ver/us/asm/nonmatchings/code_DF950/func_80149250.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_80149250.s rename to ver/us/asm/nonmatchings/code_DF950/func_80149250.s diff --git a/asm/nonmatchings/code_DF950/func_80149618.s b/ver/us/asm/nonmatchings/code_DF950/func_80149618.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_80149618.s rename to ver/us/asm/nonmatchings/code_DF950/func_80149618.s diff --git a/asm/nonmatchings/code_DF950/func_80149670.s b/ver/us/asm/nonmatchings/code_DF950/func_80149670.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_80149670.s rename to ver/us/asm/nonmatchings/code_DF950/func_80149670.s diff --git a/asm/nonmatchings/code_DF950/func_80149734.s b/ver/us/asm/nonmatchings/code_DF950/func_80149734.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_80149734.s rename to ver/us/asm/nonmatchings/code_DF950/func_80149734.s diff --git a/asm/nonmatchings/code_DF950/func_801497FC.s b/ver/us/asm/nonmatchings/code_DF950/func_801497FC.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_801497FC.s rename to ver/us/asm/nonmatchings/code_DF950/func_801497FC.s diff --git a/asm/nonmatchings/code_DF950/func_80149828.s b/ver/us/asm/nonmatchings/code_DF950/func_80149828.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_80149828.s rename to ver/us/asm/nonmatchings/code_DF950/func_80149828.s diff --git a/asm/nonmatchings/code_DF950/func_80149838.s b/ver/us/asm/nonmatchings/code_DF950/func_80149838.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_80149838.s rename to ver/us/asm/nonmatchings/code_DF950/func_80149838.s diff --git a/asm/nonmatchings/code_DF950/func_801498C4.s b/ver/us/asm/nonmatchings/code_DF950/func_801498C4.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_801498C4.s rename to ver/us/asm/nonmatchings/code_DF950/func_801498C4.s diff --git a/asm/nonmatchings/code_DF950/func_80149908.s b/ver/us/asm/nonmatchings/code_DF950/func_80149908.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_80149908.s rename to ver/us/asm/nonmatchings/code_DF950/func_80149908.s diff --git a/asm/nonmatchings/code_DF950/func_80149974.s b/ver/us/asm/nonmatchings/code_DF950/func_80149974.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_80149974.s rename to ver/us/asm/nonmatchings/code_DF950/func_80149974.s diff --git a/asm/nonmatchings/code_DF950/func_801499EC.s b/ver/us/asm/nonmatchings/code_DF950/func_801499EC.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_801499EC.s rename to ver/us/asm/nonmatchings/code_DF950/func_801499EC.s diff --git a/asm/nonmatchings/code_DF950/func_80149A6C.s b/ver/us/asm/nonmatchings/code_DF950/func_80149A6C.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_80149A6C.s rename to ver/us/asm/nonmatchings/code_DF950/func_80149A6C.s diff --git a/asm/nonmatchings/code_DF950/func_80149BE4.s b/ver/us/asm/nonmatchings/code_DF950/func_80149BE4.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_80149BE4.s rename to ver/us/asm/nonmatchings/code_DF950/func_80149BE4.s diff --git a/asm/nonmatchings/code_DF950/func_80149E04.s b/ver/us/asm/nonmatchings/code_DF950/func_80149E04.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_80149E04.s rename to ver/us/asm/nonmatchings/code_DF950/func_80149E04.s diff --git a/asm/nonmatchings/code_DF950/func_80149F58.s b/ver/us/asm/nonmatchings/code_DF950/func_80149F58.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_80149F58.s rename to ver/us/asm/nonmatchings/code_DF950/func_80149F58.s diff --git a/asm/nonmatchings/code_DF950/func_8014A1B4.s b/ver/us/asm/nonmatchings/code_DF950/func_8014A1B4.s similarity index 100% rename from asm/nonmatchings/code_DF950/func_8014A1B4.s rename to ver/us/asm/nonmatchings/code_DF950/func_8014A1B4.s diff --git a/asm/nonmatchings/code_DF950/play_sound_at_position.s b/ver/us/asm/nonmatchings/code_DF950/play_sound_at_position.s similarity index 100% rename from asm/nonmatchings/code_DF950/play_sound_at_position.s rename to ver/us/asm/nonmatchings/code_DF950/play_sound_at_position.s diff --git a/asm/nonmatchings/code_DF950/stop_sound.s b/ver/us/asm/nonmatchings/code_DF950/stop_sound.s similarity index 100% rename from asm/nonmatchings/code_DF950/stop_sound.s rename to ver/us/asm/nonmatchings/code_DF950/stop_sound.s diff --git a/asm/nonmatchings/code_E20110/func_802B70B4_E201C4.s b/ver/us/asm/nonmatchings/code_E20110/func_802B70B4_E201C4.s similarity index 100% rename from asm/nonmatchings/code_E20110/func_802B70B4_E201C4.s rename to ver/us/asm/nonmatchings/code_E20110/func_802B70B4_E201C4.s diff --git a/asm/nonmatchings/code_E20110/func_802B71E8_E202F8.s b/ver/us/asm/nonmatchings/code_E20110/func_802B71E8_E202F8.s similarity index 100% rename from asm/nonmatchings/code_E20110/func_802B71E8_E202F8.s rename to ver/us/asm/nonmatchings/code_E20110/func_802B71E8_E202F8.s diff --git a/asm/nonmatchings/code_E20110/func_802B7450_E20560.s b/ver/us/asm/nonmatchings/code_E20110/func_802B7450_E20560.s similarity index 100% rename from asm/nonmatchings/code_E20110/func_802B7450_E20560.s rename to ver/us/asm/nonmatchings/code_E20110/func_802B7450_E20560.s diff --git a/asm/nonmatchings/code_E20110/func_802B75E8_E206F8.s b/ver/us/asm/nonmatchings/code_E20110/func_802B75E8_E206F8.s similarity index 100% rename from asm/nonmatchings/code_E20110/func_802B75E8_E206F8.s rename to ver/us/asm/nonmatchings/code_E20110/func_802B75E8_E206F8.s diff --git a/asm/nonmatchings/code_E20110/func_802B7728_E20838.s b/ver/us/asm/nonmatchings/code_E20110/func_802B7728_E20838.s similarity index 100% rename from asm/nonmatchings/code_E20110/func_802B7728_E20838.s rename to ver/us/asm/nonmatchings/code_E20110/func_802B7728_E20838.s diff --git a/asm/nonmatchings/code_E21870/func_802B704C.s b/ver/us/asm/nonmatchings/code_E21870/func_802B704C.s similarity index 100% rename from asm/nonmatchings/code_E21870/func_802B704C.s rename to ver/us/asm/nonmatchings/code_E21870/func_802B704C.s diff --git a/asm/nonmatchings/code_E21870/func_802B7140.s b/ver/us/asm/nonmatchings/code_E21870/func_802B7140.s similarity index 100% rename from asm/nonmatchings/code_E21870/func_802B7140.s rename to ver/us/asm/nonmatchings/code_E21870/func_802B7140.s diff --git a/asm/nonmatchings/code_E21870/func_802B71D4.s b/ver/us/asm/nonmatchings/code_E21870/func_802B71D4.s similarity index 100% rename from asm/nonmatchings/code_E21870/func_802B71D4.s rename to ver/us/asm/nonmatchings/code_E21870/func_802B71D4.s diff --git a/asm/nonmatchings/code_E21870/func_802B74F0.s b/ver/us/asm/nonmatchings/code_E21870/func_802B74F0.s similarity index 100% rename from asm/nonmatchings/code_E21870/func_802B74F0.s rename to ver/us/asm/nonmatchings/code_E21870/func_802B74F0.s diff --git a/asm/nonmatchings/code_E225B0/func_802B7000_E225B0.s b/ver/us/asm/nonmatchings/code_E225B0/func_802B7000_E225B0.s similarity index 100% rename from asm/nonmatchings/code_E225B0/func_802B7000_E225B0.s rename to ver/us/asm/nonmatchings/code_E225B0/func_802B7000_E225B0.s diff --git a/asm/nonmatchings/code_E225B0/func_802B72C0_E22870.s b/ver/us/asm/nonmatchings/code_E225B0/func_802B72C0_E22870.s similarity index 100% rename from asm/nonmatchings/code_E225B0/func_802B72C0_E22870.s rename to ver/us/asm/nonmatchings/code_E225B0/func_802B72C0_E22870.s diff --git a/asm/nonmatchings/code_E225B0/func_802B735C_E2290C.s b/ver/us/asm/nonmatchings/code_E225B0/func_802B735C_E2290C.s similarity index 100% rename from asm/nonmatchings/code_E225B0/func_802B735C_E2290C.s rename to ver/us/asm/nonmatchings/code_E225B0/func_802B735C_E2290C.s diff --git a/asm/nonmatchings/code_E23260/func_802B6000_E23260.s b/ver/us/asm/nonmatchings/code_E23260/func_802B6000_E23260.s similarity index 100% rename from asm/nonmatchings/code_E23260/func_802B6000_E23260.s rename to ver/us/asm/nonmatchings/code_E23260/func_802B6000_E23260.s diff --git a/asm/nonmatchings/code_E23260/func_802B61E4_E23444.s b/ver/us/asm/nonmatchings/code_E23260/func_802B61E4_E23444.s similarity index 100% rename from asm/nonmatchings/code_E23260/func_802B61E4_E23444.s rename to ver/us/asm/nonmatchings/code_E23260/func_802B61E4_E23444.s diff --git a/asm/nonmatchings/code_E236E0/func_802B6000_E236E0.s b/ver/us/asm/nonmatchings/code_E236E0/func_802B6000_E236E0.s similarity index 100% rename from asm/nonmatchings/code_E236E0/func_802B6000_E236E0.s rename to ver/us/asm/nonmatchings/code_E236E0/func_802B6000_E236E0.s diff --git a/asm/nonmatchings/code_E236E0/func_802B6288_E23968.s b/ver/us/asm/nonmatchings/code_E236E0/func_802B6288_E23968.s similarity index 100% rename from asm/nonmatchings/code_E236E0/func_802B6288_E23968.s rename to ver/us/asm/nonmatchings/code_E236E0/func_802B6288_E23968.s diff --git a/asm/nonmatchings/code_E236E0/func_802B6550_E23C30.s b/ver/us/asm/nonmatchings/code_E236E0/func_802B6550_E23C30.s similarity index 100% rename from asm/nonmatchings/code_E236E0/func_802B6550_E23C30.s rename to ver/us/asm/nonmatchings/code_E236E0/func_802B6550_E23C30.s diff --git a/asm/nonmatchings/code_E236E0/func_802B65E8_E23CC8.s b/ver/us/asm/nonmatchings/code_E236E0/func_802B65E8_E23CC8.s similarity index 100% rename from asm/nonmatchings/code_E236E0/func_802B65E8_E23CC8.s rename to ver/us/asm/nonmatchings/code_E236E0/func_802B65E8_E23CC8.s diff --git a/asm/nonmatchings/code_E236E0/func_802B6738_E23E18.s b/ver/us/asm/nonmatchings/code_E236E0/func_802B6738_E23E18.s similarity index 100% rename from asm/nonmatchings/code_E236E0/func_802B6738_E23E18.s rename to ver/us/asm/nonmatchings/code_E236E0/func_802B6738_E23E18.s diff --git a/asm/nonmatchings/code_E24040/func_802B6000_E24040.s b/ver/us/asm/nonmatchings/code_E24040/func_802B6000_E24040.s similarity index 100% rename from asm/nonmatchings/code_E24040/func_802B6000_E24040.s rename to ver/us/asm/nonmatchings/code_E24040/func_802B6000_E24040.s diff --git a/asm/nonmatchings/code_E24040/func_802B60B4_E240F4.s b/ver/us/asm/nonmatchings/code_E24040/func_802B60B4_E240F4.s similarity index 100% rename from asm/nonmatchings/code_E24040/func_802B60B4_E240F4.s rename to ver/us/asm/nonmatchings/code_E24040/func_802B60B4_E240F4.s diff --git a/asm/nonmatchings/code_E24040/func_802B6198_E241D8.s b/ver/us/asm/nonmatchings/code_E24040/func_802B6198_E241D8.s similarity index 100% rename from asm/nonmatchings/code_E24040/func_802B6198_E241D8.s rename to ver/us/asm/nonmatchings/code_E24040/func_802B6198_E241D8.s diff --git a/asm/nonmatchings/code_E24040/func_802B6294_E242D4.s b/ver/us/asm/nonmatchings/code_E24040/func_802B6294_E242D4.s similarity index 100% rename from asm/nonmatchings/code_E24040/func_802B6294_E242D4.s rename to ver/us/asm/nonmatchings/code_E24040/func_802B6294_E242D4.s diff --git a/asm/nonmatchings/code_E24040/func_802B6348_E24388.s b/ver/us/asm/nonmatchings/code_E24040/func_802B6348_E24388.s similarity index 100% rename from asm/nonmatchings/code_E24040/func_802B6348_E24388.s rename to ver/us/asm/nonmatchings/code_E24040/func_802B6348_E24388.s diff --git a/asm/nonmatchings/code_E24040/func_802B647C_E244BC.s b/ver/us/asm/nonmatchings/code_E24040/func_802B647C_E244BC.s similarity index 100% rename from asm/nonmatchings/code_E24040/func_802B647C_E244BC.s rename to ver/us/asm/nonmatchings/code_E24040/func_802B647C_E244BC.s diff --git a/asm/nonmatchings/code_E24040/func_802B6508_E24548.s b/ver/us/asm/nonmatchings/code_E24040/func_802B6508_E24548.s similarity index 100% rename from asm/nonmatchings/code_E24040/func_802B6508_E24548.s rename to ver/us/asm/nonmatchings/code_E24040/func_802B6508_E24548.s diff --git a/asm/nonmatchings/code_E245D0/func_802B6000_E245D0.s b/ver/us/asm/nonmatchings/code_E245D0/func_802B6000_E245D0.s similarity index 100% rename from asm/nonmatchings/code_E245D0/func_802B6000_E245D0.s rename to ver/us/asm/nonmatchings/code_E245D0/func_802B6000_E245D0.s diff --git a/asm/nonmatchings/code_E245D0/func_802B6198_E24768.s b/ver/us/asm/nonmatchings/code_E245D0/func_802B6198_E24768.s similarity index 100% rename from asm/nonmatchings/code_E245D0/func_802B6198_E24768.s rename to ver/us/asm/nonmatchings/code_E245D0/func_802B6198_E24768.s diff --git a/asm/nonmatchings/code_E245D0/func_802B6230_E24800.s b/ver/us/asm/nonmatchings/code_E245D0/func_802B6230_E24800.s similarity index 100% rename from asm/nonmatchings/code_E245D0/func_802B6230_E24800.s rename to ver/us/asm/nonmatchings/code_E245D0/func_802B6230_E24800.s diff --git a/asm/nonmatchings/code_E24920/func_802B6000_E24920.s b/ver/us/asm/nonmatchings/code_E24920/func_802B6000_E24920.s similarity index 100% rename from asm/nonmatchings/code_E24920/func_802B6000_E24920.s rename to ver/us/asm/nonmatchings/code_E24920/func_802B6000_E24920.s diff --git a/asm/nonmatchings/code_E24920/func_802B61C0_E24AE0.s b/ver/us/asm/nonmatchings/code_E24920/func_802B61C0_E24AE0.s similarity index 100% rename from asm/nonmatchings/code_E24920/func_802B61C0_E24AE0.s rename to ver/us/asm/nonmatchings/code_E24920/func_802B61C0_E24AE0.s diff --git a/asm/nonmatchings/code_E24920/func_802B62CC_E24BEC.s b/ver/us/asm/nonmatchings/code_E24920/func_802B62CC_E24BEC.s similarity index 100% rename from asm/nonmatchings/code_E24920/func_802B62CC_E24BEC.s rename to ver/us/asm/nonmatchings/code_E24920/func_802B62CC_E24BEC.s diff --git a/asm/nonmatchings/code_E24920/func_802B644C_E24D6C.s b/ver/us/asm/nonmatchings/code_E24920/func_802B644C_E24D6C.s similarity index 100% rename from asm/nonmatchings/code_E24920/func_802B644C_E24D6C.s rename to ver/us/asm/nonmatchings/code_E24920/func_802B644C_E24D6C.s diff --git a/asm/nonmatchings/code_E24ED0/func_802B6000_E24ED0.s b/ver/us/asm/nonmatchings/code_E24ED0/func_802B6000_E24ED0.s similarity index 100% rename from asm/nonmatchings/code_E24ED0/func_802B6000_E24ED0.s rename to ver/us/asm/nonmatchings/code_E24ED0/func_802B6000_E24ED0.s diff --git a/asm/nonmatchings/code_E24ED0/func_802B6048_E24F18.s b/ver/us/asm/nonmatchings/code_E24ED0/func_802B6048_E24F18.s similarity index 100% rename from asm/nonmatchings/code_E24ED0/func_802B6048_E24F18.s rename to ver/us/asm/nonmatchings/code_E24ED0/func_802B6048_E24F18.s diff --git a/asm/nonmatchings/code_E24ED0/func_802B62A4_E25174.s b/ver/us/asm/nonmatchings/code_E24ED0/func_802B62A4_E25174.s similarity index 100% rename from asm/nonmatchings/code_E24ED0/func_802B62A4_E25174.s rename to ver/us/asm/nonmatchings/code_E24ED0/func_802B62A4_E25174.s diff --git a/asm/nonmatchings/code_E24ED0/func_802B66A8_E25578.s b/ver/us/asm/nonmatchings/code_E24ED0/func_802B66A8_E25578.s similarity index 100% rename from asm/nonmatchings/code_E24ED0/func_802B66A8_E25578.s rename to ver/us/asm/nonmatchings/code_E24ED0/func_802B66A8_E25578.s diff --git a/asm/nonmatchings/code_E24ED0/func_802B6820_E256F0.s b/ver/us/asm/nonmatchings/code_E24ED0/func_802B6820_E256F0.s similarity index 100% rename from asm/nonmatchings/code_E24ED0/func_802B6820_E256F0.s rename to ver/us/asm/nonmatchings/code_E24ED0/func_802B6820_E256F0.s diff --git a/asm/nonmatchings/code_E25D60/func_802B6000_E25D60.s b/ver/us/asm/nonmatchings/code_E25D60/func_802B6000_E25D60.s similarity index 100% rename from asm/nonmatchings/code_E25D60/func_802B6000_E25D60.s rename to ver/us/asm/nonmatchings/code_E25D60/func_802B6000_E25D60.s diff --git a/asm/nonmatchings/code_E26710/func_802B6000_E26710.s b/ver/us/asm/nonmatchings/code_E26710/func_802B6000_E26710.s similarity index 100% rename from asm/nonmatchings/code_E26710/func_802B6000_E26710.s rename to ver/us/asm/nonmatchings/code_E26710/func_802B6000_E26710.s diff --git a/asm/nonmatchings/code_E26710/func_802B65F8_E26D08.s b/ver/us/asm/nonmatchings/code_E26710/func_802B65F8_E26D08.s similarity index 100% rename from asm/nonmatchings/code_E26710/func_802B65F8_E26D08.s rename to ver/us/asm/nonmatchings/code_E26710/func_802B65F8_E26D08.s diff --git a/asm/nonmatchings/code_E26DE0/func_802B6000_E26DE0.s b/ver/us/asm/nonmatchings/code_E26DE0/func_802B6000_E26DE0.s similarity index 100% rename from asm/nonmatchings/code_E26DE0/func_802B6000_E26DE0.s rename to ver/us/asm/nonmatchings/code_E26DE0/func_802B6000_E26DE0.s diff --git a/asm/nonmatchings/code_E26DE0/func_802B6648_E27428.s b/ver/us/asm/nonmatchings/code_E26DE0/func_802B6648_E27428.s similarity index 100% rename from asm/nonmatchings/code_E26DE0/func_802B6648_E27428.s rename to ver/us/asm/nonmatchings/code_E26DE0/func_802B6648_E27428.s diff --git a/asm/nonmatchings/code_E27510/func_802B6000_E27510.s b/ver/us/asm/nonmatchings/code_E27510/func_802B6000_E27510.s similarity index 100% rename from asm/nonmatchings/code_E27510/func_802B6000_E27510.s rename to ver/us/asm/nonmatchings/code_E27510/func_802B6000_E27510.s diff --git a/asm/nonmatchings/code_E27510/func_802B6060_E27570.s b/ver/us/asm/nonmatchings/code_E27510/func_802B6060_E27570.s similarity index 100% rename from asm/nonmatchings/code_E27510/func_802B6060_E27570.s rename to ver/us/asm/nonmatchings/code_E27510/func_802B6060_E27570.s diff --git a/asm/nonmatchings/code_E27C90/func_802B6000_E27C90.s b/ver/us/asm/nonmatchings/code_E27C90/func_802B6000_E27C90.s similarity index 100% rename from asm/nonmatchings/code_E27C90/func_802B6000_E27C90.s rename to ver/us/asm/nonmatchings/code_E27C90/func_802B6000_E27C90.s diff --git a/asm/nonmatchings/code_E27F40/func_802B6000_E27F40.s b/ver/us/asm/nonmatchings/code_E27F40/func_802B6000_E27F40.s similarity index 100% rename from asm/nonmatchings/code_E27F40/func_802B6000_E27F40.s rename to ver/us/asm/nonmatchings/code_E27F40/func_802B6000_E27F40.s diff --git a/asm/nonmatchings/code_E287F0/func_802B6000_E287F0.s b/ver/us/asm/nonmatchings/code_E287F0/func_802B6000_E287F0.s similarity index 100% rename from asm/nonmatchings/code_E287F0/func_802B6000_E287F0.s rename to ver/us/asm/nonmatchings/code_E287F0/func_802B6000_E287F0.s diff --git a/asm/nonmatchings/code_E28A30/func_802B6000_E28A30.s b/ver/us/asm/nonmatchings/code_E28A30/func_802B6000_E28A30.s similarity index 100% rename from asm/nonmatchings/code_E28A30/func_802B6000_E28A30.s rename to ver/us/asm/nonmatchings/code_E28A30/func_802B6000_E28A30.s diff --git a/asm/nonmatchings/code_E28A30/func_802B609C_E28ACC.s b/ver/us/asm/nonmatchings/code_E28A30/func_802B609C_E28ACC.s similarity index 100% rename from asm/nonmatchings/code_E28A30/func_802B609C_E28ACC.s rename to ver/us/asm/nonmatchings/code_E28A30/func_802B609C_E28ACC.s diff --git a/asm/nonmatchings/code_E28A30/func_802B6350_E28D80.s b/ver/us/asm/nonmatchings/code_E28A30/func_802B6350_E28D80.s similarity index 100% rename from asm/nonmatchings/code_E28A30/func_802B6350_E28D80.s rename to ver/us/asm/nonmatchings/code_E28A30/func_802B6350_E28D80.s diff --git a/asm/nonmatchings/code_E28A30/func_802B63D4_E28E04.s b/ver/us/asm/nonmatchings/code_E28A30/func_802B63D4_E28E04.s similarity index 100% rename from asm/nonmatchings/code_E28A30/func_802B63D4_E28E04.s rename to ver/us/asm/nonmatchings/code_E28A30/func_802B63D4_E28E04.s diff --git a/asm/nonmatchings/code_E28A30/func_802B6478_E28EA8.s b/ver/us/asm/nonmatchings/code_E28A30/func_802B6478_E28EA8.s similarity index 100% rename from asm/nonmatchings/code_E28A30/func_802B6478_E28EA8.s rename to ver/us/asm/nonmatchings/code_E28A30/func_802B6478_E28EA8.s diff --git a/asm/nonmatchings/code_E28A30/func_802B6508_E28F38.s b/ver/us/asm/nonmatchings/code_E28A30/func_802B6508_E28F38.s similarity index 100% rename from asm/nonmatchings/code_E28A30/func_802B6508_E28F38.s rename to ver/us/asm/nonmatchings/code_E28A30/func_802B6508_E28F38.s diff --git a/asm/nonmatchings/code_E28A30/func_802B6638_E29068.s b/ver/us/asm/nonmatchings/code_E28A30/func_802B6638_E29068.s similarity index 100% rename from asm/nonmatchings/code_E28A30/func_802B6638_E29068.s rename to ver/us/asm/nonmatchings/code_E28A30/func_802B6638_E29068.s diff --git a/asm/nonmatchings/code_E291A0/func_802B6000_E291A0.s b/ver/us/asm/nonmatchings/code_E291A0/func_802B6000_E291A0.s similarity index 100% rename from asm/nonmatchings/code_E291A0/func_802B6000_E291A0.s rename to ver/us/asm/nonmatchings/code_E291A0/func_802B6000_E291A0.s diff --git a/asm/nonmatchings/code_E29470/func_802B6000_E29470.s b/ver/us/asm/nonmatchings/code_E29470/func_802B6000_E29470.s similarity index 100% rename from asm/nonmatchings/code_E29470/func_802B6000_E29470.s rename to ver/us/asm/nonmatchings/code_E29470/func_802B6000_E29470.s diff --git a/asm/nonmatchings/code_E29470/func_802B60A4_E29514.s b/ver/us/asm/nonmatchings/code_E29470/func_802B60A4_E29514.s similarity index 100% rename from asm/nonmatchings/code_E29470/func_802B60A4_E29514.s rename to ver/us/asm/nonmatchings/code_E29470/func_802B60A4_E29514.s diff --git a/asm/nonmatchings/code_E2A340/func_802B6000_E2A340.s b/ver/us/asm/nonmatchings/code_E2A340/func_802B6000_E2A340.s similarity index 100% rename from asm/nonmatchings/code_E2A340/func_802B6000_E2A340.s rename to ver/us/asm/nonmatchings/code_E2A340/func_802B6000_E2A340.s diff --git a/asm/nonmatchings/code_E2A6B0/func_802B6000_E2A6B0.s b/ver/us/asm/nonmatchings/code_E2A6B0/func_802B6000_E2A6B0.s similarity index 100% rename from asm/nonmatchings/code_E2A6B0/func_802B6000_E2A6B0.s rename to ver/us/asm/nonmatchings/code_E2A6B0/func_802B6000_E2A6B0.s diff --git a/asm/nonmatchings/code_E2A6B0/func_802B6120_E2A7D0.s b/ver/us/asm/nonmatchings/code_E2A6B0/func_802B6120_E2A7D0.s similarity index 100% rename from asm/nonmatchings/code_E2A6B0/func_802B6120_E2A7D0.s rename to ver/us/asm/nonmatchings/code_E2A6B0/func_802B6120_E2A7D0.s diff --git a/asm/nonmatchings/code_E2A6B0/func_802B6CF0_E2B3A0.s b/ver/us/asm/nonmatchings/code_E2A6B0/func_802B6CF0_E2B3A0.s similarity index 100% rename from asm/nonmatchings/code_E2A6B0/func_802B6CF0_E2B3A0.s rename to ver/us/asm/nonmatchings/code_E2A6B0/func_802B6CF0_E2B3A0.s diff --git a/asm/nonmatchings/code_E2B530/func_802BAE00_E2B530.s b/ver/us/asm/nonmatchings/code_E2B530/func_802BAE00_E2B530.s similarity index 100% rename from asm/nonmatchings/code_E2B530/func_802BAE00_E2B530.s rename to ver/us/asm/nonmatchings/code_E2B530/func_802BAE00_E2B530.s diff --git a/asm/nonmatchings/code_E2B530/func_802BB044_E2B774.s b/ver/us/asm/nonmatchings/code_E2B530/func_802BB044_E2B774.s similarity index 100% rename from asm/nonmatchings/code_E2B530/func_802BB044_E2B774.s rename to ver/us/asm/nonmatchings/code_E2B530/func_802BB044_E2B774.s diff --git a/asm/nonmatchings/code_E2B530/func_802BB1E8_E2B918.s b/ver/us/asm/nonmatchings/code_E2B530/func_802BB1E8_E2B918.s similarity index 100% rename from asm/nonmatchings/code_E2B530/func_802BB1E8_E2B918.s rename to ver/us/asm/nonmatchings/code_E2B530/func_802BB1E8_E2B918.s diff --git a/asm/nonmatchings/code_E2B530/func_802BB62C_E2BD5C.s b/ver/us/asm/nonmatchings/code_E2B530/func_802BB62C_E2BD5C.s similarity index 100% rename from asm/nonmatchings/code_E2B530/func_802BB62C_E2BD5C.s rename to ver/us/asm/nonmatchings/code_E2B530/func_802BB62C_E2BD5C.s diff --git a/asm/nonmatchings/code_E2B530/func_802BB664_E2BD94.s b/ver/us/asm/nonmatchings/code_E2B530/func_802BB664_E2BD94.s similarity index 100% rename from asm/nonmatchings/code_E2B530/func_802BB664_E2BD94.s rename to ver/us/asm/nonmatchings/code_E2B530/func_802BB664_E2BD94.s diff --git a/asm/nonmatchings/code_E2B530/func_802BB69C_E2BDCC.s b/ver/us/asm/nonmatchings/code_E2B530/func_802BB69C_E2BDCC.s similarity index 100% rename from asm/nonmatchings/code_E2B530/func_802BB69C_E2BDCC.s rename to ver/us/asm/nonmatchings/code_E2B530/func_802BB69C_E2BDCC.s diff --git a/asm/nonmatchings/code_E2B530/func_802BB6D4_E2BE04.s b/ver/us/asm/nonmatchings/code_E2B530/func_802BB6D4_E2BE04.s similarity index 100% rename from asm/nonmatchings/code_E2B530/func_802BB6D4_E2BE04.s rename to ver/us/asm/nonmatchings/code_E2B530/func_802BB6D4_E2BE04.s diff --git a/asm/nonmatchings/code_E2BE40/func_802BB710_E2BE40.s b/ver/us/asm/nonmatchings/code_E2BE40/func_802BB710_E2BE40.s similarity index 100% rename from asm/nonmatchings/code_E2BE40/func_802BB710_E2BE40.s rename to ver/us/asm/nonmatchings/code_E2BE40/func_802BB710_E2BE40.s diff --git a/asm/nonmatchings/code_E2BE40/func_802BB870_E2BFA0.s b/ver/us/asm/nonmatchings/code_E2BE40/func_802BB870_E2BFA0.s similarity index 100% rename from asm/nonmatchings/code_E2BE40/func_802BB870_E2BFA0.s rename to ver/us/asm/nonmatchings/code_E2BE40/func_802BB870_E2BFA0.s diff --git a/asm/nonmatchings/code_E2BE40/func_802BB8A4_E2BFD4.s b/ver/us/asm/nonmatchings/code_E2BE40/func_802BB8A4_E2BFD4.s similarity index 100% rename from asm/nonmatchings/code_E2BE40/func_802BB8A4_E2BFD4.s rename to ver/us/asm/nonmatchings/code_E2BE40/func_802BB8A4_E2BFD4.s diff --git a/asm/nonmatchings/code_E2BE40/func_802BBE3C_E2C56C.s b/ver/us/asm/nonmatchings/code_E2BE40/func_802BBE3C_E2C56C.s similarity index 100% rename from asm/nonmatchings/code_E2BE40/func_802BBE3C_E2C56C.s rename to ver/us/asm/nonmatchings/code_E2BE40/func_802BBE3C_E2C56C.s diff --git a/asm/nonmatchings/code_E2BE40/func_802BC148_E2C878.s b/ver/us/asm/nonmatchings/code_E2BE40/func_802BC148_E2C878.s similarity index 100% rename from asm/nonmatchings/code_E2BE40/func_802BC148_E2C878.s rename to ver/us/asm/nonmatchings/code_E2BE40/func_802BC148_E2C878.s diff --git a/asm/nonmatchings/code_E2BE40/func_802BC1A8_E2C8D8.s b/ver/us/asm/nonmatchings/code_E2BE40/func_802BC1A8_E2C8D8.s similarity index 100% rename from asm/nonmatchings/code_E2BE40/func_802BC1A8_E2C8D8.s rename to ver/us/asm/nonmatchings/code_E2BE40/func_802BC1A8_E2C8D8.s diff --git a/asm/nonmatchings/code_E2C930/func_802BC200_E2C930.s b/ver/us/asm/nonmatchings/code_E2C930/func_802BC200_E2C930.s similarity index 100% rename from asm/nonmatchings/code_E2C930/func_802BC200_E2C930.s rename to ver/us/asm/nonmatchings/code_E2C930/func_802BC200_E2C930.s diff --git a/asm/nonmatchings/code_E2C930/func_802BC3A8_E2CAD8.s b/ver/us/asm/nonmatchings/code_E2C930/func_802BC3A8_E2CAD8.s similarity index 100% rename from asm/nonmatchings/code_E2C930/func_802BC3A8_E2CAD8.s rename to ver/us/asm/nonmatchings/code_E2C930/func_802BC3A8_E2CAD8.s diff --git a/asm/nonmatchings/code_E2C930/func_802BC3DC_E2CB0C.s b/ver/us/asm/nonmatchings/code_E2C930/func_802BC3DC_E2CB0C.s similarity index 100% rename from asm/nonmatchings/code_E2C930/func_802BC3DC_E2CB0C.s rename to ver/us/asm/nonmatchings/code_E2C930/func_802BC3DC_E2CB0C.s diff --git a/asm/nonmatchings/code_E2C930/func_802BC974_E2D0A4.s b/ver/us/asm/nonmatchings/code_E2C930/func_802BC974_E2D0A4.s similarity index 100% rename from asm/nonmatchings/code_E2C930/func_802BC974_E2D0A4.s rename to ver/us/asm/nonmatchings/code_E2C930/func_802BC974_E2D0A4.s diff --git a/asm/nonmatchings/code_E2C930/func_802BCC80_E2D3B0.s b/ver/us/asm/nonmatchings/code_E2C930/func_802BCC80_E2D3B0.s similarity index 100% rename from asm/nonmatchings/code_E2C930/func_802BCC80_E2D3B0.s rename to ver/us/asm/nonmatchings/code_E2C930/func_802BCC80_E2D3B0.s diff --git a/asm/nonmatchings/code_E2D730/func_802BAE00_E2D730.s b/ver/us/asm/nonmatchings/code_E2D730/func_802BAE00_E2D730.s similarity index 100% rename from asm/nonmatchings/code_E2D730/func_802BAE00_E2D730.s rename to ver/us/asm/nonmatchings/code_E2D730/func_802BAE00_E2D730.s diff --git a/asm/nonmatchings/code_E2D730/func_802BB000_E2D930.s b/ver/us/asm/nonmatchings/code_E2D730/func_802BB000_E2D930.s similarity index 100% rename from asm/nonmatchings/code_E2D730/func_802BB000_E2D930.s rename to ver/us/asm/nonmatchings/code_E2D730/func_802BB000_E2D930.s diff --git a/asm/nonmatchings/code_E2D730/func_802BB0A0_E2D9D0.s b/ver/us/asm/nonmatchings/code_E2D730/func_802BB0A0_E2D9D0.s similarity index 100% rename from asm/nonmatchings/code_E2D730/func_802BB0A0_E2D9D0.s rename to ver/us/asm/nonmatchings/code_E2D730/func_802BB0A0_E2D9D0.s diff --git a/asm/nonmatchings/code_E2D730/func_802BB228_E2DB58.s b/ver/us/asm/nonmatchings/code_E2D730/func_802BB228_E2DB58.s similarity index 100% rename from asm/nonmatchings/code_E2D730/func_802BB228_E2DB58.s rename to ver/us/asm/nonmatchings/code_E2D730/func_802BB228_E2DB58.s diff --git a/asm/nonmatchings/code_E2D730/func_802BB298_E2DBC8.s b/ver/us/asm/nonmatchings/code_E2D730/func_802BB298_E2DBC8.s similarity index 100% rename from asm/nonmatchings/code_E2D730/func_802BB298_E2DBC8.s rename to ver/us/asm/nonmatchings/code_E2D730/func_802BB298_E2DBC8.s diff --git a/asm/nonmatchings/code_E2D730/func_802BB314_E2DC44.s b/ver/us/asm/nonmatchings/code_E2D730/func_802BB314_E2DC44.s similarity index 100% rename from asm/nonmatchings/code_E2D730/func_802BB314_E2DC44.s rename to ver/us/asm/nonmatchings/code_E2D730/func_802BB314_E2DC44.s diff --git a/asm/nonmatchings/code_E2D730/func_802BB34C_E2DC7C.s b/ver/us/asm/nonmatchings/code_E2D730/func_802BB34C_E2DC7C.s similarity index 100% rename from asm/nonmatchings/code_E2D730/func_802BB34C_E2DC7C.s rename to ver/us/asm/nonmatchings/code_E2D730/func_802BB34C_E2DC7C.s diff --git a/asm/nonmatchings/code_E2D730/func_802BB374_E2DCA4.s b/ver/us/asm/nonmatchings/code_E2D730/func_802BB374_E2DCA4.s similarity index 100% rename from asm/nonmatchings/code_E2D730/func_802BB374_E2DCA4.s rename to ver/us/asm/nonmatchings/code_E2D730/func_802BB374_E2DCA4.s diff --git a/asm/nonmatchings/code_E2D730/func_802BB648_E2DF78.s b/ver/us/asm/nonmatchings/code_E2D730/func_802BB648_E2DF78.s similarity index 100% rename from asm/nonmatchings/code_E2D730/func_802BB648_E2DF78.s rename to ver/us/asm/nonmatchings/code_E2D730/func_802BB648_E2DF78.s diff --git a/asm/nonmatchings/code_E2D730/func_802BB6E0_E2E010.s b/ver/us/asm/nonmatchings/code_E2D730/func_802BB6E0_E2E010.s similarity index 100% rename from asm/nonmatchings/code_E2D730/func_802BB6E0_E2E010.s rename to ver/us/asm/nonmatchings/code_E2D730/func_802BB6E0_E2E010.s diff --git a/asm/nonmatchings/code_E2D730/func_802BB778_E2E0A8.s b/ver/us/asm/nonmatchings/code_E2D730/func_802BB778_E2E0A8.s similarity index 100% rename from asm/nonmatchings/code_E2D730/func_802BB778_E2E0A8.s rename to ver/us/asm/nonmatchings/code_E2D730/func_802BB778_E2E0A8.s diff --git a/asm/nonmatchings/code_E2D730/func_802BB78C_E2E0BC.s b/ver/us/asm/nonmatchings/code_E2D730/func_802BB78C_E2E0BC.s similarity index 100% rename from asm/nonmatchings/code_E2D730/func_802BB78C_E2E0BC.s rename to ver/us/asm/nonmatchings/code_E2D730/func_802BB78C_E2E0BC.s diff --git a/asm/nonmatchings/code_E2D730/func_802BB8D4_E2E204.s b/ver/us/asm/nonmatchings/code_E2D730/func_802BB8D4_E2E204.s similarity index 100% rename from asm/nonmatchings/code_E2D730/func_802BB8D4_E2E204.s rename to ver/us/asm/nonmatchings/code_E2D730/func_802BB8D4_E2E204.s diff --git a/asm/nonmatchings/code_E2D730/func_802BB98C_E2E2BC.s b/ver/us/asm/nonmatchings/code_E2D730/func_802BB98C_E2E2BC.s similarity index 100% rename from asm/nonmatchings/code_E2D730/func_802BB98C_E2E2BC.s rename to ver/us/asm/nonmatchings/code_E2D730/func_802BB98C_E2E2BC.s diff --git a/asm/nonmatchings/code_E2D730/func_802BB9E0_E2E310.s b/ver/us/asm/nonmatchings/code_E2D730/func_802BB9E0_E2E310.s similarity index 100% rename from asm/nonmatchings/code_E2D730/func_802BB9E0_E2E310.s rename to ver/us/asm/nonmatchings/code_E2D730/func_802BB9E0_E2E310.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BBCC0_E2E5F0.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BBCC0_E2E5F0.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BBCC0_E2E5F0.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BBCC0_E2E5F0.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BBD1C_E2E64C.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BBD1C_E2E64C.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BBD1C_E2E64C.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BBD1C_E2E64C.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BBD78_E2E6A8.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BBD78_E2E6A8.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BBD78_E2E6A8.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BBD78_E2E6A8.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BBE8C_E2E7BC.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BBE8C_E2E7BC.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BBE8C_E2E7BC.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BBE8C_E2E7BC.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC00C_E2E93C.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC00C_E2E93C.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC00C_E2E93C.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC00C_E2E93C.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC050_E2E980.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC050_E2E980.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC050_E2E980.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC050_E2E980.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC0B8_E2E9E8.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC0B8_E2E9E8.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC0B8_E2E9E8.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC0B8_E2E9E8.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC0F0_E2EA20.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC0F0_E2EA20.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC0F0_E2EA20.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC0F0_E2EA20.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC17C_E2EAAC.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC17C_E2EAAC.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC17C_E2EAAC.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC17C_E2EAAC.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC1D0_E2EB00.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC1D0_E2EB00.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC1D0_E2EB00.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC1D0_E2EB00.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC220_E2EB50.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC220_E2EB50.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC220_E2EB50.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC220_E2EB50.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC250_E2EB80.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC250_E2EB80.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC250_E2EB80.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC250_E2EB80.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC274_E2EBA4.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC274_E2EBA4.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC274_E2EBA4.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC274_E2EBA4.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC2B4_E2EBE4.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC2B4_E2EBE4.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC2B4_E2EBE4.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC2B4_E2EBE4.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC308_E2EC38.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC308_E2EC38.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC308_E2EC38.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC308_E2EC38.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC32C_E2EC5C.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC32C_E2EC5C.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC32C_E2EC5C.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC32C_E2EC5C.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC358_E2EC88.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC358_E2EC88.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC358_E2EC88.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC358_E2EC88.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC37C_E2ECAC.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC37C_E2ECAC.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC37C_E2ECAC.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC37C_E2ECAC.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC3A0_E2ECD0.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC3A0_E2ECD0.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC3A0_E2ECD0.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC3A0_E2ECD0.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC3CC_E2ECFC.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC3CC_E2ECFC.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC3CC_E2ECFC.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC3CC_E2ECFC.s diff --git a/asm/nonmatchings/code_E2E5F0/func_802BC3E4_E2ED14.s b/ver/us/asm/nonmatchings/code_E2E5F0/func_802BC3E4_E2ED14.s similarity index 100% rename from asm/nonmatchings/code_E2E5F0/func_802BC3E4_E2ED14.s rename to ver/us/asm/nonmatchings/code_E2E5F0/func_802BC3E4_E2ED14.s diff --git a/asm/nonmatchings/code_E2EDE0/func_802BC4B0_E2EDE0.s b/ver/us/asm/nonmatchings/code_E2EDE0/func_802BC4B0_E2EDE0.s similarity index 100% rename from asm/nonmatchings/code_E2EDE0/func_802BC4B0_E2EDE0.s rename to ver/us/asm/nonmatchings/code_E2EDE0/func_802BC4B0_E2EDE0.s diff --git a/asm/nonmatchings/code_E2EDE0/func_802BC630_E2EF60.s b/ver/us/asm/nonmatchings/code_E2EDE0/func_802BC630_E2EF60.s similarity index 100% rename from asm/nonmatchings/code_E2EDE0/func_802BC630_E2EF60.s rename to ver/us/asm/nonmatchings/code_E2EDE0/func_802BC630_E2EF60.s diff --git a/asm/nonmatchings/code_E2EDE0/func_802BC658_E2EF88.s b/ver/us/asm/nonmatchings/code_E2EDE0/func_802BC658_E2EF88.s similarity index 100% rename from asm/nonmatchings/code_E2EDE0/func_802BC658_E2EF88.s rename to ver/us/asm/nonmatchings/code_E2EDE0/func_802BC658_E2EF88.s diff --git a/asm/nonmatchings/code_E2F750/func_802BAE00_E2F750.s b/ver/us/asm/nonmatchings/code_E2F750/func_802BAE00_E2F750.s similarity index 100% rename from asm/nonmatchings/code_E2F750/func_802BAE00_E2F750.s rename to ver/us/asm/nonmatchings/code_E2F750/func_802BAE00_E2F750.s diff --git a/asm/nonmatchings/code_E2F750/func_802BAF84_E2F8D4.s b/ver/us/asm/nonmatchings/code_E2F750/func_802BAF84_E2F8D4.s similarity index 100% rename from asm/nonmatchings/code_E2F750/func_802BAF84_E2F8D4.s rename to ver/us/asm/nonmatchings/code_E2F750/func_802BAF84_E2F8D4.s diff --git a/asm/nonmatchings/code_E2F750/func_802BB108_E2FA58.s b/ver/us/asm/nonmatchings/code_E2F750/func_802BB108_E2FA58.s similarity index 100% rename from asm/nonmatchings/code_E2F750/func_802BB108_E2FA58.s rename to ver/us/asm/nonmatchings/code_E2F750/func_802BB108_E2FA58.s diff --git a/asm/nonmatchings/code_E2F750/func_802BB3B8_E2FD08.s b/ver/us/asm/nonmatchings/code_E2F750/func_802BB3B8_E2FD08.s similarity index 100% rename from asm/nonmatchings/code_E2F750/func_802BB3B8_E2FD08.s rename to ver/us/asm/nonmatchings/code_E2F750/func_802BB3B8_E2FD08.s diff --git a/asm/nonmatchings/code_E2F750/func_802BB704_E30054.s b/ver/us/asm/nonmatchings/code_E2F750/func_802BB704_E30054.s similarity index 100% rename from asm/nonmatchings/code_E2F750/func_802BB704_E30054.s rename to ver/us/asm/nonmatchings/code_E2F750/func_802BB704_E30054.s diff --git a/asm/nonmatchings/code_E2F750/func_802BB76C_E300BC.s b/ver/us/asm/nonmatchings/code_E2F750/func_802BB76C_E300BC.s similarity index 100% rename from asm/nonmatchings/code_E2F750/func_802BB76C_E300BC.s rename to ver/us/asm/nonmatchings/code_E2F750/func_802BB76C_E300BC.s diff --git a/asm/nonmatchings/code_E2F750/func_802BB7E0_E30130.s b/ver/us/asm/nonmatchings/code_E2F750/func_802BB7E0_E30130.s similarity index 100% rename from asm/nonmatchings/code_E2F750/func_802BB7E0_E30130.s rename to ver/us/asm/nonmatchings/code_E2F750/func_802BB7E0_E30130.s diff --git a/asm/nonmatchings/code_E2F750/func_802BB8E4_E30234.s b/ver/us/asm/nonmatchings/code_E2F750/func_802BB8E4_E30234.s similarity index 100% rename from asm/nonmatchings/code_E2F750/func_802BB8E4_E30234.s rename to ver/us/asm/nonmatchings/code_E2F750/func_802BB8E4_E30234.s diff --git a/asm/nonmatchings/code_E2F750/func_802BBA60_E303B0.s b/ver/us/asm/nonmatchings/code_E2F750/func_802BBA60_E303B0.s similarity index 100% rename from asm/nonmatchings/code_E2F750/func_802BBA60_E303B0.s rename to ver/us/asm/nonmatchings/code_E2F750/func_802BBA60_E303B0.s diff --git a/asm/nonmatchings/code_E2F750/func_802BBDB8_E30708.s b/ver/us/asm/nonmatchings/code_E2F750/func_802BBDB8_E30708.s similarity index 100% rename from asm/nonmatchings/code_E2F750/func_802BBDB8_E30708.s rename to ver/us/asm/nonmatchings/code_E2F750/func_802BBDB8_E30708.s diff --git a/asm/nonmatchings/code_E2F750/func_802BBE14_E30764.s b/ver/us/asm/nonmatchings/code_E2F750/func_802BBE14_E30764.s similarity index 100% rename from asm/nonmatchings/code_E2F750/func_802BBE14_E30764.s rename to ver/us/asm/nonmatchings/code_E2F750/func_802BBE14_E30764.s diff --git a/asm/nonmatchings/code_E307C0/func_802BBE70_E307C0.s b/ver/us/asm/nonmatchings/code_E307C0/func_802BBE70_E307C0.s similarity index 100% rename from asm/nonmatchings/code_E307C0/func_802BBE70_E307C0.s rename to ver/us/asm/nonmatchings/code_E307C0/func_802BBE70_E307C0.s diff --git a/asm/nonmatchings/code_E307C0/func_802BC2BC_E30C0C.s b/ver/us/asm/nonmatchings/code_E307C0/func_802BC2BC_E30C0C.s similarity index 100% rename from asm/nonmatchings/code_E307C0/func_802BC2BC_E30C0C.s rename to ver/us/asm/nonmatchings/code_E307C0/func_802BC2BC_E30C0C.s diff --git a/asm/nonmatchings/code_E307C0/func_802BC4B8_E30E08.s b/ver/us/asm/nonmatchings/code_E307C0/func_802BC4B8_E30E08.s similarity index 100% rename from asm/nonmatchings/code_E307C0/func_802BC4B8_E30E08.s rename to ver/us/asm/nonmatchings/code_E307C0/func_802BC4B8_E30E08.s diff --git a/asm/nonmatchings/code_E307C0/func_802BC514_E30E64.s b/ver/us/asm/nonmatchings/code_E307C0/func_802BC514_E30E64.s similarity index 100% rename from asm/nonmatchings/code_E307C0/func_802BC514_E30E64.s rename to ver/us/asm/nonmatchings/code_E307C0/func_802BC514_E30E64.s diff --git a/asm/nonmatchings/code_E307C0/func_802BC558_E30EA8.s b/ver/us/asm/nonmatchings/code_E307C0/func_802BC558_E30EA8.s similarity index 100% rename from asm/nonmatchings/code_E307C0/func_802BC558_E30EA8.s rename to ver/us/asm/nonmatchings/code_E307C0/func_802BC558_E30EA8.s diff --git a/asm/nonmatchings/code_E307C0/func_802BC570_E30EC0.s b/ver/us/asm/nonmatchings/code_E307C0/func_802BC570_E30EC0.s similarity index 100% rename from asm/nonmatchings/code_E307C0/func_802BC570_E30EC0.s rename to ver/us/asm/nonmatchings/code_E307C0/func_802BC570_E30EC0.s diff --git a/asm/nonmatchings/code_E307C0/func_802BC99C_E312EC.s b/ver/us/asm/nonmatchings/code_E307C0/func_802BC99C_E312EC.s similarity index 100% rename from asm/nonmatchings/code_E307C0/func_802BC99C_E312EC.s rename to ver/us/asm/nonmatchings/code_E307C0/func_802BC99C_E312EC.s diff --git a/asm/nonmatchings/code_E307C0/func_802BC9CC_E3131C.s b/ver/us/asm/nonmatchings/code_E307C0/func_802BC9CC_E3131C.s similarity index 100% rename from asm/nonmatchings/code_E307C0/func_802BC9CC_E3131C.s rename to ver/us/asm/nonmatchings/code_E307C0/func_802BC9CC_E3131C.s diff --git a/asm/nonmatchings/code_E307C0/func_802BC9FC_E3134C.s b/ver/us/asm/nonmatchings/code_E307C0/func_802BC9FC_E3134C.s similarity index 100% rename from asm/nonmatchings/code_E307C0/func_802BC9FC_E3134C.s rename to ver/us/asm/nonmatchings/code_E307C0/func_802BC9FC_E3134C.s diff --git a/asm/nonmatchings/code_EA0C10/func_80240310_EA0C10.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80240310_EA0C10.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80240310_EA0C10.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80240310_EA0C10.s diff --git a/asm/nonmatchings/code_EA0C10/func_8024037C_EA0C7C.s b/ver/us/asm/nonmatchings/code_EA0C10/func_8024037C_EA0C7C.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_8024037C_EA0C7C.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_8024037C_EA0C7C.s diff --git a/asm/nonmatchings/code_EA0C10/func_802403EC_EA0CEC.s b/ver/us/asm/nonmatchings/code_EA0C10/func_802403EC_EA0CEC.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_802403EC_EA0CEC.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_802403EC_EA0CEC.s diff --git a/asm/nonmatchings/code_EA0C10/func_802404C4_EA0DC4.s b/ver/us/asm/nonmatchings/code_EA0C10/func_802404C4_EA0DC4.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_802404C4_EA0DC4.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_802404C4_EA0DC4.s diff --git a/asm/nonmatchings/code_EA0C10/func_80240518_EA0E18.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80240518_EA0E18.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80240518_EA0E18.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80240518_EA0E18.s diff --git a/asm/nonmatchings/code_EA0C10/func_802406CC_EA0FCC.s b/ver/us/asm/nonmatchings/code_EA0C10/func_802406CC_EA0FCC.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_802406CC_EA0FCC.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_802406CC_EA0FCC.s diff --git a/asm/nonmatchings/code_EA0C10/func_8024097C_EA127C.s b/ver/us/asm/nonmatchings/code_EA0C10/func_8024097C_EA127C.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_8024097C_EA127C.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_8024097C_EA127C.s diff --git a/asm/nonmatchings/code_EA0C10/func_80240C5C_EA155C.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80240C5C_EA155C.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80240C5C_EA155C.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80240C5C_EA155C.s diff --git a/asm/nonmatchings/code_EA0C10/func_80240CC8_EA15C8.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80240CC8_EA15C8.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80240CC8_EA15C8.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80240CC8_EA15C8.s diff --git a/asm/nonmatchings/code_EA0C10/func_80240DC4_EA16C4.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80240DC4_EA16C4.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80240DC4_EA16C4.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80240DC4_EA16C4.s diff --git a/asm/nonmatchings/code_EA0C10/func_80241804_EA2104.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80241804_EA2104.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80241804_EA2104.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80241804_EA2104.s diff --git a/asm/nonmatchings/code_EA0C10/func_80241894_EA2194.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80241894_EA2194.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80241894_EA2194.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80241894_EA2194.s diff --git a/asm/nonmatchings/code_EA0C10/func_80241994_EA2294.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80241994_EA2294.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80241994_EA2294.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80241994_EA2294.s diff --git a/asm/nonmatchings/code_EA0C10/func_802419F4_EA22F4.s b/ver/us/asm/nonmatchings/code_EA0C10/func_802419F4_EA22F4.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_802419F4_EA22F4.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_802419F4_EA22F4.s diff --git a/asm/nonmatchings/code_EA0C10/func_80241AE0_EA23E0.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80241AE0_EA23E0.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80241AE0_EA23E0.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80241AE0_EA23E0.s diff --git a/asm/nonmatchings/code_EA0C10/func_80241D68_EA2668.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80241D68_EA2668.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80241D68_EA2668.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80241D68_EA2668.s diff --git a/asm/nonmatchings/code_EA0C10/func_80241DE4_EA26E4.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80241DE4_EA26E4.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80241DE4_EA26E4.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80241DE4_EA26E4.s diff --git a/asm/nonmatchings/code_EA0C10/func_80241F18_EA2818.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80241F18_EA2818.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80241F18_EA2818.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80241F18_EA2818.s diff --git a/asm/nonmatchings/code_EA0C10/func_8024207C_EA297C.s b/ver/us/asm/nonmatchings/code_EA0C10/func_8024207C_EA297C.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_8024207C_EA297C.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_8024207C_EA297C.s diff --git a/asm/nonmatchings/code_EA0C10/func_802420FC_EA29FC.s b/ver/us/asm/nonmatchings/code_EA0C10/func_802420FC_EA29FC.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_802420FC_EA29FC.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_802420FC_EA29FC.s diff --git a/asm/nonmatchings/code_EA0C10/func_80242568_EA2E68.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80242568_EA2E68.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80242568_EA2E68.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80242568_EA2E68.s diff --git a/asm/nonmatchings/code_EA0C10/func_802425B0_EA2EB0.s b/ver/us/asm/nonmatchings/code_EA0C10/func_802425B0_EA2EB0.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_802425B0_EA2EB0.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_802425B0_EA2EB0.s diff --git a/asm/nonmatchings/code_EA0C10/func_80242608_EA2F08.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80242608_EA2F08.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80242608_EA2F08.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80242608_EA2F08.s diff --git a/asm/nonmatchings/code_EA0C10/func_8024267C_EA2F7C.s b/ver/us/asm/nonmatchings/code_EA0C10/func_8024267C_EA2F7C.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_8024267C_EA2F7C.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_8024267C_EA2F7C.s diff --git a/asm/nonmatchings/code_EA0C10/func_80242730_EA3030.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80242730_EA3030.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80242730_EA3030.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80242730_EA3030.s diff --git a/asm/nonmatchings/code_EA0C10/func_80242794_EA3094.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80242794_EA3094.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80242794_EA3094.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80242794_EA3094.s diff --git a/asm/nonmatchings/code_EA0C10/func_802427F0_EA30F0.s b/ver/us/asm/nonmatchings/code_EA0C10/func_802427F0_EA30F0.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_802427F0_EA30F0.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_802427F0_EA30F0.s diff --git a/asm/nonmatchings/code_EA0C10/func_802429C0_EA32C0.s b/ver/us/asm/nonmatchings/code_EA0C10/func_802429C0_EA32C0.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_802429C0_EA32C0.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_802429C0_EA32C0.s diff --git a/asm/nonmatchings/code_EA0C10/func_80242A14_EA3314.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80242A14_EA3314.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80242A14_EA3314.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80242A14_EA3314.s diff --git a/asm/nonmatchings/code_EA0C10/func_80242A4C_EA334C.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80242A4C_EA334C.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80242A4C_EA334C.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80242A4C_EA334C.s diff --git a/asm/nonmatchings/code_EA0C10/func_80242AE8_EA33E8.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80242AE8_EA33E8.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80242AE8_EA33E8.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80242AE8_EA33E8.s diff --git a/asm/nonmatchings/code_EA0C10/func_80242BD8_EA34D8.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80242BD8_EA34D8.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80242BD8_EA34D8.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80242BD8_EA34D8.s diff --git a/asm/nonmatchings/code_EA0C10/func_80242D64_EA3664.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80242D64_EA3664.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80242D64_EA3664.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80242D64_EA3664.s diff --git a/asm/nonmatchings/code_EA0C10/func_80242DA8_EA36A8.s b/ver/us/asm/nonmatchings/code_EA0C10/func_80242DA8_EA36A8.s similarity index 100% rename from asm/nonmatchings/code_EA0C10/func_80242DA8_EA36A8.s rename to ver/us/asm/nonmatchings/code_EA0C10/func_80242DA8_EA36A8.s diff --git a/asm/nonmatchings/code_EA36E0/func_80242DE0_EA36E0.s b/ver/us/asm/nonmatchings/code_EA36E0/func_80242DE0_EA36E0.s similarity index 100% rename from asm/nonmatchings/code_EA36E0/func_80242DE0_EA36E0.s rename to ver/us/asm/nonmatchings/code_EA36E0/func_80242DE0_EA36E0.s diff --git a/asm/nonmatchings/code_EA36E0/func_80242E00_EA3700.s b/ver/us/asm/nonmatchings/code_EA36E0/func_80242E00_EA3700.s similarity index 100% rename from asm/nonmatchings/code_EA36E0/func_80242E00_EA3700.s rename to ver/us/asm/nonmatchings/code_EA36E0/func_80242E00_EA3700.s diff --git a/asm/nonmatchings/code_EA36E0/func_80242E2C_EA372C.s b/ver/us/asm/nonmatchings/code_EA36E0/func_80242E2C_EA372C.s similarity index 100% rename from asm/nonmatchings/code_EA36E0/func_80242E2C_EA372C.s rename to ver/us/asm/nonmatchings/code_EA36E0/func_80242E2C_EA372C.s diff --git a/asm/nonmatchings/code_EA36E0/func_80242EC4_EA37C4.s b/ver/us/asm/nonmatchings/code_EA36E0/func_80242EC4_EA37C4.s similarity index 100% rename from asm/nonmatchings/code_EA36E0/func_80242EC4_EA37C4.s rename to ver/us/asm/nonmatchings/code_EA36E0/func_80242EC4_EA37C4.s diff --git a/asm/nonmatchings/code_EA36E0/func_80242F64_EA3864.s b/ver/us/asm/nonmatchings/code_EA36E0/func_80242F64_EA3864.s similarity index 100% rename from asm/nonmatchings/code_EA36E0/func_80242F64_EA3864.s rename to ver/us/asm/nonmatchings/code_EA36E0/func_80242F64_EA3864.s diff --git a/asm/nonmatchings/code_EA36E0/func_80242F9C_EA389C.s b/ver/us/asm/nonmatchings/code_EA36E0/func_80242F9C_EA389C.s similarity index 100% rename from asm/nonmatchings/code_EA36E0/func_80242F9C_EA389C.s rename to ver/us/asm/nonmatchings/code_EA36E0/func_80242F9C_EA389C.s diff --git a/asm/nonmatchings/code_EA36E0/func_80243054_EA3954.s b/ver/us/asm/nonmatchings/code_EA36E0/func_80243054_EA3954.s similarity index 100% rename from asm/nonmatchings/code_EA36E0/func_80243054_EA3954.s rename to ver/us/asm/nonmatchings/code_EA36E0/func_80243054_EA3954.s diff --git a/asm/nonmatchings/code_EA36E0/func_802430E4_EA39E4.s b/ver/us/asm/nonmatchings/code_EA36E0/func_802430E4_EA39E4.s similarity index 100% rename from asm/nonmatchings/code_EA36E0/func_802430E4_EA39E4.s rename to ver/us/asm/nonmatchings/code_EA36E0/func_802430E4_EA39E4.s diff --git a/asm/nonmatchings/code_EA6FD0/func_80240000_EA6FD0.s b/ver/us/asm/nonmatchings/code_EA6FD0/func_80240000_EA6FD0.s similarity index 100% rename from asm/nonmatchings/code_EA6FD0/func_80240000_EA6FD0.s rename to ver/us/asm/nonmatchings/code_EA6FD0/func_80240000_EA6FD0.s diff --git a/asm/nonmatchings/code_EA7010/func_80240040_EA7010.s b/ver/us/asm/nonmatchings/code_EA7010/func_80240040_EA7010.s similarity index 100% rename from asm/nonmatchings/code_EA7010/func_80240040_EA7010.s rename to ver/us/asm/nonmatchings/code_EA7010/func_80240040_EA7010.s diff --git a/asm/nonmatchings/code_EA7010/func_80240164_EA7134.s b/ver/us/asm/nonmatchings/code_EA7010/func_80240164_EA7134.s similarity index 100% rename from asm/nonmatchings/code_EA7010/func_80240164_EA7134.s rename to ver/us/asm/nonmatchings/code_EA7010/func_80240164_EA7134.s diff --git a/asm/nonmatchings/code_EA7320/func_80240350_EA7320.s b/ver/us/asm/nonmatchings/code_EA7320/func_80240350_EA7320.s similarity index 100% rename from asm/nonmatchings/code_EA7320/func_80240350_EA7320.s rename to ver/us/asm/nonmatchings/code_EA7320/func_80240350_EA7320.s diff --git a/asm/nonmatchings/code_EA7320/func_8024036C_EA733C.s b/ver/us/asm/nonmatchings/code_EA7320/func_8024036C_EA733C.s similarity index 100% rename from asm/nonmatchings/code_EA7320/func_8024036C_EA733C.s rename to ver/us/asm/nonmatchings/code_EA7320/func_8024036C_EA733C.s diff --git a/asm/nonmatchings/code_EA7320/func_80240388_EA7358.s b/ver/us/asm/nonmatchings/code_EA7320/func_80240388_EA7358.s similarity index 100% rename from asm/nonmatchings/code_EA7320/func_80240388_EA7358.s rename to ver/us/asm/nonmatchings/code_EA7320/func_80240388_EA7358.s diff --git a/asm/nonmatchings/code_EA8AE0/func_8024030C_EA8DEC.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_8024030C_EA8DEC.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_8024030C_EA8DEC.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_8024030C_EA8DEC.s diff --git a/asm/nonmatchings/code_EA8AE0/func_80240358_EA8E38.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_80240358_EA8E38.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_80240358_EA8E38.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_80240358_EA8E38.s diff --git a/asm/nonmatchings/code_EA8AE0/func_802404B8_EA8F98.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_802404B8_EA8F98.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_802404B8_EA8F98.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_802404B8_EA8F98.s diff --git a/asm/nonmatchings/code_EA8AE0/func_802408C8_EA93A8.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_802408C8_EA93A8.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_802408C8_EA93A8.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_802408C8_EA93A8.s diff --git a/asm/nonmatchings/code_EA8AE0/func_80240908_EA93E8.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_80240908_EA93E8.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_80240908_EA93E8.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_80240908_EA93E8.s diff --git a/asm/nonmatchings/code_EA8AE0/func_80240A14_EA94F4.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_80240A14_EA94F4.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_80240A14_EA94F4.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_80240A14_EA94F4.s diff --git a/asm/nonmatchings/code_EA8AE0/func_80240B00_EA95E0.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_80240B00_EA95E0.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_80240B00_EA95E0.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_80240B00_EA95E0.s diff --git a/asm/nonmatchings/code_EA8AE0/func_80240BD4_EA96B4.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_80240BD4_EA96B4.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_80240BD4_EA96B4.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_80240BD4_EA96B4.s diff --git a/asm/nonmatchings/code_EA8AE0/func_80240CD8_EA97B8.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_80240CD8_EA97B8.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_80240CD8_EA97B8.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_80240CD8_EA97B8.s diff --git a/asm/nonmatchings/code_EA8AE0/func_80240DA4_EA9884.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_80240DA4_EA9884.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_80240DA4_EA9884.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_80240DA4_EA9884.s diff --git a/asm/nonmatchings/code_EA8AE0/func_80240E2C_EA990C.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_80240E2C_EA990C.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_80240E2C_EA990C.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_80240E2C_EA990C.s diff --git a/asm/nonmatchings/code_EA8AE0/func_802413C0_EA9EA0.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_802413C0_EA9EA0.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_802413C0_EA9EA0.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_802413C0_EA9EA0.s diff --git a/asm/nonmatchings/code_EA8AE0/func_802413FC_EA9EDC.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_802413FC_EA9EDC.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_802413FC_EA9EDC.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_802413FC_EA9EDC.s diff --git a/asm/nonmatchings/code_EA8AE0/func_8024140C_EA9EEC.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_8024140C_EA9EEC.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_8024140C_EA9EEC.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_8024140C_EA9EEC.s diff --git a/asm/nonmatchings/code_EA8AE0/func_80241468_EA9F48.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_80241468_EA9F48.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_80241468_EA9F48.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_80241468_EA9F48.s diff --git a/asm/nonmatchings/code_EA8AE0/func_8024151C_EA9FFC.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_8024151C_EA9FFC.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_8024151C_EA9FFC.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_8024151C_EA9FFC.s diff --git a/asm/nonmatchings/code_EA8AE0/func_80241580_EAA060.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_80241580_EAA060.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_80241580_EAA060.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_80241580_EAA060.s diff --git a/asm/nonmatchings/code_EA8AE0/func_802415DC_EAA0BC.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_802415DC_EAA0BC.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_802415DC_EAA0BC.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_802415DC_EAA0BC.s diff --git a/asm/nonmatchings/code_EA8AE0/func_802417AC_EAA28C.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_802417AC_EAA28C.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_802417AC_EAA28C.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_802417AC_EAA28C.s diff --git a/asm/nonmatchings/code_EA8AE0/func_80241800_EAA2E0.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_80241800_EAA2E0.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_80241800_EAA2E0.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_80241800_EAA2E0.s diff --git a/asm/nonmatchings/code_EA8AE0/func_80241838_EAA318.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_80241838_EAA318.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_80241838_EAA318.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_80241838_EAA318.s diff --git a/asm/nonmatchings/code_EA8AE0/func_802418D4_EAA3B4.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_802418D4_EAA3B4.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_802418D4_EAA3B4.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_802418D4_EAA3B4.s diff --git a/asm/nonmatchings/code_EA8AE0/func_802419C4_EAA4A4.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_802419C4_EAA4A4.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_802419C4_EAA4A4.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_802419C4_EAA4A4.s diff --git a/asm/nonmatchings/code_EA8AE0/func_80241B50_EAA630.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_80241B50_EAA630.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_80241B50_EAA630.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_80241B50_EAA630.s diff --git a/asm/nonmatchings/code_EA8AE0/func_80241B94_EAA674.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_80241B94_EAA674.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_80241B94_EAA674.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_80241B94_EAA674.s diff --git a/asm/nonmatchings/code_EA8AE0/func_80241BC0_EAA6A0.s b/ver/us/asm/nonmatchings/code_EA8AE0/func_80241BC0_EAA6A0.s similarity index 100% rename from asm/nonmatchings/code_EA8AE0/func_80241BC0_EAA6A0.s rename to ver/us/asm/nonmatchings/code_EA8AE0/func_80241BC0_EAA6A0.s diff --git a/asm/nonmatchings/code_EB1170/func_80240310_EB1170.s b/ver/us/asm/nonmatchings/code_EB1170/func_80240310_EB1170.s similarity index 100% rename from asm/nonmatchings/code_EB1170/func_80240310_EB1170.s rename to ver/us/asm/nonmatchings/code_EB1170/func_80240310_EB1170.s diff --git a/asm/nonmatchings/code_EB1170/func_802403C4_EB1224.s b/ver/us/asm/nonmatchings/code_EB1170/func_802403C4_EB1224.s similarity index 100% rename from asm/nonmatchings/code_EB1170/func_802403C4_EB1224.s rename to ver/us/asm/nonmatchings/code_EB1170/func_802403C4_EB1224.s diff --git a/asm/nonmatchings/code_EB1170/func_80240428_EB1288.s b/ver/us/asm/nonmatchings/code_EB1170/func_80240428_EB1288.s similarity index 100% rename from asm/nonmatchings/code_EB1170/func_80240428_EB1288.s rename to ver/us/asm/nonmatchings/code_EB1170/func_80240428_EB1288.s diff --git a/asm/nonmatchings/code_EB1170/func_80240484_EB12E4.s b/ver/us/asm/nonmatchings/code_EB1170/func_80240484_EB12E4.s similarity index 100% rename from asm/nonmatchings/code_EB1170/func_80240484_EB12E4.s rename to ver/us/asm/nonmatchings/code_EB1170/func_80240484_EB12E4.s diff --git a/asm/nonmatchings/code_EB1170/func_80240654_EB14B4.s b/ver/us/asm/nonmatchings/code_EB1170/func_80240654_EB14B4.s similarity index 100% rename from asm/nonmatchings/code_EB1170/func_80240654_EB14B4.s rename to ver/us/asm/nonmatchings/code_EB1170/func_80240654_EB14B4.s diff --git a/asm/nonmatchings/code_EB1170/func_802406A8_EB1508.s b/ver/us/asm/nonmatchings/code_EB1170/func_802406A8_EB1508.s similarity index 100% rename from asm/nonmatchings/code_EB1170/func_802406A8_EB1508.s rename to ver/us/asm/nonmatchings/code_EB1170/func_802406A8_EB1508.s diff --git a/asm/nonmatchings/code_EB1170/func_802406E0_EB1540.s b/ver/us/asm/nonmatchings/code_EB1170/func_802406E0_EB1540.s similarity index 100% rename from asm/nonmatchings/code_EB1170/func_802406E0_EB1540.s rename to ver/us/asm/nonmatchings/code_EB1170/func_802406E0_EB1540.s diff --git a/asm/nonmatchings/code_EB1170/func_8024077C_EB15DC.s b/ver/us/asm/nonmatchings/code_EB1170/func_8024077C_EB15DC.s similarity index 100% rename from asm/nonmatchings/code_EB1170/func_8024077C_EB15DC.s rename to ver/us/asm/nonmatchings/code_EB1170/func_8024077C_EB15DC.s diff --git a/asm/nonmatchings/code_EB1170/func_8024086C_EB16CC.s b/ver/us/asm/nonmatchings/code_EB1170/func_8024086C_EB16CC.s similarity index 100% rename from asm/nonmatchings/code_EB1170/func_8024086C_EB16CC.s rename to ver/us/asm/nonmatchings/code_EB1170/func_8024086C_EB16CC.s diff --git a/asm/nonmatchings/code_EB1170/func_802409F8_EB1858.s b/ver/us/asm/nonmatchings/code_EB1170/func_802409F8_EB1858.s similarity index 100% rename from asm/nonmatchings/code_EB1170/func_802409F8_EB1858.s rename to ver/us/asm/nonmatchings/code_EB1170/func_802409F8_EB1858.s diff --git a/asm/nonmatchings/code_EB1170/func_80240A3C_EB189C.s b/ver/us/asm/nonmatchings/code_EB1170/func_80240A3C_EB189C.s similarity index 100% rename from asm/nonmatchings/code_EB1170/func_80240A3C_EB189C.s rename to ver/us/asm/nonmatchings/code_EB1170/func_80240A3C_EB189C.s diff --git a/asm/nonmatchings/code_EB1170/func_80240A68_EB18C8.s b/ver/us/asm/nonmatchings/code_EB1170/func_80240A68_EB18C8.s similarity index 100% rename from asm/nonmatchings/code_EB1170/func_80240A68_EB18C8.s rename to ver/us/asm/nonmatchings/code_EB1170/func_80240A68_EB18C8.s diff --git a/asm/nonmatchings/code_EB1170/func_80240A8C_EB18EC.s b/ver/us/asm/nonmatchings/code_EB1170/func_80240A8C_EB18EC.s similarity index 100% rename from asm/nonmatchings/code_EB1170/func_80240A8C_EB18EC.s rename to ver/us/asm/nonmatchings/code_EB1170/func_80240A8C_EB18EC.s diff --git a/asm/nonmatchings/code_EB5130/func_8024030C_EB543C.s b/ver/us/asm/nonmatchings/code_EB5130/func_8024030C_EB543C.s similarity index 100% rename from asm/nonmatchings/code_EB5130/func_8024030C_EB543C.s rename to ver/us/asm/nonmatchings/code_EB5130/func_8024030C_EB543C.s diff --git a/asm/nonmatchings/code_EB5470/func_80240340_EB5470.s b/ver/us/asm/nonmatchings/code_EB5470/func_80240340_EB5470.s similarity index 100% rename from asm/nonmatchings/code_EB5470/func_80240340_EB5470.s rename to ver/us/asm/nonmatchings/code_EB5470/func_80240340_EB5470.s diff --git a/asm/nonmatchings/code_EB5470/func_8024036C_EB549C.s b/ver/us/asm/nonmatchings/code_EB5470/func_8024036C_EB549C.s similarity index 100% rename from asm/nonmatchings/code_EB5470/func_8024036C_EB549C.s rename to ver/us/asm/nonmatchings/code_EB5470/func_8024036C_EB549C.s diff --git a/asm/nonmatchings/code_EB7540/func_80240310_EB7540.s b/ver/us/asm/nonmatchings/code_EB7540/func_80240310_EB7540.s similarity index 100% rename from asm/nonmatchings/code_EB7540/func_80240310_EB7540.s rename to ver/us/asm/nonmatchings/code_EB7540/func_80240310_EB7540.s diff --git a/asm/nonmatchings/code_EB7540/func_802403D8_EB7608.s b/ver/us/asm/nonmatchings/code_EB7540/func_802403D8_EB7608.s similarity index 100% rename from asm/nonmatchings/code_EB7540/func_802403D8_EB7608.s rename to ver/us/asm/nonmatchings/code_EB7540/func_802403D8_EB7608.s diff --git a/asm/nonmatchings/code_EB7540/func_80240478_EB76A8.s b/ver/us/asm/nonmatchings/code_EB7540/func_80240478_EB76A8.s similarity index 100% rename from asm/nonmatchings/code_EB7540/func_80240478_EB76A8.s rename to ver/us/asm/nonmatchings/code_EB7540/func_80240478_EB76A8.s diff --git a/asm/nonmatchings/code_EB7540/func_80240504_EB7734.s b/ver/us/asm/nonmatchings/code_EB7540/func_80240504_EB7734.s similarity index 100% rename from asm/nonmatchings/code_EB7540/func_80240504_EB7734.s rename to ver/us/asm/nonmatchings/code_EB7540/func_80240504_EB7734.s diff --git a/asm/nonmatchings/code_EB7540/func_80240520_EB7750.s b/ver/us/asm/nonmatchings/code_EB7540/func_80240520_EB7750.s similarity index 100% rename from asm/nonmatchings/code_EB7540/func_80240520_EB7750.s rename to ver/us/asm/nonmatchings/code_EB7540/func_80240520_EB7750.s diff --git a/asm/nonmatchings/code_EB8E50/func_80240000_EB8E50.s b/ver/us/asm/nonmatchings/code_EB8E50/func_80240000_EB8E50.s similarity index 100% rename from asm/nonmatchings/code_EB8E50/func_80240000_EB8E50.s rename to ver/us/asm/nonmatchings/code_EB8E50/func_80240000_EB8E50.s diff --git a/asm/nonmatchings/code_EB8E90/func_80240040_EB8E90.s b/ver/us/asm/nonmatchings/code_EB8E90/func_80240040_EB8E90.s similarity index 100% rename from asm/nonmatchings/code_EB8E90/func_80240040_EB8E90.s rename to ver/us/asm/nonmatchings/code_EB8E90/func_80240040_EB8E90.s diff --git a/asm/nonmatchings/code_EB8E90/func_80240198_EB8FE8.s b/ver/us/asm/nonmatchings/code_EB8E90/func_80240198_EB8FE8.s similarity index 100% rename from asm/nonmatchings/code_EB8E90/func_80240198_EB8FE8.s rename to ver/us/asm/nonmatchings/code_EB8E90/func_80240198_EB8FE8.s diff --git a/asm/nonmatchings/code_EB8E90/func_80240440_EB9290.s b/ver/us/asm/nonmatchings/code_EB8E90/func_80240440_EB9290.s similarity index 100% rename from asm/nonmatchings/code_EB8E90/func_80240440_EB9290.s rename to ver/us/asm/nonmatchings/code_EB8E90/func_80240440_EB9290.s diff --git a/asm/nonmatchings/code_EB8E90/func_80240500_EB9350.s b/ver/us/asm/nonmatchings/code_EB8E90/func_80240500_EB9350.s similarity index 100% rename from asm/nonmatchings/code_EB8E90/func_80240500_EB9350.s rename to ver/us/asm/nonmatchings/code_EB8E90/func_80240500_EB9350.s diff --git a/asm/nonmatchings/code_EB8E90/func_802406BC_EB950C.s b/ver/us/asm/nonmatchings/code_EB8E90/func_802406BC_EB950C.s similarity index 100% rename from asm/nonmatchings/code_EB8E90/func_802406BC_EB950C.s rename to ver/us/asm/nonmatchings/code_EB8E90/func_802406BC_EB950C.s diff --git a/asm/nonmatchings/code_EB8E90/func_80240770_EB95C0.s b/ver/us/asm/nonmatchings/code_EB8E90/func_80240770_EB95C0.s similarity index 100% rename from asm/nonmatchings/code_EB8E90/func_80240770_EB95C0.s rename to ver/us/asm/nonmatchings/code_EB8E90/func_80240770_EB95C0.s diff --git a/asm/nonmatchings/code_EB8E90/func_802407E4_EB9634.s b/ver/us/asm/nonmatchings/code_EB8E90/func_802407E4_EB9634.s similarity index 100% rename from asm/nonmatchings/code_EB8E90/func_802407E4_EB9634.s rename to ver/us/asm/nonmatchings/code_EB8E90/func_802407E4_EB9634.s diff --git a/asm/nonmatchings/code_EB8E90/func_8024085C_EB96AC.s b/ver/us/asm/nonmatchings/code_EB8E90/func_8024085C_EB96AC.s similarity index 100% rename from asm/nonmatchings/code_EB8E90/func_8024085C_EB96AC.s rename to ver/us/asm/nonmatchings/code_EB8E90/func_8024085C_EB96AC.s diff --git a/asm/nonmatchings/code_EB8E90/func_8024098C_EB97DC.s b/ver/us/asm/nonmatchings/code_EB8E90/func_8024098C_EB97DC.s similarity index 100% rename from asm/nonmatchings/code_EB8E90/func_8024098C_EB97DC.s rename to ver/us/asm/nonmatchings/code_EB8E90/func_8024098C_EB97DC.s diff --git a/asm/nonmatchings/code_EB8E90/func_80240AAC_EB98FC.s b/ver/us/asm/nonmatchings/code_EB8E90/func_80240AAC_EB98FC.s similarity index 100% rename from asm/nonmatchings/code_EB8E90/func_80240AAC_EB98FC.s rename to ver/us/asm/nonmatchings/code_EB8E90/func_80240AAC_EB98FC.s diff --git a/asm/nonmatchings/code_EB8E90/func_80240B14_EB9964.s b/ver/us/asm/nonmatchings/code_EB8E90/func_80240B14_EB9964.s similarity index 100% rename from asm/nonmatchings/code_EB8E90/func_80240B14_EB9964.s rename to ver/us/asm/nonmatchings/code_EB8E90/func_80240B14_EB9964.s diff --git a/asm/nonmatchings/code_EB8E90/func_80240BD4_EB9A24.s b/ver/us/asm/nonmatchings/code_EB8E90/func_80240BD4_EB9A24.s similarity index 100% rename from asm/nonmatchings/code_EB8E90/func_80240BD4_EB9A24.s rename to ver/us/asm/nonmatchings/code_EB8E90/func_80240BD4_EB9A24.s diff --git a/asm/nonmatchings/code_EB8E90/func_80240EFC_EB9D4C.s b/ver/us/asm/nonmatchings/code_EB8E90/func_80240EFC_EB9D4C.s similarity index 100% rename from asm/nonmatchings/code_EB8E90/func_80240EFC_EB9D4C.s rename to ver/us/asm/nonmatchings/code_EB8E90/func_80240EFC_EB9D4C.s diff --git a/asm/nonmatchings/code_EB9D90/func_80240F40_EB9D90.s b/ver/us/asm/nonmatchings/code_EB9D90/func_80240F40_EB9D90.s similarity index 100% rename from asm/nonmatchings/code_EB9D90/func_80240F40_EB9D90.s rename to ver/us/asm/nonmatchings/code_EB9D90/func_80240F40_EB9D90.s diff --git a/asm/nonmatchings/code_EB9D90/func_80240FB0_EB9E00.s b/ver/us/asm/nonmatchings/code_EB9D90/func_80240FB0_EB9E00.s similarity index 100% rename from asm/nonmatchings/code_EB9D90/func_80240FB0_EB9E00.s rename to ver/us/asm/nonmatchings/code_EB9D90/func_80240FB0_EB9E00.s diff --git a/asm/nonmatchings/code_EB9D90/func_802410E4_EB9F34.s b/ver/us/asm/nonmatchings/code_EB9D90/func_802410E4_EB9F34.s similarity index 100% rename from asm/nonmatchings/code_EB9D90/func_802410E4_EB9F34.s rename to ver/us/asm/nonmatchings/code_EB9D90/func_802410E4_EB9F34.s diff --git a/asm/nonmatchings/code_EB9D90/func_8024121C_EBA06C.s b/ver/us/asm/nonmatchings/code_EB9D90/func_8024121C_EBA06C.s similarity index 100% rename from asm/nonmatchings/code_EB9D90/func_8024121C_EBA06C.s rename to ver/us/asm/nonmatchings/code_EB9D90/func_8024121C_EBA06C.s diff --git a/asm/nonmatchings/code_EB9D90/func_802413AC_EBA1FC.s b/ver/us/asm/nonmatchings/code_EB9D90/func_802413AC_EBA1FC.s similarity index 100% rename from asm/nonmatchings/code_EB9D90/func_802413AC_EBA1FC.s rename to ver/us/asm/nonmatchings/code_EB9D90/func_802413AC_EBA1FC.s diff --git a/asm/nonmatchings/code_EB9D90/func_802413CC_EBA21C.s b/ver/us/asm/nonmatchings/code_EB9D90/func_802413CC_EBA21C.s similarity index 100% rename from asm/nonmatchings/code_EB9D90/func_802413CC_EBA21C.s rename to ver/us/asm/nonmatchings/code_EB9D90/func_802413CC_EBA21C.s diff --git a/asm/nonmatchings/code_EB9D90/func_802413EC_EBA23C.s b/ver/us/asm/nonmatchings/code_EB9D90/func_802413EC_EBA23C.s similarity index 100% rename from asm/nonmatchings/code_EB9D90/func_802413EC_EBA23C.s rename to ver/us/asm/nonmatchings/code_EB9D90/func_802413EC_EBA23C.s diff --git a/asm/nonmatchings/code_EC2200/func_80240000_EC2200.s b/ver/us/asm/nonmatchings/code_EC2200/func_80240000_EC2200.s similarity index 100% rename from asm/nonmatchings/code_EC2200/func_80240000_EC2200.s rename to ver/us/asm/nonmatchings/code_EC2200/func_80240000_EC2200.s diff --git a/asm/nonmatchings/code_EC2240/func_80240040_EC2240.s b/ver/us/asm/nonmatchings/code_EC2240/func_80240040_EC2240.s similarity index 100% rename from asm/nonmatchings/code_EC2240/func_80240040_EC2240.s rename to ver/us/asm/nonmatchings/code_EC2240/func_80240040_EC2240.s diff --git a/asm/nonmatchings/code_EC2240/func_802400F4_EC22F4.s b/ver/us/asm/nonmatchings/code_EC2240/func_802400F4_EC22F4.s similarity index 100% rename from asm/nonmatchings/code_EC2240/func_802400F4_EC22F4.s rename to ver/us/asm/nonmatchings/code_EC2240/func_802400F4_EC22F4.s diff --git a/asm/nonmatchings/code_EC2240/func_80240158_EC2358.s b/ver/us/asm/nonmatchings/code_EC2240/func_80240158_EC2358.s similarity index 100% rename from asm/nonmatchings/code_EC2240/func_80240158_EC2358.s rename to ver/us/asm/nonmatchings/code_EC2240/func_80240158_EC2358.s diff --git a/asm/nonmatchings/code_EC2610/func_80240410_EC2610.s b/ver/us/asm/nonmatchings/code_EC2610/func_80240410_EC2610.s similarity index 100% rename from asm/nonmatchings/code_EC2610/func_80240410_EC2610.s rename to ver/us/asm/nonmatchings/code_EC2610/func_80240410_EC2610.s diff --git a/asm/nonmatchings/code_EC2610/func_80240480_EC2680.s b/ver/us/asm/nonmatchings/code_EC2610/func_80240480_EC2680.s similarity index 100% rename from asm/nonmatchings/code_EC2610/func_80240480_EC2680.s rename to ver/us/asm/nonmatchings/code_EC2610/func_80240480_EC2680.s diff --git a/asm/nonmatchings/code_EC71B0/func_8024030C_EC74BC.s b/ver/us/asm/nonmatchings/code_EC71B0/func_8024030C_EC74BC.s similarity index 100% rename from asm/nonmatchings/code_EC71B0/func_8024030C_EC74BC.s rename to ver/us/asm/nonmatchings/code_EC71B0/func_8024030C_EC74BC.s diff --git a/asm/nonmatchings/code_EC71B0/func_80240344_EC74F4.s b/ver/us/asm/nonmatchings/code_EC71B0/func_80240344_EC74F4.s similarity index 100% rename from asm/nonmatchings/code_EC71B0/func_80240344_EC74F4.s rename to ver/us/asm/nonmatchings/code_EC71B0/func_80240344_EC74F4.s diff --git a/asm/nonmatchings/code_EC7590/func_802403E0_EC7590.s b/ver/us/asm/nonmatchings/code_EC7590/func_802403E0_EC7590.s similarity index 100% rename from asm/nonmatchings/code_EC7590/func_802403E0_EC7590.s rename to ver/us/asm/nonmatchings/code_EC7590/func_802403E0_EC7590.s diff --git a/asm/nonmatchings/code_EC7590/func_80240450_EC7600.s b/ver/us/asm/nonmatchings/code_EC7590/func_80240450_EC7600.s similarity index 100% rename from asm/nonmatchings/code_EC7590/func_80240450_EC7600.s rename to ver/us/asm/nonmatchings/code_EC7590/func_80240450_EC7600.s diff --git a/asm/nonmatchings/code_EC7590/func_8024061C_EC77CC.s b/ver/us/asm/nonmatchings/code_EC7590/func_8024061C_EC77CC.s similarity index 100% rename from asm/nonmatchings/code_EC7590/func_8024061C_EC77CC.s rename to ver/us/asm/nonmatchings/code_EC7590/func_8024061C_EC77CC.s diff --git a/asm/nonmatchings/code_EC7590/func_802406D0_EC7880.s b/ver/us/asm/nonmatchings/code_EC7590/func_802406D0_EC7880.s similarity index 100% rename from asm/nonmatchings/code_EC7590/func_802406D0_EC7880.s rename to ver/us/asm/nonmatchings/code_EC7590/func_802406D0_EC7880.s diff --git a/asm/nonmatchings/code_EC9D00/func_80240000_EC9D00.s b/ver/us/asm/nonmatchings/code_EC9D00/func_80240000_EC9D00.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_80240000_EC9D00.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_80240000_EC9D00.s diff --git a/asm/nonmatchings/code_EC9D00/func_8024001C_EC9D1C.s b/ver/us/asm/nonmatchings/code_EC9D00/func_8024001C_EC9D1C.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_8024001C_EC9D1C.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_8024001C_EC9D1C.s diff --git a/asm/nonmatchings/code_EC9D00/func_8024003C_EC9D3C.s b/ver/us/asm/nonmatchings/code_EC9D00/func_8024003C_EC9D3C.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_8024003C_EC9D3C.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_8024003C_EC9D3C.s diff --git a/asm/nonmatchings/code_EC9D00/func_80240068_EC9D68.s b/ver/us/asm/nonmatchings/code_EC9D00/func_80240068_EC9D68.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_80240068_EC9D68.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_80240068_EC9D68.s diff --git a/asm/nonmatchings/code_EC9D00/func_802400D4_EC9DD4.s b/ver/us/asm/nonmatchings/code_EC9D00/func_802400D4_EC9DD4.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_802400D4_EC9DD4.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_802400D4_EC9DD4.s diff --git a/asm/nonmatchings/code_EC9D00/func_80240120_EC9E20.s b/ver/us/asm/nonmatchings/code_EC9D00/func_80240120_EC9E20.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_80240120_EC9E20.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_80240120_EC9E20.s diff --git a/asm/nonmatchings/code_EC9D00/func_802401CC_EC9ECC.s b/ver/us/asm/nonmatchings/code_EC9D00/func_802401CC_EC9ECC.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_802401CC_EC9ECC.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_802401CC_EC9ECC.s diff --git a/asm/nonmatchings/code_EC9D00/func_8024041C_ECA11C.s b/ver/us/asm/nonmatchings/code_EC9D00/func_8024041C_ECA11C.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_8024041C_ECA11C.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_8024041C_ECA11C.s diff --git a/asm/nonmatchings/code_EC9D00/func_80240448_ECA148.s b/ver/us/asm/nonmatchings/code_EC9D00/func_80240448_ECA148.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_80240448_ECA148.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_80240448_ECA148.s diff --git a/asm/nonmatchings/code_EC9D00/func_80240480_ECA180.s b/ver/us/asm/nonmatchings/code_EC9D00/func_80240480_ECA180.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_80240480_ECA180.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_80240480_ECA180.s diff --git a/asm/nonmatchings/code_EC9D00/func_80240510_ECA210.s b/ver/us/asm/nonmatchings/code_EC9D00/func_80240510_ECA210.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_80240510_ECA210.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_80240510_ECA210.s diff --git a/asm/nonmatchings/code_EC9D00/func_80240544_ECA244.s b/ver/us/asm/nonmatchings/code_EC9D00/func_80240544_ECA244.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_80240544_ECA244.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_80240544_ECA244.s diff --git a/asm/nonmatchings/code_EC9D00/func_802405A8_ECA2A8.s b/ver/us/asm/nonmatchings/code_EC9D00/func_802405A8_ECA2A8.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_802405A8_ECA2A8.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_802405A8_ECA2A8.s diff --git a/asm/nonmatchings/code_EC9D00/func_80240600_ECA300.s b/ver/us/asm/nonmatchings/code_EC9D00/func_80240600_ECA300.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_80240600_ECA300.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_80240600_ECA300.s diff --git a/asm/nonmatchings/code_EC9D00/func_80240B38_ECA838.s b/ver/us/asm/nonmatchings/code_EC9D00/func_80240B38_ECA838.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_80240B38_ECA838.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_80240B38_ECA838.s diff --git a/asm/nonmatchings/code_EC9D00/func_80240D08_ECAA08.s b/ver/us/asm/nonmatchings/code_EC9D00/func_80240D08_ECAA08.s similarity index 100% rename from asm/nonmatchings/code_EC9D00/func_80240D08_ECAA08.s rename to ver/us/asm/nonmatchings/code_EC9D00/func_80240D08_ECAA08.s diff --git a/asm/nonmatchings/code_ECAA40/func_80240D40_ECAA40.s b/ver/us/asm/nonmatchings/code_ECAA40/func_80240D40_ECAA40.s similarity index 100% rename from asm/nonmatchings/code_ECAA40/func_80240D40_ECAA40.s rename to ver/us/asm/nonmatchings/code_ECAA40/func_80240D40_ECAA40.s diff --git a/asm/nonmatchings/code_ECAA80/func_80240D80_ECAA80.s b/ver/us/asm/nonmatchings/code_ECAA80/func_80240D80_ECAA80.s similarity index 100% rename from asm/nonmatchings/code_ECAA80/func_80240D80_ECAA80.s rename to ver/us/asm/nonmatchings/code_ECAA80/func_80240D80_ECAA80.s diff --git a/asm/nonmatchings/code_ECAA80/func_80241364_ECB064.s b/ver/us/asm/nonmatchings/code_ECAA80/func_80241364_ECB064.s similarity index 100% rename from asm/nonmatchings/code_ECAA80/func_80241364_ECB064.s rename to ver/us/asm/nonmatchings/code_ECAA80/func_80241364_ECB064.s diff --git a/asm/nonmatchings/code_ECAA80/func_802414C8_ECB1C8.s b/ver/us/asm/nonmatchings/code_ECAA80/func_802414C8_ECB1C8.s similarity index 100% rename from asm/nonmatchings/code_ECAA80/func_802414C8_ECB1C8.s rename to ver/us/asm/nonmatchings/code_ECAA80/func_802414C8_ECB1C8.s diff --git a/asm/nonmatchings/code_ECAA80/func_8024150C_ECB20C.s b/ver/us/asm/nonmatchings/code_ECAA80/func_8024150C_ECB20C.s similarity index 100% rename from asm/nonmatchings/code_ECAA80/func_8024150C_ECB20C.s rename to ver/us/asm/nonmatchings/code_ECAA80/func_8024150C_ECB20C.s diff --git a/asm/nonmatchings/code_ECAA80/func_80241770_ECB470.s b/ver/us/asm/nonmatchings/code_ECAA80/func_80241770_ECB470.s similarity index 100% rename from asm/nonmatchings/code_ECAA80/func_80241770_ECB470.s rename to ver/us/asm/nonmatchings/code_ECAA80/func_80241770_ECB470.s diff --git a/asm/nonmatchings/code_ECAA80/func_802417CC_ECB4CC.s b/ver/us/asm/nonmatchings/code_ECAA80/func_802417CC_ECB4CC.s similarity index 100% rename from asm/nonmatchings/code_ECAA80/func_802417CC_ECB4CC.s rename to ver/us/asm/nonmatchings/code_ECAA80/func_802417CC_ECB4CC.s diff --git a/asm/nonmatchings/code_ECAA80/func_8024199C_ECB69C.s b/ver/us/asm/nonmatchings/code_ECAA80/func_8024199C_ECB69C.s similarity index 100% rename from asm/nonmatchings/code_ECAA80/func_8024199C_ECB69C.s rename to ver/us/asm/nonmatchings/code_ECAA80/func_8024199C_ECB69C.s diff --git a/asm/nonmatchings/code_ECAA80/func_802419F0_ECB6F0.s b/ver/us/asm/nonmatchings/code_ECAA80/func_802419F0_ECB6F0.s similarity index 100% rename from asm/nonmatchings/code_ECAA80/func_802419F0_ECB6F0.s rename to ver/us/asm/nonmatchings/code_ECAA80/func_802419F0_ECB6F0.s diff --git a/asm/nonmatchings/code_ECAA80/func_80241A28_ECB728.s b/ver/us/asm/nonmatchings/code_ECAA80/func_80241A28_ECB728.s similarity index 100% rename from asm/nonmatchings/code_ECAA80/func_80241A28_ECB728.s rename to ver/us/asm/nonmatchings/code_ECAA80/func_80241A28_ECB728.s diff --git a/asm/nonmatchings/code_ECAA80/func_80241AC4_ECB7C4.s b/ver/us/asm/nonmatchings/code_ECAA80/func_80241AC4_ECB7C4.s similarity index 100% rename from asm/nonmatchings/code_ECAA80/func_80241AC4_ECB7C4.s rename to ver/us/asm/nonmatchings/code_ECAA80/func_80241AC4_ECB7C4.s diff --git a/asm/nonmatchings/code_ECAA80/func_80241B88_ECB888.s b/ver/us/asm/nonmatchings/code_ECAA80/func_80241B88_ECB888.s similarity index 100% rename from asm/nonmatchings/code_ECAA80/func_80241B88_ECB888.s rename to ver/us/asm/nonmatchings/code_ECAA80/func_80241B88_ECB888.s diff --git a/asm/nonmatchings/code_ECAA80/func_80241BF8_ECB8F8.s b/ver/us/asm/nonmatchings/code_ECAA80/func_80241BF8_ECB8F8.s similarity index 100% rename from asm/nonmatchings/code_ECAA80/func_80241BF8_ECB8F8.s rename to ver/us/asm/nonmatchings/code_ECAA80/func_80241BF8_ECB8F8.s diff --git a/asm/nonmatchings/code_ECB930/func_80241C30_ECB930.s b/ver/us/asm/nonmatchings/code_ECB930/func_80241C30_ECB930.s similarity index 100% rename from asm/nonmatchings/code_ECB930/func_80241C30_ECB930.s rename to ver/us/asm/nonmatchings/code_ECB930/func_80241C30_ECB930.s diff --git a/asm/nonmatchings/code_ECB930/func_80241CA0_ECB9A0.s b/ver/us/asm/nonmatchings/code_ECB930/func_80241CA0_ECB9A0.s similarity index 100% rename from asm/nonmatchings/code_ECB930/func_80241CA0_ECB9A0.s rename to ver/us/asm/nonmatchings/code_ECB930/func_80241CA0_ECB9A0.s diff --git a/asm/nonmatchings/code_ECBB70/func_80241E70_ECBB70.s b/ver/us/asm/nonmatchings/code_ECBB70/func_80241E70_ECBB70.s similarity index 100% rename from asm/nonmatchings/code_ECBB70/func_80241E70_ECBB70.s rename to ver/us/asm/nonmatchings/code_ECBB70/func_80241E70_ECBB70.s diff --git a/asm/nonmatchings/code_ECFFF0/func_80240000_ECFFF0.s b/ver/us/asm/nonmatchings/code_ECFFF0/func_80240000_ECFFF0.s similarity index 100% rename from asm/nonmatchings/code_ECFFF0/func_80240000_ECFFF0.s rename to ver/us/asm/nonmatchings/code_ECFFF0/func_80240000_ECFFF0.s diff --git a/asm/nonmatchings/code_ED0030/func_80240040_ED0030.s b/ver/us/asm/nonmatchings/code_ED0030/func_80240040_ED0030.s similarity index 100% rename from asm/nonmatchings/code_ED0030/func_80240040_ED0030.s rename to ver/us/asm/nonmatchings/code_ED0030/func_80240040_ED0030.s diff --git a/asm/nonmatchings/code_ED00D0/func_802400E0_ED00D0.s b/ver/us/asm/nonmatchings/code_ED00D0/func_802400E0_ED00D0.s similarity index 100% rename from asm/nonmatchings/code_ED00D0/func_802400E0_ED00D0.s rename to ver/us/asm/nonmatchings/code_ED00D0/func_802400E0_ED00D0.s diff --git a/asm/nonmatchings/code_ED00D0/func_80240150_ED0140.s b/ver/us/asm/nonmatchings/code_ED00D0/func_80240150_ED0140.s similarity index 100% rename from asm/nonmatchings/code_ED00D0/func_80240150_ED0140.s rename to ver/us/asm/nonmatchings/code_ED00D0/func_80240150_ED0140.s diff --git a/asm/nonmatchings/code_ED0310/func_80240320_ED0310.s b/ver/us/asm/nonmatchings/code_ED0310/func_80240320_ED0310.s similarity index 100% rename from asm/nonmatchings/code_ED0310/func_80240320_ED0310.s rename to ver/us/asm/nonmatchings/code_ED0310/func_80240320_ED0310.s diff --git a/asm/nonmatchings/code_ED0310/func_802404D0_ED04C0.s b/ver/us/asm/nonmatchings/code_ED0310/func_802404D0_ED04C0.s similarity index 100% rename from asm/nonmatchings/code_ED0310/func_802404D0_ED04C0.s rename to ver/us/asm/nonmatchings/code_ED0310/func_802404D0_ED04C0.s diff --git a/asm/nonmatchings/code_ED0310/func_80240AF8_ED0AE8.s b/ver/us/asm/nonmatchings/code_ED0310/func_80240AF8_ED0AE8.s similarity index 100% rename from asm/nonmatchings/code_ED0310/func_80240AF8_ED0AE8.s rename to ver/us/asm/nonmatchings/code_ED0310/func_80240AF8_ED0AE8.s diff --git a/asm/nonmatchings/code_ED0310/func_80240BB8_ED0BA8.s b/ver/us/asm/nonmatchings/code_ED0310/func_80240BB8_ED0BA8.s similarity index 100% rename from asm/nonmatchings/code_ED0310/func_80240BB8_ED0BA8.s rename to ver/us/asm/nonmatchings/code_ED0310/func_80240BB8_ED0BA8.s diff --git a/asm/nonmatchings/code_ED0310/func_80240EFC_ED0EEC.s b/ver/us/asm/nonmatchings/code_ED0310/func_80240EFC_ED0EEC.s similarity index 100% rename from asm/nonmatchings/code_ED0310/func_80240EFC_ED0EEC.s rename to ver/us/asm/nonmatchings/code_ED0310/func_80240EFC_ED0EEC.s diff --git a/asm/nonmatchings/code_ED0310/func_80240F74_ED0F64.s b/ver/us/asm/nonmatchings/code_ED0310/func_80240F74_ED0F64.s similarity index 100% rename from asm/nonmatchings/code_ED0310/func_80240F74_ED0F64.s rename to ver/us/asm/nonmatchings/code_ED0310/func_80240F74_ED0F64.s diff --git a/asm/nonmatchings/code_ED0310/func_80241114_ED1104.s b/ver/us/asm/nonmatchings/code_ED0310/func_80241114_ED1104.s similarity index 100% rename from asm/nonmatchings/code_ED0310/func_80241114_ED1104.s rename to ver/us/asm/nonmatchings/code_ED0310/func_80241114_ED1104.s diff --git a/asm/nonmatchings/code_ED0310/func_80241178_ED1168.s b/ver/us/asm/nonmatchings/code_ED0310/func_80241178_ED1168.s similarity index 100% rename from asm/nonmatchings/code_ED0310/func_80241178_ED1168.s rename to ver/us/asm/nonmatchings/code_ED0310/func_80241178_ED1168.s diff --git a/asm/nonmatchings/code_ED0310/func_80241508_ED14F8.s b/ver/us/asm/nonmatchings/code_ED0310/func_80241508_ED14F8.s similarity index 100% rename from asm/nonmatchings/code_ED0310/func_80241508_ED14F8.s rename to ver/us/asm/nonmatchings/code_ED0310/func_80241508_ED14F8.s diff --git a/asm/nonmatchings/code_ED0310/func_8024162C_ED161C.s b/ver/us/asm/nonmatchings/code_ED0310/func_8024162C_ED161C.s similarity index 100% rename from asm/nonmatchings/code_ED0310/func_8024162C_ED161C.s rename to ver/us/asm/nonmatchings/code_ED0310/func_8024162C_ED161C.s diff --git a/asm/nonmatchings/code_ED4220/func_80240000_ED4220.s b/ver/us/asm/nonmatchings/code_ED4220/func_80240000_ED4220.s similarity index 100% rename from asm/nonmatchings/code_ED4220/func_80240000_ED4220.s rename to ver/us/asm/nonmatchings/code_ED4220/func_80240000_ED4220.s diff --git a/asm/nonmatchings/code_ED4260/func_80240040_ED4260.s b/ver/us/asm/nonmatchings/code_ED4260/func_80240040_ED4260.s similarity index 100% rename from asm/nonmatchings/code_ED4260/func_80240040_ED4260.s rename to ver/us/asm/nonmatchings/code_ED4260/func_80240040_ED4260.s diff --git a/asm/nonmatchings/code_ED42A0/func_80240080_ED42A0.s b/ver/us/asm/nonmatchings/code_ED42A0/func_80240080_ED42A0.s similarity index 100% rename from asm/nonmatchings/code_ED42A0/func_80240080_ED42A0.s rename to ver/us/asm/nonmatchings/code_ED42A0/func_80240080_ED42A0.s diff --git a/asm/nonmatchings/code_ED42A0/func_80240134_ED4354.s b/ver/us/asm/nonmatchings/code_ED42A0/func_80240134_ED4354.s similarity index 100% rename from asm/nonmatchings/code_ED42A0/func_80240134_ED4354.s rename to ver/us/asm/nonmatchings/code_ED42A0/func_80240134_ED4354.s diff --git a/asm/nonmatchings/code_ED42A0/func_80240198_ED43B8.s b/ver/us/asm/nonmatchings/code_ED42A0/func_80240198_ED43B8.s similarity index 100% rename from asm/nonmatchings/code_ED42A0/func_80240198_ED43B8.s rename to ver/us/asm/nonmatchings/code_ED42A0/func_80240198_ED43B8.s diff --git a/asm/nonmatchings/code_ED42A0/func_802402BC_ED44DC.s b/ver/us/asm/nonmatchings/code_ED42A0/func_802402BC_ED44DC.s similarity index 100% rename from asm/nonmatchings/code_ED42A0/func_802402BC_ED44DC.s rename to ver/us/asm/nonmatchings/code_ED42A0/func_802402BC_ED44DC.s diff --git a/asm/nonmatchings/code_ED46D0/func_802404B0_ED46D0.s b/ver/us/asm/nonmatchings/code_ED46D0/func_802404B0_ED46D0.s similarity index 100% rename from asm/nonmatchings/code_ED46D0/func_802404B0_ED46D0.s rename to ver/us/asm/nonmatchings/code_ED46D0/func_802404B0_ED46D0.s diff --git a/asm/nonmatchings/code_ED46D0/func_80240B10_ED4D30.s b/ver/us/asm/nonmatchings/code_ED46D0/func_80240B10_ED4D30.s similarity index 100% rename from asm/nonmatchings/code_ED46D0/func_80240B10_ED4D30.s rename to ver/us/asm/nonmatchings/code_ED46D0/func_80240B10_ED4D30.s diff --git a/asm/nonmatchings/code_ED510/EnableGroup.s b/ver/us/asm/nonmatchings/code_ED510/EnableGroup.s similarity index 100% rename from asm/nonmatchings/code_ED510/EnableGroup.s rename to ver/us/asm/nonmatchings/code_ED510/EnableGroup.s diff --git a/asm/nonmatchings/code_ED510/ModifyColliderFlags.s b/ver/us/asm/nonmatchings/code_ED510/ModifyColliderFlags.s similarity index 100% rename from asm/nonmatchings/code_ED510/ModifyColliderFlags.s rename to ver/us/asm/nonmatchings/code_ED510/ModifyColliderFlags.s diff --git a/asm/nonmatchings/code_ED510/ResetFromLava.s b/ver/us/asm/nonmatchings/code_ED510/ResetFromLava.s similarity index 100% rename from asm/nonmatchings/code_ED510/ResetFromLava.s rename to ver/us/asm/nonmatchings/code_ED510/ResetFromLava.s diff --git a/asm/nonmatchings/code_ED510/RotateGroup.s b/ver/us/asm/nonmatchings/code_ED510/RotateGroup.s similarity index 100% rename from asm/nonmatchings/code_ED510/RotateGroup.s rename to ver/us/asm/nonmatchings/code_ED510/RotateGroup.s diff --git a/asm/nonmatchings/code_ED510/ScaleGroup.s b/ver/us/asm/nonmatchings/code_ED510/ScaleGroup.s similarity index 100% rename from asm/nonmatchings/code_ED510/ScaleGroup.s rename to ver/us/asm/nonmatchings/code_ED510/ScaleGroup.s diff --git a/asm/nonmatchings/code_ED510/ScaleModel.s b/ver/us/asm/nonmatchings/code_ED510/ScaleModel.s similarity index 100% rename from asm/nonmatchings/code_ED510/ScaleModel.s rename to ver/us/asm/nonmatchings/code_ED510/ScaleModel.s diff --git a/asm/nonmatchings/code_ED510/SetModelFlags.s b/ver/us/asm/nonmatchings/code_ED510/SetModelFlags.s similarity index 100% rename from asm/nonmatchings/code_ED510/SetModelFlags.s rename to ver/us/asm/nonmatchings/code_ED510/SetModelFlags.s diff --git a/asm/nonmatchings/code_ED510/SetZoneEnabled.s b/ver/us/asm/nonmatchings/code_ED510/SetZoneEnabled.s similarity index 100% rename from asm/nonmatchings/code_ED510/SetZoneEnabled.s rename to ver/us/asm/nonmatchings/code_ED510/SetZoneEnabled.s diff --git a/asm/nonmatchings/code_ED510/TranslateGroup.s b/ver/us/asm/nonmatchings/code_ED510/TranslateGroup.s similarity index 100% rename from asm/nonmatchings/code_ED510/TranslateGroup.s rename to ver/us/asm/nonmatchings/code_ED510/TranslateGroup.s diff --git a/asm/nonmatchings/code_ED510/TranslateModel.s b/ver/us/asm/nonmatchings/code_ED510/TranslateModel.s similarity index 100% rename from asm/nonmatchings/code_ED510/TranslateModel.s rename to ver/us/asm/nonmatchings/code_ED510/TranslateModel.s diff --git a/asm/nonmatchings/code_ED510/func_802C90FC.s b/ver/us/asm/nonmatchings/code_ED510/func_802C90FC.s similarity index 100% rename from asm/nonmatchings/code_ED510/func_802C90FC.s rename to ver/us/asm/nonmatchings/code_ED510/func_802C90FC.s diff --git a/asm/nonmatchings/code_ED510/func_802C95A0.s b/ver/us/asm/nonmatchings/code_ED510/func_802C95A0.s similarity index 100% rename from asm/nonmatchings/code_ED510/func_802C95A0.s rename to ver/us/asm/nonmatchings/code_ED510/func_802C95A0.s diff --git a/asm/nonmatchings/code_ED510/func_802C9FD4.s b/ver/us/asm/nonmatchings/code_ED510/func_802C9FD4.s similarity index 100% rename from asm/nonmatchings/code_ED510/func_802C9FD4.s rename to ver/us/asm/nonmatchings/code_ED510/func_802C9FD4.s diff --git a/asm/nonmatchings/code_ED510/goto_map.s b/ver/us/asm/nonmatchings/code_ED510/goto_map.s similarity index 100% rename from asm/nonmatchings/code_ED510/goto_map.s rename to ver/us/asm/nonmatchings/code_ED510/goto_map.s diff --git a/asm/nonmatchings/code_ED510/modify_collider_family_flags.s b/ver/us/asm/nonmatchings/code_ED510/modify_collider_family_flags.s similarity index 100% rename from asm/nonmatchings/code_ED510/modify_collider_family_flags.s rename to ver/us/asm/nonmatchings/code_ED510/modify_collider_family_flags.s diff --git a/asm/nonmatchings/code_ED510/set_zone_enabled.s b/ver/us/asm/nonmatchings/code_ED510/set_zone_enabled.s similarity index 100% rename from asm/nonmatchings/code_ED510/set_zone_enabled.s rename to ver/us/asm/nonmatchings/code_ED510/set_zone_enabled.s diff --git a/asm/nonmatchings/code_ED5540/func_80241320_ED5540.s b/ver/us/asm/nonmatchings/code_ED5540/func_80241320_ED5540.s similarity index 100% rename from asm/nonmatchings/code_ED5540/func_80241320_ED5540.s rename to ver/us/asm/nonmatchings/code_ED5540/func_80241320_ED5540.s diff --git a/asm/nonmatchings/code_ED5540/func_80241390_ED55B0.s b/ver/us/asm/nonmatchings/code_ED5540/func_80241390_ED55B0.s similarity index 100% rename from asm/nonmatchings/code_ED5540/func_80241390_ED55B0.s rename to ver/us/asm/nonmatchings/code_ED5540/func_80241390_ED55B0.s diff --git a/asm/nonmatchings/code_ED8E20/func_80240000_ED8E20.s b/ver/us/asm/nonmatchings/code_ED8E20/func_80240000_ED8E20.s similarity index 100% rename from asm/nonmatchings/code_ED8E20/func_80240000_ED8E20.s rename to ver/us/asm/nonmatchings/code_ED8E20/func_80240000_ED8E20.s diff --git a/asm/nonmatchings/code_ED8E20/func_80240020_ED8E40.s b/ver/us/asm/nonmatchings/code_ED8E20/func_80240020_ED8E40.s similarity index 100% rename from asm/nonmatchings/code_ED8E20/func_80240020_ED8E40.s rename to ver/us/asm/nonmatchings/code_ED8E20/func_80240020_ED8E40.s diff --git a/asm/nonmatchings/code_ED8E20/func_80240034_ED8E54.s b/ver/us/asm/nonmatchings/code_ED8E20/func_80240034_ED8E54.s similarity index 100% rename from asm/nonmatchings/code_ED8E20/func_80240034_ED8E54.s rename to ver/us/asm/nonmatchings/code_ED8E20/func_80240034_ED8E54.s diff --git a/asm/nonmatchings/code_ED8E20/func_802400F0_ED8F10.s b/ver/us/asm/nonmatchings/code_ED8E20/func_802400F0_ED8F10.s similarity index 100% rename from asm/nonmatchings/code_ED8E20/func_802400F0_ED8F10.s rename to ver/us/asm/nonmatchings/code_ED8E20/func_802400F0_ED8F10.s diff --git a/asm/nonmatchings/code_ED8E20/func_80240208_ED9028.s b/ver/us/asm/nonmatchings/code_ED8E20/func_80240208_ED9028.s similarity index 100% rename from asm/nonmatchings/code_ED8E20/func_80240208_ED9028.s rename to ver/us/asm/nonmatchings/code_ED8E20/func_80240208_ED9028.s diff --git a/asm/nonmatchings/code_ED8E20/func_80240274_ED9094.s b/ver/us/asm/nonmatchings/code_ED8E20/func_80240274_ED9094.s similarity index 100% rename from asm/nonmatchings/code_ED8E20/func_80240274_ED9094.s rename to ver/us/asm/nonmatchings/code_ED8E20/func_80240274_ED9094.s diff --git a/asm/nonmatchings/code_ED8E20/func_80240318_ED9138.s b/ver/us/asm/nonmatchings/code_ED8E20/func_80240318_ED9138.s similarity index 100% rename from asm/nonmatchings/code_ED8E20/func_80240318_ED9138.s rename to ver/us/asm/nonmatchings/code_ED8E20/func_80240318_ED9138.s diff --git a/asm/nonmatchings/code_EDBFE0/func_80240000_EDBFE0.s b/ver/us/asm/nonmatchings/code_EDBFE0/func_80240000_EDBFE0.s similarity index 100% rename from asm/nonmatchings/code_EDBFE0/func_80240000_EDBFE0.s rename to ver/us/asm/nonmatchings/code_EDBFE0/func_80240000_EDBFE0.s diff --git a/asm/nonmatchings/code_EDC020/func_80240040_EDC020.s b/ver/us/asm/nonmatchings/code_EDC020/func_80240040_EDC020.s similarity index 100% rename from asm/nonmatchings/code_EDC020/func_80240040_EDC020.s rename to ver/us/asm/nonmatchings/code_EDC020/func_80240040_EDC020.s diff --git a/asm/nonmatchings/code_EDC020/func_802400B0_EDC090.s b/ver/us/asm/nonmatchings/code_EDC020/func_802400B0_EDC090.s similarity index 100% rename from asm/nonmatchings/code_EDC020/func_802400B0_EDC090.s rename to ver/us/asm/nonmatchings/code_EDC020/func_802400B0_EDC090.s diff --git a/asm/nonmatchings/code_EDC020/func_8024027C_EDC25C.s b/ver/us/asm/nonmatchings/code_EDC020/func_8024027C_EDC25C.s similarity index 100% rename from asm/nonmatchings/code_EDC020/func_8024027C_EDC25C.s rename to ver/us/asm/nonmatchings/code_EDC020/func_8024027C_EDC25C.s diff --git a/asm/nonmatchings/code_EDC020/func_80240330_EDC310.s b/ver/us/asm/nonmatchings/code_EDC020/func_80240330_EDC310.s similarity index 100% rename from asm/nonmatchings/code_EDC020/func_80240330_EDC310.s rename to ver/us/asm/nonmatchings/code_EDC020/func_80240330_EDC310.s diff --git a/asm/nonmatchings/code_EDC020/func_80240394_EDC374.s b/ver/us/asm/nonmatchings/code_EDC020/func_80240394_EDC374.s similarity index 100% rename from asm/nonmatchings/code_EDC020/func_80240394_EDC374.s rename to ver/us/asm/nonmatchings/code_EDC020/func_80240394_EDC374.s diff --git a/asm/nonmatchings/code_EDC020/func_802403F0_EDC3D0.s b/ver/us/asm/nonmatchings/code_EDC020/func_802403F0_EDC3D0.s similarity index 100% rename from asm/nonmatchings/code_EDC020/func_802403F0_EDC3D0.s rename to ver/us/asm/nonmatchings/code_EDC020/func_802403F0_EDC3D0.s diff --git a/asm/nonmatchings/code_EDC020/func_802405C0_EDC5A0.s b/ver/us/asm/nonmatchings/code_EDC020/func_802405C0_EDC5A0.s similarity index 100% rename from asm/nonmatchings/code_EDC020/func_802405C0_EDC5A0.s rename to ver/us/asm/nonmatchings/code_EDC020/func_802405C0_EDC5A0.s diff --git a/asm/nonmatchings/code_EDC020/func_80240614_EDC5F4.s b/ver/us/asm/nonmatchings/code_EDC020/func_80240614_EDC5F4.s similarity index 100% rename from asm/nonmatchings/code_EDC020/func_80240614_EDC5F4.s rename to ver/us/asm/nonmatchings/code_EDC020/func_80240614_EDC5F4.s diff --git a/asm/nonmatchings/code_EDC020/func_8024064C_EDC62C.s b/ver/us/asm/nonmatchings/code_EDC020/func_8024064C_EDC62C.s similarity index 100% rename from asm/nonmatchings/code_EDC020/func_8024064C_EDC62C.s rename to ver/us/asm/nonmatchings/code_EDC020/func_8024064C_EDC62C.s diff --git a/asm/nonmatchings/code_EDE9C0/func_80240000_EDE9C0.s b/ver/us/asm/nonmatchings/code_EDE9C0/func_80240000_EDE9C0.s similarity index 100% rename from asm/nonmatchings/code_EDE9C0/func_80240000_EDE9C0.s rename to ver/us/asm/nonmatchings/code_EDE9C0/func_80240000_EDE9C0.s diff --git a/asm/nonmatchings/code_EDEA00/func_80240040_EDEA00.s b/ver/us/asm/nonmatchings/code_EDEA00/func_80240040_EDEA00.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_80240040_EDEA00.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_80240040_EDEA00.s diff --git a/asm/nonmatchings/code_EDEA00/func_802401C4_EDEB84.s b/ver/us/asm/nonmatchings/code_EDEA00/func_802401C4_EDEB84.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_802401C4_EDEB84.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_802401C4_EDEB84.s diff --git a/asm/nonmatchings/code_EDEA00/func_80240374_EDED34.s b/ver/us/asm/nonmatchings/code_EDEA00/func_80240374_EDED34.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_80240374_EDED34.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_80240374_EDED34.s diff --git a/asm/nonmatchings/code_EDEA00/func_8024099C_EDF35C.s b/ver/us/asm/nonmatchings/code_EDEA00/func_8024099C_EDF35C.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_8024099C_EDF35C.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_8024099C_EDF35C.s diff --git a/asm/nonmatchings/code_EDEA00/func_80240A5C_EDF41C.s b/ver/us/asm/nonmatchings/code_EDEA00/func_80240A5C_EDF41C.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_80240A5C_EDF41C.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_80240A5C_EDF41C.s diff --git a/asm/nonmatchings/code_EDEA00/func_80240DA0_EDF760.s b/ver/us/asm/nonmatchings/code_EDEA00/func_80240DA0_EDF760.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_80240DA0_EDF760.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_80240DA0_EDF760.s diff --git a/asm/nonmatchings/code_EDEA00/func_80240E18_EDF7D8.s b/ver/us/asm/nonmatchings/code_EDEA00/func_80240E18_EDF7D8.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_80240E18_EDF7D8.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_80240E18_EDF7D8.s diff --git a/asm/nonmatchings/code_EDEA00/func_80240FB8_EDF978.s b/ver/us/asm/nonmatchings/code_EDEA00/func_80240FB8_EDF978.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_80240FB8_EDF978.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_80240FB8_EDF978.s diff --git a/asm/nonmatchings/code_EDEA00/func_8024101C_EDF9DC.s b/ver/us/asm/nonmatchings/code_EDEA00/func_8024101C_EDF9DC.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_8024101C_EDF9DC.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_8024101C_EDF9DC.s diff --git a/asm/nonmatchings/code_EDEA00/func_802413AC_EDFD6C.s b/ver/us/asm/nonmatchings/code_EDEA00/func_802413AC_EDFD6C.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_802413AC_EDFD6C.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_802413AC_EDFD6C.s diff --git a/asm/nonmatchings/code_EDEA00/func_802414D0_EDFE90.s b/ver/us/asm/nonmatchings/code_EDEA00/func_802414D0_EDFE90.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_802414D0_EDFE90.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_802414D0_EDFE90.s diff --git a/asm/nonmatchings/code_EDEA00/func_802416E8_EE00A8.s b/ver/us/asm/nonmatchings/code_EDEA00/func_802416E8_EE00A8.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_802416E8_EE00A8.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_802416E8_EE00A8.s diff --git a/asm/nonmatchings/code_EDEA00/func_80241730_EE00F0.s b/ver/us/asm/nonmatchings/code_EDEA00/func_80241730_EE00F0.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_80241730_EE00F0.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_80241730_EE00F0.s diff --git a/asm/nonmatchings/code_EDEA00/func_80241B94_EE0554.s b/ver/us/asm/nonmatchings/code_EDEA00/func_80241B94_EE0554.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_80241B94_EE0554.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_80241B94_EE0554.s diff --git a/asm/nonmatchings/code_EDEA00/func_80241DE4_EE07A4.s b/ver/us/asm/nonmatchings/code_EDEA00/func_80241DE4_EE07A4.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_80241DE4_EE07A4.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_80241DE4_EE07A4.s diff --git a/asm/nonmatchings/code_EDEA00/func_802422F0_EE0CB0.s b/ver/us/asm/nonmatchings/code_EDEA00/func_802422F0_EE0CB0.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_802422F0_EE0CB0.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_802422F0_EE0CB0.s diff --git a/asm/nonmatchings/code_EDEA00/func_8024236C_EE0D2C.s b/ver/us/asm/nonmatchings/code_EDEA00/func_8024236C_EE0D2C.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_8024236C_EE0D2C.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_8024236C_EE0D2C.s diff --git a/asm/nonmatchings/code_EDEA00/func_802424A0_EE0E60.s b/ver/us/asm/nonmatchings/code_EDEA00/func_802424A0_EE0E60.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_802424A0_EE0E60.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_802424A0_EE0E60.s diff --git a/asm/nonmatchings/code_EDEA00/func_80242604_EE0FC4.s b/ver/us/asm/nonmatchings/code_EDEA00/func_80242604_EE0FC4.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_80242604_EE0FC4.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_80242604_EE0FC4.s diff --git a/asm/nonmatchings/code_EDEA00/func_80242684_EE1044.s b/ver/us/asm/nonmatchings/code_EDEA00/func_80242684_EE1044.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_80242684_EE1044.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_80242684_EE1044.s diff --git a/asm/nonmatchings/code_EDEA00/func_80242AF0_EE14B0.s b/ver/us/asm/nonmatchings/code_EDEA00/func_80242AF0_EE14B0.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_80242AF0_EE14B0.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_80242AF0_EE14B0.s diff --git a/asm/nonmatchings/code_EDEA00/func_80243470_EE1E30.s b/ver/us/asm/nonmatchings/code_EDEA00/func_80243470_EE1E30.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_80243470_EE1E30.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_80243470_EE1E30.s diff --git a/asm/nonmatchings/code_EDEA00/func_80243584_EE1F44.s b/ver/us/asm/nonmatchings/code_EDEA00/func_80243584_EE1F44.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/func_80243584_EE1F44.s rename to ver/us/asm/nonmatchings/code_EDEA00/func_80243584_EE1F44.s diff --git a/asm/nonmatchings/code_EDEA00/pause_interp_text_scroll_EE1DD8.s b/ver/us/asm/nonmatchings/code_EDEA00/pause_interp_text_scroll_EE1DD8.s similarity index 100% rename from asm/nonmatchings/code_EDEA00/pause_interp_text_scroll_EE1DD8.s rename to ver/us/asm/nonmatchings/code_EDEA00/pause_interp_text_scroll_EE1DD8.s diff --git a/asm/nonmatchings/code_EE2040/func_80243680_EE2040.s b/ver/us/asm/nonmatchings/code_EE2040/func_80243680_EE2040.s similarity index 100% rename from asm/nonmatchings/code_EE2040/func_80243680_EE2040.s rename to ver/us/asm/nonmatchings/code_EE2040/func_80243680_EE2040.s diff --git a/asm/nonmatchings/code_EE65B0/func_8024030C_EE68BC.s b/ver/us/asm/nonmatchings/code_EE65B0/func_8024030C_EE68BC.s similarity index 100% rename from asm/nonmatchings/code_EE65B0/func_8024030C_EE68BC.s rename to ver/us/asm/nonmatchings/code_EE65B0/func_8024030C_EE68BC.s diff --git a/asm/nonmatchings/code_EE65B0/func_80240340_EE68F0.s b/ver/us/asm/nonmatchings/code_EE65B0/func_80240340_EE68F0.s similarity index 100% rename from asm/nonmatchings/code_EE65B0/func_80240340_EE68F0.s rename to ver/us/asm/nonmatchings/code_EE65B0/func_80240340_EE68F0.s diff --git a/asm/nonmatchings/code_EE65B0/func_802403D4_EE6984.s b/ver/us/asm/nonmatchings/code_EE65B0/func_802403D4_EE6984.s similarity index 100% rename from asm/nonmatchings/code_EE65B0/func_802403D4_EE6984.s rename to ver/us/asm/nonmatchings/code_EE65B0/func_802403D4_EE6984.s diff --git a/asm/nonmatchings/code_EE65B0/func_8024042C_EE69DC.s b/ver/us/asm/nonmatchings/code_EE65B0/func_8024042C_EE69DC.s similarity index 100% rename from asm/nonmatchings/code_EE65B0/func_8024042C_EE69DC.s rename to ver/us/asm/nonmatchings/code_EE65B0/func_8024042C_EE69DC.s diff --git a/asm/nonmatchings/code_EE65B0/func_8024046C_EE6A1C.s b/ver/us/asm/nonmatchings/code_EE65B0/func_8024046C_EE6A1C.s similarity index 100% rename from asm/nonmatchings/code_EE65B0/func_8024046C_EE6A1C.s rename to ver/us/asm/nonmatchings/code_EE65B0/func_8024046C_EE6A1C.s diff --git a/asm/nonmatchings/code_EE65B0/func_80240504_EE6AB4.s b/ver/us/asm/nonmatchings/code_EE65B0/func_80240504_EE6AB4.s similarity index 100% rename from asm/nonmatchings/code_EE65B0/func_80240504_EE6AB4.s rename to ver/us/asm/nonmatchings/code_EE65B0/func_80240504_EE6AB4.s diff --git a/asm/nonmatchings/code_EE65B0/func_802407D4_EE6D84.s b/ver/us/asm/nonmatchings/code_EE65B0/func_802407D4_EE6D84.s similarity index 100% rename from asm/nonmatchings/code_EE65B0/func_802407D4_EE6D84.s rename to ver/us/asm/nonmatchings/code_EE65B0/func_802407D4_EE6D84.s diff --git a/asm/nonmatchings/code_EE70C0/func_80240B10_EE70C0.s b/ver/us/asm/nonmatchings/code_EE70C0/func_80240B10_EE70C0.s similarity index 100% rename from asm/nonmatchings/code_EE70C0/func_80240B10_EE70C0.s rename to ver/us/asm/nonmatchings/code_EE70C0/func_80240B10_EE70C0.s diff --git a/asm/nonmatchings/code_EE70C0/func_80240CC0_EE7270.s b/ver/us/asm/nonmatchings/code_EE70C0/func_80240CC0_EE7270.s similarity index 100% rename from asm/nonmatchings/code_EE70C0/func_80240CC0_EE7270.s rename to ver/us/asm/nonmatchings/code_EE70C0/func_80240CC0_EE7270.s diff --git a/asm/nonmatchings/code_EE70C0/func_802412E8_EE7898.s b/ver/us/asm/nonmatchings/code_EE70C0/func_802412E8_EE7898.s similarity index 100% rename from asm/nonmatchings/code_EE70C0/func_802412E8_EE7898.s rename to ver/us/asm/nonmatchings/code_EE70C0/func_802412E8_EE7898.s diff --git a/asm/nonmatchings/code_EE70C0/func_802413A8_EE7958.s b/ver/us/asm/nonmatchings/code_EE70C0/func_802413A8_EE7958.s similarity index 100% rename from asm/nonmatchings/code_EE70C0/func_802413A8_EE7958.s rename to ver/us/asm/nonmatchings/code_EE70C0/func_802413A8_EE7958.s diff --git a/asm/nonmatchings/code_EE70C0/func_802416EC_EE7C9C.s b/ver/us/asm/nonmatchings/code_EE70C0/func_802416EC_EE7C9C.s similarity index 100% rename from asm/nonmatchings/code_EE70C0/func_802416EC_EE7C9C.s rename to ver/us/asm/nonmatchings/code_EE70C0/func_802416EC_EE7C9C.s diff --git a/asm/nonmatchings/code_EE70C0/func_80241764_EE7D14.s b/ver/us/asm/nonmatchings/code_EE70C0/func_80241764_EE7D14.s similarity index 100% rename from asm/nonmatchings/code_EE70C0/func_80241764_EE7D14.s rename to ver/us/asm/nonmatchings/code_EE70C0/func_80241764_EE7D14.s diff --git a/asm/nonmatchings/code_EE70C0/func_80241904_EE7EB4.s b/ver/us/asm/nonmatchings/code_EE70C0/func_80241904_EE7EB4.s similarity index 100% rename from asm/nonmatchings/code_EE70C0/func_80241904_EE7EB4.s rename to ver/us/asm/nonmatchings/code_EE70C0/func_80241904_EE7EB4.s diff --git a/asm/nonmatchings/code_EE70C0/func_80241968_EE7F18.s b/ver/us/asm/nonmatchings/code_EE70C0/func_80241968_EE7F18.s similarity index 100% rename from asm/nonmatchings/code_EE70C0/func_80241968_EE7F18.s rename to ver/us/asm/nonmatchings/code_EE70C0/func_80241968_EE7F18.s diff --git a/asm/nonmatchings/code_EE70C0/func_80241CF8_EE82A8.s b/ver/us/asm/nonmatchings/code_EE70C0/func_80241CF8_EE82A8.s similarity index 100% rename from asm/nonmatchings/code_EE70C0/func_80241CF8_EE82A8.s rename to ver/us/asm/nonmatchings/code_EE70C0/func_80241CF8_EE82A8.s diff --git a/asm/nonmatchings/code_EE70C0/func_80241E1C_EE83CC.s b/ver/us/asm/nonmatchings/code_EE70C0/func_80241E1C_EE83CC.s similarity index 100% rename from asm/nonmatchings/code_EE70C0/func_80241E1C_EE83CC.s rename to ver/us/asm/nonmatchings/code_EE70C0/func_80241E1C_EE83CC.s diff --git a/asm/nonmatchings/code_EE70C0/func_80242034_EE85E4.s b/ver/us/asm/nonmatchings/code_EE70C0/func_80242034_EE85E4.s similarity index 100% rename from asm/nonmatchings/code_EE70C0/func_80242034_EE85E4.s rename to ver/us/asm/nonmatchings/code_EE70C0/func_80242034_EE85E4.s diff --git a/asm/nonmatchings/code_EE70C0/func_80242090_EE8640.s b/ver/us/asm/nonmatchings/code_EE70C0/func_80242090_EE8640.s similarity index 100% rename from asm/nonmatchings/code_EE70C0/func_80242090_EE8640.s rename to ver/us/asm/nonmatchings/code_EE70C0/func_80242090_EE8640.s diff --git a/asm/nonmatchings/code_EE70C0/func_80242260_EE8810.s b/ver/us/asm/nonmatchings/code_EE70C0/func_80242260_EE8810.s similarity index 100% rename from asm/nonmatchings/code_EE70C0/func_80242260_EE8810.s rename to ver/us/asm/nonmatchings/code_EE70C0/func_80242260_EE8810.s diff --git a/asm/nonmatchings/code_EE70C0/func_802422B4_EE8864.s b/ver/us/asm/nonmatchings/code_EE70C0/func_802422B4_EE8864.s similarity index 100% rename from asm/nonmatchings/code_EE70C0/func_802422B4_EE8864.s rename to ver/us/asm/nonmatchings/code_EE70C0/func_802422B4_EE8864.s diff --git a/asm/nonmatchings/code_EE70C0/func_802422EC_EE889C.s b/ver/us/asm/nonmatchings/code_EE70C0/func_802422EC_EE889C.s similarity index 100% rename from asm/nonmatchings/code_EE70C0/func_802422EC_EE889C.s rename to ver/us/asm/nonmatchings/code_EE70C0/func_802422EC_EE889C.s diff --git a/asm/nonmatchings/code_EE8940/func_80242390_EE8940.s b/ver/us/asm/nonmatchings/code_EE8940/func_80242390_EE8940.s similarity index 100% rename from asm/nonmatchings/code_EE8940/func_80242390_EE8940.s rename to ver/us/asm/nonmatchings/code_EE8940/func_80242390_EE8940.s diff --git a/asm/nonmatchings/code_EED100/func_80240000_EED100.s b/ver/us/asm/nonmatchings/code_EED100/func_80240000_EED100.s similarity index 100% rename from asm/nonmatchings/code_EED100/func_80240000_EED100.s rename to ver/us/asm/nonmatchings/code_EED100/func_80240000_EED100.s diff --git a/asm/nonmatchings/code_EED140/func_80240040_EED140.s b/ver/us/asm/nonmatchings/code_EED140/func_80240040_EED140.s similarity index 100% rename from asm/nonmatchings/code_EED140/func_80240040_EED140.s rename to ver/us/asm/nonmatchings/code_EED140/func_80240040_EED140.s diff --git a/asm/nonmatchings/code_EED1E0/func_802400E0_EED1E0.s b/ver/us/asm/nonmatchings/code_EED1E0/func_802400E0_EED1E0.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_802400E0_EED1E0.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_802400E0_EED1E0.s diff --git a/asm/nonmatchings/code_EED1E0/func_802400FC_EED1FC.s b/ver/us/asm/nonmatchings/code_EED1E0/func_802400FC_EED1FC.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_802400FC_EED1FC.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_802400FC_EED1FC.s diff --git a/asm/nonmatchings/code_EED1E0/func_8024011C_EED21C.s b/ver/us/asm/nonmatchings/code_EED1E0/func_8024011C_EED21C.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_8024011C_EED21C.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_8024011C_EED21C.s diff --git a/asm/nonmatchings/code_EED1E0/func_80240148_EED248.s b/ver/us/asm/nonmatchings/code_EED1E0/func_80240148_EED248.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_80240148_EED248.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_80240148_EED248.s diff --git a/asm/nonmatchings/code_EED1E0/func_802401B4_EED2B4.s b/ver/us/asm/nonmatchings/code_EED1E0/func_802401B4_EED2B4.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_802401B4_EED2B4.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_802401B4_EED2B4.s diff --git a/asm/nonmatchings/code_EED1E0/func_80240200_EED300.s b/ver/us/asm/nonmatchings/code_EED1E0/func_80240200_EED300.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_80240200_EED300.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_80240200_EED300.s diff --git a/asm/nonmatchings/code_EED1E0/func_802402AC_EED3AC.s b/ver/us/asm/nonmatchings/code_EED1E0/func_802402AC_EED3AC.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_802402AC_EED3AC.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_802402AC_EED3AC.s diff --git a/asm/nonmatchings/code_EED1E0/func_802404FC_EED5FC.s b/ver/us/asm/nonmatchings/code_EED1E0/func_802404FC_EED5FC.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_802404FC_EED5FC.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_802404FC_EED5FC.s diff --git a/asm/nonmatchings/code_EED1E0/func_80240528_EED628.s b/ver/us/asm/nonmatchings/code_EED1E0/func_80240528_EED628.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_80240528_EED628.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_80240528_EED628.s diff --git a/asm/nonmatchings/code_EED1E0/func_80240560_EED660.s b/ver/us/asm/nonmatchings/code_EED1E0/func_80240560_EED660.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_80240560_EED660.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_80240560_EED660.s diff --git a/asm/nonmatchings/code_EED1E0/func_802405F0_EED6F0.s b/ver/us/asm/nonmatchings/code_EED1E0/func_802405F0_EED6F0.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_802405F0_EED6F0.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_802405F0_EED6F0.s diff --git a/asm/nonmatchings/code_EED1E0/func_80240624_EED724.s b/ver/us/asm/nonmatchings/code_EED1E0/func_80240624_EED724.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_80240624_EED724.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_80240624_EED724.s diff --git a/asm/nonmatchings/code_EED1E0/func_80240688_EED788.s b/ver/us/asm/nonmatchings/code_EED1E0/func_80240688_EED788.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_80240688_EED788.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_80240688_EED788.s diff --git a/asm/nonmatchings/code_EED1E0/func_802406E0_EED7E0.s b/ver/us/asm/nonmatchings/code_EED1E0/func_802406E0_EED7E0.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_802406E0_EED7E0.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_802406E0_EED7E0.s diff --git a/asm/nonmatchings/code_EED1E0/func_80240C18_EEDD18.s b/ver/us/asm/nonmatchings/code_EED1E0/func_80240C18_EEDD18.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_80240C18_EEDD18.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_80240C18_EEDD18.s diff --git a/asm/nonmatchings/code_EED1E0/func_80240DE8_EEDEE8.s b/ver/us/asm/nonmatchings/code_EED1E0/func_80240DE8_EEDEE8.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_80240DE8_EEDEE8.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_80240DE8_EEDEE8.s diff --git a/asm/nonmatchings/code_EED1E0/func_80240E18_EEDF18.s b/ver/us/asm/nonmatchings/code_EED1E0/func_80240E18_EEDF18.s similarity index 100% rename from asm/nonmatchings/code_EED1E0/func_80240E18_EEDF18.s rename to ver/us/asm/nonmatchings/code_EED1E0/func_80240E18_EEDF18.s diff --git a/asm/nonmatchings/code_EEDF50/func_80240E50_EEDF50.s b/ver/us/asm/nonmatchings/code_EEDF50/func_80240E50_EEDF50.s similarity index 100% rename from asm/nonmatchings/code_EEDF50/func_80240E50_EEDF50.s rename to ver/us/asm/nonmatchings/code_EEDF50/func_80240E50_EEDF50.s diff --git a/asm/nonmatchings/code_EEDF50/func_80241000_EEE100.s b/ver/us/asm/nonmatchings/code_EEDF50/func_80241000_EEE100.s similarity index 100% rename from asm/nonmatchings/code_EEDF50/func_80241000_EEE100.s rename to ver/us/asm/nonmatchings/code_EEDF50/func_80241000_EEE100.s diff --git a/asm/nonmatchings/code_EEDF50/func_80241628_EEE728.s b/ver/us/asm/nonmatchings/code_EEDF50/func_80241628_EEE728.s similarity index 100% rename from asm/nonmatchings/code_EEDF50/func_80241628_EEE728.s rename to ver/us/asm/nonmatchings/code_EEDF50/func_80241628_EEE728.s diff --git a/asm/nonmatchings/code_EEDF50/func_802416E8_EEE7E8.s b/ver/us/asm/nonmatchings/code_EEDF50/func_802416E8_EEE7E8.s similarity index 100% rename from asm/nonmatchings/code_EEDF50/func_802416E8_EEE7E8.s rename to ver/us/asm/nonmatchings/code_EEDF50/func_802416E8_EEE7E8.s diff --git a/asm/nonmatchings/code_EEDF50/func_80241A2C_EEEB2C.s b/ver/us/asm/nonmatchings/code_EEDF50/func_80241A2C_EEEB2C.s similarity index 100% rename from asm/nonmatchings/code_EEDF50/func_80241A2C_EEEB2C.s rename to ver/us/asm/nonmatchings/code_EEDF50/func_80241A2C_EEEB2C.s diff --git a/asm/nonmatchings/code_EEDF50/func_80241AA4_EEEBA4.s b/ver/us/asm/nonmatchings/code_EEDF50/func_80241AA4_EEEBA4.s similarity index 100% rename from asm/nonmatchings/code_EEDF50/func_80241AA4_EEEBA4.s rename to ver/us/asm/nonmatchings/code_EEDF50/func_80241AA4_EEEBA4.s diff --git a/asm/nonmatchings/code_EEDF50/func_80241C44_EEED44.s b/ver/us/asm/nonmatchings/code_EEDF50/func_80241C44_EEED44.s similarity index 100% rename from asm/nonmatchings/code_EEDF50/func_80241C44_EEED44.s rename to ver/us/asm/nonmatchings/code_EEDF50/func_80241C44_EEED44.s diff --git a/asm/nonmatchings/code_EEDF50/func_80241CA8_EEEDA8.s b/ver/us/asm/nonmatchings/code_EEDF50/func_80241CA8_EEEDA8.s similarity index 100% rename from asm/nonmatchings/code_EEDF50/func_80241CA8_EEEDA8.s rename to ver/us/asm/nonmatchings/code_EEDF50/func_80241CA8_EEEDA8.s diff --git a/asm/nonmatchings/code_EEDF50/func_80242038_EEF138.s b/ver/us/asm/nonmatchings/code_EEDF50/func_80242038_EEF138.s similarity index 100% rename from asm/nonmatchings/code_EEDF50/func_80242038_EEF138.s rename to ver/us/asm/nonmatchings/code_EEDF50/func_80242038_EEF138.s diff --git a/asm/nonmatchings/code_EEDF50/func_8024215C_EEF25C.s b/ver/us/asm/nonmatchings/code_EEDF50/func_8024215C_EEF25C.s similarity index 100% rename from asm/nonmatchings/code_EEDF50/func_8024215C_EEF25C.s rename to ver/us/asm/nonmatchings/code_EEDF50/func_8024215C_EEF25C.s diff --git a/asm/nonmatchings/code_EEDF50/func_80242374_EEF474.s b/ver/us/asm/nonmatchings/code_EEDF50/func_80242374_EEF474.s similarity index 100% rename from asm/nonmatchings/code_EEDF50/func_80242374_EEF474.s rename to ver/us/asm/nonmatchings/code_EEDF50/func_80242374_EEF474.s diff --git a/asm/nonmatchings/code_EEDF50/func_802424A4_EEF5A4.s b/ver/us/asm/nonmatchings/code_EEDF50/func_802424A4_EEF5A4.s similarity index 100% rename from asm/nonmatchings/code_EEDF50/func_802424A4_EEF5A4.s rename to ver/us/asm/nonmatchings/code_EEDF50/func_802424A4_EEF5A4.s diff --git a/asm/nonmatchings/code_EEDF50/func_80242724_EEF824.s b/ver/us/asm/nonmatchings/code_EEDF50/func_80242724_EEF824.s similarity index 100% rename from asm/nonmatchings/code_EEDF50/func_80242724_EEF824.s rename to ver/us/asm/nonmatchings/code_EEDF50/func_80242724_EEF824.s diff --git a/asm/nonmatchings/code_EEDF50/func_80242780_EEF880.s b/ver/us/asm/nonmatchings/code_EEDF50/func_80242780_EEF880.s similarity index 100% rename from asm/nonmatchings/code_EEDF50/func_80242780_EEF880.s rename to ver/us/asm/nonmatchings/code_EEDF50/func_80242780_EEF880.s diff --git a/asm/nonmatchings/code_EEFAA0/func_802429A0_EEFAA0.s b/ver/us/asm/nonmatchings/code_EEFAA0/func_802429A0_EEFAA0.s similarity index 100% rename from asm/nonmatchings/code_EEFAA0/func_802429A0_EEFAA0.s rename to ver/us/asm/nonmatchings/code_EEFAA0/func_802429A0_EEFAA0.s diff --git a/asm/nonmatchings/code_EF2610/func_80240000_EF2610.s b/ver/us/asm/nonmatchings/code_EF2610/func_80240000_EF2610.s similarity index 100% rename from asm/nonmatchings/code_EF2610/func_80240000_EF2610.s rename to ver/us/asm/nonmatchings/code_EF2610/func_80240000_EF2610.s diff --git a/asm/nonmatchings/code_EF2680/func_80240070_EF2680.s b/ver/us/asm/nonmatchings/code_EF2680/func_80240070_EF2680.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_80240070_EF2680.s rename to ver/us/asm/nonmatchings/code_EF2680/func_80240070_EF2680.s diff --git a/asm/nonmatchings/code_EF2680/func_80240220_EF2830.s b/ver/us/asm/nonmatchings/code_EF2680/func_80240220_EF2830.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_80240220_EF2830.s rename to ver/us/asm/nonmatchings/code_EF2680/func_80240220_EF2830.s diff --git a/asm/nonmatchings/code_EF2680/func_80240848_EF2E58.s b/ver/us/asm/nonmatchings/code_EF2680/func_80240848_EF2E58.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_80240848_EF2E58.s rename to ver/us/asm/nonmatchings/code_EF2680/func_80240848_EF2E58.s diff --git a/asm/nonmatchings/code_EF2680/func_80240908_EF2F18.s b/ver/us/asm/nonmatchings/code_EF2680/func_80240908_EF2F18.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_80240908_EF2F18.s rename to ver/us/asm/nonmatchings/code_EF2680/func_80240908_EF2F18.s diff --git a/asm/nonmatchings/code_EF2680/func_80240C4C_EF325C.s b/ver/us/asm/nonmatchings/code_EF2680/func_80240C4C_EF325C.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_80240C4C_EF325C.s rename to ver/us/asm/nonmatchings/code_EF2680/func_80240C4C_EF325C.s diff --git a/asm/nonmatchings/code_EF2680/func_80240CC4_EF32D4.s b/ver/us/asm/nonmatchings/code_EF2680/func_80240CC4_EF32D4.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_80240CC4_EF32D4.s rename to ver/us/asm/nonmatchings/code_EF2680/func_80240CC4_EF32D4.s diff --git a/asm/nonmatchings/code_EF2680/func_80240E64_EF3474.s b/ver/us/asm/nonmatchings/code_EF2680/func_80240E64_EF3474.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_80240E64_EF3474.s rename to ver/us/asm/nonmatchings/code_EF2680/func_80240E64_EF3474.s diff --git a/asm/nonmatchings/code_EF2680/func_80240EC8_EF34D8.s b/ver/us/asm/nonmatchings/code_EF2680/func_80240EC8_EF34D8.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_80240EC8_EF34D8.s rename to ver/us/asm/nonmatchings/code_EF2680/func_80240EC8_EF34D8.s diff --git a/asm/nonmatchings/code_EF2680/func_80241258_EF3868.s b/ver/us/asm/nonmatchings/code_EF2680/func_80241258_EF3868.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_80241258_EF3868.s rename to ver/us/asm/nonmatchings/code_EF2680/func_80241258_EF3868.s diff --git a/asm/nonmatchings/code_EF2680/func_8024137C_EF398C.s b/ver/us/asm/nonmatchings/code_EF2680/func_8024137C_EF398C.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_8024137C_EF398C.s rename to ver/us/asm/nonmatchings/code_EF2680/func_8024137C_EF398C.s diff --git a/asm/nonmatchings/code_EF2680/func_80241594_EF3BA4.s b/ver/us/asm/nonmatchings/code_EF2680/func_80241594_EF3BA4.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_80241594_EF3BA4.s rename to ver/us/asm/nonmatchings/code_EF2680/func_80241594_EF3BA4.s diff --git a/asm/nonmatchings/code_EF2680/func_802415DC_EF3BEC.s b/ver/us/asm/nonmatchings/code_EF2680/func_802415DC_EF3BEC.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_802415DC_EF3BEC.s rename to ver/us/asm/nonmatchings/code_EF2680/func_802415DC_EF3BEC.s diff --git a/asm/nonmatchings/code_EF2680/func_80241A40_EF4050.s b/ver/us/asm/nonmatchings/code_EF2680/func_80241A40_EF4050.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_80241A40_EF4050.s rename to ver/us/asm/nonmatchings/code_EF2680/func_80241A40_EF4050.s diff --git a/asm/nonmatchings/code_EF2680/func_80241C90_EF42A0.s b/ver/us/asm/nonmatchings/code_EF2680/func_80241C90_EF42A0.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_80241C90_EF42A0.s rename to ver/us/asm/nonmatchings/code_EF2680/func_80241C90_EF42A0.s diff --git a/asm/nonmatchings/code_EF2680/func_8024219C_EF47AC.s b/ver/us/asm/nonmatchings/code_EF2680/func_8024219C_EF47AC.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_8024219C_EF47AC.s rename to ver/us/asm/nonmatchings/code_EF2680/func_8024219C_EF47AC.s diff --git a/asm/nonmatchings/code_EF2680/func_80242218_EF4828.s b/ver/us/asm/nonmatchings/code_EF2680/func_80242218_EF4828.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_80242218_EF4828.s rename to ver/us/asm/nonmatchings/code_EF2680/func_80242218_EF4828.s diff --git a/asm/nonmatchings/code_EF2680/func_8024234C_EF495C.s b/ver/us/asm/nonmatchings/code_EF2680/func_8024234C_EF495C.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_8024234C_EF495C.s rename to ver/us/asm/nonmatchings/code_EF2680/func_8024234C_EF495C.s diff --git a/asm/nonmatchings/code_EF2680/func_802424B0_EF4AC0.s b/ver/us/asm/nonmatchings/code_EF2680/func_802424B0_EF4AC0.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_802424B0_EF4AC0.s rename to ver/us/asm/nonmatchings/code_EF2680/func_802424B0_EF4AC0.s diff --git a/asm/nonmatchings/code_EF2680/func_80242530_EF4B40.s b/ver/us/asm/nonmatchings/code_EF2680/func_80242530_EF4B40.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_80242530_EF4B40.s rename to ver/us/asm/nonmatchings/code_EF2680/func_80242530_EF4B40.s diff --git a/asm/nonmatchings/code_EF2680/func_8024299C_EF4FAC.s b/ver/us/asm/nonmatchings/code_EF2680/func_8024299C_EF4FAC.s similarity index 100% rename from asm/nonmatchings/code_EF2680/func_8024299C_EF4FAC.s rename to ver/us/asm/nonmatchings/code_EF2680/func_8024299C_EF4FAC.s diff --git a/asm/nonmatchings/code_EF7A80/func_8024030C_EF7D8C.s b/ver/us/asm/nonmatchings/code_EF7A80/func_8024030C_EF7D8C.s similarity index 100% rename from asm/nonmatchings/code_EF7A80/func_8024030C_EF7D8C.s rename to ver/us/asm/nonmatchings/code_EF7A80/func_8024030C_EF7D8C.s diff --git a/asm/nonmatchings/code_EF7A80/func_80240340_EF7DC0.s b/ver/us/asm/nonmatchings/code_EF7A80/func_80240340_EF7DC0.s similarity index 100% rename from asm/nonmatchings/code_EF7A80/func_80240340_EF7DC0.s rename to ver/us/asm/nonmatchings/code_EF7A80/func_80240340_EF7DC0.s diff --git a/asm/nonmatchings/code_EF7A80/func_80240394_EF7E14.s b/ver/us/asm/nonmatchings/code_EF7A80/func_80240394_EF7E14.s similarity index 100% rename from asm/nonmatchings/code_EF7A80/func_80240394_EF7E14.s rename to ver/us/asm/nonmatchings/code_EF7A80/func_80240394_EF7E14.s diff --git a/asm/nonmatchings/code_EF7FB0/func_80240530_EF7FB0.s b/ver/us/asm/nonmatchings/code_EF7FB0/func_80240530_EF7FB0.s similarity index 100% rename from asm/nonmatchings/code_EF7FB0/func_80240530_EF7FB0.s rename to ver/us/asm/nonmatchings/code_EF7FB0/func_80240530_EF7FB0.s diff --git a/asm/nonmatchings/code_EF8010/func_80240590_EF8010.s b/ver/us/asm/nonmatchings/code_EF8010/func_80240590_EF8010.s similarity index 100% rename from asm/nonmatchings/code_EF8010/func_80240590_EF8010.s rename to ver/us/asm/nonmatchings/code_EF8010/func_80240590_EF8010.s diff --git a/asm/nonmatchings/code_EF8010/func_80240600_EF8080.s b/ver/us/asm/nonmatchings/code_EF8010/func_80240600_EF8080.s similarity index 100% rename from asm/nonmatchings/code_EF8010/func_80240600_EF8080.s rename to ver/us/asm/nonmatchings/code_EF8010/func_80240600_EF8080.s diff --git a/asm/nonmatchings/code_EFEB00/func_8024030C_EFEE0C.s b/ver/us/asm/nonmatchings/code_EFEB00/func_8024030C_EFEE0C.s similarity index 100% rename from asm/nonmatchings/code_EFEB00/func_8024030C_EFEE0C.s rename to ver/us/asm/nonmatchings/code_EFEB00/func_8024030C_EFEE0C.s diff --git a/asm/nonmatchings/code_EFEB00/func_80240340_EFEE40.s b/ver/us/asm/nonmatchings/code_EFEB00/func_80240340_EFEE40.s similarity index 100% rename from asm/nonmatchings/code_EFEB00/func_80240340_EFEE40.s rename to ver/us/asm/nonmatchings/code_EFEB00/func_80240340_EFEE40.s diff --git a/asm/nonmatchings/code_EFEB00/func_802404D0_EFEFD0.s b/ver/us/asm/nonmatchings/code_EFEB00/func_802404D0_EFEFD0.s similarity index 100% rename from asm/nonmatchings/code_EFEB00/func_802404D0_EFEFD0.s rename to ver/us/asm/nonmatchings/code_EFEB00/func_802404D0_EFEFD0.s diff --git a/asm/nonmatchings/code_EFEB00/func_80240540_EFF040.s b/ver/us/asm/nonmatchings/code_EFEB00/func_80240540_EFF040.s similarity index 100% rename from asm/nonmatchings/code_EFEB00/func_80240540_EFF040.s rename to ver/us/asm/nonmatchings/code_EFEB00/func_80240540_EFF040.s diff --git a/asm/nonmatchings/code_EFEB00/func_80240660_EFF160.s b/ver/us/asm/nonmatchings/code_EFEB00/func_80240660_EFF160.s similarity index 100% rename from asm/nonmatchings/code_EFEB00/func_80240660_EFF160.s rename to ver/us/asm/nonmatchings/code_EFEB00/func_80240660_EFF160.s diff --git a/asm/nonmatchings/code_EFEB00/func_80240784_EFF284.s b/ver/us/asm/nonmatchings/code_EFEB00/func_80240784_EFF284.s similarity index 100% rename from asm/nonmatchings/code_EFEB00/func_80240784_EFF284.s rename to ver/us/asm/nonmatchings/code_EFEB00/func_80240784_EFF284.s diff --git a/asm/nonmatchings/code_EFEB00/func_802407B0_EFF2B0.s b/ver/us/asm/nonmatchings/code_EFEB00/func_802407B0_EFF2B0.s similarity index 100% rename from asm/nonmatchings/code_EFEB00/func_802407B0_EFF2B0.s rename to ver/us/asm/nonmatchings/code_EFEB00/func_802407B0_EFF2B0.s diff --git a/asm/nonmatchings/code_F5750/PlayerFaceNpc.s b/ver/us/asm/nonmatchings/code_F5750/PlayerFaceNpc.s similarity index 100% rename from asm/nonmatchings/code_F5750/PlayerFaceNpc.s rename to ver/us/asm/nonmatchings/code_F5750/PlayerFaceNpc.s diff --git a/asm/nonmatchings/code_F5750/SetPlayerAnimation.s b/ver/us/asm/nonmatchings/code_F5750/SetPlayerAnimation.s similarity index 100% rename from asm/nonmatchings/code_F5750/SetPlayerAnimation.s rename to ver/us/asm/nonmatchings/code_F5750/SetPlayerAnimation.s diff --git a/asm/nonmatchings/code_F5750/UseEntryHeading.s b/ver/us/asm/nonmatchings/code_F5750/UseEntryHeading.s similarity index 100% rename from asm/nonmatchings/code_F5750/UseEntryHeading.s rename to ver/us/asm/nonmatchings/code_F5750/UseEntryHeading.s diff --git a/asm/nonmatchings/code_F5750/UseExitHeading.s b/ver/us/asm/nonmatchings/code_F5750/UseExitHeading.s similarity index 100% rename from asm/nonmatchings/code_F5750/UseExitHeading.s rename to ver/us/asm/nonmatchings/code_F5750/UseExitHeading.s diff --git a/asm/nonmatchings/code_F5750/func_802D1270.s b/ver/us/asm/nonmatchings/code_F5750/func_802D1270.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D1270.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D1270.s diff --git a/asm/nonmatchings/code_F5750/func_802D1380.s b/ver/us/asm/nonmatchings/code_F5750/func_802D1380.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D1380.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D1380.s diff --git a/asm/nonmatchings/code_F5750/func_802D23F8.s b/ver/us/asm/nonmatchings/code_F5750/func_802D23F8.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D23F8.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D23F8.s diff --git a/asm/nonmatchings/code_F5750/func_802D2520.s b/ver/us/asm/nonmatchings/code_F5750/func_802D2520.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D2520.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D2520.s diff --git a/asm/nonmatchings/code_F5750/func_802D2884.s b/ver/us/asm/nonmatchings/code_F5750/func_802D2884.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D2884.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D2884.s diff --git a/asm/nonmatchings/code_F5750/func_802D2D30.s b/ver/us/asm/nonmatchings/code_F5750/func_802D2D30.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D2D30.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D2D30.s diff --git a/asm/nonmatchings/code_F5750/func_802D2ED4.s b/ver/us/asm/nonmatchings/code_F5750/func_802D2ED4.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D2ED4.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D2ED4.s diff --git a/asm/nonmatchings/code_F5750/func_802D2F34.s b/ver/us/asm/nonmatchings/code_F5750/func_802D2F34.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D2F34.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D2F34.s diff --git a/asm/nonmatchings/code_F5750/func_802D2FCC.s b/ver/us/asm/nonmatchings/code_F5750/func_802D2FCC.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D2FCC.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D2FCC.s diff --git a/asm/nonmatchings/code_F5750/func_802D3028.s b/ver/us/asm/nonmatchings/code_F5750/func_802D3028.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D3028.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D3028.s diff --git a/asm/nonmatchings/code_F5750/func_802D31E0.s b/ver/us/asm/nonmatchings/code_F5750/func_802D31E0.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D31E0.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D31E0.s diff --git a/asm/nonmatchings/code_F5750/func_802D3398.s b/ver/us/asm/nonmatchings/code_F5750/func_802D3398.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D3398.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D3398.s diff --git a/asm/nonmatchings/code_F5750/func_802D33D4.s b/ver/us/asm/nonmatchings/code_F5750/func_802D33D4.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D33D4.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D33D4.s diff --git a/asm/nonmatchings/code_F5750/func_802D3624.s b/ver/us/asm/nonmatchings/code_F5750/func_802D3624.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D3624.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D3624.s diff --git a/asm/nonmatchings/code_F5750/func_802D3674.s b/ver/us/asm/nonmatchings/code_F5750/func_802D3674.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D3674.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D3674.s diff --git a/asm/nonmatchings/code_F5750/func_802D36E0.s b/ver/us/asm/nonmatchings/code_F5750/func_802D36E0.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D36E0.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D36E0.s diff --git a/asm/nonmatchings/code_F5750/func_802D378C.s b/ver/us/asm/nonmatchings/code_F5750/func_802D378C.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D378C.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D378C.s diff --git a/asm/nonmatchings/code_F5750/func_802D3840.s b/ver/us/asm/nonmatchings/code_F5750/func_802D3840.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D3840.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D3840.s diff --git a/asm/nonmatchings/code_F5750/func_802D38EC.s b/ver/us/asm/nonmatchings/code_F5750/func_802D38EC.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D38EC.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D38EC.s diff --git a/asm/nonmatchings/code_F5750/func_802D3998.s b/ver/us/asm/nonmatchings/code_F5750/func_802D3998.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D3998.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D3998.s diff --git a/asm/nonmatchings/code_F5750/func_802D39FC.s b/ver/us/asm/nonmatchings/code_F5750/func_802D39FC.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D39FC.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D39FC.s diff --git a/asm/nonmatchings/code_F5750/func_802D3A60.s b/ver/us/asm/nonmatchings/code_F5750/func_802D3A60.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D3A60.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D3A60.s diff --git a/asm/nonmatchings/code_F5750/func_802D3C58.s b/ver/us/asm/nonmatchings/code_F5750/func_802D3C58.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D3C58.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D3C58.s diff --git a/asm/nonmatchings/code_F5750/func_802D3EB8.s b/ver/us/asm/nonmatchings/code_F5750/func_802D3EB8.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D3EB8.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D3EB8.s diff --git a/asm/nonmatchings/code_F5750/func_802D3F74.s b/ver/us/asm/nonmatchings/code_F5750/func_802D3F74.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D3F74.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D3F74.s diff --git a/asm/nonmatchings/code_F5750/func_802D3FC8.s b/ver/us/asm/nonmatchings/code_F5750/func_802D3FC8.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D3FC8.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D3FC8.s diff --git a/asm/nonmatchings/code_F5750/func_802D4050.s b/ver/us/asm/nonmatchings/code_F5750/func_802D4050.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D4050.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D4050.s diff --git a/asm/nonmatchings/code_F5750/func_802D417C.s b/ver/us/asm/nonmatchings/code_F5750/func_802D417C.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D417C.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D417C.s diff --git a/asm/nonmatchings/code_F5750/func_802D420C.s b/ver/us/asm/nonmatchings/code_F5750/func_802D420C.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D420C.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D420C.s diff --git a/asm/nonmatchings/code_F5750/func_802D42AC.s b/ver/us/asm/nonmatchings/code_F5750/func_802D42AC.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D42AC.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D42AC.s diff --git a/asm/nonmatchings/code_F5750/func_802D4364.s b/ver/us/asm/nonmatchings/code_F5750/func_802D4364.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D4364.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D4364.s diff --git a/asm/nonmatchings/code_F5750/func_802D43F4.s b/ver/us/asm/nonmatchings/code_F5750/func_802D43F4.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D43F4.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D43F4.s diff --git a/asm/nonmatchings/code_F5750/func_802D4434.s b/ver/us/asm/nonmatchings/code_F5750/func_802D4434.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D4434.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D4434.s diff --git a/asm/nonmatchings/code_F5750/func_802D4488.s b/ver/us/asm/nonmatchings/code_F5750/func_802D4488.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D4488.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D4488.s diff --git a/asm/nonmatchings/code_F5750/func_802D4560.s b/ver/us/asm/nonmatchings/code_F5750/func_802D4560.s similarity index 100% rename from asm/nonmatchings/code_F5750/func_802D4560.s rename to ver/us/asm/nonmatchings/code_F5750/func_802D4560.s diff --git a/asm/nonmatchings/code_F5750/player_jump.s b/ver/us/asm/nonmatchings/code_F5750/player_jump.s similarity index 100% rename from asm/nonmatchings/code_F5750/player_jump.s rename to ver/us/asm/nonmatchings/code_F5750/player_jump.s diff --git a/asm/nonmatchings/code_FBE10/PlayEffect.s b/ver/us/asm/nonmatchings/code_FBE10/PlayEffect.s similarity index 100% rename from asm/nonmatchings/code_FBE10/PlayEffect.s rename to ver/us/asm/nonmatchings/code_FBE10/PlayEffect.s diff --git a/asm/nonmatchings/code_FBE10/ShowEmote.s b/ver/us/asm/nonmatchings/code_FBE10/ShowEmote.s similarity index 100% rename from asm/nonmatchings/code_FBE10/ShowEmote.s rename to ver/us/asm/nonmatchings/code_FBE10/ShowEmote.s diff --git a/asm/nonmatchings/code_FBE10/ShowSleepBubble.s b/ver/us/asm/nonmatchings/code_FBE10/ShowSleepBubble.s similarity index 100% rename from asm/nonmatchings/code_FBE10/ShowSleepBubble.s rename to ver/us/asm/nonmatchings/code_FBE10/ShowSleepBubble.s diff --git a/asm/nonmatchings/code_FBE10/func_802D7690.s b/ver/us/asm/nonmatchings/code_FBE10/func_802D7690.s similarity index 100% rename from asm/nonmatchings/code_FBE10/func_802D7690.s rename to ver/us/asm/nonmatchings/code_FBE10/func_802D7690.s diff --git a/asm/nonmatchings/code_FBE10/func_802D7E08.s b/ver/us/asm/nonmatchings/code_FBE10/func_802D7E08.s similarity index 100% rename from asm/nonmatchings/code_FBE10/func_802D7E08.s rename to ver/us/asm/nonmatchings/code_FBE10/func_802D7E08.s diff --git a/asm/nonmatchings/code_FBE10/func_802D8248.s b/ver/us/asm/nonmatchings/code_FBE10/func_802D8248.s similarity index 100% rename from asm/nonmatchings/code_FBE10/func_802D8248.s rename to ver/us/asm/nonmatchings/code_FBE10/func_802D8248.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/AssignAreaFlag.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/AssignAreaFlag.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/AssignAreaFlag.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/AssignAreaFlag.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/AssignBlockFlag.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/AssignBlockFlag.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/AssignBlockFlag.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/AssignBlockFlag.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/AssignCrateFlag.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/AssignCrateFlag.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/AssignCrateFlag.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/AssignCrateFlag.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/AssignPanelFlag.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/AssignPanelFlag.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/AssignPanelFlag.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/AssignPanelFlag.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/AssignScript.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/AssignScript.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/AssignScript.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/AssignScript.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/MakeEntity.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/MakeEntity.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/MakeEntity.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/MakeEntity.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/UseDynamicShadow.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/UseDynamicShadow.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/UseDynamicShadow.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/UseDynamicShadow.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/_load_model_textures.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/_load_model_textures.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/_load_model_textures.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/_load_model_textures.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/_set_game_mode.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/_set_game_mode.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/_set_game_mode.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/_set_game_mode.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/appendGfx_model.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/appendGfx_model.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/appendGfx_model.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/appendGfx_model.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/appendGfx_model_group.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/appendGfx_model_group.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/appendGfx_model_group.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/appendGfx_model_group.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/calculate_model_sizes.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/calculate_model_sizes.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/calculate_model_sizes.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/calculate_model_sizes.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/clear_entity_data.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/clear_entity_data.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/clear_entity_data.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/clear_entity_data.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/clear_model_data.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/clear_model_data.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/clear_model_data.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/clear_model_data.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/clone_model.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/clone_model.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/clone_model.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/clone_model.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/create_entity.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/create_entity.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/create_entity.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/create_entity.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/create_entity_shadow.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/create_entity_shadow.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/create_entity_shadow.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/create_entity_shadow.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/create_shadow_from_data.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/create_shadow_from_data.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/create_shadow_from_data.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/create_shadow_from_data.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/create_shadow_type.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/create_shadow_type.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/create_shadow_type.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/create_shadow_type.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/delete_entity.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/delete_entity.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/delete_entity.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/delete_entity.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/delete_entity_and_unload_data.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/delete_entity_and_unload_data.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/delete_entity_and_unload_data.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/delete_entity_and_unload_data.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/disable_world_fog.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/disable_world_fog.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/disable_world_fog.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/disable_world_fog.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/enable_world_fog.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/enable_world_fog.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/enable_world_fog.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/enable_world_fog.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/entity_get_collision_flags.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/entity_get_collision_flags.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/entity_get_collision_flags.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/entity_get_collision_flags.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/exec_entity_updatecmd.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/exec_entity_updatecmd.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/exec_entity_updatecmd.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/exec_entity_updatecmd.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8010FE44.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8010FE44.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8010FE44.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8010FE44.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80110678.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80110678.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80110678.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80110678.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011085C.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011085C.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011085C.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011085C.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_801109DC.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_801109DC.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_801109DC.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_801109DC.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80110BCC.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80110BCC.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80110BCC.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80110BCC.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80110BF8.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80110BF8.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80110BF8.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80110BF8.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80110E58.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80110E58.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80110E58.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80110E58.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80110F10.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80110F10.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80110F10.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80110F10.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_801110B4.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_801110B4.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_801110B4.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_801110B4.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80111790.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80111790.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80111790.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80111790.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_801117DC.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_801117DC.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_801117DC.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_801117DC.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80111E9C.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80111E9C.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80111E9C.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80111E9C.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80112328.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112328.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80112328.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112328.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80112344.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112344.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80112344.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112344.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_801125E8.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_801125E8.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_801125E8.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_801125E8.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80112B20.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112B20.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80112B20.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112B20.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80112B98.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112B98.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80112B98.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112B98.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80112D84.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112D84.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80112D84.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112D84.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80112DD4.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112DD4.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80112DD4.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112DD4.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80112DFC.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112DFC.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80112DFC.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112DFC.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80112E24.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112E24.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80112E24.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112E24.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80112E4C.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112E4C.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80112E4C.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112E4C.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80112EEC.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112EEC.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80112EEC.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112EEC.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80112FC4.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112FC4.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80112FC4.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80112FC4.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80114B58.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80114B58.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80114B58.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80114B58.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80115498.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80115498.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80115498.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80115498.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80116674.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80116674.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80116674.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80116674.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80116698.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80116698.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80116698.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80116698.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80117D00.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80117D00.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80117D00.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80117D00.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_80117E74.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80117E74.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_80117E74.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_80117E74.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011800C.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011800C.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011800C.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011800C.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_801180E8.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_801180E8.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_801180E8.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_801180E8.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B090.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B090.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011B090.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B090.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B1C0.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B1C0.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011B1C0.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B1C0.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B1D8.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B1D8.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011B1D8.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B1D8.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B37C.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B37C.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011B37C.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B37C.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B5D0.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B5D0.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011B5D0.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B5D0.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B660.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B660.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011B660.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B660.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B7C0.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B7C0.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011B7C0.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B7C0.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B950.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B950.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011B950.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011B950.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BAE8.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BAE8.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011BAE8.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BAE8.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BC7C.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BC7C.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011BC7C.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BC7C.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BCB4.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BCB4.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011BCB4.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BCB4.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BCD0.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BCD0.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011BCD0.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BCD0.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BCEC.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BCEC.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011BCEC.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BCEC.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BEB4.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BEB4.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011BEB4.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BEB4.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BF14.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BF14.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011BF14.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BF14.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BF98.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BF98.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011BF98.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BF98.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BFD4.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BFD4.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011BFD4.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011BFD4.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C028.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C028.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011C028.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C028.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C0DC.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C0DC.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011C0DC.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C0DC.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C130.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C130.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011C130.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C130.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C164.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C164.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011C164.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C164.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C2B0.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C2B0.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011C2B0.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C2B0.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C2EC.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C2EC.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011C2EC.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C2EC.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C32C.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C32C.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011C32C.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C32C.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C80C.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C80C.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011C80C.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011C80C.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011CFBC.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011CFBC.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011CFBC.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011CFBC.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011D7E4.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011D7E4.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011D7E4.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011D7E4.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011D82C.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011D82C.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011D82C.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011D82C.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011D890.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011D890.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011D890.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011D890.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011D8D0.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011D8D0.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011D8D0.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011D8D0.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/func_8011D9B8.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011D9B8.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/func_8011D9B8.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/func_8011D9B8.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/get_background_color_blend.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/get_background_color_blend.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/get_background_color_blend.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/get_background_color_blend.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/get_entity_type.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/get_entity_type.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/get_entity_type.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/get_entity_type.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/get_model_center_and_size.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/get_model_center_and_size.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/get_model_center_and_size.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/get_model_center_and_size.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/get_model_list_index_from_tree_index.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/get_model_list_index_from_tree_index.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/get_model_list_index_from_tree_index.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/get_model_list_index_from_tree_index.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/get_model_property.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/get_model_property.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/get_model_property.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/get_model_property.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/get_world_fog_color.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/get_world_fog_color.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/get_world_fog_color.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/get_world_fog_color.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/get_world_fog_distance.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/get_world_fog_distance.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/get_world_fog_distance.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/get_world_fog_distance.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/init_model_data.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/init_model_data.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/init_model_data.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/init_model_data.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/is_entity_data_loaded.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/is_entity_data_loaded.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/is_entity_data_loaded.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/is_entity_data_loaded.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/is_identity_fixed_mtx.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/is_identity_fixed_mtx.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/is_identity_fixed_mtx.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/is_identity_fixed_mtx.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/is_world_fog_enabled.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/is_world_fog_enabled.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/is_world_fog_enabled.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/is_world_fog_enabled.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/load_area_specific_entity_data.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/load_area_specific_entity_data.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/load_area_specific_entity_data.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/load_area_specific_entity_data.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/load_data_for_models.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/load_data_for_models.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/load_data_for_models.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/load_data_for_models.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/load_model_textures.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/load_model_textures.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/load_model_textures.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/load_model_textures.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/load_model_transforms.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/load_model_transforms.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/load_model_transforms.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/load_model_transforms.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/load_simple_entity_data.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/load_simple_entity_data.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/load_simple_entity_data.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/load_simple_entity_data.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/load_split_entity_data.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/load_split_entity_data.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/load_split_entity_data.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/load_split_entity_data.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/load_tile_header.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/load_tile_header.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/load_tile_header.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/load_tile_header.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/mdl_create_model.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/mdl_create_model.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/mdl_create_model.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/mdl_create_model.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/mdl_get_child_count.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/mdl_get_child_count.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/mdl_get_child_count.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/mdl_get_child_count.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/queue_render_task.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/queue_render_task.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/queue_render_task.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/queue_render_task.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/render_entities.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/render_entities.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/render_entities.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/render_entities.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/render_models.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/render_models.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/render_models.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/render_models.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/render_shadows.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/render_shadows.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/render_shadows.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/render_shadows.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/render_ui.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/render_ui.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/render_ui.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/render_ui.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/set_aux_pan_u.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_aux_pan_u.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/set_aux_pan_u.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_aux_pan_u.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/set_aux_pan_v.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_aux_pan_v.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/set_aux_pan_v.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_aux_pan_v.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/set_background_color_blend.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_background_color_blend.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/set_background_color_blend.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_background_color_blend.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/set_entity_updatecmd.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_entity_updatecmd.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/set_entity_updatecmd.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_entity_updatecmd.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/set_main_pan_u.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_main_pan_u.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/set_main_pan_u.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_main_pan_u.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/set_main_pan_v.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_main_pan_v.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/set_main_pan_v.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_main_pan_v.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/set_next_game_mode.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_next_game_mode.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/set_next_game_mode.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_next_game_mode.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/set_npc_shadow_scale.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_npc_shadow_scale.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/set_npc_shadow_scale.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_npc_shadow_scale.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/set_peach_shadow_scale.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_peach_shadow_scale.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/set_peach_shadow_scale.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_peach_shadow_scale.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/set_standard_shadow_scale.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_standard_shadow_scale.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/set_standard_shadow_scale.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_standard_shadow_scale.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/set_world_fog_color.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_world_fog_color.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/set_world_fog_color.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_world_fog_color.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/set_world_fog_dist.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_world_fog_dist.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/set_world_fog_dist.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/set_world_fog_dist.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/step_current_game_mode.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/step_current_game_mode.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/step_current_game_mode.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/step_current_game_mode.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/step_entity_updatecmd.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/step_entity_updatecmd.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/step_entity_updatecmd.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/step_entity_updatecmd.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/test_player_entity_aabb.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/test_player_entity_aabb.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/test_player_entity_aabb.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/test_player_entity_aabb.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/update_entities.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/update_entities.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/update_entities.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/update_entities.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/update_entity_inverse_rotation_matrix.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/update_entity_inverse_rotation_matrix.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/update_entity_inverse_rotation_matrix.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/update_entity_inverse_rotation_matrix.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/update_entity_transform_matrix.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/update_entity_transform_matrix.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/update_entity_transform_matrix.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/update_entity_transform_matrix.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/update_shadow_transform_matrix.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/update_shadow_transform_matrix.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/update_shadow_transform_matrix.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/update_shadow_transform_matrix.s diff --git a/asm/nonmatchings/code_a5dd0_len_114e0/update_shadows.s b/ver/us/asm/nonmatchings/code_a5dd0_len_114e0/update_shadows.s similarity index 100% rename from asm/nonmatchings/code_a5dd0_len_114e0/update_shadows.s rename to ver/us/asm/nonmatchings/code_a5dd0_len_114e0/update_shadows.s diff --git a/asm/nonmatchings/code_ad90_len_2880/do_camera_type_6.s b/ver/us/asm/nonmatchings/code_ad90_len_2880/do_camera_type_6.s similarity index 100% rename from asm/nonmatchings/code_ad90_len_2880/do_camera_type_6.s rename to ver/us/asm/nonmatchings/code_ad90_len_2880/do_camera_type_6.s diff --git a/asm/nonmatchings/code_ad90_len_2880/update_camera_from_zone.s b/ver/us/asm/nonmatchings/code_ad90_len_2880/update_camera_from_zone.s similarity index 100% rename from asm/nonmatchings/code_ad90_len_2880/update_camera_from_zone.s rename to ver/us/asm/nonmatchings/code_ad90_len_2880/update_camera_from_zone.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/ALT_load_entity_model.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/ALT_load_entity_model.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/ALT_load_entity_model.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/ALT_load_entity_model.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/appendGfx_entity_model.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/appendGfx_entity_model.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/appendGfx_entity_model.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/appendGfx_entity_model.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/bind_dynamic_entity_3.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/bind_dynamic_entity_3.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/bind_dynamic_entity_3.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/bind_dynamic_entity_3.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/bind_dynamic_entity_7.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/bind_dynamic_entity_7.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/bind_dynamic_entity_7.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/bind_dynamic_entity_7.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/bind_dynamic_entity_B.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/bind_dynamic_entity_B.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/bind_dynamic_entity_B.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/bind_dynamic_entity_B.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/clear_dynamic_entity_list.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/clear_dynamic_entity_list.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/clear_dynamic_entity_list.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/clear_dynamic_entity_list.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/clear_entity_model_flags.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/clear_entity_model_flags.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/clear_entity_model_flags.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/clear_entity_model_flags.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/clear_entity_models.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/clear_entity_models.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/clear_entity_models.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/clear_entity_models.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_extra1.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_extra1.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_extra1.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_extra1.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_extra2.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_extra2.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_extra2.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_extra2.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_extra3.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_extra3.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_extra3.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_extra3.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_main.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_main.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_main.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_main.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_shadow.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_shadow.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_shadow.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/draw_entity_model_shadow.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/free_entity_model_by_index.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/free_entity_model_by_index.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/free_entity_model_by_index.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/free_entity_model_by_index.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/free_entity_model_by_ref.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/free_entity_model_by_ref.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/free_entity_model_by_ref.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/free_entity_model_by_ref.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/func_80122D7C.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/func_80122D7C.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/func_80122D7C.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/func_80122D7C.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/func_80122F64.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/func_80122F64.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/func_80122F64.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/func_80122F64.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/func_80122F8C.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/func_80122F8C.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/func_80122F8C.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/func_80122F8C.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/func_80122FB8.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/func_80122FB8.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/func_80122FB8.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/func_80122FB8.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/func_801234E0.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/func_801234E0.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/func_801234E0.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/func_801234E0.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/func_80123550.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/func_80123550.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/func_80123550.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/func_80123550.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/func_801235C0.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/func_801235C0.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/func_801235C0.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/func_801235C0.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/init_entity_models.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/init_entity_models.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/init_entity_models.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/init_entity_models.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/load_entity_model.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/load_entity_model.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/load_entity_model.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/load_entity_model.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/render_dynamic_entities.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/render_dynamic_entities.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/render_dynamic_entities.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/render_dynamic_entities.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/set_entity_model_flags.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/set_entity_model_flags.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/set_entity_model_flags.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/set_entity_model_flags.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/step_entity_rendercmd.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/step_entity_rendercmd.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/step_entity_rendercmd.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/step_entity_rendercmd.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/update_dynamic_entities.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/update_dynamic_entities.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/update_dynamic_entities.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/update_dynamic_entities.s diff --git a/asm/nonmatchings/code_b72b0_len_15ed0/update_entity_rendercmd.s b/ver/us/asm/nonmatchings/code_b72b0_len_15ed0/update_entity_rendercmd.s similarity index 100% rename from asm/nonmatchings/code_b72b0_len_15ed0/update_entity_rendercmd.s rename to ver/us/asm/nonmatchings/code_b72b0_len_15ed0/update_entity_rendercmd.s diff --git a/asm/nonmatchings/code_cd180_len_38f0/_render_transition_stencil.s b/ver/us/asm/nonmatchings/code_cd180_len_38f0/_render_transition_stencil.s similarity index 100% rename from asm/nonmatchings/code_cd180_len_38f0/_render_transition_stencil.s rename to ver/us/asm/nonmatchings/code_cd180_len_38f0/_render_transition_stencil.s diff --git a/asm/nonmatchings/code_cd180_len_38f0/clear_transition_stencil.s b/ver/us/asm/nonmatchings/code_cd180_len_38f0/clear_transition_stencil.s similarity index 100% rename from asm/nonmatchings/code_cd180_len_38f0/clear_transition_stencil.s rename to ver/us/asm/nonmatchings/code_cd180_len_38f0/clear_transition_stencil.s diff --git a/asm/nonmatchings/code_cd180_len_38f0/func_80137DC0.s b/ver/us/asm/nonmatchings/code_cd180_len_38f0/func_80137DC0.s similarity index 100% rename from asm/nonmatchings/code_cd180_len_38f0/func_80137DC0.s rename to ver/us/asm/nonmatchings/code_cd180_len_38f0/func_80137DC0.s diff --git a/asm/nonmatchings/code_cd180_len_38f0/func_80138188.s b/ver/us/asm/nonmatchings/code_cd180_len_38f0/func_80138188.s similarity index 100% rename from asm/nonmatchings/code_cd180_len_38f0/func_80138188.s rename to ver/us/asm/nonmatchings/code_cd180_len_38f0/func_80138188.s diff --git a/asm/nonmatchings/code_cd180_len_38f0/func_801382AC.s b/ver/us/asm/nonmatchings/code_cd180_len_38f0/func_801382AC.s similarity index 100% rename from asm/nonmatchings/code_cd180_len_38f0/func_801382AC.s rename to ver/us/asm/nonmatchings/code_cd180_len_38f0/func_801382AC.s diff --git a/asm/nonmatchings/code_cd180_len_38f0/func_801385D4.s b/ver/us/asm/nonmatchings/code_cd180_len_38f0/func_801385D4.s similarity index 100% rename from asm/nonmatchings/code_cd180_len_38f0/func_801385D4.s rename to ver/us/asm/nonmatchings/code_cd180_len_38f0/func_801385D4.s diff --git a/asm/nonmatchings/code_cd180_len_38f0/render_transition_stencil_lower.s b/ver/us/asm/nonmatchings/code_cd180_len_38f0/render_transition_stencil_lower.s similarity index 100% rename from asm/nonmatchings/code_cd180_len_38f0/render_transition_stencil_lower.s rename to ver/us/asm/nonmatchings/code_cd180_len_38f0/render_transition_stencil_lower.s diff --git a/asm/nonmatchings/code_cd180_len_38f0/render_transition_stencil_upper.s b/ver/us/asm/nonmatchings/code_cd180_len_38f0/render_transition_stencil_upper.s similarity index 100% rename from asm/nonmatchings/code_cd180_len_38f0/render_transition_stencil_upper.s rename to ver/us/asm/nonmatchings/code_cd180_len_38f0/render_transition_stencil_upper.s diff --git a/asm/nonmatchings/code_cd180_len_38f0/set_map_transition_effect.s b/ver/us/asm/nonmatchings/code_cd180_len_38f0/set_map_transition_effect.s similarity index 100% rename from asm/nonmatchings/code_cd180_len_38f0/set_map_transition_effect.s rename to ver/us/asm/nonmatchings/code_cd180_len_38f0/set_map_transition_effect.s diff --git a/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_alpha.s b/ver/us/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_alpha.s similarity index 100% rename from asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_alpha.s rename to ver/us/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_alpha.s diff --git a/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_center.s b/ver/us/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_center.s similarity index 100% rename from asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_center.s rename to ver/us/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_center.s diff --git a/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_center_worldpos.s b/ver/us/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_center_worldpos.s similarity index 100% rename from asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_center_worldpos.s rename to ver/us/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_center_worldpos.s diff --git a/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_color.s b/ver/us/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_color.s similarity index 100% rename from asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_color.s rename to ver/us/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_color.s diff --git a/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_zoom_0.s b/ver/us/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_zoom_0.s similarity index 100% rename from asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_zoom_0.s rename to ver/us/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_zoom_0.s diff --git a/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_zoom_1.s b/ver/us/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_zoom_1.s similarity index 100% rename from asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_zoom_1.s rename to ver/us/asm/nonmatchings/code_cd180_len_38f0/set_transition_stencil_zoom_1.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A370.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A370.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013A370.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A370.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A37C.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A37C.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013A37C.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A37C.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A4D0.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A4D0.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013A4D0.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A4D0.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A610.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A610.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013A610.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A610.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A650.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A650.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013A650.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A650.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A6E8.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A6E8.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013A6E8.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A6E8.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A704.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A704.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013A704.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A704.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A888.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A888.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013A888.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A888.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A8E0.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A8E0.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013A8E0.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A8E0.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A920.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A920.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013A920.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A920.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A93C.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A93C.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013A93C.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A93C.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A9C8.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A9C8.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013A9C8.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A9C8.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A9E8.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A9E8.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013A9E8.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013A9E8.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013AA9C.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013AA9C.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013AA9C.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013AA9C.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013AF20.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013AF20.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013AF20.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013AF20.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013AF70.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013AF70.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013AF70.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013AF70.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013B0EC.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013B0EC.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013B0EC.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013B0EC.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013B1B0.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013B1B0.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013B1B0.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013B1B0.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013BC88.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013BC88.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013BC88.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013BC88.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013C048.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013C048.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013C048.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013C048.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013C220.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013C220.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013C220.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013C220.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013C3F0.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013C3F0.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013C3F0.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013C3F0.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013CFA8.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013CFA8.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013CFA8.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013CFA8.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013DAB4.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013DAB4.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013DAB4.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013DAB4.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013E2F0.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013E2F0.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013E2F0.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013E2F0.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013E904.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013E904.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013E904.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013E904.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013EE48.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013EE48.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013EE48.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013EE48.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013EE68.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013EE68.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013EE68.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013EE68.s diff --git a/asm/nonmatchings/code_d0a70_len_4fe0/func_8013F1F8.s b/ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013F1F8.s similarity index 100% rename from asm/nonmatchings/code_d0a70_len_4fe0/func_8013F1F8.s rename to ver/us/asm/nonmatchings/code_d0a70_len_4fe0/func_8013F1F8.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/clear_icon_flags.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/clear_icon_flags.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/clear_icon_flags.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/clear_icon_flags.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/create_icon.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/create_icon.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/create_icon.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/create_icon.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/draw_icon_0.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/draw_icon_0.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/draw_icon_0.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/draw_icon_0.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/draw_icon_1.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/draw_icon_1.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/draw_icon_1.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/draw_icon_1.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/draw_icon_2.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/draw_icon_2.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/draw_icon_2.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/draw_icon_2.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/draw_menu_icon.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/draw_menu_icon.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/draw_menu_icon.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/draw_menu_icon.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/free_icon.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/free_icon.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/free_icon.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/free_icon.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_8013F350.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_8013F350.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_8013F350.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_8013F350.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_8013F704.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_8013F704.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_8013F704.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_8013F704.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80141100.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80141100.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80141100.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80141100.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_801413F8.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_801413F8.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_801413F8.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_801413F8.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80141704.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80141704.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80141704.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80141704.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80142210.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80142210.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80142210.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80142210.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_8014271C.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_8014271C.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_8014271C.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_8014271C.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80143C48.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80143C48.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80143C48.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80143C48.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80144218.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144218.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80144218.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144218.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80144238.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144238.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80144238.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144238.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80144258.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144258.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80144258.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144258.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80144278.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144278.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80144278.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144278.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_801449DC.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_801449DC.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_801449DC.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_801449DC.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80144A5C.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144A5C.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80144A5C.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144A5C.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80144C20.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144C20.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80144C20.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144C20.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80144DF4.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144DF4.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80144DF4.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144DF4.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80144E4C.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144E4C.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80144E4C.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144E4C.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80144E74.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144E74.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80144E74.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144E74.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80144F28.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144F28.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80144F28.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144F28.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80144FD8.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144FD8.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80144FD8.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80144FD8.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80145070.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80145070.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80145070.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80145070.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80145108.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80145108.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80145108.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80145108.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80145184.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80145184.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80145184.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80145184.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_801451D4.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_801451D4.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_801451D4.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_801451D4.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80145224.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80145224.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80145224.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80145224.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_80145274.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80145274.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_80145274.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_80145274.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_801452B4.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_801452B4.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_801452B4.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_801452B4.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/func_801452E8.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_801452E8.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/func_801452E8.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/func_801452E8.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/get_icon_render_pos.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/get_icon_render_pos.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/get_icon_render_pos.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/get_icon_render_pos.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/get_menu_icon.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/get_menu_icon.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/get_menu_icon.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/get_menu_icon.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/get_menu_icon_script.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/get_menu_icon_script.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/get_menu_icon_script.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/get_menu_icon_script.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/icon_set_opacity.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/icon_set_opacity.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/icon_set_opacity.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/icon_set_opacity.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/icon_set_tint.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/icon_set_tint.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/icon_set_tint.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/icon_set_tint.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/init_menu_icon_list.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/init_menu_icon_list.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/init_menu_icon_list.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/init_menu_icon_list.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/render_menu_icon.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/render_menu_icon.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/render_menu_icon.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/render_menu_icon.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/render_menu_icons.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/render_menu_icons.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/render_menu_icons.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/render_menu_icons.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/set_icon_flags.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/set_icon_flags.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/set_icon_flags.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/set_icon_flags.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/set_icon_render_pos.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/set_icon_render_pos.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/set_icon_render_pos.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/set_icon_render_pos.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/set_menu_icon_script.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/set_menu_icon_script.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/set_menu_icon_script.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/set_menu_icon_script.s diff --git a/asm/nonmatchings/code_d5a50_len_5fd0/update_menu_icons.s b/ver/us/asm/nonmatchings/code_d5a50_len_5fd0/update_menu_icons.s similarity index 100% rename from asm/nonmatchings/code_d5a50_len_5fd0/update_menu_icons.s rename to ver/us/asm/nonmatchings/code_d5a50_len_5fd0/update_menu_icons.s diff --git a/asm/nonmatchings/code_d610_len_1330/create_camera_lead_player_mtx.s b/ver/us/asm/nonmatchings/code_d610_len_1330/create_camera_lead_player_mtx.s similarity index 100% rename from asm/nonmatchings/code_d610_len_1330/create_camera_lead_player_mtx.s rename to ver/us/asm/nonmatchings/code_d610_len_1330/create_camera_lead_player_mtx.s diff --git a/asm/nonmatchings/code_d610_len_1330/func_80032210.s b/ver/us/asm/nonmatchings/code_d610_len_1330/func_80032210.s similarity index 100% rename from asm/nonmatchings/code_d610_len_1330/func_80032210.s rename to ver/us/asm/nonmatchings/code_d610_len_1330/func_80032210.s diff --git a/asm/nonmatchings/code_d610_len_1330/func_800322DC.s b/ver/us/asm/nonmatchings/code_d610_len_1330/func_800322DC.s similarity index 100% rename from asm/nonmatchings/code_d610_len_1330/func_800322DC.s rename to ver/us/asm/nonmatchings/code_d610_len_1330/func_800322DC.s diff --git a/asm/nonmatchings/code_d610_len_1330/func_800325E4.s b/ver/us/asm/nonmatchings/code_d610_len_1330/func_800325E4.s similarity index 100% rename from asm/nonmatchings/code_d610_len_1330/func_800325E4.s rename to ver/us/asm/nonmatchings/code_d610_len_1330/func_800325E4.s diff --git a/asm/nonmatchings/code_d610_len_1330/func_800328A4.s b/ver/us/asm/nonmatchings/code_d610_len_1330/func_800328A4.s similarity index 100% rename from asm/nonmatchings/code_d610_len_1330/func_800328A4.s rename to ver/us/asm/nonmatchings/code_d610_len_1330/func_800328A4.s diff --git a/asm/nonmatchings/code_d610_len_1330/func_80032970.s b/ver/us/asm/nonmatchings/code_d610_len_1330/func_80032970.s similarity index 100% rename from asm/nonmatchings/code_d610_len_1330/func_80032970.s rename to ver/us/asm/nonmatchings/code_d610_len_1330/func_80032970.s diff --git a/asm/nonmatchings/code_d610_len_1330/func_80032C64.s b/ver/us/asm/nonmatchings/code_d610_len_1330/func_80032C64.s similarity index 100% rename from asm/nonmatchings/code_d610_len_1330/func_80032C64.s rename to ver/us/asm/nonmatchings/code_d610_len_1330/func_80032C64.s diff --git a/asm/nonmatchings/code_d610_len_1330/get_game_mode.s b/ver/us/asm/nonmatchings/code_d610_len_1330/get_game_mode.s similarity index 100% rename from asm/nonmatchings/code_d610_len_1330/get_game_mode.s rename to ver/us/asm/nonmatchings/code_d610_len_1330/get_game_mode.s diff --git a/asm/nonmatchings/code_d610_len_1330/set_game_mode.s b/ver/us/asm/nonmatchings/code_d610_len_1330/set_game_mode.s similarity index 100% rename from asm/nonmatchings/code_d610_len_1330/set_game_mode.s rename to ver/us/asm/nonmatchings/code_d610_len_1330/set_game_mode.s diff --git a/asm/nonmatchings/code_dbd70_len_700/clear_trigger_data.s b/ver/us/asm/nonmatchings/code_dbd70_len_700/clear_trigger_data.s similarity index 100% rename from asm/nonmatchings/code_dbd70_len_700/clear_trigger_data.s rename to ver/us/asm/nonmatchings/code_dbd70_len_700/clear_trigger_data.s diff --git a/asm/nonmatchings/code_dbd70_len_700/create_trigger.s b/ver/us/asm/nonmatchings/code_dbd70_len_700/create_trigger.s similarity index 100% rename from asm/nonmatchings/code_dbd70_len_700/create_trigger.s rename to ver/us/asm/nonmatchings/code_dbd70_len_700/create_trigger.s diff --git a/asm/nonmatchings/code_dbd70_len_700/is_trigger_bound.s b/ver/us/asm/nonmatchings/code_dbd70_len_700/is_trigger_bound.s similarity index 100% rename from asm/nonmatchings/code_dbd70_len_700/is_trigger_bound.s rename to ver/us/asm/nonmatchings/code_dbd70_len_700/is_trigger_bound.s diff --git a/asm/nonmatchings/code_dbd70_len_700/update_triggers.s b/ver/us/asm/nonmatchings/code_dbd70_len_700/update_triggers.s similarity index 100% rename from asm/nonmatchings/code_dbd70_len_700/update_triggers.s rename to ver/us/asm/nonmatchings/code_dbd70_len_700/update_triggers.s diff --git a/asm/nonmatchings/code_dc470_len_14c0/enable_background_wave.s b/ver/us/asm/nonmatchings/code_dc470_len_14c0/enable_background_wave.s similarity index 100% rename from asm/nonmatchings/code_dc470_len_14c0/enable_background_wave.s rename to ver/us/asm/nonmatchings/code_dc470_len_14c0/enable_background_wave.s diff --git a/asm/nonmatchings/code_ddaf0_len_c50/basic_hidden_window_update.s b/ver/us/asm/nonmatchings/code_ddaf0_len_c50/basic_hidden_window_update.s similarity index 100% rename from asm/nonmatchings/code_ddaf0_len_c50/basic_hidden_window_update.s rename to ver/us/asm/nonmatchings/code_ddaf0_len_c50/basic_hidden_window_update.s diff --git a/asm/nonmatchings/code_ddaf0_len_c50/basic_window_update.s b/ver/us/asm/nonmatchings/code_ddaf0_len_c50/basic_window_update.s similarity index 100% rename from asm/nonmatchings/code_ddaf0_len_c50/basic_window_update.s rename to ver/us/asm/nonmatchings/code_ddaf0_len_c50/basic_window_update.s diff --git a/asm/nonmatchings/code_ddaf0_len_c50/main_menu_window_update.s b/ver/us/asm/nonmatchings/code_ddaf0_len_c50/main_menu_window_update.s similarity index 100% rename from asm/nonmatchings/code_ddaf0_len_c50/main_menu_window_update.s rename to ver/us/asm/nonmatchings/code_ddaf0_len_c50/main_menu_window_update.s diff --git a/asm/nonmatchings/code_ddaf0_len_c50/render_window_root.s b/ver/us/asm/nonmatchings/code_ddaf0_len_c50/render_window_root.s similarity index 100% rename from asm/nonmatchings/code_ddaf0_len_c50/render_window_root.s rename to ver/us/asm/nonmatchings/code_ddaf0_len_c50/render_window_root.s diff --git a/asm/nonmatchings/code_ddaf0_len_c50/render_windows.s b/ver/us/asm/nonmatchings/code_ddaf0_len_c50/render_windows.s similarity index 100% rename from asm/nonmatchings/code_ddaf0_len_c50/render_windows.s rename to ver/us/asm/nonmatchings/code_ddaf0_len_c50/render_windows.s diff --git a/asm/nonmatchings/code_ddaf0_len_c50/set_window_properties.s b/ver/us/asm/nonmatchings/code_ddaf0_len_c50/set_window_properties.s similarity index 100% rename from asm/nonmatchings/code_ddaf0_len_c50/set_window_properties.s rename to ver/us/asm/nonmatchings/code_ddaf0_len_c50/set_window_properties.s diff --git a/asm/nonmatchings/code_ddaf0_len_c50/set_windows_visible.s b/ver/us/asm/nonmatchings/code_ddaf0_len_c50/set_windows_visible.s similarity index 100% rename from asm/nonmatchings/code_ddaf0_len_c50/set_windows_visible.s rename to ver/us/asm/nonmatchings/code_ddaf0_len_c50/set_windows_visible.s diff --git a/asm/nonmatchings/code_ddaf0_len_c50/setup_pause_menu_tab.s b/ver/us/asm/nonmatchings/code_ddaf0_len_c50/setup_pause_menu_tab.s similarity index 100% rename from asm/nonmatchings/code_ddaf0_len_c50/setup_pause_menu_tab.s rename to ver/us/asm/nonmatchings/code_ddaf0_len_c50/setup_pause_menu_tab.s diff --git a/asm/nonmatchings/code_ddaf0_len_c50/update_window_hierarchy.s b/ver/us/asm/nonmatchings/code_ddaf0_len_c50/update_window_hierarchy.s similarity index 100% rename from asm/nonmatchings/code_ddaf0_len_c50/update_window_hierarchy.s rename to ver/us/asm/nonmatchings/code_ddaf0_len_c50/update_window_hierarchy.s diff --git a/asm/nonmatchings/code_ddaf0_len_c50/update_windows.s b/ver/us/asm/nonmatchings/code_ddaf0_len_c50/update_windows.s similarity index 100% rename from asm/nonmatchings/code_ddaf0_len_c50/update_windows.s rename to ver/us/asm/nonmatchings/code_ddaf0_len_c50/update_windows.s diff --git a/asm/nonmatchings/code_de740_len_23f0/appendGfx_shaded_sprite.s b/ver/us/asm/nonmatchings/code_de740_len_23f0/appendGfx_shaded_sprite.s similarity index 100% rename from asm/nonmatchings/code_de740_len_23f0/appendGfx_shaded_sprite.s rename to ver/us/asm/nonmatchings/code_de740_len_23f0/appendGfx_shaded_sprite.s diff --git a/asm/nonmatchings/code_de740_len_23f0/func_80148040.s b/ver/us/asm/nonmatchings/code_de740_len_23f0/func_80148040.s similarity index 100% rename from asm/nonmatchings/code_de740_len_23f0/func_80148040.s rename to ver/us/asm/nonmatchings/code_de740_len_23f0/func_80148040.s diff --git a/asm/nonmatchings/code_de740_len_23f0/func_801480F0.s b/ver/us/asm/nonmatchings/code_de740_len_23f0/func_801480F0.s similarity index 100% rename from asm/nonmatchings/code_de740_len_23f0/func_801480F0.s rename to ver/us/asm/nonmatchings/code_de740_len_23f0/func_801480F0.s diff --git a/asm/nonmatchings/code_de740_len_23f0/func_80148154.s b/ver/us/asm/nonmatchings/code_de740_len_23f0/func_80148154.s similarity index 100% rename from asm/nonmatchings/code_de740_len_23f0/func_80148154.s rename to ver/us/asm/nonmatchings/code_de740_len_23f0/func_80148154.s diff --git a/asm/nonmatchings/code_de740_len_23f0/render_shaded_sprite.s b/ver/us/asm/nonmatchings/code_de740_len_23f0/render_shaded_sprite.s similarity index 100% rename from asm/nonmatchings/code_de740_len_23f0/render_shaded_sprite.s rename to ver/us/asm/nonmatchings/code_de740_len_23f0/render_shaded_sprite.s diff --git a/asm/nonmatchings/code_e0b30_len_b80/func_8014A548.s b/ver/us/asm/nonmatchings/code_e0b30_len_b80/func_8014A548.s similarity index 100% rename from asm/nonmatchings/code_e0b30_len_b80/func_8014A548.s rename to ver/us/asm/nonmatchings/code_e0b30_len_b80/func_8014A548.s diff --git a/asm/nonmatchings/code_e0b30_len_b80/func_8014AC94.s b/ver/us/asm/nonmatchings/code_e0b30_len_b80/func_8014AC94.s similarity index 100% rename from asm/nonmatchings/code_e0b30_len_b80/func_8014AC94.s rename to ver/us/asm/nonmatchings/code_e0b30_len_b80/func_8014AC94.s diff --git a/asm/nonmatchings/code_e0b30_len_b80/func_8014AD40.s b/ver/us/asm/nonmatchings/code_e0b30_len_b80/func_8014AD40.s similarity index 100% rename from asm/nonmatchings/code_e0b30_len_b80/func_8014AD40.s rename to ver/us/asm/nonmatchings/code_e0b30_len_b80/func_8014AD40.s diff --git a/asm/nonmatchings/code_e20eb0/func_802B70B4.s b/ver/us/asm/nonmatchings/code_e20eb0/func_802B70B4.s similarity index 100% rename from asm/nonmatchings/code_e20eb0/func_802B70B4.s rename to ver/us/asm/nonmatchings/code_e20eb0/func_802B70B4.s diff --git a/asm/nonmatchings/code_e20eb0/func_802B71C8.s b/ver/us/asm/nonmatchings/code_e20eb0/func_802B71C8.s similarity index 100% rename from asm/nonmatchings/code_e20eb0/func_802B71C8.s rename to ver/us/asm/nonmatchings/code_e20eb0/func_802B71C8.s diff --git a/asm/nonmatchings/code_e20eb0/func_802B742C.s b/ver/us/asm/nonmatchings/code_e20eb0/func_802B742C.s similarity index 100% rename from asm/nonmatchings/code_e20eb0/func_802B742C.s rename to ver/us/asm/nonmatchings/code_e20eb0/func_802B742C.s diff --git a/asm/nonmatchings/code_e79b0_len_1920/func_802C39F8.s b/ver/us/asm/nonmatchings/code_e79b0_len_1920/func_802C39F8.s similarity index 100% rename from asm/nonmatchings/code_e79b0_len_1920/func_802C39F8.s rename to ver/us/asm/nonmatchings/code_e79b0_len_1920/func_802C39F8.s diff --git a/asm/nonmatchings/code_e79b0_len_1920/func_802C3EE4.s b/ver/us/asm/nonmatchings/code_e79b0_len_1920/func_802C3EE4.s similarity index 100% rename from asm/nonmatchings/code_e79b0_len_1920/func_802C3EE4.s rename to ver/us/asm/nonmatchings/code_e79b0_len_1920/func_802C3EE4.s diff --git a/asm/nonmatchings/code_e79b0_len_1920/sort_scripts.s b/ver/us/asm/nonmatchings/code_e79b0_len_1920/sort_scripts.s similarity index 100% rename from asm/nonmatchings/code_e79b0_len_1920/sort_scripts.s rename to ver/us/asm/nonmatchings/code_e79b0_len_1920/sort_scripts.s diff --git a/asm/nonmatchings/code_e79b0_len_1920/start_child_script.s b/ver/us/asm/nonmatchings/code_e79b0_len_1920/start_child_script.s similarity index 100% rename from asm/nonmatchings/code_e79b0_len_1920/start_child_script.s rename to ver/us/asm/nonmatchings/code_e79b0_len_1920/start_child_script.s diff --git a/asm/nonmatchings/code_e79b0_len_1920/start_script.s b/ver/us/asm/nonmatchings/code_e79b0_len_1920/start_script.s similarity index 100% rename from asm/nonmatchings/code_e79b0_len_1920/start_script.s rename to ver/us/asm/nonmatchings/code_e79b0_len_1920/start_script.s diff --git a/asm/nonmatchings/code_e79b0_len_1920/update_scripts.s b/ver/us/asm/nonmatchings/code_e79b0_len_1920/update_scripts.s similarity index 100% rename from asm/nonmatchings/code_e79b0_len_1920/update_scripts.s rename to ver/us/asm/nonmatchings/code_e79b0_len_1920/update_scripts.s diff --git a/asm/nonmatchings/code_ebd0_len_6a0/func_80033BC0.s b/ver/us/asm/nonmatchings/code_ebd0_len_6a0/func_80033BC0.s similarity index 100% rename from asm/nonmatchings/code_ebd0_len_6a0/func_80033BC0.s rename to ver/us/asm/nonmatchings/code_ebd0_len_6a0/func_80033BC0.s diff --git a/asm/nonmatchings/code_ebd0_len_6a0/step_battle.s b/ver/us/asm/nonmatchings/code_ebd0_len_6a0/step_battle.s similarity index 100% rename from asm/nonmatchings/code_ebd0_len_6a0/step_battle.s rename to ver/us/asm/nonmatchings/code_ebd0_len_6a0/step_battle.s diff --git a/asm/nonmatchings/code_ef070_len_3400/AdjustCam.s b/ver/us/asm/nonmatchings/code_ef070_len_3400/AdjustCam.s similarity index 100% rename from asm/nonmatchings/code_ef070_len_3400/AdjustCam.s rename to ver/us/asm/nonmatchings/code_ef070_len_3400/AdjustCam.s diff --git a/asm/nonmatchings/code_ef070_len_3400/LoadSettings.s b/ver/us/asm/nonmatchings/code_ef070_len_3400/LoadSettings.s similarity index 100% rename from asm/nonmatchings/code_ef070_len_3400/LoadSettings.s rename to ver/us/asm/nonmatchings/code_ef070_len_3400/LoadSettings.s diff --git a/asm/nonmatchings/code_ef070_len_3400/ResetCam.s b/ver/us/asm/nonmatchings/code_ef070_len_3400/ResetCam.s similarity index 100% rename from asm/nonmatchings/code_ef070_len_3400/ResetCam.s rename to ver/us/asm/nonmatchings/code_ef070_len_3400/ResetCam.s diff --git a/asm/nonmatchings/code_ef070_len_3400/SetCamProperties.s b/ver/us/asm/nonmatchings/code_ef070_len_3400/SetCamProperties.s similarity index 100% rename from asm/nonmatchings/code_ef070_len_3400/SetCamProperties.s rename to ver/us/asm/nonmatchings/code_ef070_len_3400/SetCamProperties.s diff --git a/asm/nonmatchings/code_ef070_len_3400/ShakeCam.s b/ver/us/asm/nonmatchings/code_ef070_len_3400/ShakeCam.s similarity index 100% rename from asm/nonmatchings/code_ef070_len_3400/ShakeCam.s rename to ver/us/asm/nonmatchings/code_ef070_len_3400/ShakeCam.s diff --git a/asm/nonmatchings/code_ef070_len_3400/UseSettingsFrom.s b/ver/us/asm/nonmatchings/code_ef070_len_3400/UseSettingsFrom.s similarity index 100% rename from asm/nonmatchings/code_ef070_len_3400/UseSettingsFrom.s rename to ver/us/asm/nonmatchings/code_ef070_len_3400/UseSettingsFrom.s diff --git a/asm/nonmatchings/code_ef070_len_3400/draw_anim_models.s b/ver/us/asm/nonmatchings/code_ef070_len_3400/draw_anim_models.s similarity index 100% rename from asm/nonmatchings/code_ef070_len_3400/draw_anim_models.s rename to ver/us/asm/nonmatchings/code_ef070_len_3400/draw_anim_models.s diff --git a/asm/nonmatchings/code_ef070_len_3400/func_802CB008.s b/ver/us/asm/nonmatchings/code_ef070_len_3400/func_802CB008.s similarity index 100% rename from asm/nonmatchings/code_ef070_len_3400/func_802CB008.s rename to ver/us/asm/nonmatchings/code_ef070_len_3400/func_802CB008.s diff --git a/asm/nonmatchings/code_ef070_len_3400/func_802CD4B4.s b/ver/us/asm/nonmatchings/code_ef070_len_3400/func_802CD4B4.s similarity index 100% rename from asm/nonmatchings/code_ef070_len_3400/func_802CD4B4.s rename to ver/us/asm/nonmatchings/code_ef070_len_3400/func_802CD4B4.s diff --git a/asm/nonmatchings/code_ef070_len_3400/func_802CD5C0.s b/ver/us/asm/nonmatchings/code_ef070_len_3400/func_802CD5C0.s similarity index 100% rename from asm/nonmatchings/code_ef070_len_3400/func_802CD5C0.s rename to ver/us/asm/nonmatchings/code_ef070_len_3400/func_802CD5C0.s diff --git a/asm/nonmatchings/code_ef070_len_3400/func_802CD6E0.s b/ver/us/asm/nonmatchings/code_ef070_len_3400/func_802CD6E0.s similarity index 100% rename from asm/nonmatchings/code_ef070_len_3400/func_802CD6E0.s rename to ver/us/asm/nonmatchings/code_ef070_len_3400/func_802CD6E0.s diff --git a/asm/nonmatchings/code_ef070_len_3400/func_802CD7D8.s b/ver/us/asm/nonmatchings/code_ef070_len_3400/func_802CD7D8.s similarity index 100% rename from asm/nonmatchings/code_ef070_len_3400/func_802CD7D8.s rename to ver/us/asm/nonmatchings/code_ef070_len_3400/func_802CD7D8.s diff --git a/asm/nonmatchings/code_ef070_len_3400/func_802CD8F8.s b/ver/us/asm/nonmatchings/code_ef070_len_3400/func_802CD8F8.s similarity index 100% rename from asm/nonmatchings/code_ef070_len_3400/func_802CD8F8.s rename to ver/us/asm/nonmatchings/code_ef070_len_3400/func_802CD8F8.s diff --git a/asm/nonmatchings/code_ef070_len_3400/func_802CD9F0.s b/ver/us/asm/nonmatchings/code_ef070_len_3400/func_802CD9F0.s similarity index 100% rename from asm/nonmatchings/code_ef070_len_3400/func_802CD9F0.s rename to ver/us/asm/nonmatchings/code_ef070_len_3400/func_802CD9F0.s diff --git a/asm/nonmatchings/code_f2470_len_27f0/BringPartnerOut.s b/ver/us/asm/nonmatchings/code_f2470_len_27f0/BringPartnerOut.s similarity index 100% rename from asm/nonmatchings/code_f2470_len_27f0/BringPartnerOut.s rename to ver/us/asm/nonmatchings/code_f2470_len_27f0/BringPartnerOut.s diff --git a/asm/nonmatchings/code_f2470_len_27f0/CreateNpc.s b/ver/us/asm/nonmatchings/code_f2470_len_27f0/CreateNpc.s similarity index 100% rename from asm/nonmatchings/code_f2470_len_27f0/CreateNpc.s rename to ver/us/asm/nonmatchings/code_f2470_len_27f0/CreateNpc.s diff --git a/asm/nonmatchings/code_f2470_len_27f0/InterpNpcYaw.s b/ver/us/asm/nonmatchings/code_f2470_len_27f0/InterpNpcYaw.s similarity index 100% rename from asm/nonmatchings/code_f2470_len_27f0/InterpNpcYaw.s rename to ver/us/asm/nonmatchings/code_f2470_len_27f0/InterpNpcYaw.s diff --git a/asm/nonmatchings/code_f2470_len_27f0/NpcFaceNpc.s b/ver/us/asm/nonmatchings/code_f2470_len_27f0/NpcFaceNpc.s similarity index 100% rename from asm/nonmatchings/code_f2470_len_27f0/NpcFaceNpc.s rename to ver/us/asm/nonmatchings/code_f2470_len_27f0/NpcFaceNpc.s diff --git a/asm/nonmatchings/code_f2470_len_27f0/NpcFacePlayer.s b/ver/us/asm/nonmatchings/code_f2470_len_27f0/NpcFacePlayer.s similarity index 100% rename from asm/nonmatchings/code_f2470_len_27f0/NpcFacePlayer.s rename to ver/us/asm/nonmatchings/code_f2470_len_27f0/NpcFacePlayer.s diff --git a/asm/nonmatchings/code_f2470_len_27f0/NpcFlyTo.s b/ver/us/asm/nonmatchings/code_f2470_len_27f0/NpcFlyTo.s similarity index 100% rename from asm/nonmatchings/code_f2470_len_27f0/NpcFlyTo.s rename to ver/us/asm/nonmatchings/code_f2470_len_27f0/NpcFlyTo.s diff --git a/asm/nonmatchings/code_f2470_len_27f0/NpcMoveTo.s b/ver/us/asm/nonmatchings/code_f2470_len_27f0/NpcMoveTo.s similarity index 100% rename from asm/nonmatchings/code_f2470_len_27f0/NpcMoveTo.s rename to ver/us/asm/nonmatchings/code_f2470_len_27f0/NpcMoveTo.s diff --git a/asm/nonmatchings/code_f2470_len_27f0/PutPartnerAway.s b/ver/us/asm/nonmatchings/code_f2470_len_27f0/PutPartnerAway.s similarity index 100% rename from asm/nonmatchings/code_f2470_len_27f0/PutPartnerAway.s rename to ver/us/asm/nonmatchings/code_f2470_len_27f0/PutPartnerAway.s diff --git a/asm/nonmatchings/code_f2470_len_27f0/_npc_jump_to.s b/ver/us/asm/nonmatchings/code_f2470_len_27f0/_npc_jump_to.s similarity index 100% rename from asm/nonmatchings/code_f2470_len_27f0/_npc_jump_to.s rename to ver/us/asm/nonmatchings/code_f2470_len_27f0/_npc_jump_to.s diff --git a/asm/nonmatchings/code_f270_len_1190/begin_state_logos.s b/ver/us/asm/nonmatchings/code_f270_len_1190/begin_state_logos.s similarity index 100% rename from asm/nonmatchings/code_f270_len_1190/begin_state_logos.s rename to ver/us/asm/nonmatchings/code_f270_len_1190/begin_state_logos.s diff --git a/asm/nonmatchings/code_f270_len_1190/begin_state_pause_menu.s b/ver/us/asm/nonmatchings/code_f270_len_1190/begin_state_pause_menu.s similarity index 100% rename from asm/nonmatchings/code_f270_len_1190/begin_state_pause_menu.s rename to ver/us/asm/nonmatchings/code_f270_len_1190/begin_state_pause_menu.s diff --git a/asm/nonmatchings/code_f270_len_1190/func_800343A4.s b/ver/us/asm/nonmatchings/code_f270_len_1190/func_800343A4.s similarity index 100% rename from asm/nonmatchings/code_f270_len_1190/func_800343A4.s rename to ver/us/asm/nonmatchings/code_f270_len_1190/func_800343A4.s diff --git a/asm/nonmatchings/code_f270_len_1190/func_80034BFC.s b/ver/us/asm/nonmatchings/code_f270_len_1190/func_80034BFC.s similarity index 100% rename from asm/nonmatchings/code_f270_len_1190/func_80034BFC.s rename to ver/us/asm/nonmatchings/code_f270_len_1190/func_80034BFC.s diff --git a/asm/nonmatchings/code_f270_len_1190/func_80034C3C.s b/ver/us/asm/nonmatchings/code_f270_len_1190/func_80034C3C.s similarity index 100% rename from asm/nonmatchings/code_f270_len_1190/func_80034C3C.s rename to ver/us/asm/nonmatchings/code_f270_len_1190/func_80034C3C.s diff --git a/asm/nonmatchings/code_f270_len_1190/step_logos.s b/ver/us/asm/nonmatchings/code_f270_len_1190/step_logos.s similarity index 100% rename from asm/nonmatchings/code_f270_len_1190/step_logos.s rename to ver/us/asm/nonmatchings/code_f270_len_1190/step_logos.s diff --git a/asm/nonmatchings/code_f270_len_1190/step_pause_menu.s b/ver/us/asm/nonmatchings/code_f270_len_1190/step_pause_menu.s similarity index 100% rename from asm/nonmatchings/code_f270_len_1190/step_pause_menu.s rename to ver/us/asm/nonmatchings/code_f270_len_1190/step_pause_menu.s diff --git a/asm/nonmatchings/code_f4c60_len_4300/ShowChoice.s b/ver/us/asm/nonmatchings/code_f4c60_len_4300/ShowChoice.s similarity index 100% rename from asm/nonmatchings/code_f4c60_len_4300/ShowChoice.s rename to ver/us/asm/nonmatchings/code_f4c60_len_4300/ShowChoice.s diff --git a/asm/nonmatchings/code_f4c60_len_4300/ShowMessageAtScreenPos.s b/ver/us/asm/nonmatchings/code_f4c60_len_4300/ShowMessageAtScreenPos.s similarity index 100% rename from asm/nonmatchings/code_f4c60_len_4300/ShowMessageAtScreenPos.s rename to ver/us/asm/nonmatchings/code_f4c60_len_4300/ShowMessageAtScreenPos.s diff --git a/asm/nonmatchings/code_f4c60_len_4300/ShowMessageAtWorldPos.s b/ver/us/asm/nonmatchings/code_f4c60_len_4300/ShowMessageAtWorldPos.s similarity index 100% rename from asm/nonmatchings/code_f4c60_len_4300/ShowMessageAtWorldPos.s rename to ver/us/asm/nonmatchings/code_f4c60_len_4300/ShowMessageAtWorldPos.s diff --git a/asm/nonmatchings/code_f4c60_len_4300/_show_message.s b/ver/us/asm/nonmatchings/code_f4c60_len_4300/_show_message.s similarity index 100% rename from asm/nonmatchings/code_f4c60_len_4300/_show_message.s rename to ver/us/asm/nonmatchings/code_f4c60_len_4300/_show_message.s diff --git a/asm/nonmatchings/code_f8f60_len_1560/GetNextPathPos.s b/ver/us/asm/nonmatchings/code_f8f60_len_1560/GetNextPathPos.s similarity index 100% rename from asm/nonmatchings/code_f8f60_len_1560/GetNextPathPos.s rename to ver/us/asm/nonmatchings/code_f8f60_len_1560/GetNextPathPos.s diff --git a/asm/nonmatchings/code_f8f60_len_1560/func_802D5270.s b/ver/us/asm/nonmatchings/code_f8f60_len_1560/func_802D5270.s similarity index 100% rename from asm/nonmatchings/code_f8f60_len_1560/func_802D5270.s rename to ver/us/asm/nonmatchings/code_f8f60_len_1560/func_802D5270.s diff --git a/asm/nonmatchings/code_f8f60_len_1560/setup_path_data.s b/ver/us/asm/nonmatchings/code_f8f60_len_1560/setup_path_data.s similarity index 100% rename from asm/nonmatchings/code_f8f60_len_1560/setup_path_data.s rename to ver/us/asm/nonmatchings/code_f8f60_len_1560/setup_path_data.s diff --git a/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D5B10.s b/ver/us/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D5B10.s similarity index 100% rename from asm/nonmatchings/code_fa4c0_len_3bf0/func_802D5B10.s rename to ver/us/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D5B10.s diff --git a/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D5C70.s b/ver/us/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D5C70.s similarity index 100% rename from asm/nonmatchings/code_fa4c0_len_3bf0/func_802D5C70.s rename to ver/us/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D5C70.s diff --git a/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D6420.s b/ver/us/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D6420.s similarity index 100% rename from asm/nonmatchings/code_fa4c0_len_3bf0/func_802D6420.s rename to ver/us/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D6420.s diff --git a/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D663C.s b/ver/us/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D663C.s similarity index 100% rename from asm/nonmatchings/code_fa4c0_len_3bf0/func_802D663C.s rename to ver/us/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D663C.s diff --git a/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D7460.s b/ver/us/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D7460.s similarity index 100% rename from asm/nonmatchings/code_fa4c0_len_3bf0/func_802D7460.s rename to ver/us/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D7460.s diff --git a/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D74C0.s b/ver/us/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D74C0.s similarity index 100% rename from asm/nonmatchings/code_fa4c0_len_3bf0/func_802D74C0.s rename to ver/us/asm/nonmatchings/code_fa4c0_len_3bf0/func_802D74C0.s diff --git a/asm/nonmatchings/code_fe0b0_len_5a0/SetSpriteShading.s b/ver/us/asm/nonmatchings/code_fe0b0_len_5a0/SetSpriteShading.s similarity index 100% rename from asm/nonmatchings/code_fe0b0_len_5a0/SetSpriteShading.s rename to ver/us/asm/nonmatchings/code_fe0b0_len_5a0/SetSpriteShading.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DBD40.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DBD40.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DBD40.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DBD40.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DBD8C.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DBD8C.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DBD8C.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DBD8C.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DBDBC.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DBDBC.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DBDBC.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DBDBC.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DBE78.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DBE78.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DBE78.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DBE78.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DBFC0.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DBFC0.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DBFC0.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DBFC0.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DC008.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DC008.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DC008.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DC008.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DD634.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DD634.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DD634.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DD634.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DD6DC.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DD6DC.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DD6DC.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DD6DC.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DD7B0.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DD7B0.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DD7B0.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DD7B0.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DD820.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DD820.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DD820.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DD820.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DD89C.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DD89C.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DD89C.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DD89C.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DD8F8.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DD8F8.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DD8F8.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DD8F8.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DDA8C.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DDA8C.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DDA8C.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DDA8C.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DDEC4.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DDEC4.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DDEC4.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DDEC4.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DDEE4.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DDEE4.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DDEE4.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DDEE4.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DDFF8.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DDFF8.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DDFF8.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DDFF8.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DE044.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE044.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DE044.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE044.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DE0C0.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE0C0.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DE0C0.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE0C0.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DE0EC.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE0EC.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DE0EC.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE0EC.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DE2AC.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE2AC.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DE2AC.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE2AC.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DE3D8.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE3D8.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DE3D8.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE3D8.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DE5C8.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE5C8.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DE5C8.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE5C8.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DE5E8.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE5E8.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DE5E8.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE5E8.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DE748.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE748.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DE748.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE748.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DE780.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE780.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DE780.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE780.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DE894.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE894.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DE894.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE894.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DE8DC.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE8DC.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DE8DC.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE8DC.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DE9D8.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE9D8.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DE9D8.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DE9D8.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DEA40.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DEA40.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DEA40.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DEA40.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/func_802DEA6C.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DEA6C.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/func_802DEA6C.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/func_802DEA6C.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/render_sprite.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/render_sprite.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/render_sprite.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/render_sprite.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/set_anim_timescale.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/set_anim_timescale.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/set_anim_timescale.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/set_anim_timescale.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/spr_appendMDL_component.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/spr_appendMDL_component.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/spr_appendMDL_component.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/spr_appendMDL_component.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/spr_draw_component.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/spr_draw_component.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/spr_draw_component.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/spr_draw_component.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/spr_transform_point.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/spr_transform_point.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/spr_transform_point.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/spr_transform_point.s diff --git a/asm/nonmatchings/code_fee30_len_2d60/update_component.s b/ver/us/asm/nonmatchings/code_fee30_len_2d60/update_component.s similarity index 100% rename from asm/nonmatchings/code_fee30_len_2d60/update_component.s rename to ver/us/asm/nonmatchings/code_fee30_len_2d60/update_component.s diff --git a/asm/nonmatchings/os/code_39cb0_len_100/boot_idle.s b/ver/us/asm/nonmatchings/os/code_39cb0_len_100/boot_idle.s similarity index 100% rename from asm/nonmatchings/os/code_39cb0_len_100/boot_idle.s rename to ver/us/asm/nonmatchings/os/code_39cb0_len_100/boot_idle.s diff --git a/asm/nonmatchings/os/code_3b710_len_40/nuGfxSwapCfbFuncSet.s b/ver/us/asm/nonmatchings/os/code_3b710_len_40/nuGfxSwapCfbFuncSet.s similarity index 100% rename from asm/nonmatchings/os/code_3b710_len_40/nuGfxSwapCfbFuncSet.s rename to ver/us/asm/nonmatchings/os/code_3b710_len_40/nuGfxSwapCfbFuncSet.s diff --git a/asm/nonmatchings/os/code_3b770_len_80/nuGfxRetraceWait.s b/ver/us/asm/nonmatchings/os/code_3b770_len_80/nuGfxRetraceWait.s similarity index 100% rename from asm/nonmatchings/os/code_3b770_len_80/nuGfxRetraceWait.s rename to ver/us/asm/nonmatchings/os/code_3b770_len_80/nuGfxRetraceWait.s diff --git a/asm/nonmatchings/os/code_3b7f0_len_120/nuSiCallBackAdd.s b/ver/us/asm/nonmatchings/os/code_3b7f0_len_120/nuSiCallBackAdd.s similarity index 100% rename from asm/nonmatchings/os/code_3b7f0_len_120/nuSiCallBackAdd.s rename to ver/us/asm/nonmatchings/os/code_3b7f0_len_120/nuSiCallBackAdd.s diff --git a/asm/nonmatchings/os/code_3b7f0_len_120/nuSiCallBackRemove.s b/ver/us/asm/nonmatchings/os/code_3b7f0_len_120/nuSiCallBackRemove.s similarity index 100% rename from asm/nonmatchings/os/code_3b7f0_len_120/nuSiCallBackRemove.s rename to ver/us/asm/nonmatchings/os/code_3b7f0_len_120/nuSiCallBackRemove.s diff --git a/asm/nonmatchings/os/code_3b910_len_410/contQuery.s b/ver/us/asm/nonmatchings/os/code_3b910_len_410/contQuery.s similarity index 100% rename from asm/nonmatchings/os/code_3b910_len_410/contQuery.s rename to ver/us/asm/nonmatchings/os/code_3b910_len_410/contQuery.s diff --git a/asm/nonmatchings/os/code_3b910_len_410/contReadData.s b/ver/us/asm/nonmatchings/os/code_3b910_len_410/contReadData.s similarity index 100% rename from asm/nonmatchings/os/code_3b910_len_410/contReadData.s rename to ver/us/asm/nonmatchings/os/code_3b910_len_410/contReadData.s diff --git a/asm/nonmatchings/os/code_3b910_len_410/contReadNW.s b/ver/us/asm/nonmatchings/os/code_3b910_len_410/contReadNW.s similarity index 100% rename from asm/nonmatchings/os/code_3b910_len_410/contReadNW.s rename to ver/us/asm/nonmatchings/os/code_3b910_len_410/contReadNW.s diff --git a/asm/nonmatchings/os/code_3b910_len_410/contRetrace.s b/ver/us/asm/nonmatchings/os/code_3b910_len_410/contRetrace.s similarity index 100% rename from asm/nonmatchings/os/code_3b910_len_410/contRetrace.s rename to ver/us/asm/nonmatchings/os/code_3b910_len_410/contRetrace.s diff --git a/asm/nonmatchings/os/code_3b910_len_410/nuContDataClose.s b/ver/us/asm/nonmatchings/os/code_3b910_len_410/nuContDataClose.s similarity index 100% rename from asm/nonmatchings/os/code_3b910_len_410/nuContDataClose.s rename to ver/us/asm/nonmatchings/os/code_3b910_len_410/nuContDataClose.s diff --git a/asm/nonmatchings/os/code_3b910_len_410/nuContDataLock.s b/ver/us/asm/nonmatchings/os/code_3b910_len_410/nuContDataLock.s similarity index 100% rename from asm/nonmatchings/os/code_3b910_len_410/nuContDataLock.s rename to ver/us/asm/nonmatchings/os/code_3b910_len_410/nuContDataLock.s diff --git a/asm/nonmatchings/os/code_3b910_len_410/nuContDataOpen.s b/ver/us/asm/nonmatchings/os/code_3b910_len_410/nuContDataOpen.s similarity index 100% rename from asm/nonmatchings/os/code_3b910_len_410/nuContDataOpen.s rename to ver/us/asm/nonmatchings/os/code_3b910_len_410/nuContDataOpen.s diff --git a/asm/nonmatchings/os/code_3b910_len_410/nuContDataUnLock.s b/ver/us/asm/nonmatchings/os/code_3b910_len_410/nuContDataUnLock.s similarity index 100% rename from asm/nonmatchings/os/code_3b910_len_410/nuContDataUnLock.s rename to ver/us/asm/nonmatchings/os/code_3b910_len_410/nuContDataUnLock.s diff --git a/asm/nonmatchings/os/code_3b910_len_410/nuContMgrInit.s b/ver/us/asm/nonmatchings/os/code_3b910_len_410/nuContMgrInit.s similarity index 100% rename from asm/nonmatchings/os/code_3b910_len_410/nuContMgrInit.s rename to ver/us/asm/nonmatchings/os/code_3b910_len_410/nuContMgrInit.s diff --git a/asm/nonmatchings/os/code_3b910_len_410/nuContMgrRemove.s b/ver/us/asm/nonmatchings/os/code_3b910_len_410/nuContMgrRemove.s similarity index 100% rename from asm/nonmatchings/os/code_3b910_len_410/nuContMgrRemove.s rename to ver/us/asm/nonmatchings/os/code_3b910_len_410/nuContMgrRemove.s diff --git a/asm/nonmatchings/os/code_3bd20_len_c0/nuContQueryRead.s b/ver/us/asm/nonmatchings/os/code_3bd20_len_c0/nuContQueryRead.s similarity index 100% rename from asm/nonmatchings/os/code_3bd20_len_c0/nuContQueryRead.s rename to ver/us/asm/nonmatchings/os/code_3bd20_len_c0/nuContQueryRead.s diff --git a/asm/nonmatchings/os/code_3bde0_len_3e0/osCreatePiManager.s b/ver/us/asm/nonmatchings/os/code_3bde0_len_3e0/osCreatePiManager.s similarity index 100% rename from asm/nonmatchings/os/code_3bde0_len_3e0/osCreatePiManager.s rename to ver/us/asm/nonmatchings/os/code_3bde0_len_3e0/osCreatePiManager.s diff --git a/asm/nonmatchings/os/code_3bde0_len_3e0/osEPiRawStartDma.s b/ver/us/asm/nonmatchings/os/code_3bde0_len_3e0/osEPiRawStartDma.s similarity index 100% rename from asm/nonmatchings/os/code_3bde0_len_3e0/osEPiRawStartDma.s rename to ver/us/asm/nonmatchings/os/code_3bde0_len_3e0/osEPiRawStartDma.s diff --git a/asm/nonmatchings/os/code_3c220_len_a0/osEPiStartDma.s b/ver/us/asm/nonmatchings/os/code_3c220_len_a0/osEPiStartDma.s similarity index 100% rename from asm/nonmatchings/os/code_3c220_len_a0/osEPiStartDma.s rename to ver/us/asm/nonmatchings/os/code_3c220_len_a0/osEPiStartDma.s diff --git a/asm/nonmatchings/os/code_3c2c0_len_50/osEPiLinkHandle.s b/ver/us/asm/nonmatchings/os/code_3c2c0_len_50/osEPiLinkHandle.s similarity index 100% rename from asm/nonmatchings/os/code_3c2c0_len_50/osEPiLinkHandle.s rename to ver/us/asm/nonmatchings/os/code_3c2c0_len_50/osEPiLinkHandle.s diff --git a/asm/nonmatchings/os/code_3c310_len_180/osCartRomInit.s b/ver/us/asm/nonmatchings/os/code_3c310_len_180/osCartRomInit.s similarity index 100% rename from asm/nonmatchings/os/code_3c310_len_180/osCartRomInit.s rename to ver/us/asm/nonmatchings/os/code_3c310_len_180/osCartRomInit.s diff --git a/asm/nonmatchings/os/code_3c490_len_3c0/osDevMgrMain.s b/ver/us/asm/nonmatchings/os/code_3c490_len_3c0/osDevMgrMain.s similarity index 100% rename from asm/nonmatchings/os/code_3c490_len_3c0/osDevMgrMain.s rename to ver/us/asm/nonmatchings/os/code_3c490_len_3c0/osDevMgrMain.s diff --git a/asm/nonmatchings/os/code_3c850_len_f0/osPiCreateAccessQueue.s b/ver/us/asm/nonmatchings/os/code_3c850_len_f0/osPiCreateAccessQueue.s similarity index 100% rename from asm/nonmatchings/os/code_3c850_len_f0/osPiCreateAccessQueue.s rename to ver/us/asm/nonmatchings/os/code_3c850_len_f0/osPiCreateAccessQueue.s diff --git a/asm/nonmatchings/os/code_3c850_len_f0/osPiGetAccess.s b/ver/us/asm/nonmatchings/os/code_3c850_len_f0/osPiGetAccess.s similarity index 100% rename from asm/nonmatchings/os/code_3c850_len_f0/osPiGetAccess.s rename to ver/us/asm/nonmatchings/os/code_3c850_len_f0/osPiGetAccess.s diff --git a/asm/nonmatchings/os/code_3c850_len_f0/osPiRelAccess.s b/ver/us/asm/nonmatchings/os/code_3c850_len_f0/osPiRelAccess.s similarity index 100% rename from asm/nonmatchings/os/code_3c850_len_f0/osPiRelAccess.s rename to ver/us/asm/nonmatchings/os/code_3c850_len_f0/osPiRelAccess.s diff --git a/asm/nonmatchings/os/code_3c940_len_140/osAiGetLength.s b/ver/us/asm/nonmatchings/os/code_3c940_len_140/osAiGetLength.s similarity index 100% rename from asm/nonmatchings/os/code_3c940_len_140/osAiGetLength.s rename to ver/us/asm/nonmatchings/os/code_3c940_len_140/osAiGetLength.s diff --git a/asm/nonmatchings/os/code_3c940_len_140/osAiGetStatus.s b/ver/us/asm/nonmatchings/os/code_3c940_len_140/osAiGetStatus.s similarity index 100% rename from asm/nonmatchings/os/code_3c940_len_140/osAiGetStatus.s rename to ver/us/asm/nonmatchings/os/code_3c940_len_140/osAiGetStatus.s diff --git a/asm/nonmatchings/os/code_3c940_len_140/osAiSetFrequency.s b/ver/us/asm/nonmatchings/os/code_3c940_len_140/osAiSetFrequency.s similarity index 100% rename from asm/nonmatchings/os/code_3c940_len_140/osAiSetFrequency.s rename to ver/us/asm/nonmatchings/os/code_3c940_len_140/osAiSetFrequency.s diff --git a/asm/nonmatchings/os/code_3ca80_len_a0/osAiSetNextBuffer.s b/ver/us/asm/nonmatchings/os/code_3ca80_len_a0/osAiSetNextBuffer.s similarity index 100% rename from asm/nonmatchings/os/code_3ca80_len_a0/osAiSetNextBuffer.s rename to ver/us/asm/nonmatchings/os/code_3ca80_len_a0/osAiSetNextBuffer.s diff --git a/asm/nonmatchings/os/code_3cb20_len_130/osInvalDCache.s b/ver/us/asm/nonmatchings/os/code_3cb20_len_130/osInvalDCache.s similarity index 100% rename from asm/nonmatchings/os/code_3cb20_len_130/osInvalDCache.s rename to ver/us/asm/nonmatchings/os/code_3cb20_len_130/osInvalDCache.s diff --git a/asm/nonmatchings/os/code_3cb20_len_130/osInvalICache.s b/ver/us/asm/nonmatchings/os/code_3cb20_len_130/osInvalICache.s similarity index 100% rename from asm/nonmatchings/os/code_3cb20_len_130/osInvalICache.s rename to ver/us/asm/nonmatchings/os/code_3cb20_len_130/osInvalICache.s diff --git a/asm/nonmatchings/os/code_3cc50_len_80/osWritebackDCache.s b/ver/us/asm/nonmatchings/os/code_3cc50_len_80/osWritebackDCache.s similarity index 100% rename from asm/nonmatchings/os/code_3cc50_len_80/osWritebackDCache.s rename to ver/us/asm/nonmatchings/os/code_3cc50_len_80/osWritebackDCache.s diff --git a/asm/nonmatchings/os/code_3ccd0_len_30/osWritebackDCacheAll.s b/ver/us/asm/nonmatchings/os/code_3ccd0_len_30/osWritebackDCacheAll.s similarity index 100% rename from asm/nonmatchings/os/code_3ccd0_len_30/osWritebackDCacheAll.s rename to ver/us/asm/nonmatchings/os/code_3ccd0_len_30/osWritebackDCacheAll.s diff --git a/asm/nonmatchings/os/code_3cd00_len_5f0/osContGetQuery.s b/ver/us/asm/nonmatchings/os/code_3cd00_len_5f0/osContGetQuery.s similarity index 100% rename from asm/nonmatchings/os/code_3cd00_len_5f0/osContGetQuery.s rename to ver/us/asm/nonmatchings/os/code_3cd00_len_5f0/osContGetQuery.s diff --git a/asm/nonmatchings/os/code_3cd00_len_5f0/osContGetReadData.s b/ver/us/asm/nonmatchings/os/code_3cd00_len_5f0/osContGetReadData.s similarity index 100% rename from asm/nonmatchings/os/code_3cd00_len_5f0/osContGetReadData.s rename to ver/us/asm/nonmatchings/os/code_3cd00_len_5f0/osContGetReadData.s diff --git a/asm/nonmatchings/os/code_3cd00_len_5f0/osContStartQuery.s b/ver/us/asm/nonmatchings/os/code_3cd00_len_5f0/osContStartQuery.s similarity index 100% rename from asm/nonmatchings/os/code_3cd00_len_5f0/osContStartQuery.s rename to ver/us/asm/nonmatchings/os/code_3cd00_len_5f0/osContStartQuery.s diff --git a/asm/nonmatchings/os/code_3cd00_len_5f0/osContStartReadData.s b/ver/us/asm/nonmatchings/os/code_3cd00_len_5f0/osContStartReadData.s similarity index 100% rename from asm/nonmatchings/os/code_3cd00_len_5f0/osContStartReadData.s rename to ver/us/asm/nonmatchings/os/code_3cd00_len_5f0/osContStartReadData.s diff --git a/asm/nonmatchings/os/code_3cd00_len_5f0/osPackReadData.s b/ver/us/asm/nonmatchings/os/code_3cd00_len_5f0/osPackReadData.s similarity index 100% rename from asm/nonmatchings/os/code_3cd00_len_5f0/osPackReadData.s rename to ver/us/asm/nonmatchings/os/code_3cd00_len_5f0/osPackReadData.s diff --git a/asm/nonmatchings/os/code_3d2f0_len_10/sqrtf.s b/ver/us/asm/nonmatchings/os/code_3d2f0_len_10/sqrtf.s similarity index 100% rename from asm/nonmatchings/os/code_3d2f0_len_10/sqrtf.s rename to ver/us/asm/nonmatchings/os/code_3d2f0_len_10/sqrtf.s diff --git a/asm/nonmatchings/os/code_3d300_len_30/coss.s b/ver/us/asm/nonmatchings/os/code_3d300_len_30/coss.s similarity index 100% rename from asm/nonmatchings/os/code_3d300_len_30/coss.s rename to ver/us/asm/nonmatchings/os/code_3d300_len_30/coss.s diff --git a/asm/nonmatchings/os/code_3dcc0_len_a60/guLookAtHilite.s b/ver/us/asm/nonmatchings/os/code_3dcc0_len_a60/guLookAtHilite.s similarity index 100% rename from asm/nonmatchings/os/code_3dcc0_len_a60/guLookAtHilite.s rename to ver/us/asm/nonmatchings/os/code_3dcc0_len_a60/guLookAtHilite.s diff --git a/asm/nonmatchings/os/code_3dcc0_len_a60/guLookAtHiliteF.s b/ver/us/asm/nonmatchings/os/code_3dcc0_len_a60/guLookAtHiliteF.s similarity index 100% rename from asm/nonmatchings/os/code_3dcc0_len_a60/guLookAtHiliteF.s rename to ver/us/asm/nonmatchings/os/code_3dcc0_len_a60/guLookAtHiliteF.s diff --git a/asm/nonmatchings/os/code_3e720_len_5f0/guLookAtReflect.s b/ver/us/asm/nonmatchings/os/code_3e720_len_5f0/guLookAtReflect.s similarity index 100% rename from asm/nonmatchings/os/code_3e720_len_5f0/guLookAtReflect.s rename to ver/us/asm/nonmatchings/os/code_3e720_len_5f0/guLookAtReflect.s diff --git a/asm/nonmatchings/os/code_3e720_len_5f0/guLookAtReflectF.s b/ver/us/asm/nonmatchings/os/code_3e720_len_5f0/guLookAtReflectF.s similarity index 100% rename from asm/nonmatchings/os/code_3e720_len_5f0/guLookAtReflectF.s rename to ver/us/asm/nonmatchings/os/code_3e720_len_5f0/guLookAtReflectF.s diff --git a/asm/nonmatchings/os/code_3ef90_len_600/guPerspective.s b/ver/us/asm/nonmatchings/os/code_3ef90_len_600/guPerspective.s similarity index 100% rename from asm/nonmatchings/os/code_3ef90_len_600/guPerspective.s rename to ver/us/asm/nonmatchings/os/code_3ef90_len_600/guPerspective.s diff --git a/asm/nonmatchings/os/code_3ef90_len_600/guPerspectiveF.s b/ver/us/asm/nonmatchings/os/code_3ef90_len_600/guPerspectiveF.s similarity index 100% rename from asm/nonmatchings/os/code_3ef90_len_600/guPerspectiveF.s rename to ver/us/asm/nonmatchings/os/code_3ef90_len_600/guPerspectiveF.s diff --git a/asm/nonmatchings/os/code_3f310_len_3c0/guPosition.s b/ver/us/asm/nonmatchings/os/code_3f310_len_3c0/guPosition.s similarity index 100% rename from asm/nonmatchings/os/code_3f310_len_3c0/guPosition.s rename to ver/us/asm/nonmatchings/os/code_3f310_len_3c0/guPosition.s diff --git a/asm/nonmatchings/os/code_3f310_len_3c0/guPositionF.s b/ver/us/asm/nonmatchings/os/code_3f310_len_3c0/guPositionF.s similarity index 100% rename from asm/nonmatchings/os/code_3f310_len_3c0/guPositionF.s rename to ver/us/asm/nonmatchings/os/code_3f310_len_3c0/guPositionF.s diff --git a/asm/nonmatchings/os/code_3f6d0_len_320/guRotateAngles.s b/ver/us/asm/nonmatchings/os/code_3f6d0_len_320/guRotateAngles.s similarity index 100% rename from asm/nonmatchings/os/code_3f6d0_len_320/guRotateAngles.s rename to ver/us/asm/nonmatchings/os/code_3f6d0_len_320/guRotateAngles.s diff --git a/asm/nonmatchings/os/code_3f6d0_len_320/guRotateAnglesF.s b/ver/us/asm/nonmatchings/os/code_3f6d0_len_320/guRotateAnglesF.s similarity index 100% rename from asm/nonmatchings/os/code_3f6d0_len_320/guRotateAnglesF.s rename to ver/us/asm/nonmatchings/os/code_3f6d0_len_320/guRotateAnglesF.s diff --git a/asm/nonmatchings/os/code_3f9f0_len_60/sins.s b/ver/us/asm/nonmatchings/os/code_3f9f0_len_60/sins.s similarity index 100% rename from asm/nonmatchings/os/code_3f9f0_len_60/sins.s rename to ver/us/asm/nonmatchings/os/code_3f9f0_len_60/sins.s diff --git a/asm/nonmatchings/os/code_3fa50_len_f60/bcopy.s b/ver/us/asm/nonmatchings/os/code_3fa50_len_f60/bcopy.s similarity index 100% rename from asm/nonmatchings/os/code_3fa50_len_f60/bcopy.s rename to ver/us/asm/nonmatchings/os/code_3fa50_len_f60/bcopy.s diff --git a/asm/nonmatchings/os/code_3fa50_len_f60/bzero.s b/ver/us/asm/nonmatchings/os/code_3fa50_len_f60/bzero.s similarity index 100% rename from asm/nonmatchings/os/code_3fa50_len_f60/bzero.s rename to ver/us/asm/nonmatchings/os/code_3fa50_len_f60/bzero.s diff --git a/asm/nonmatchings/os/code_3fa50_len_f60/memcpy.s b/ver/us/asm/nonmatchings/os/code_3fa50_len_f60/memcpy.s similarity index 100% rename from asm/nonmatchings/os/code_3fa50_len_f60/memcpy.s rename to ver/us/asm/nonmatchings/os/code_3fa50_len_f60/memcpy.s diff --git a/asm/nonmatchings/os/code_3fa50_len_f60/strchr.s b/ver/us/asm/nonmatchings/os/code_3fa50_len_f60/strchr.s similarity index 100% rename from asm/nonmatchings/os/code_3fa50_len_f60/strchr.s rename to ver/us/asm/nonmatchings/os/code_3fa50_len_f60/strchr.s diff --git a/asm/nonmatchings/os/code_3fa50_len_f60/strlen.s b/ver/us/asm/nonmatchings/os/code_3fa50_len_f60/strlen.s similarity index 100% rename from asm/nonmatchings/os/code_3fa50_len_f60/strlen.s rename to ver/us/asm/nonmatchings/os/code_3fa50_len_f60/strlen.s diff --git a/asm/nonmatchings/os/code_409b0_len_140/osJamMesg.s b/ver/us/asm/nonmatchings/os/code_409b0_len_140/osJamMesg.s similarity index 100% rename from asm/nonmatchings/os/code_409b0_len_140/osJamMesg.s rename to ver/us/asm/nonmatchings/os/code_409b0_len_140/osJamMesg.s diff --git a/asm/nonmatchings/os/code_40E10/osSpTaskLoad.s b/ver/us/asm/nonmatchings/os/code_40E10/osSpTaskLoad.s similarity index 100% rename from asm/nonmatchings/os/code_40E10/osSpTaskLoad.s rename to ver/us/asm/nonmatchings/os/code_40E10/osSpTaskLoad.s diff --git a/asm/nonmatchings/os/code_40E10/osSpTaskStartGo.s b/ver/us/asm/nonmatchings/os/code_40E10/osSpTaskStartGo.s similarity index 100% rename from asm/nonmatchings/os/code_40E10/osSpTaskStartGo.s rename to ver/us/asm/nonmatchings/os/code_40E10/osSpTaskStartGo.s diff --git a/asm/nonmatchings/os/code_40af0_len_130/osRecvMesg.s b/ver/us/asm/nonmatchings/os/code_40af0_len_130/osRecvMesg.s similarity index 100% rename from asm/nonmatchings/os/code_40af0_len_130/osRecvMesg.s rename to ver/us/asm/nonmatchings/os/code_40af0_len_130/osRecvMesg.s diff --git a/asm/nonmatchings/os/code_40c20_len_1f0/osSendMesg.s b/ver/us/asm/nonmatchings/os/code_40c20_len_1f0/osSendMesg.s similarity index 100% rename from asm/nonmatchings/os/code_40c20_len_1f0/osSendMesg.s rename to ver/us/asm/nonmatchings/os/code_40c20_len_1f0/osSendMesg.s diff --git a/asm/nonmatchings/os/code_40c20_len_1f0/osSetEventMesg.s b/ver/us/asm/nonmatchings/os/code_40c20_len_1f0/osSetEventMesg.s similarity index 100% rename from asm/nonmatchings/os/code_40c20_len_1f0/osSetEventMesg.s rename to ver/us/asm/nonmatchings/os/code_40c20_len_1f0/osSetEventMesg.s diff --git a/asm/nonmatchings/os/code_41050_len_120/osSpTaskYield.s b/ver/us/asm/nonmatchings/os/code_41050_len_120/osSpTaskYield.s similarity index 100% rename from asm/nonmatchings/os/code_41050_len_120/osSpTaskYield.s rename to ver/us/asm/nonmatchings/os/code_41050_len_120/osSpTaskYield.s diff --git a/asm/nonmatchings/os/code_41170_len_f0/osSiCreateAccessQueue.s b/ver/us/asm/nonmatchings/os/code_41170_len_f0/osSiCreateAccessQueue.s similarity index 100% rename from asm/nonmatchings/os/code_41170_len_f0/osSiCreateAccessQueue.s rename to ver/us/asm/nonmatchings/os/code_41170_len_f0/osSiCreateAccessQueue.s diff --git a/asm/nonmatchings/os/code_41170_len_f0/osSiGetAccess.s b/ver/us/asm/nonmatchings/os/code_41170_len_f0/osSiGetAccess.s similarity index 100% rename from asm/nonmatchings/os/code_41170_len_f0/osSiGetAccess.s rename to ver/us/asm/nonmatchings/os/code_41170_len_f0/osSiGetAccess.s diff --git a/asm/nonmatchings/os/code_41170_len_f0/osSiRelAccess.s b/ver/us/asm/nonmatchings/os/code_41170_len_f0/osSiRelAccess.s similarity index 100% rename from asm/nonmatchings/os/code_41170_len_f0/osSiRelAccess.s rename to ver/us/asm/nonmatchings/os/code_41170_len_f0/osSiRelAccess.s diff --git a/asm/nonmatchings/os/code_41350_len_d0/osSetThreadPri.s b/ver/us/asm/nonmatchings/os/code_41350_len_d0/osSetThreadPri.s similarity index 100% rename from asm/nonmatchings/os/code_41350_len_d0/osSetThreadPri.s rename to ver/us/asm/nonmatchings/os/code_41350_len_d0/osSetThreadPri.s diff --git a/asm/nonmatchings/os/code_41420_len_120/osStartThread.s b/ver/us/asm/nonmatchings/os/code_41420_len_120/osStartThread.s similarity index 100% rename from asm/nonmatchings/os/code_41420_len_120/osStartThread.s rename to ver/us/asm/nonmatchings/os/code_41420_len_120/osStartThread.s diff --git a/asm/nonmatchings/os/code_41540_len_c0/osStopThread.s b/ver/us/asm/nonmatchings/os/code_41540_len_c0/osStopThread.s similarity index 100% rename from asm/nonmatchings/os/code_41540_len_c0/osStopThread.s rename to ver/us/asm/nonmatchings/os/code_41540_len_c0/osStopThread.s diff --git a/asm/nonmatchings/os/code_41600_len_40/osDequeueThread.s b/ver/us/asm/nonmatchings/os/code_41600_len_40/osDequeueThread.s similarity index 100% rename from asm/nonmatchings/os/code_41600_len_40/osDequeueThread.s rename to ver/us/asm/nonmatchings/os/code_41600_len_40/osDequeueThread.s diff --git a/asm/nonmatchings/os/code_41640_len_50/osYieldThread.s b/ver/us/asm/nonmatchings/os/code_41640_len_50/osYieldThread.s similarity index 100% rename from asm/nonmatchings/os/code_41640_len_50/osYieldThread.s rename to ver/us/asm/nonmatchings/os/code_41640_len_50/osYieldThread.s diff --git a/asm/nonmatchings/os/code_41690_len_10/osGetActiveQueue.s b/ver/us/asm/nonmatchings/os/code_41690_len_10/osGetActiveQueue.s similarity index 100% rename from asm/nonmatchings/os/code_41690_len_10/osGetActiveQueue.s rename to ver/us/asm/nonmatchings/os/code_41690_len_10/osGetActiveQueue.s diff --git a/asm/nonmatchings/os/code_416a0_len_90/osGetTime.s b/ver/us/asm/nonmatchings/os/code_416a0_len_90/osGetTime.s similarity index 100% rename from asm/nonmatchings/os/code_416a0_len_90/osGetTime.s rename to ver/us/asm/nonmatchings/os/code_416a0_len_90/osGetTime.s diff --git a/asm/nonmatchings/os/code_41730_len_20/osSetTime.s b/ver/us/asm/nonmatchings/os/code_41730_len_20/osSetTime.s similarity index 100% rename from asm/nonmatchings/os/code_41730_len_20/osSetTime.s rename to ver/us/asm/nonmatchings/os/code_41730_len_20/osSetTime.s diff --git a/asm/nonmatchings/os/code_41750_len_450/osSetTimer.s b/ver/us/asm/nonmatchings/os/code_41750_len_450/osSetTimer.s similarity index 100% rename from asm/nonmatchings/os/code_41750_len_450/osSetTimer.s rename to ver/us/asm/nonmatchings/os/code_41750_len_450/osSetTimer.s diff --git a/asm/nonmatchings/os/code_41ba0_len_c0/osMapTLB.s b/ver/us/asm/nonmatchings/os/code_41ba0_len_c0/osMapTLB.s similarity index 100% rename from asm/nonmatchings/os/code_41ba0_len_c0/osMapTLB.s rename to ver/us/asm/nonmatchings/os/code_41ba0_len_c0/osMapTLB.s diff --git a/asm/nonmatchings/os/code_41c60_len_c0/osProbeTLB.s b/ver/us/asm/nonmatchings/os/code_41c60_len_c0/osProbeTLB.s similarity index 100% rename from asm/nonmatchings/os/code_41c60_len_c0/osProbeTLB.s rename to ver/us/asm/nonmatchings/os/code_41c60_len_c0/osProbeTLB.s diff --git a/asm/nonmatchings/os/code_41d20_len_40/osUnmapTLB.s b/ver/us/asm/nonmatchings/os/code_41d20_len_40/osUnmapTLB.s similarity index 100% rename from asm/nonmatchings/os/code_41d20_len_40/osUnmapTLB.s rename to ver/us/asm/nonmatchings/os/code_41d20_len_40/osUnmapTLB.s diff --git a/asm/nonmatchings/os/code_41d60_len_50/osUnmapTLBAll.s b/ver/us/asm/nonmatchings/os/code_41d60_len_50/osUnmapTLBAll.s similarity index 100% rename from asm/nonmatchings/os/code_41d60_len_50/osUnmapTLBAll.s rename to ver/us/asm/nonmatchings/os/code_41d60_len_50/osUnmapTLBAll.s diff --git a/asm/nonmatchings/os/code_41db0_len_40/osViGetCurrentFramebuffer.s b/ver/us/asm/nonmatchings/os/code_41db0_len_40/osViGetCurrentFramebuffer.s similarity index 100% rename from asm/nonmatchings/os/code_41db0_len_40/osViGetCurrentFramebuffer.s rename to ver/us/asm/nonmatchings/os/code_41db0_len_40/osViGetCurrentFramebuffer.s diff --git a/asm/nonmatchings/os/code_41df0_len_40/osViGetNextFramebuffer.s b/ver/us/asm/nonmatchings/os/code_41df0_len_40/osViGetNextFramebuffer.s similarity index 100% rename from asm/nonmatchings/os/code_41df0_len_40/osViGetNextFramebuffer.s rename to ver/us/asm/nonmatchings/os/code_41df0_len_40/osViGetNextFramebuffer.s diff --git a/asm/nonmatchings/os/code_41e30_len_40/osViGetCurrentMode.s b/ver/us/asm/nonmatchings/os/code_41e30_len_40/osViGetCurrentMode.s similarity index 100% rename from asm/nonmatchings/os/code_41e30_len_40/osViGetCurrentMode.s rename to ver/us/asm/nonmatchings/os/code_41e30_len_40/osViGetCurrentMode.s diff --git a/asm/nonmatchings/os/code_41e70_len_340/osCreateViManager.s b/ver/us/asm/nonmatchings/os/code_41e70_len_340/osCreateViManager.s similarity index 100% rename from asm/nonmatchings/os/code_41e70_len_340/osCreateViManager.s rename to ver/us/asm/nonmatchings/os/code_41e70_len_340/osCreateViManager.s diff --git a/asm/nonmatchings/os/code_41e70_len_340/viMgrMain.s b/ver/us/asm/nonmatchings/os/code_41e70_len_340/viMgrMain.s similarity index 100% rename from asm/nonmatchings/os/code_41e70_len_340/viMgrMain.s rename to ver/us/asm/nonmatchings/os/code_41e70_len_340/viMgrMain.s diff --git a/asm/nonmatchings/os/code_421b0_len_60/osViSetEvent.s b/ver/us/asm/nonmatchings/os/code_421b0_len_60/osViSetEvent.s similarity index 100% rename from asm/nonmatchings/os/code_421b0_len_60/osViSetEvent.s rename to ver/us/asm/nonmatchings/os/code_421b0_len_60/osViSetEvent.s diff --git a/asm/nonmatchings/os/code_42210_len_50/osViSetMode.s b/ver/us/asm/nonmatchings/os/code_42210_len_50/osViSetMode.s similarity index 100% rename from asm/nonmatchings/os/code_42210_len_50/osViSetMode.s rename to ver/us/asm/nonmatchings/os/code_42210_len_50/osViSetMode.s diff --git a/asm/nonmatchings/os/code_42260_len_170/osViSetSpecialFeatures.s b/ver/us/asm/nonmatchings/os/code_42260_len_170/osViSetSpecialFeatures.s similarity index 100% rename from asm/nonmatchings/os/code_42260_len_170/osViSetSpecialFeatures.s rename to ver/us/asm/nonmatchings/os/code_42260_len_170/osViSetSpecialFeatures.s diff --git a/asm/nonmatchings/os/code_423d0_len_50/osViSetYScale.s b/ver/us/asm/nonmatchings/os/code_423d0_len_50/osViSetYScale.s similarity index 100% rename from asm/nonmatchings/os/code_423d0_len_50/osViSetYScale.s rename to ver/us/asm/nonmatchings/os/code_423d0_len_50/osViSetYScale.s diff --git a/asm/nonmatchings/os/code_42420_len_50/osViSwapBuffer.s b/ver/us/asm/nonmatchings/os/code_42420_len_50/osViSwapBuffer.s similarity index 100% rename from asm/nonmatchings/os/code_42420_len_50/osViSwapBuffer.s rename to ver/us/asm/nonmatchings/os/code_42420_len_50/osViSwapBuffer.s diff --git a/asm/nonmatchings/os/code_42470_len_310/osViSwapContext.s b/ver/us/asm/nonmatchings/os/code_42470_len_310/osViSwapContext.s similarity index 100% rename from asm/nonmatchings/os/code_42470_len_310/osViSwapContext.s rename to ver/us/asm/nonmatchings/os/code_42470_len_310/osViSwapContext.s diff --git a/asm/nonmatchings/os/code_42780_len_120/osViBlack.s b/ver/us/asm/nonmatchings/os/code_42780_len_120/osViBlack.s similarity index 100% rename from asm/nonmatchings/os/code_42780_len_120/osViBlack.s rename to ver/us/asm/nonmatchings/os/code_42780_len_120/osViBlack.s diff --git a/asm/nonmatchings/os/code_42900_len_80/guMtxF2L.s b/ver/us/asm/nonmatchings/os/code_42900_len_80/guMtxF2L.s similarity index 100% rename from asm/nonmatchings/os/code_42900_len_80/guMtxF2L.s rename to ver/us/asm/nonmatchings/os/code_42900_len_80/guMtxF2L.s diff --git a/asm/nonmatchings/os/code_42980_len_80/guMtxL2F.s b/ver/us/asm/nonmatchings/os/code_42980_len_80/guMtxL2F.s similarity index 100% rename from asm/nonmatchings/os/code_42980_len_80/guMtxL2F.s rename to ver/us/asm/nonmatchings/os/code_42980_len_80/guMtxL2F.s diff --git a/asm/nonmatchings/os/code_42a00_len_100/guMtxCatF.s b/ver/us/asm/nonmatchings/os/code_42a00_len_100/guMtxCatF.s similarity index 100% rename from asm/nonmatchings/os/code_42a00_len_100/guMtxCatF.s rename to ver/us/asm/nonmatchings/os/code_42a00_len_100/guMtxCatF.s diff --git a/asm/nonmatchings/os/code_42b00_len_c0/guScale.s b/ver/us/asm/nonmatchings/os/code_42b00_len_c0/guScale.s similarity index 100% rename from asm/nonmatchings/os/code_42b00_len_c0/guScale.s rename to ver/us/asm/nonmatchings/os/code_42b00_len_c0/guScale.s diff --git a/asm/nonmatchings/os/code_42bc0_len_60/guScaleF.s b/ver/us/asm/nonmatchings/os/code_42bc0_len_60/guScaleF.s similarity index 100% rename from asm/nonmatchings/os/code_42bc0_len_60/guScaleF.s rename to ver/us/asm/nonmatchings/os/code_42bc0_len_60/guScaleF.s diff --git a/asm/nonmatchings/os/code_42c20_len_e0/guTranslate.s b/ver/us/asm/nonmatchings/os/code_42c20_len_e0/guTranslate.s similarity index 100% rename from asm/nonmatchings/os/code_42c20_len_e0/guTranslate.s rename to ver/us/asm/nonmatchings/os/code_42c20_len_e0/guTranslate.s diff --git a/asm/nonmatchings/os/code_42d00_len_60/guTranslateF.s b/ver/us/asm/nonmatchings/os/code_42d00_len_60/guTranslateF.s similarity index 100% rename from asm/nonmatchings/os/code_42d00_len_60/guTranslateF.s rename to ver/us/asm/nonmatchings/os/code_42d00_len_60/guTranslateF.s diff --git a/asm/nonmatchings/os/code_42d60_len_80/guMtxCat.s b/ver/us/asm/nonmatchings/os/code_42d60_len_80/guMtxCat.s similarity index 100% rename from asm/nonmatchings/os/code_42d60_len_80/guMtxCat.s rename to ver/us/asm/nonmatchings/os/code_42d60_len_80/guMtxCat.s diff --git a/asm/nonmatchings/os/code_42de0_len_90/guMtxXFML.s b/ver/us/asm/nonmatchings/os/code_42de0_len_90/guMtxXFML.s similarity index 100% rename from asm/nonmatchings/os/code_42de0_len_90/guMtxXFML.s rename to ver/us/asm/nonmatchings/os/code_42de0_len_90/guMtxXFML.s diff --git a/asm/nonmatchings/os/code_42e70_len_390/guMtxXFMF.s b/ver/us/asm/nonmatchings/os/code_42e70_len_390/guMtxXFMF.s similarity index 100% rename from asm/nonmatchings/os/code_42e70_len_390/guMtxXFMF.s rename to ver/us/asm/nonmatchings/os/code_42e70_len_390/guMtxXFMF.s diff --git a/asm/nonmatchings/os/code_43200_len_7c0/__osMotorAccess.s b/ver/us/asm/nonmatchings/os/code_43200_len_7c0/__osMotorAccess.s similarity index 100% rename from asm/nonmatchings/os/code_43200_len_7c0/__osMotorAccess.s rename to ver/us/asm/nonmatchings/os/code_43200_len_7c0/__osMotorAccess.s diff --git a/asm/nonmatchings/os/code_43200_len_7c0/osMotorInit.s b/ver/us/asm/nonmatchings/os/code_43200_len_7c0/osMotorInit.s similarity index 100% rename from asm/nonmatchings/os/code_43200_len_7c0/osMotorInit.s rename to ver/us/asm/nonmatchings/os/code_43200_len_7c0/osMotorInit.s diff --git a/asm/nonmatchings/os/code_439c0_len_220/osPfsDeleteFile.s b/ver/us/asm/nonmatchings/os/code_439c0_len_220/osPfsDeleteFile.s similarity index 100% rename from asm/nonmatchings/os/code_439c0_len_220/osPfsDeleteFile.s rename to ver/us/asm/nonmatchings/os/code_439c0_len_220/osPfsDeleteFile.s diff --git a/asm/nonmatchings/os/code_439c0_len_220/osPfsReleasePages.s b/ver/us/asm/nonmatchings/os/code_439c0_len_220/osPfsReleasePages.s similarity index 100% rename from asm/nonmatchings/os/code_439c0_len_220/osPfsReleasePages.s rename to ver/us/asm/nonmatchings/os/code_439c0_len_220/osPfsReleasePages.s diff --git a/asm/nonmatchings/os/code_43be0_len_5e0/osPfsFileState.s b/ver/us/asm/nonmatchings/os/code_43be0_len_5e0/osPfsFileState.s similarity index 100% rename from asm/nonmatchings/os/code_43be0_len_5e0/osPfsFileState.s rename to ver/us/asm/nonmatchings/os/code_43be0_len_5e0/osPfsFileState.s diff --git a/asm/nonmatchings/os/code_43be0_len_5e0/osPfsReadWriteFile.s b/ver/us/asm/nonmatchings/os/code_43be0_len_5e0/osPfsReadWriteFile.s similarity index 100% rename from asm/nonmatchings/os/code_43be0_len_5e0/osPfsReadWriteFile.s rename to ver/us/asm/nonmatchings/os/code_43be0_len_5e0/osPfsReadWriteFile.s diff --git a/asm/nonmatchings/os/code_441c0_len_1c0/osPfsFindFile.s b/ver/us/asm/nonmatchings/os/code_441c0_len_1c0/osPfsFindFile.s similarity index 100% rename from asm/nonmatchings/os/code_441c0_len_1c0/osPfsFindFile.s rename to ver/us/asm/nonmatchings/os/code_441c0_len_1c0/osPfsFindFile.s diff --git a/asm/nonmatchings/os/code_44380_len_4e0/osPfsFreeBlocks.s b/ver/us/asm/nonmatchings/os/code_44380_len_4e0/osPfsFreeBlocks.s similarity index 100% rename from asm/nonmatchings/os/code_44380_len_4e0/osPfsFreeBlocks.s rename to ver/us/asm/nonmatchings/os/code_44380_len_4e0/osPfsFreeBlocks.s diff --git a/asm/nonmatchings/os/code_44860_len_60/osPfsRepairId.s b/ver/us/asm/nonmatchings/os/code_44860_len_60/osPfsRepairId.s similarity index 100% rename from asm/nonmatchings/os/code_44860_len_60/osPfsRepairId.s rename to ver/us/asm/nonmatchings/os/code_44860_len_60/osPfsRepairId.s diff --git a/asm/nonmatchings/os/code_448c0_len_210/osPfsGetOneChannelData.s b/ver/us/asm/nonmatchings/os/code_448c0_len_210/osPfsGetOneChannelData.s similarity index 100% rename from asm/nonmatchings/os/code_448c0_len_210/osPfsGetOneChannelData.s rename to ver/us/asm/nonmatchings/os/code_448c0_len_210/osPfsGetOneChannelData.s diff --git a/asm/nonmatchings/os/code_448c0_len_210/osPfsGetStatus.s b/ver/us/asm/nonmatchings/os/code_448c0_len_210/osPfsGetStatus.s similarity index 100% rename from asm/nonmatchings/os/code_448c0_len_210/osPfsGetStatus.s rename to ver/us/asm/nonmatchings/os/code_448c0_len_210/osPfsGetStatus.s diff --git a/asm/nonmatchings/os/code_448c0_len_210/osPfsRequestOneChannel.s b/ver/us/asm/nonmatchings/os/code_448c0_len_210/osPfsRequestOneChannel.s similarity index 100% rename from asm/nonmatchings/os/code_448c0_len_210/osPfsRequestOneChannel.s rename to ver/us/asm/nonmatchings/os/code_448c0_len_210/osPfsRequestOneChannel.s diff --git a/asm/nonmatchings/os/code_44ad0_len_70/osPfsSelectBank.s b/ver/us/asm/nonmatchings/os/code_44ad0_len_70/osPfsSelectBank.s similarity index 100% rename from asm/nonmatchings/os/code_44ad0_len_70/osPfsSelectBank.s rename to ver/us/asm/nonmatchings/os/code_44ad0_len_70/osPfsSelectBank.s diff --git a/asm/nonmatchings/os/code_44b40_len_a90/osCheckId.s b/ver/us/asm/nonmatchings/os/code_44b40_len_a90/osCheckId.s similarity index 100% rename from asm/nonmatchings/os/code_44b40_len_a90/osCheckId.s rename to ver/us/asm/nonmatchings/os/code_44b40_len_a90/osCheckId.s diff --git a/asm/nonmatchings/os/code_44b40_len_a90/osCheckPackId.s b/ver/us/asm/nonmatchings/os/code_44b40_len_a90/osCheckPackId.s similarity index 100% rename from asm/nonmatchings/os/code_44b40_len_a90/osCheckPackId.s rename to ver/us/asm/nonmatchings/os/code_44b40_len_a90/osCheckPackId.s diff --git a/asm/nonmatchings/os/code_44b40_len_a90/osGetId.s b/ver/us/asm/nonmatchings/os/code_44b40_len_a90/osGetId.s similarity index 100% rename from asm/nonmatchings/os/code_44b40_len_a90/osGetId.s rename to ver/us/asm/nonmatchings/os/code_44b40_len_a90/osGetId.s diff --git a/asm/nonmatchings/os/code_44b40_len_a90/osIdCheckSum.s b/ver/us/asm/nonmatchings/os/code_44b40_len_a90/osIdCheckSum.s similarity index 100% rename from asm/nonmatchings/os/code_44b40_len_a90/osIdCheckSum.s rename to ver/us/asm/nonmatchings/os/code_44b40_len_a90/osIdCheckSum.s diff --git a/asm/nonmatchings/os/code_44b40_len_a90/osPfsRWInode.s b/ver/us/asm/nonmatchings/os/code_44b40_len_a90/osPfsRWInode.s similarity index 100% rename from asm/nonmatchings/os/code_44b40_len_a90/osPfsRWInode.s rename to ver/us/asm/nonmatchings/os/code_44b40_len_a90/osPfsRWInode.s diff --git a/asm/nonmatchings/os/code_44b40_len_a90/osRepairPackId.s b/ver/us/asm/nonmatchings/os/code_44b40_len_a90/osRepairPackId.s similarity index 100% rename from asm/nonmatchings/os/code_44b40_len_a90/osRepairPackId.s rename to ver/us/asm/nonmatchings/os/code_44b40_len_a90/osRepairPackId.s diff --git a/asm/nonmatchings/os/code_44b40_len_a90/osSumcalc.s b/ver/us/asm/nonmatchings/os/code_44b40_len_a90/osSumcalc.s similarity index 100% rename from asm/nonmatchings/os/code_44b40_len_a90/osSumcalc.s rename to ver/us/asm/nonmatchings/os/code_44b40_len_a90/osSumcalc.s diff --git a/asm/nonmatchings/os/code_455d0_len_1f0/osContRamRead.s b/ver/us/asm/nonmatchings/os/code_455d0_len_1f0/osContRamRead.s similarity index 100% rename from asm/nonmatchings/os/code_455d0_len_1f0/osContRamRead.s rename to ver/us/asm/nonmatchings/os/code_455d0_len_1f0/osContRamRead.s diff --git a/asm/nonmatchings/os/code_457c0_len_270/osContRamWrite.s b/ver/us/asm/nonmatchings/os/code_457c0_len_270/osContRamWrite.s similarity index 100% rename from asm/nonmatchings/os/code_457c0_len_270/osContRamWrite.s rename to ver/us/asm/nonmatchings/os/code_457c0_len_270/osContRamWrite.s diff --git a/asm/nonmatchings/os/code_45a30_len_20/osAfterPreNMI.s b/ver/us/asm/nonmatchings/os/code_45a30_len_20/osAfterPreNMI.s similarity index 100% rename from asm/nonmatchings/os/code_45a30_len_20/osAfterPreNMI.s rename to ver/us/asm/nonmatchings/os/code_45a30_len_20/osAfterPreNMI.s diff --git a/asm/nonmatchings/os/code_45a50_len_3a0/__osInitialize_common.s b/ver/us/asm/nonmatchings/os/code_45a50_len_3a0/__osInitialize_common.s similarity index 100% rename from asm/nonmatchings/os/code_45a50_len_3a0/__osInitialize_common.s rename to ver/us/asm/nonmatchings/os/code_45a50_len_3a0/__osInitialize_common.s diff --git a/asm/nonmatchings/os/code_45a50_len_3a0/func_8006A650.s b/ver/us/asm/nonmatchings/os/code_45a50_len_3a0/func_8006A650.s similarity index 100% rename from asm/nonmatchings/os/code_45a50_len_3a0/func_8006A650.s rename to ver/us/asm/nonmatchings/os/code_45a50_len_3a0/func_8006A650.s diff --git a/asm/nonmatchings/os/code_45a50_len_3a0/func_8006A9E0.s b/ver/us/asm/nonmatchings/os/code_45a50_len_3a0/func_8006A9E0.s similarity index 100% rename from asm/nonmatchings/os/code_45a50_len_3a0/func_8006A9E0.s rename to ver/us/asm/nonmatchings/os/code_45a50_len_3a0/func_8006A9E0.s diff --git a/asm/nonmatchings/os/code_467f0_len_90/osResetGlobalIntMask.s b/ver/us/asm/nonmatchings/os/code_467f0_len_90/osResetGlobalIntMask.s similarity index 100% rename from asm/nonmatchings/os/code_467f0_len_90/osResetGlobalIntMask.s rename to ver/us/asm/nonmatchings/os/code_467f0_len_90/osResetGlobalIntMask.s diff --git a/asm/nonmatchings/os/code_467f0_len_90/osSetGlobalIntMask.s b/ver/us/asm/nonmatchings/os/code_467f0_len_90/osSetGlobalIntMask.s similarity index 100% rename from asm/nonmatchings/os/code_467f0_len_90/osSetGlobalIntMask.s rename to ver/us/asm/nonmatchings/os/code_467f0_len_90/osSetGlobalIntMask.s diff --git a/asm/nonmatchings/os/code_46880_len_260/osEPiRawReadIo.s b/ver/us/asm/nonmatchings/os/code_46880_len_260/osEPiRawReadIo.s similarity index 100% rename from asm/nonmatchings/os/code_46880_len_260/osEPiRawReadIo.s rename to ver/us/asm/nonmatchings/os/code_46880_len_260/osEPiRawReadIo.s diff --git a/asm/nonmatchings/os/code_46880_len_260/osPiGetCmdQueue.s b/ver/us/asm/nonmatchings/os/code_46880_len_260/osPiGetCmdQueue.s similarity index 100% rename from asm/nonmatchings/os/code_46880_len_260/osPiGetCmdQueue.s rename to ver/us/asm/nonmatchings/os/code_46880_len_260/osPiGetCmdQueue.s diff --git a/asm/nonmatchings/os/code_46880_len_260/osPiRawStartDma.s b/ver/us/asm/nonmatchings/os/code_46880_len_260/osPiRawStartDma.s similarity index 100% rename from asm/nonmatchings/os/code_46880_len_260/osPiRawStartDma.s rename to ver/us/asm/nonmatchings/os/code_46880_len_260/osPiRawStartDma.s diff --git a/asm/nonmatchings/os/code_46ae0_len_170/osEPiRawWriteIo.s b/ver/us/asm/nonmatchings/os/code_46ae0_len_170/osEPiRawWriteIo.s similarity index 100% rename from asm/nonmatchings/os/code_46ae0_len_170/osEPiRawWriteIo.s rename to ver/us/asm/nonmatchings/os/code_46ae0_len_170/osEPiRawWriteIo.s diff --git a/asm/nonmatchings/os/code_46c50_len_20/osAiDeviceBusy.s b/ver/us/asm/nonmatchings/os/code_46c50_len_20/osAiDeviceBusy.s similarity index 100% rename from asm/nonmatchings/os/code_46c50_len_20/osAiDeviceBusy.s rename to ver/us/asm/nonmatchings/os/code_46c50_len_20/osAiDeviceBusy.s diff --git a/asm/nonmatchings/os/code_46c70_len_e00/_Genld.s b/ver/us/asm/nonmatchings/os/code_46c70_len_e00/_Genld.s similarity index 100% rename from asm/nonmatchings/os/code_46c70_len_e00/_Genld.s rename to ver/us/asm/nonmatchings/os/code_46c70_len_e00/_Genld.s diff --git a/asm/nonmatchings/os/code_46c70_len_e00/_Ldtob.s b/ver/us/asm/nonmatchings/os/code_46c70_len_e00/_Ldtob.s similarity index 100% rename from asm/nonmatchings/os/code_46c70_len_e00/_Ldtob.s rename to ver/us/asm/nonmatchings/os/code_46c70_len_e00/_Ldtob.s diff --git a/asm/nonmatchings/os/code_46c70_len_e00/_Ldunscale.s b/ver/us/asm/nonmatchings/os/code_46c70_len_e00/_Ldunscale.s similarity index 100% rename from asm/nonmatchings/os/code_46c70_len_e00/_Ldunscale.s rename to ver/us/asm/nonmatchings/os/code_46c70_len_e00/_Ldunscale.s diff --git a/asm/nonmatchings/os/code_46c70_len_e00/_Litob.s b/ver/us/asm/nonmatchings/os/code_46c70_len_e00/_Litob.s similarity index 100% rename from asm/nonmatchings/os/code_46c70_len_e00/_Litob.s rename to ver/us/asm/nonmatchings/os/code_46c70_len_e00/_Litob.s diff --git a/asm/nonmatchings/os/code_46c70_len_e00/bcmp.s b/ver/us/asm/nonmatchings/os/code_46c70_len_e00/bcmp.s similarity index 100% rename from asm/nonmatchings/os/code_46c70_len_e00/bcmp.s rename to ver/us/asm/nonmatchings/os/code_46c70_len_e00/bcmp.s diff --git a/asm/nonmatchings/os/code_47a70_len_10/osGetSR.s b/ver/us/asm/nonmatchings/os/code_47a70_len_10/osGetSR.s similarity index 100% rename from asm/nonmatchings/os/code_47a70_len_10/osGetSR.s rename to ver/us/asm/nonmatchings/os/code_47a70_len_10/osGetSR.s diff --git a/asm/nonmatchings/os/code_47a80_len_10/osSetCompare.s b/ver/us/asm/nonmatchings/os/code_47a80_len_10/osSetCompare.s similarity index 100% rename from asm/nonmatchings/os/code_47a80_len_10/osSetCompare.s rename to ver/us/asm/nonmatchings/os/code_47a80_len_10/osSetCompare.s diff --git a/asm/nonmatchings/os/code_47a90_len_50/osSetFpcCsr.s b/ver/us/asm/nonmatchings/os/code_47a90_len_50/osSetFpcCsr.s similarity index 100% rename from asm/nonmatchings/os/code_47a90_len_50/osSetFpcCsr.s rename to ver/us/asm/nonmatchings/os/code_47a90_len_50/osSetFpcCsr.s diff --git a/asm/nonmatchings/os/code_47a90_len_50/osSetSR.s b/ver/us/asm/nonmatchings/os/code_47a90_len_50/osSetSR.s similarity index 100% rename from asm/nonmatchings/os/code_47a90_len_50/osSetSR.s rename to ver/us/asm/nonmatchings/os/code_47a90_len_50/osSetSR.s diff --git a/asm/nonmatchings/os/code_47a90_len_50/osSetWatchLo.s b/ver/us/asm/nonmatchings/os/code_47a90_len_50/osSetWatchLo.s similarity index 100% rename from asm/nonmatchings/os/code_47a90_len_50/osSetWatchLo.s rename to ver/us/asm/nonmatchings/os/code_47a90_len_50/osSetWatchLo.s diff --git a/asm/nonmatchings/os/code_47a90_len_50/osSpDeviceBusy.s b/ver/us/asm/nonmatchings/os/code_47a90_len_50/osSpDeviceBusy.s similarity index 100% rename from asm/nonmatchings/os/code_47a90_len_50/osSpDeviceBusy.s rename to ver/us/asm/nonmatchings/os/code_47a90_len_50/osSpDeviceBusy.s diff --git a/asm/nonmatchings/os/code_47ae0_len_e0/osSpGetStatus.s b/ver/us/asm/nonmatchings/os/code_47ae0_len_e0/osSpGetStatus.s similarity index 100% rename from asm/nonmatchings/os/code_47ae0_len_e0/osSpGetStatus.s rename to ver/us/asm/nonmatchings/os/code_47ae0_len_e0/osSpGetStatus.s diff --git a/asm/nonmatchings/os/code_47ae0_len_e0/osSpRawStartDma.s b/ver/us/asm/nonmatchings/os/code_47ae0_len_e0/osSpRawStartDma.s similarity index 100% rename from asm/nonmatchings/os/code_47ae0_len_e0/osSpRawStartDma.s rename to ver/us/asm/nonmatchings/os/code_47ae0_len_e0/osSpRawStartDma.s diff --git a/asm/nonmatchings/os/code_47ae0_len_e0/osSpSetPc.s b/ver/us/asm/nonmatchings/os/code_47ae0_len_e0/osSpSetPc.s similarity index 100% rename from asm/nonmatchings/os/code_47ae0_len_e0/osSpSetPc.s rename to ver/us/asm/nonmatchings/os/code_47ae0_len_e0/osSpSetPc.s diff --git a/asm/nonmatchings/os/code_47ae0_len_e0/osSpSetStatus.s b/ver/us/asm/nonmatchings/os/code_47ae0_len_e0/osSpSetStatus.s similarity index 100% rename from asm/nonmatchings/os/code_47ae0_len_e0/osSpSetStatus.s rename to ver/us/asm/nonmatchings/os/code_47ae0_len_e0/osSpSetStatus.s diff --git a/asm/nonmatchings/os/code_47bc0_len_50/osSiRawReadIo.s b/ver/us/asm/nonmatchings/os/code_47bc0_len_50/osSiRawReadIo.s similarity index 100% rename from asm/nonmatchings/os/code_47bc0_len_50/osSiRawReadIo.s rename to ver/us/asm/nonmatchings/os/code_47bc0_len_50/osSiRawReadIo.s diff --git a/asm/nonmatchings/os/code_47c10_len_50/osSiRawWriteIo.s b/ver/us/asm/nonmatchings/os/code_47c10_len_50/osSiRawWriteIo.s similarity index 100% rename from asm/nonmatchings/os/code_47c10_len_50/osSiRawWriteIo.s rename to ver/us/asm/nonmatchings/os/code_47c10_len_50/osSiRawWriteIo.s diff --git a/asm/nonmatchings/os/code_47c60_len_f0/osContAddressCrc.s b/ver/us/asm/nonmatchings/os/code_47c60_len_f0/osContAddressCrc.s similarity index 100% rename from asm/nonmatchings/os/code_47c60_len_f0/osContAddressCrc.s rename to ver/us/asm/nonmatchings/os/code_47c60_len_f0/osContAddressCrc.s diff --git a/asm/nonmatchings/os/code_47c60_len_f0/osContDataCrc.s b/ver/us/asm/nonmatchings/os/code_47c60_len_f0/osContDataCrc.s similarity index 100% rename from asm/nonmatchings/os/code_47c60_len_f0/osContDataCrc.s rename to ver/us/asm/nonmatchings/os/code_47c60_len_f0/osContDataCrc.s diff --git a/asm/nonmatchings/os/code_47d50_len_e0/osDestroyThread.s b/ver/us/asm/nonmatchings/os/code_47d50_len_e0/osDestroyThread.s similarity index 100% rename from asm/nonmatchings/os/code_47d50_len_e0/osDestroyThread.s rename to ver/us/asm/nonmatchings/os/code_47d50_len_e0/osDestroyThread.s diff --git a/asm/nonmatchings/os/code_47e30_len_60/osMapTLBRdb.s b/ver/us/asm/nonmatchings/os/code_47e30_len_60/osMapTLBRdb.s similarity index 100% rename from asm/nonmatchings/os/code_47e30_len_60/osMapTLBRdb.s rename to ver/us/asm/nonmatchings/os/code_47e30_len_60/osMapTLBRdb.s diff --git a/asm/nonmatchings/os/code_47e90_len_110/osViInit.s b/ver/us/asm/nonmatchings/os/code_47e90_len_110/osViInit.s similarity index 100% rename from asm/nonmatchings/os/code_47e90_len_110/osViInit.s rename to ver/us/asm/nonmatchings/os/code_47e90_len_110/osViInit.s diff --git a/asm/nonmatchings/os/code_47fa0_len_20/osViGetCurrentContext.s b/ver/us/asm/nonmatchings/os/code_47fa0_len_20/osViGetCurrentContext.s similarity index 100% rename from asm/nonmatchings/os/code_47fa0_len_20/osViGetCurrentContext.s rename to ver/us/asm/nonmatchings/os/code_47fa0_len_20/osViGetCurrentContext.s diff --git a/asm/nonmatchings/os/code_47fc0_len_60/guNormalize.s b/ver/us/asm/nonmatchings/os/code_47fc0_len_60/guNormalize.s similarity index 100% rename from asm/nonmatchings/os/code_47fc0_len_60/guNormalize.s rename to ver/us/asm/nonmatchings/os/code_47fc0_len_60/guNormalize.s diff --git a/asm/nonmatchings/os/code_48020_len_a00/corrupted.s b/ver/us/asm/nonmatchings/os/code_48020_len_a00/corrupted.s similarity index 100% rename from asm/nonmatchings/os/code_48020_len_a00/corrupted.s rename to ver/us/asm/nonmatchings/os/code_48020_len_a00/corrupted.s diff --git a/asm/nonmatchings/os/code_48020_len_a00/corrupted_init.s b/ver/us/asm/nonmatchings/os/code_48020_len_a00/corrupted_init.s similarity index 100% rename from asm/nonmatchings/os/code_48020_len_a00/corrupted_init.s rename to ver/us/asm/nonmatchings/os/code_48020_len_a00/corrupted_init.s diff --git a/asm/nonmatchings/os/code_48020_len_a00/osPfsChecker.s b/ver/us/asm/nonmatchings/os/code_48020_len_a00/osPfsChecker.s similarity index 100% rename from asm/nonmatchings/os/code_48020_len_a00/osPfsChecker.s rename to ver/us/asm/nonmatchings/os/code_48020_len_a00/osPfsChecker.s diff --git a/asm/nonmatchings/os/code_48020_len_a00/osPfsGetInitData.s b/ver/us/asm/nonmatchings/os/code_48020_len_a00/osPfsGetInitData.s similarity index 100% rename from asm/nonmatchings/os/code_48020_len_a00/osPfsGetInitData.s rename to ver/us/asm/nonmatchings/os/code_48020_len_a00/osPfsGetInitData.s diff --git a/asm/nonmatchings/os/code_48020_len_a00/osPfsIsPlug.s b/ver/us/asm/nonmatchings/os/code_48020_len_a00/osPfsIsPlug.s similarity index 100% rename from asm/nonmatchings/os/code_48020_len_a00/osPfsIsPlug.s rename to ver/us/asm/nonmatchings/os/code_48020_len_a00/osPfsIsPlug.s diff --git a/asm/nonmatchings/os/code_48020_len_a00/osPfsRequestData.s b/ver/us/asm/nonmatchings/os/code_48020_len_a00/osPfsRequestData.s similarity index 100% rename from asm/nonmatchings/os/code_48020_len_a00/osPfsRequestData.s rename to ver/us/asm/nonmatchings/os/code_48020_len_a00/osPfsRequestData.s diff --git a/asm/nonmatchings/os/code_48c00_len_5c0/func_8006D800.s b/ver/us/asm/nonmatchings/os/code_48c00_len_5c0/func_8006D800.s similarity index 100% rename from asm/nonmatchings/os/code_48c00_len_5c0/func_8006D800.s rename to ver/us/asm/nonmatchings/os/code_48c00_len_5c0/func_8006D800.s diff --git a/asm/nonmatchings/os/code_491c0_len_f80/func_8006DDC0.s b/ver/us/asm/nonmatchings/os/code_491c0_len_f80/func_8006DDC0.s similarity index 100% rename from asm/nonmatchings/os/code_491c0_len_f80/func_8006DDC0.s rename to ver/us/asm/nonmatchings/os/code_491c0_len_f80/func_8006DDC0.s diff --git a/asm/nonmatchings/os/code_491c0_len_f80/func_8006E310.s b/ver/us/asm/nonmatchings/os/code_491c0_len_f80/func_8006E310.s similarity index 100% rename from asm/nonmatchings/os/code_491c0_len_f80/func_8006E310.s rename to ver/us/asm/nonmatchings/os/code_491c0_len_f80/func_8006E310.s diff --git a/asm/nonmatchings/os/code_49C70/func_8006E870.s b/ver/us/asm/nonmatchings/os/code_49C70/func_8006E870.s similarity index 100% rename from asm/nonmatchings/os/code_49C70/func_8006E870.s rename to ver/us/asm/nonmatchings/os/code_49C70/func_8006E870.s diff --git a/asm/nonmatchings/os/code_4a140_len_70/strcmp.s b/ver/us/asm/nonmatchings/os/code_4a140_len_70/strcmp.s similarity index 100% rename from asm/nonmatchings/os/code_4a140_len_70/strcmp.s rename to ver/us/asm/nonmatchings/os/code_4a140_len_70/strcmp.s diff --git a/asm/nonmatchings/os/code_4a140_len_70/strcpy.s b/ver/us/asm/nonmatchings/os/code_4a140_len_70/strcpy.s similarity index 100% rename from asm/nonmatchings/os/code_4a140_len_70/strcpy.s rename to ver/us/asm/nonmatchings/os/code_4a140_len_70/strcpy.s diff --git a/asm/nonmatchings/os/code_4a1b0_len_40/memset.s b/ver/us/asm/nonmatchings/os/code_4a1b0_len_40/memset.s similarity index 100% rename from asm/nonmatchings/os/code_4a1b0_len_40/memset.s rename to ver/us/asm/nonmatchings/os/code_4a1b0_len_40/memset.s diff --git a/asm/nonmatchings/os/code_4a1f0_len_170/decode_yay0.s b/ver/us/asm/nonmatchings/os/code_4a1f0_len_170/decode_yay0.s similarity index 100% rename from asm/nonmatchings/os/code_4a1f0_len_170/decode_yay0.s rename to ver/us/asm/nonmatchings/os/code_4a1f0_len_170/decode_yay0.s diff --git a/asm/nonmatchings/os/code_4a1f0_len_170/func_8006EF28.s b/ver/us/asm/nonmatchings/os/code_4a1f0_len_170/func_8006EF28.s similarity index 100% rename from asm/nonmatchings/os/code_4a1f0_len_170/func_8006EF28.s rename to ver/us/asm/nonmatchings/os/code_4a1f0_len_170/func_8006EF28.s diff --git a/asm/nonmatchings/os/code_4a360_len_930/osFlashAllErase.s b/ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashAllErase.s similarity index 100% rename from asm/nonmatchings/os/code_4a360_len_930/osFlashAllErase.s rename to ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashAllErase.s diff --git a/asm/nonmatchings/os/code_4a360_len_930/osFlashClearStatus.s b/ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashClearStatus.s similarity index 100% rename from asm/nonmatchings/os/code_4a360_len_930/osFlashClearStatus.s rename to ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashClearStatus.s diff --git a/asm/nonmatchings/os/code_4a360_len_930/osFlashInit.s b/ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashInit.s similarity index 100% rename from asm/nonmatchings/os/code_4a360_len_930/osFlashInit.s rename to ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashInit.s diff --git a/asm/nonmatchings/os/code_4a360_len_930/osFlashReadArray.s b/ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashReadArray.s similarity index 100% rename from asm/nonmatchings/os/code_4a360_len_930/osFlashReadArray.s rename to ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashReadArray.s diff --git a/asm/nonmatchings/os/code_4a360_len_930/osFlashReadId.s b/ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashReadId.s similarity index 100% rename from asm/nonmatchings/os/code_4a360_len_930/osFlashReadId.s rename to ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashReadId.s diff --git a/asm/nonmatchings/os/code_4a360_len_930/osFlashReadStatus.s b/ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashReadStatus.s similarity index 100% rename from asm/nonmatchings/os/code_4a360_len_930/osFlashReadStatus.s rename to ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashReadStatus.s diff --git a/asm/nonmatchings/os/code_4a360_len_930/osFlashSectorErase.s b/ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashSectorErase.s similarity index 100% rename from asm/nonmatchings/os/code_4a360_len_930/osFlashSectorErase.s rename to ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashSectorErase.s diff --git a/asm/nonmatchings/os/code_4a360_len_930/osFlashWriteArray.s b/ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashWriteArray.s similarity index 100% rename from asm/nonmatchings/os/code_4a360_len_930/osFlashWriteArray.s rename to ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashWriteArray.s diff --git a/asm/nonmatchings/os/code_4a360_len_930/osFlashWriteBuffer.s b/ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashWriteBuffer.s similarity index 100% rename from asm/nonmatchings/os/code_4a360_len_930/osFlashWriteBuffer.s rename to ver/us/asm/nonmatchings/os/code_4a360_len_930/osFlashWriteBuffer.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006F890.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006F890.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006F890.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006F890.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006F8F0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006F8F0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006F8F0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006F8F0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006F950.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006F950.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006F950.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006F950.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006F9B0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006F9B0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006F9B0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006F9B0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FA10.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FA10.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006FA10.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FA10.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FA70.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FA70.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006FA70.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FA70.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FB90.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FB90.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006FB90.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FB90.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FBF0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FBF0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006FBF0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FBF0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FC50.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FC50.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006FC50.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FC50.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FCB0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FCB0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006FCB0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FCB0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FD10.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FD10.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006FD10.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FD10.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FD70.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FD70.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006FD70.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FD70.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FDD0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FDD0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006FDD0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FDD0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FE30.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FE30.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006FE30.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FE30.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FEF0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FEF0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006FEF0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FEF0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FF50.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FF50.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006FF50.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FF50.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FFB0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FFB0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_8006FFB0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_8006FFB0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070010.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070010.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070010.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070010.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070070.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070070.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070070.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070070.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800700D0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800700D0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800700D0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800700D0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070130.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070130.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070130.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070130.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070190.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070190.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070190.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070190.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800701F0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800701F0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800701F0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800701F0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070250.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070250.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070250.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070250.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800702B0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800702B0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800702B0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800702B0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070310.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070310.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070310.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070310.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070370.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070370.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070370.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070370.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800703D0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800703D0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800703D0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800703D0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070430.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070430.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070430.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070430.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070490.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070490.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070490.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070490.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800704F0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800704F0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800704F0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800704F0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070550.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070550.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070550.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070550.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800705B0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800705B0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800705B0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800705B0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070610.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070610.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070610.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070610.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070670.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070670.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070670.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070670.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800706D0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800706D0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800706D0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800706D0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070730.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070730.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070730.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070730.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070850.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070850.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070850.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070850.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800708B0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800708B0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800708B0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800708B0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070910.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070910.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070910.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070910.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070970.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070970.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070970.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070970.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800709D0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800709D0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800709D0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800709D0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070A30.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070A30.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070A30.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070A30.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070A90.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070A90.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070A90.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070A90.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070AF0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070AF0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070AF0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070AF0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070B50.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070B50.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070B50.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070B50.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070BB0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070BB0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070BB0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070BB0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070C10.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070C10.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070C10.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070C10.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070C70.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070C70.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070C70.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070C70.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070CD0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070CD0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070CD0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070CD0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070D30.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070D30.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070D30.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070D30.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070D90.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070D90.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070D90.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070D90.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070DF0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070DF0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070DF0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070DF0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070E50.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070E50.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070E50.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070E50.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070EB0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070EB0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070EB0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070EB0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070F10.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070F10.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070F10.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070F10.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070F70.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070F70.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070F70.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070F70.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80070FD0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070FD0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80070FD0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80070FD0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071030.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071030.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071030.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071030.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071090.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071090.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071090.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071090.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800710F0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800710F0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800710F0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800710F0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071150.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071150.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071150.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071150.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800711B0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800711B0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800711B0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800711B0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071210.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071210.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071210.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071210.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071270.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071270.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071270.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071270.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800712D0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800712D0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800712D0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800712D0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071330.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071330.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071330.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071330.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071390.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071390.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071390.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071390.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800713F0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800713F0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800713F0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800713F0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071450.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071450.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071450.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071450.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800714B0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800714B0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800714B0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800714B0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071510.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071510.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071510.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071510.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071570.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071570.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071570.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071570.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800715D0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800715D0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800715D0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800715D0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071630.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071630.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071630.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071630.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071690.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071690.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071690.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071690.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800716F0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800716F0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800716F0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800716F0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071750.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071750.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071750.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071750.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800717B0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800717B0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800717B0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800717B0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071810.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071810.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071810.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071810.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071870.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071870.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071870.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071870.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800718D0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800718D0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800718D0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800718D0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071930.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071930.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071930.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071930.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071990.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071990.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071990.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071990.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800719F0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800719F0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800719F0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800719F0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071A50.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071A50.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071A50.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071A50.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071AB0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071AB0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071AB0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071AB0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071B10.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071B10.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071B10.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071B10.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071B70.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071B70.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071B70.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071B70.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071BD0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071BD0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071BD0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071BD0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071C30.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071C30.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071C30.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071C30.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071C90.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071C90.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071C90.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071C90.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071CF0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071CF0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071CF0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071CF0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071D50.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071D50.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071D50.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071D50.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071DB0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071DB0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071DB0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071DB0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071E10.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071E10.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071E10.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071E10.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071E70.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071E70.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071E70.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071E70.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071ED0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071ED0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071ED0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071ED0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071F30.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071F30.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071F30.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071F30.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071F90.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071F90.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071F90.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071F90.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80071FF0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071FF0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80071FF0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80071FF0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072050.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072050.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072050.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072050.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800720B0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800720B0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800720B0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800720B0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072110.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072110.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072110.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072110.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072170.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072170.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072170.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072170.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800721D0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800721D0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800721D0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800721D0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072230.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072230.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072230.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072230.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072290.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072290.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072290.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072290.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800722F0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800722F0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800722F0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800722F0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072350.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072350.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072350.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072350.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800723B0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800723B0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800723B0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800723B0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072410.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072410.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072410.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072410.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072470.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072470.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072470.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072470.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800724D0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800724D0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800724D0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800724D0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072530.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072530.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072530.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072530.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072590.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072590.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072590.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072590.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800725F0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800725F0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800725F0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800725F0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072650.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072650.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072650.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072650.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800726B0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800726B0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800726B0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800726B0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072710.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072710.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072710.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072710.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072770.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072770.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072770.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072770.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800727D0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800727D0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800727D0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800727D0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072830.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072830.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072830.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072830.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072890.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072890.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072890.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072890.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800728F0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800728F0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800728F0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800728F0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072950.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072950.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072950.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072950.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_800729B0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800729B0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_800729B0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_800729B0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072A10.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072A10.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072A10.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072A10.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072A70.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072A70.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072A70.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072A70.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072AD0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072AD0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072AD0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072AD0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072B30.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072B30.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072B30.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072B30.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072BB0.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072BB0.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072BB0.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072BB0.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072BCC.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072BCC.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072BCC.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072BCC.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072CDC.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072CDC.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072CDC.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072CDC.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/func_80072CF4.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072CF4.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/func_80072CF4.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/func_80072CF4.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/fx_emote.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/fx_emote.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/fx_emote.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/fx_emote.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/fx_sleep_bubble.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/fx_sleep_bubble.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/fx_sleep_bubble.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/fx_sleep_bubble.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/fx_sweat.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/fx_sweat.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/fx_sweat.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/fx_sweat.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/fx_walk_large.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/fx_walk_large.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/fx_walk_large.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/fx_walk_large.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/fx_walk_normal.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/fx_walk_normal.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/fx_walk_normal.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/fx_walk_normal.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/load_battle.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/load_battle.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/load_battle.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/load_battle.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/load_battle_section.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/load_battle_section.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/load_battle_section.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/load_battle_section.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/load_demo_battle.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/load_demo_battle.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/load_demo_battle.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/load_demo_battle.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/set_battle_stage.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/set_battle_stage.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/set_battle_stage.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/set_battle_stage.s diff --git a/asm/nonmatchings/os/code_4ac90_len_3910/setup_demo_player.s b/ver/us/asm/nonmatchings/os/code_4ac90_len_3910/setup_demo_player.s similarity index 100% rename from asm/nonmatchings/os/code_4ac90_len_3910/setup_demo_player.s rename to ver/us/asm/nonmatchings/os/code_4ac90_len_3910/setup_demo_player.s diff --git a/asm/nonmatchings/os/guFrustum/guFrustum.s b/ver/us/asm/nonmatchings/os/guFrustum/guFrustum.s similarity index 100% rename from asm/nonmatchings/os/guFrustum/guFrustum.s rename to ver/us/asm/nonmatchings/os/guFrustum/guFrustum.s diff --git a/asm/nonmatchings/os/guFrustum/guFrustumF.s b/ver/us/asm/nonmatchings/os/guFrustum/guFrustumF.s similarity index 100% rename from asm/nonmatchings/os/guFrustum/guFrustumF.s rename to ver/us/asm/nonmatchings/os/guFrustum/guFrustumF.s diff --git a/asm/nonmatchings/os/guLookAt/guLookAt.s b/ver/us/asm/nonmatchings/os/guLookAt/guLookAt.s similarity index 100% rename from asm/nonmatchings/os/guLookAt/guLookAt.s rename to ver/us/asm/nonmatchings/os/guLookAt/guLookAt.s diff --git a/asm/nonmatchings/os/guLookAt/guLookAtF.s b/ver/us/asm/nonmatchings/os/guLookAt/guLookAtF.s similarity index 100% rename from asm/nonmatchings/os/guLookAt/guLookAtF.s rename to ver/us/asm/nonmatchings/os/guLookAt/guLookAtF.s diff --git a/asm/nonmatchings/os/guMtxIdent/guMtxIdent.s b/ver/us/asm/nonmatchings/os/guMtxIdent/guMtxIdent.s similarity index 100% rename from asm/nonmatchings/os/guMtxIdent/guMtxIdent.s rename to ver/us/asm/nonmatchings/os/guMtxIdent/guMtxIdent.s diff --git a/asm/nonmatchings/os/guMtxIdentF/guMtxIdentF.s b/ver/us/asm/nonmatchings/os/guMtxIdentF/guMtxIdentF.s similarity index 100% rename from asm/nonmatchings/os/guMtxIdentF/guMtxIdentF.s rename to ver/us/asm/nonmatchings/os/guMtxIdentF/guMtxIdentF.s diff --git a/asm/nonmatchings/os/guOrtho/guOrtho.s b/ver/us/asm/nonmatchings/os/guOrtho/guOrtho.s similarity index 100% rename from asm/nonmatchings/os/guOrtho/guOrtho.s rename to ver/us/asm/nonmatchings/os/guOrtho/guOrtho.s diff --git a/asm/nonmatchings/os/guOrtho/guOrthoF.s b/ver/us/asm/nonmatchings/os/guOrtho/guOrthoF.s similarity index 100% rename from asm/nonmatchings/os/guOrtho/guOrthoF.s rename to ver/us/asm/nonmatchings/os/guOrtho/guOrthoF.s diff --git a/asm/nonmatchings/os/guRotate/guRotate.s b/ver/us/asm/nonmatchings/os/guRotate/guRotate.s similarity index 100% rename from asm/nonmatchings/os/guRotate/guRotate.s rename to ver/us/asm/nonmatchings/os/guRotate/guRotate.s diff --git a/asm/nonmatchings/os/guRotate/guRotateF.s b/ver/us/asm/nonmatchings/os/guRotate/guRotateF.s similarity index 100% rename from asm/nonmatchings/os/guRotate/guRotateF.s rename to ver/us/asm/nonmatchings/os/guRotate/guRotateF.s diff --git a/asm/nonmatchings/os/ldiv/ldiv.s b/ver/us/asm/nonmatchings/os/ldiv/ldiv.s similarity index 100% rename from asm/nonmatchings/os/ldiv/ldiv.s rename to ver/us/asm/nonmatchings/os/ldiv/ldiv.s diff --git a/asm/nonmatchings/os/ldiv/lldiv.s b/ver/us/asm/nonmatchings/os/ldiv/lldiv.s similarity index 100% rename from asm/nonmatchings/os/ldiv/lldiv.s rename to ver/us/asm/nonmatchings/os/ldiv/lldiv.s diff --git a/asm/nonmatchings/os/nusys/code_3B4A0/nuPiReadRomOverlay.s b/ver/us/asm/nonmatchings/os/nusys/code_3B4A0/nuPiReadRomOverlay.s similarity index 100% rename from asm/nonmatchings/os/nusys/code_3B4A0/nuPiReadRomOverlay.s rename to ver/us/asm/nonmatchings/os/nusys/code_3B4A0/nuPiReadRomOverlay.s diff --git a/asm/nonmatchings/os/nusys/code_7e40_len_3f0/nuGfxTaskMgr.s b/ver/us/asm/nonmatchings/os/nusys/code_7e40_len_3f0/nuGfxTaskMgr.s similarity index 100% rename from asm/nonmatchings/os/nusys/code_7e40_len_3f0/nuGfxTaskMgr.s rename to ver/us/asm/nonmatchings/os/nusys/code_7e40_len_3f0/nuGfxTaskMgr.s diff --git a/asm/nonmatchings/os/nusys/code_7e40_len_3f0/nuGfxTaskMgrInit.s b/ver/us/asm/nonmatchings/os/nusys/code_7e40_len_3f0/nuGfxTaskMgrInit.s similarity index 100% rename from asm/nonmatchings/os/nusys/code_7e40_len_3f0/nuGfxTaskMgrInit.s rename to ver/us/asm/nonmatchings/os/nusys/code_7e40_len_3f0/nuGfxTaskMgrInit.s diff --git a/asm/nonmatchings/os/nusys/code_7e40_len_3f0/nuGfxTaskStart.s b/ver/us/asm/nonmatchings/os/nusys/code_7e40_len_3f0/nuGfxTaskStart.s similarity index 100% rename from asm/nonmatchings/os/nusys/code_7e40_len_3f0/nuGfxTaskStart.s rename to ver/us/asm/nonmatchings/os/nusys/code_7e40_len_3f0/nuGfxTaskStart.s diff --git a/asm/nonmatchings/os/nusys/nuContRmbModeSet/nuContRmbModeSet.s b/ver/us/asm/nonmatchings/os/nusys/nuContRmbModeSet/nuContRmbModeSet.s similarity index 100% rename from asm/nonmatchings/os/nusys/nuContRmbModeSet/nuContRmbModeSet.s rename to ver/us/asm/nonmatchings/os/nusys/nuContRmbModeSet/nuContRmbModeSet.s diff --git a/asm/nonmatchings/os/nusys/nuGfxSetCfb/nuGfxSetCfb.s b/ver/us/asm/nonmatchings/os/nusys/nuGfxSetCfb/nuGfxSetCfb.s similarity index 100% rename from asm/nonmatchings/os/nusys/nuGfxSetCfb/nuGfxSetCfb.s rename to ver/us/asm/nonmatchings/os/nusys/nuGfxSetCfb/nuGfxSetCfb.s diff --git a/asm/nonmatchings/os/nusys/nuGfxThread/nuGfxThread2.s b/ver/us/asm/nonmatchings/os/nusys/nuGfxThread/nuGfxThread2.s similarity index 100% rename from asm/nonmatchings/os/nusys/nuGfxThread/nuGfxThread2.s rename to ver/us/asm/nonmatchings/os/nusys/nuGfxThread/nuGfxThread2.s diff --git a/asm/nonmatchings/os/nusys/nuSched/nuScEventHandler.s b/ver/us/asm/nonmatchings/os/nusys/nuSched/nuScEventHandler.s similarity index 100% rename from asm/nonmatchings/os/nusys/nuSched/nuScEventHandler.s rename to ver/us/asm/nonmatchings/os/nusys/nuSched/nuScEventHandler.s diff --git a/asm/nonmatchings/os/nusys/nuSched/nuScExecuteAudio.s b/ver/us/asm/nonmatchings/os/nusys/nuSched/nuScExecuteAudio.s similarity index 100% rename from asm/nonmatchings/os/nusys/nuSched/nuScExecuteAudio.s rename to ver/us/asm/nonmatchings/os/nusys/nuSched/nuScExecuteAudio.s diff --git a/asm/nonmatchings/os/nusys/nuSched/nuScExecuteGraphics.s b/ver/us/asm/nonmatchings/os/nusys/nuSched/nuScExecuteGraphics.s similarity index 100% rename from asm/nonmatchings/os/nusys/nuSched/nuScExecuteGraphics.s rename to ver/us/asm/nonmatchings/os/nusys/nuSched/nuScExecuteGraphics.s diff --git a/asm/nonmatchings/os/nusys/nuSched/nuScGetAudioMQ.s b/ver/us/asm/nonmatchings/os/nusys/nuSched/nuScGetAudioMQ.s similarity index 100% rename from asm/nonmatchings/os/nusys/nuSched/nuScGetAudioMQ.s rename to ver/us/asm/nonmatchings/os/nusys/nuSched/nuScGetAudioMQ.s diff --git a/asm/nonmatchings/os/nusys/nuSched/nuScGetFrameRate.s b/ver/us/asm/nonmatchings/os/nusys/nuSched/nuScGetFrameRate.s similarity index 100% rename from asm/nonmatchings/os/nusys/nuSched/nuScGetFrameRate.s rename to ver/us/asm/nonmatchings/os/nusys/nuSched/nuScGetFrameRate.s diff --git a/asm/nonmatchings/os/nusys/nuSched/nuScGetGfxMQ.s b/ver/us/asm/nonmatchings/os/nusys/nuSched/nuScGetGfxMQ.s similarity index 100% rename from asm/nonmatchings/os/nusys/nuSched/nuScGetGfxMQ.s rename to ver/us/asm/nonmatchings/os/nusys/nuSched/nuScGetGfxMQ.s diff --git a/asm/nonmatchings/os/nusys/nuSched/nuScSetFrameBufferNum.s b/ver/us/asm/nonmatchings/os/nusys/nuSched/nuScSetFrameBufferNum.s similarity index 100% rename from asm/nonmatchings/os/nusys/nuSched/nuScSetFrameBufferNum.s rename to ver/us/asm/nonmatchings/os/nusys/nuSched/nuScSetFrameBufferNum.s diff --git a/asm/nonmatchings/os/nusys/nuSched/nuScWaitTaskReady.s b/ver/us/asm/nonmatchings/os/nusys/nuSched/nuScWaitTaskReady.s similarity index 100% rename from asm/nonmatchings/os/nusys/nuSched/nuScWaitTaskReady.s rename to ver/us/asm/nonmatchings/os/nusys/nuSched/nuScWaitTaskReady.s diff --git a/asm/nonmatchings/os/nusys/nuSiMgr/nuSiMgrInit.s b/ver/us/asm/nonmatchings/os/nusys/nuSiMgr/nuSiMgrInit.s similarity index 100% rename from asm/nonmatchings/os/nusys/nuSiMgr/nuSiMgrInit.s rename to ver/us/asm/nonmatchings/os/nusys/nuSiMgr/nuSiMgrInit.s diff --git a/asm/nonmatchings/os/nusys/nuSiMgr/nuSiMgrRestart.s b/ver/us/asm/nonmatchings/os/nusys/nuSiMgr/nuSiMgrRestart.s similarity index 100% rename from asm/nonmatchings/os/nusys/nuSiMgr/nuSiMgrRestart.s rename to ver/us/asm/nonmatchings/os/nusys/nuSiMgr/nuSiMgrRestart.s diff --git a/asm/nonmatchings/os/nusys/nuSiMgr/nuSiMgrThread.s b/ver/us/asm/nonmatchings/os/nusys/nuSiMgr/nuSiMgrThread.s similarity index 100% rename from asm/nonmatchings/os/nusys/nuSiMgr/nuSiMgrThread.s rename to ver/us/asm/nonmatchings/os/nusys/nuSiMgr/nuSiMgrThread.s diff --git a/asm/nonmatchings/os/nusys/nuSiMgr/nuSiSendMesg.s b/ver/us/asm/nonmatchings/os/nusys/nuSiMgr/nuSiSendMesg.s similarity index 100% rename from asm/nonmatchings/os/nusys/nuSiMgr/nuSiSendMesg.s rename to ver/us/asm/nonmatchings/os/nusys/nuSiMgr/nuSiSendMesg.s diff --git a/asm/nonmatchings/os/osCreateMesgQueue/osCreateMesgQueue.s b/ver/us/asm/nonmatchings/os/osCreateMesgQueue/osCreateMesgQueue.s similarity index 100% rename from asm/nonmatchings/os/osCreateMesgQueue/osCreateMesgQueue.s rename to ver/us/asm/nonmatchings/os/osCreateMesgQueue/osCreateMesgQueue.s diff --git a/asm/nonmatchings/os/osCreateThread/osCreateThread.s b/ver/us/asm/nonmatchings/os/osCreateThread/osCreateThread.s similarity index 100% rename from asm/nonmatchings/os/osCreateThread/osCreateThread.s rename to ver/us/asm/nonmatchings/os/osCreateThread/osCreateThread.s diff --git a/asm/nonmatchings/os/osEPiReadIo/osEPiReadIo.s b/ver/us/asm/nonmatchings/os/osEPiReadIo/osEPiReadIo.s similarity index 100% rename from asm/nonmatchings/os/osEPiReadIo/osEPiReadIo.s rename to ver/us/asm/nonmatchings/os/osEPiReadIo/osEPiReadIo.s diff --git a/asm/nonmatchings/os/osEPiWriteIo/osEPiWriteIo.s b/ver/us/asm/nonmatchings/os/osEPiWriteIo/osEPiWriteIo.s similarity index 100% rename from asm/nonmatchings/os/osEPiWriteIo/osEPiWriteIo.s rename to ver/us/asm/nonmatchings/os/osEPiWriteIo/osEPiWriteIo.s diff --git a/asm/nonmatchings/os/osGetThreadPri/osGetThreadPri.s b/ver/us/asm/nonmatchings/os/osGetThreadPri/osGetThreadPri.s similarity index 100% rename from asm/nonmatchings/os/osGetThreadPri/osGetThreadPri.s rename to ver/us/asm/nonmatchings/os/osGetThreadPri/osGetThreadPri.s diff --git a/asm/nonmatchings/os/osSiRawStartDma/osSiRawStartDma.s b/ver/us/asm/nonmatchings/os/osSiRawStartDma/osSiRawStartDma.s similarity index 100% rename from asm/nonmatchings/os/osSiRawStartDma/osSiRawStartDma.s rename to ver/us/asm/nonmatchings/os/osSiRawStartDma/osSiRawStartDma.s diff --git a/asm/nonmatchings/os/osSpTaskYield/osSpTaskYield.s b/ver/us/asm/nonmatchings/os/osSpTaskYield/osSpTaskYield.s similarity index 100% rename from asm/nonmatchings/os/osSpTaskYield/osSpTaskYield.s rename to ver/us/asm/nonmatchings/os/osSpTaskYield/osSpTaskYield.s diff --git a/asm/nonmatchings/os/osSpTaskYielded/osSpTaskYielded.s b/ver/us/asm/nonmatchings/os/osSpTaskYielded/osSpTaskYielded.s similarity index 100% rename from asm/nonmatchings/os/osSpTaskYielded/osSpTaskYielded.s rename to ver/us/asm/nonmatchings/os/osSpTaskYielded/osSpTaskYielded.s diff --git a/asm/nonmatchings/os/osViRepeatLine/osViRepeatLine.s b/ver/us/asm/nonmatchings/os/osViRepeatLine/osViRepeatLine.s similarity index 100% rename from asm/nonmatchings/os/osViRepeatLine/osViRepeatLine.s rename to ver/us/asm/nonmatchings/os/osViRepeatLine/osViRepeatLine.s diff --git a/asm/nonmatchings/os/osVirtualToPhysical/osVirtualToPhysical.s b/ver/us/asm/nonmatchings/os/osVirtualToPhysical/osVirtualToPhysical.s similarity index 100% rename from asm/nonmatchings/os/osVirtualToPhysical/osVirtualToPhysical.s rename to ver/us/asm/nonmatchings/os/osVirtualToPhysical/osVirtualToPhysical.s diff --git a/asm/nonmatchings/si/get_float_variable.s b/ver/us/asm/nonmatchings/si/get_float_variable.s similarity index 100% rename from asm/nonmatchings/si/get_float_variable.s rename to ver/us/asm/nonmatchings/si/get_float_variable.s diff --git a/asm/nonmatchings/si/get_variable.s b/ver/us/asm/nonmatchings/si/get_variable.s similarity index 100% rename from asm/nonmatchings/si/get_variable.s rename to ver/us/asm/nonmatchings/si/get_variable.s diff --git a/asm/nonmatchings/si/set_float_variable.s b/ver/us/asm/nonmatchings/si/set_float_variable.s similarity index 100% rename from asm/nonmatchings/si/set_float_variable.s rename to ver/us/asm/nonmatchings/si/set_float_variable.s diff --git a/asm/nonmatchings/si/set_variable.s b/ver/us/asm/nonmatchings/si/set_variable.s similarity index 100% rename from asm/nonmatchings/si/set_variable.s rename to ver/us/asm/nonmatchings/si/set_variable.s diff --git a/asm/nonmatchings/si/si_execute_next_command.s b/ver/us/asm/nonmatchings/si/si_execute_next_command.s similarity index 100% rename from asm/nonmatchings/si/si_execute_next_command.s rename to ver/us/asm/nonmatchings/si/si_execute_next_command.s diff --git a/asm/nonmatchings/si/si_goto_end_case.s b/ver/us/asm/nonmatchings/si/si_goto_end_case.s similarity index 100% rename from asm/nonmatchings/si/si_goto_end_case.s rename to ver/us/asm/nonmatchings/si/si_goto_end_case.s diff --git a/asm/nonmatchings/si/si_goto_end_loop.s b/ver/us/asm/nonmatchings/si/si_goto_end_loop.s similarity index 100% rename from asm/nonmatchings/si/si_goto_end_loop.s rename to ver/us/asm/nonmatchings/si/si_goto_end_loop.s diff --git a/asm/nonmatchings/si/si_goto_next_case.s b/ver/us/asm/nonmatchings/si/si_goto_next_case.s similarity index 100% rename from asm/nonmatchings/si/si_goto_next_case.s rename to ver/us/asm/nonmatchings/si/si_goto_next_case.s diff --git a/asm/nonmatchings/si/si_handle_parallel_thread.s b/ver/us/asm/nonmatchings/si/si_handle_parallel_thread.s similarity index 100% rename from asm/nonmatchings/si/si_handle_parallel_thread.s rename to ver/us/asm/nonmatchings/si/si_handle_parallel_thread.s diff --git a/asm/nonmatchings/si/si_handle_print_debug_var.s b/ver/us/asm/nonmatchings/si/si_handle_print_debug_var.s similarity index 100% rename from asm/nonmatchings/si/si_handle_print_debug_var.s rename to ver/us/asm/nonmatchings/si/si_handle_print_debug_var.s diff --git a/asm/nonmatchings/si/si_handle_spawn_thread.s b/ver/us/asm/nonmatchings/si/si_handle_spawn_thread.s similarity index 100% rename from asm/nonmatchings/si/si_handle_spawn_thread.s rename to ver/us/asm/nonmatchings/si/si_handle_spawn_thread.s diff --git a/asm/nonmatchings/si/si_skip_else.s b/ver/us/asm/nonmatchings/si/si_skip_else.s similarity index 100% rename from asm/nonmatchings/si/si_skip_else.s rename to ver/us/asm/nonmatchings/si/si_skip_else.s diff --git a/asm/nonmatchings/si/si_skip_if.s b/ver/us/asm/nonmatchings/si/si_skip_if.s similarity index 100% rename from asm/nonmatchings/si/si_skip_if.s rename to ver/us/asm/nonmatchings/si/si_skip_if.s diff --git a/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240000_BDD1B0.s b/ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240000_BDD1B0.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240000_BDD1B0.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240000_BDD1B0.s diff --git a/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240160_BDD310.s b/ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240160_BDD310.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240160_BDD310.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240160_BDD310.s diff --git a/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_802401D4_BDD384.s b/ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_802401D4_BDD384.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_802401D4_BDD384.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_802401D4_BDD384.s diff --git a/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240304_BDD4B4.s b/ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240304_BDD4B4.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240304_BDD4B4.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240304_BDD4B4.s diff --git a/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_802403A0_BDD550.s b/ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_802403A0_BDD550.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_802403A0_BDD550.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_802403A0_BDD550.s diff --git a/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240428_BDD5D8.s b/ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240428_BDD5D8.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240428_BDD5D8.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240428_BDD5D8.s diff --git a/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_802404D0_BDD680.s b/ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_802404D0_BDD680.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_802404D0_BDD680.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_802404D0_BDD680.s diff --git a/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240644_BDD7F4.s b/ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240644_BDD7F4.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240644_BDD7F4.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240644_BDD7F4.s diff --git a/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240694_BDD844.s b/ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240694_BDD844.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240694_BDD844.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240694_BDD844.s diff --git a/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240834_BDD9E4.s b/ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240834_BDD9E4.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240834_BDD9E4.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240834_BDD9E4.s diff --git a/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240984_BDDB34.s b/ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240984_BDDB34.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240984_BDDB34.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240984_BDDB34.s diff --git a/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240A30_BDDBE0.s b/ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240A30_BDDBE0.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240A30_BDDBE0.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240A30_BDDBE0.s diff --git a/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240B68_BDDD18.s b/ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240B68_BDDD18.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240B68_BDDD18.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240B68_BDDD18.s diff --git a/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240BE4_BDDD94.s b/ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240BE4_BDDD94.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240BE4_BDDD94.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240BE4_BDDD94.s diff --git a/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240C90_BDDE40.s b/ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240C90_BDDE40.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240C90_BDDE40.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_02/BDD1B0/func_80240C90_BDDE40.s diff --git a/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240000_BDED90.s b/ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240000_BDED90.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240000_BDED90.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240000_BDED90.s diff --git a/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240158_BDEEE8.s b/ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240158_BDEEE8.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240158_BDEEE8.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240158_BDEEE8.s diff --git a/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_802404C0_BDF250.s b/ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_802404C0_BDF250.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_03/BDED90/func_802404C0_BDF250.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_802404C0_BDF250.s diff --git a/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_8024067C_BDF40C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_8024067C_BDF40C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_03/BDED90/func_8024067C_BDF40C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_8024067C_BDF40C.s diff --git a/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_8024094C_BDF6DC.s b/ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_8024094C_BDF6DC.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_03/BDED90/func_8024094C_BDF6DC.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_8024094C_BDF6DC.s diff --git a/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240AD4_BDF864.s b/ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240AD4_BDF864.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240AD4_BDF864.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240AD4_BDF864.s diff --git a/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240B94_BDF924.s b/ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240B94_BDF924.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240B94_BDF924.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240B94_BDF924.s diff --git a/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240E90_BDFC20.s b/ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240E90_BDFC20.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240E90_BDFC20.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80240E90_BDFC20.s diff --git a/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80241068_BDFDF8.s b/ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80241068_BDFDF8.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80241068_BDFDF8.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80241068_BDFDF8.s diff --git a/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_8024113C_BDFECC.s b/ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_8024113C_BDFECC.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_03/BDED90/func_8024113C_BDFECC.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_8024113C_BDFECC.s diff --git a/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_802412B0_BE0040.s b/ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_802412B0_BE0040.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_03/BDED90/func_802412B0_BE0040.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_802412B0_BE0040.s diff --git a/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_802415F4_BE0384.s b/ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_802415F4_BE0384.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_03/BDED90/func_802415F4_BE0384.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_802415F4_BE0384.s diff --git a/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80241648_BE03D8.s b/ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80241648_BE03D8.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80241648_BE03D8.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80241648_BE03D8.s diff --git a/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80241680_BE0410.s b/ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80241680_BE0410.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80241680_BE0410.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_03/BDED90/func_80241680_BE0410.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240000_BE37B0.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240000_BE37B0.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240000_BE37B0.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240000_BE37B0.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240158_BE3908.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240158_BE3908.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240158_BE3908.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240158_BE3908.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802404C0_BE3C70.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802404C0_BE3C70.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802404C0_BE3C70.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802404C0_BE3C70.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024067C_BE3E2C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024067C_BE3E2C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024067C_BE3E2C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024067C_BE3E2C.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024094C_BE40FC.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024094C_BE40FC.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024094C_BE40FC.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024094C_BE40FC.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240AD4_BE4284.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240AD4_BE4284.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240AD4_BE4284.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240AD4_BE4284.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240B94_BE4344.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240B94_BE4344.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240B94_BE4344.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240B94_BE4344.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240E90_BE4640.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240E90_BE4640.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240E90_BE4640.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80240E90_BE4640.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241040_BE47F0.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241040_BE47F0.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241040_BE47F0.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241040_BE47F0.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241728_BE4ED8.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241728_BE4ED8.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241728_BE4ED8.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241728_BE4ED8.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241AE4_BE5294.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241AE4_BE5294.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241AE4_BE5294.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241AE4_BE5294.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241CE8_BE5498.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241CE8_BE5498.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241CE8_BE5498.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80241CE8_BE5498.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242078_BE5828.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242078_BE5828.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242078_BE5828.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242078_BE5828.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024219C_BE594C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024219C_BE594C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024219C_BE594C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024219C_BE594C.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242388_BE5B38.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242388_BE5B38.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242388_BE5B38.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242388_BE5B38.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802424E8_BE5C98.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802424E8_BE5C98.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802424E8_BE5C98.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802424E8_BE5C98.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024255C_BE5D0C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024255C_BE5D0C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024255C_BE5D0C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024255C_BE5D0C.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024268C_BE5E3C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024268C_BE5E3C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024268C_BE5E3C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_8024268C_BE5E3C.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242728_BE5ED8.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242728_BE5ED8.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242728_BE5ED8.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242728_BE5ED8.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802427B0_BE5F60.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802427B0_BE5F60.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802427B0_BE5F60.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802427B0_BE5F60.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242858_BE6008.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242858_BE6008.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242858_BE6008.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242858_BE6008.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802429CC_BE617C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802429CC_BE617C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802429CC_BE617C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_802429CC_BE617C.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242A1C_BE61CC.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242A1C_BE61CC.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242A1C_BE61CC.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242A1C_BE61CC.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242BBC_BE636C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242BBC_BE636C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242BBC_BE636C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242BBC_BE636C.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242D0C_BE64BC.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242D0C_BE64BC.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242D0C_BE64BC.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242D0C_BE64BC.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242DB8_BE6568.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242DB8_BE6568.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242DB8_BE6568.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242DB8_BE6568.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242EF0_BE66A0.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242EF0_BE66A0.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242EF0_BE66A0.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242EF0_BE66A0.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242F6C_BE671C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242F6C_BE671C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242F6C_BE671C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80242F6C_BE671C.s diff --git a/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80243018_BE67C8.s b/ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80243018_BE67C8.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80243018_BE67C8.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_04/BE37B0/func_80243018_BE67C8.s diff --git a/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240000_BE7BE0.s b/ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240000_BE7BE0.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240000_BE7BE0.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240000_BE7BE0.s diff --git a/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240158_BE7D38.s b/ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240158_BE7D38.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240158_BE7D38.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240158_BE7D38.s diff --git a/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_802404C0_BE80A0.s b/ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_802404C0_BE80A0.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_802404C0_BE80A0.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_802404C0_BE80A0.s diff --git a/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_8024067C_BE825C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_8024067C_BE825C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_8024067C_BE825C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_8024067C_BE825C.s diff --git a/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_8024094C_BE852C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_8024094C_BE852C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_8024094C_BE852C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_8024094C_BE852C.s diff --git a/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240AD4_BE86B4.s b/ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240AD4_BE86B4.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240AD4_BE86B4.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240AD4_BE86B4.s diff --git a/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240B94_BE8774.s b/ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240B94_BE8774.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240B94_BE8774.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240B94_BE8774.s diff --git a/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240E90_BE8A70.s b/ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240E90_BE8A70.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240E90_BE8A70.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80240E90_BE8A70.s diff --git a/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80241068_BE8C48.s b/ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80241068_BE8C48.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80241068_BE8C48.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_80241068_BE8C48.s diff --git a/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_8024113C_BE8D1C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_8024113C_BE8D1C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_8024113C_BE8D1C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_8024113C_BE8D1C.s diff --git a/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_802412B0_BE8E90.s b/ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_802412B0_BE8E90.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_802412B0_BE8E90.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_802412B0_BE8E90.s diff --git a/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_802412C8_BE8EA8.s b/ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_802412C8_BE8EA8.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_802412C8_BE8EA8.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_05/BE7BE0/func_802412C8_BE8EA8.s diff --git a/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_80240000_BECDF0.s b/ver/us/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_80240000_BECDF0.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_80240000_BECDF0.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_80240000_BECDF0.s diff --git a/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_8024004C_BECE3C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_8024004C_BECE3C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_8024004C_BECE3C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_8024004C_BECE3C.s diff --git a/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_802401AC_BECF9C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_802401AC_BECF9C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_802401AC_BECF9C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_802401AC_BECF9C.s diff --git a/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_802405BC_BED3AC.s b/ver/us/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_802405BC_BED3AC.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_802405BC_BED3AC.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_802405BC_BED3AC.s diff --git a/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_802405FC_BED3EC.s b/ver/us/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_802405FC_BED3EC.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_802405FC_BED3EC.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_802405FC_BED3EC.s diff --git a/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_80240708_BED4F8.s b/ver/us/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_80240708_BED4F8.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_80240708_BED4F8.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_07/BECDF0/func_80240708_BED4F8.s diff --git a/asm/nonmatchings/world/area_arn/arn_07/BED5F0/func_80240800_BED5F0.s b/ver/us/asm/nonmatchings/world/area_arn/arn_07/BED5F0/func_80240800_BED5F0.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_07/BED5F0/func_80240800_BED5F0.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_07/BED5F0/func_80240800_BED5F0.s diff --git a/asm/nonmatchings/world/area_arn/arn_07/BED740/func_80240950_BED740.s b/ver/us/asm/nonmatchings/world/area_arn/arn_07/BED740/func_80240950_BED740.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_07/BED740/func_80240950_BED740.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_07/BED740/func_80240950_BED740.s diff --git a/asm/nonmatchings/world/area_arn/arn_07/BED740/func_80240B00_BED8F0.s b/ver/us/asm/nonmatchings/world/area_arn/arn_07/BED740/func_80240B00_BED8F0.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_07/BED740/func_80240B00_BED8F0.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_07/BED740/func_80240B00_BED8F0.s diff --git a/asm/nonmatchings/world/area_arn/arn_07/BED740/func_802411E8_BEDFD8.s b/ver/us/asm/nonmatchings/world/area_arn/arn_07/BED740/func_802411E8_BEDFD8.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_07/BED740/func_802411E8_BEDFD8.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_07/BED740/func_802411E8_BEDFD8.s diff --git a/asm/nonmatchings/world/area_arn/arn_07/BED740/func_802415A4_BEE394.s b/ver/us/asm/nonmatchings/world/area_arn/arn_07/BED740/func_802415A4_BEE394.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_07/BED740/func_802415A4_BEE394.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_07/BED740/func_802415A4_BEE394.s diff --git a/asm/nonmatchings/world/area_arn/arn_07/BED740/func_802417A8_BEE598.s b/ver/us/asm/nonmatchings/world/area_arn/arn_07/BED740/func_802417A8_BEE598.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_07/BED740/func_802417A8_BEE598.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_07/BED740/func_802417A8_BEE598.s diff --git a/asm/nonmatchings/world/area_arn/arn_07/BED740/func_80241B38_BEE928.s b/ver/us/asm/nonmatchings/world/area_arn/arn_07/BED740/func_80241B38_BEE928.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_07/BED740/func_80241B38_BEE928.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_07/BED740/func_80241B38_BEE928.s diff --git a/asm/nonmatchings/world/area_arn/arn_07/BED740/func_80241C5C_BEEA4C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_07/BED740/func_80241C5C_BEEA4C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_07/BED740/func_80241C5C_BEEA4C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_07/BED740/func_80241C5C_BEEA4C.s diff --git a/asm/nonmatchings/world/area_arn/arn_08/BF47A0/func_80240000_BF47A0.s b/ver/us/asm/nonmatchings/world/area_arn/arn_08/BF47A0/func_80240000_BF47A0.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_08/BF47A0/func_80240000_BF47A0.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_08/BF47A0/func_80240000_BF47A0.s diff --git a/asm/nonmatchings/world/area_arn/arn_08/BF47A0/func_8024008C_BF482C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_08/BF47A0/func_8024008C_BF482C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_08/BF47A0/func_8024008C_BF482C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_08/BF47A0/func_8024008C_BF482C.s diff --git a/asm/nonmatchings/world/area_arn/arn_08/BF4860/func_802400C0_BF4860.s b/ver/us/asm/nonmatchings/world/area_arn/arn_08/BF4860/func_802400C0_BF4860.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_08/BF4860/func_802400C0_BF4860.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_08/BF4860/func_802400C0_BF4860.s diff --git a/asm/nonmatchings/world/area_arn/arn_08/BF4860/func_802400D4_BF4874.s b/ver/us/asm/nonmatchings/world/area_arn/arn_08/BF4860/func_802400D4_BF4874.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_08/BF4860/func_802400D4_BF4874.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_08/BF4860/func_802400D4_BF4874.s diff --git a/asm/nonmatchings/world/area_arn/arn_08/BF4860/func_802400F4_BF4894.s b/ver/us/asm/nonmatchings/world/area_arn/arn_08/BF4860/func_802400F4_BF4894.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_08/BF4860/func_802400F4_BF4894.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_08/BF4860/func_802400F4_BF4894.s diff --git a/asm/nonmatchings/world/area_arn/arn_08/BF4860/func_8024019C_BF493C.s b/ver/us/asm/nonmatchings/world/area_arn/arn_08/BF4860/func_8024019C_BF493C.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_08/BF4860/func_8024019C_BF493C.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_08/BF4860/func_8024019C_BF493C.s diff --git a/asm/nonmatchings/world/area_arn/arn_09/BF6060/func_80240000_BF6060.s b/ver/us/asm/nonmatchings/world/area_arn/arn_09/BF6060/func_80240000_BF6060.s similarity index 100% rename from asm/nonmatchings/world/area_arn/arn_09/BF6060/func_80240000_BF6060.s rename to ver/us/asm/nonmatchings/world/area_arn/arn_09/BF6060/func_80240000_BF6060.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_00/BFA0A0/func_80240000_BFA0A0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_00/BFA0A0/func_80240000_BFA0A0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_00/BFA0A0/func_80240000_BFA0A0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_00/BFA0A0/func_80240000_BFA0A0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80240120_BFD9A0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80240120_BFD9A0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80240120_BFD9A0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80240120_BFD9A0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802402D0_BFDB50.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802402D0_BFDB50.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802402D0_BFDB50.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802402D0_BFDB50.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802409B8_BFE238.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802409B8_BFE238.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802409B8_BFE238.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802409B8_BFE238.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80240D74_BFE5F4.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80240D74_BFE5F4.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80240D74_BFE5F4.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80240D74_BFE5F4.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80240F78_BFE7F8.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80240F78_BFE7F8.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80240F78_BFE7F8.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80240F78_BFE7F8.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241308_BFEB88.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241308_BFEB88.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241308_BFEB88.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241308_BFEB88.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_8024142C_BFECAC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_8024142C_BFECAC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_8024142C_BFECAC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_8024142C_BFECAC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241618_BFEE98.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241618_BFEE98.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241618_BFEE98.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241618_BFEE98.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241770_BFEFF0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241770_BFEFF0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241770_BFEFF0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241770_BFEFF0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241874_BFF0F4.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241874_BFF0F4.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241874_BFF0F4.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241874_BFF0F4.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241954_BFF1D4.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241954_BFF1D4.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241954_BFF1D4.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241954_BFF1D4.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241BF0_BFF470.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241BF0_BFF470.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241BF0_BFF470.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241BF0_BFF470.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241CA8_BFF528.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241CA8_BFF528.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241CA8_BFF528.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241CA8_BFF528.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241E28_BFF6A8.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241E28_BFF6A8.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241E28_BFF6A8.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241E28_BFF6A8.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241E70_BFF6F0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241E70_BFF6F0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241E70_BFF6F0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241E70_BFF6F0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241EF0_BFF770.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241EF0_BFF770.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241EF0_BFF770.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241EF0_BFF770.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241F98_BFF818.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241F98_BFF818.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241F98_BFF818.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80241F98_BFF818.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802422B0_BFFB30.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802422B0_BFFB30.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802422B0_BFFB30.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802422B0_BFFB30.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_8024252C_BFFDAC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_8024252C_BFFDAC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_8024252C_BFFDAC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_8024252C_BFFDAC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80242684_BFFF04.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80242684_BFFF04.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80242684_BFFF04.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80242684_BFFF04.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802429EC_C0026C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802429EC_C0026C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802429EC_C0026C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802429EC_C0026C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80242BA8_C00428.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80242BA8_C00428.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80242BA8_C00428.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80242BA8_C00428.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80242E78_C006F8.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80242E78_C006F8.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80242E78_C006F8.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80242E78_C006F8.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80243000_C00880.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80243000_C00880.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80243000_C00880.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_80243000_C00880.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802430C0_C00940.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802430C0_C00940.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802430C0_C00940.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_01/BFD9A0/func_802430C0_C00940.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240208_C2EDA8.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240208_C2EDA8.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240208_C2EDA8.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240208_C2EDA8.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_8024061C_C2F1BC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_8024061C_C2F1BC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_8024061C_C2F1BC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_8024061C_C2F1BC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_802408D0_C2F470.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_802408D0_C2F470.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_802408D0_C2F470.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_802408D0_C2F470.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240958_C2F4F8.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240958_C2F4F8.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240958_C2F4F8.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240958_C2F4F8.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240C10_C2F7B0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240C10_C2F7B0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240C10_C2F7B0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240C10_C2F7B0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240C74_C2F814.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240C74_C2F814.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240C74_C2F814.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240C74_C2F814.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240D1C_C2F8BC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240D1C_C2F8BC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240D1C_C2F8BC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240D1C_C2F8BC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240E54_C2F9F4.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240E54_C2F9F4.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240E54_C2F9F4.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240E54_C2F9F4.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240F00_C2FAA0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240F00_C2FAA0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240F00_C2FAA0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80240F00_C2FAA0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80241078_C2FC18.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80241078_C2FC18.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80241078_C2FC18.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_80241078_C2FC18.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_802410D4_C2FC74.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_802410D4_C2FC74.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_802410D4_C2FC74.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/func_802410D4_C2FC74.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/update_starpoints_display_C2EF5C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/update_starpoints_display_C2EF5C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/update_starpoints_display_C2EF5C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_02/C2EBA0/update_starpoints_display_C2EF5C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C314E0/func_80240000_C314E0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C314E0/func_80240000_C314E0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C314E0/func_80240000_C314E0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C314E0/func_80240000_C314E0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C314E0/func_802400BC_C3159C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C314E0/func_802400BC_C3159C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C314E0/func_802400BC_C3159C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C314E0/func_802400BC_C3159C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240458_C31938.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240458_C31938.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240458_C31938.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240458_C31938.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024060C_C31AEC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024060C_C31AEC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024060C_C31AEC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024060C_C31AEC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024086C_C31D4C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024086C_C31D4C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024086C_C31D4C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024086C_C31D4C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240B20_C32000.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240B20_C32000.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240B20_C32000.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240B20_C32000.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240C78_C32158.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240C78_C32158.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240C78_C32158.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240C78_C32158.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240FE0_C324C0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240FE0_C324C0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240FE0_C324C0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80240FE0_C324C0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024119C_C3267C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024119C_C3267C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024119C_C3267C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024119C_C3267C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024146C_C3294C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024146C_C3294C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024146C_C3294C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_8024146C_C3294C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802415F4_C32AD4.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802415F4_C32AD4.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802415F4_C32AD4.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802415F4_C32AD4.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802416B4_C32B94.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802416B4_C32B94.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802416B4_C32B94.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802416B4_C32B94.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802419B0_C32E90.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802419B0_C32E90.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802419B0_C32E90.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802419B0_C32E90.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80241C7C_C3315C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80241C7C_C3315C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80241C7C_C3315C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80241C7C_C3315C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80241D04_C331E4.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80241D04_C331E4.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80241D04_C331E4.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80241D04_C331E4.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80241FBC_C3349C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80241FBC_C3349C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80241FBC_C3349C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80241FBC_C3349C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242020_C33500.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242020_C33500.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242020_C33500.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242020_C33500.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802420C8_C335A8.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802420C8_C335A8.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802420C8_C335A8.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802420C8_C335A8.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242200_C336E0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242200_C336E0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242200_C336E0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242200_C336E0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802422AC_C3378C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802422AC_C3378C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802422AC_C3378C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_802422AC_C3378C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242424_C33904.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242424_C33904.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242424_C33904.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242424_C33904.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242480_C33960.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242480_C33960.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242480_C33960.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_03/C31730/func_80242480_C33960.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240000_C36530.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240000_C36530.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240000_C36530.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240000_C36530.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802401B0_C366E0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802401B0_C366E0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802401B0_C366E0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802401B0_C366E0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240898_C36DC8.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240898_C36DC8.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240898_C36DC8.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240898_C36DC8.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240C54_C37184.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240C54_C37184.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240C54_C37184.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240C54_C37184.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240E58_C37388.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240E58_C37388.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240E58_C37388.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80240E58_C37388.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802411E8_C37718.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802411E8_C37718.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802411E8_C37718.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802411E8_C37718.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_8024130C_C3783C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_8024130C_C3783C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_8024130C_C3783C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_8024130C_C3783C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802414F8_C37A28.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802414F8_C37A28.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802414F8_C37A28.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802414F8_C37A28.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241650_C37B80.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241650_C37B80.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241650_C37B80.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241650_C37B80.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241754_C37C84.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241754_C37C84.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241754_C37C84.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241754_C37C84.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802417F8_C37D28.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802417F8_C37D28.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802417F8_C37D28.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802417F8_C37D28.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241A94_C37FC4.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241A94_C37FC4.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241A94_C37FC4.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241A94_C37FC4.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241B4C_C3807C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241B4C_C3807C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241B4C_C3807C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241B4C_C3807C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241CCC_C381FC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241CCC_C381FC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241CCC_C381FC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241CCC_C381FC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241D14_C38244.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241D14_C38244.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241D14_C38244.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241D14_C38244.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241D94_C382C4.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241D94_C382C4.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241D94_C382C4.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241D94_C382C4.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241E3C_C3836C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241E3C_C3836C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241E3C_C3836C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80241E3C_C3836C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242154_C38684.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242154_C38684.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242154_C38684.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242154_C38684.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802423EC_C3891C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802423EC_C3891C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802423EC_C3891C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802423EC_C3891C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_8024240C_C3893C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_8024240C_C3893C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_8024240C_C3893C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_8024240C_C3893C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242438_C38968.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242438_C38968.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242438_C38968.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242438_C38968.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802424A4_C389D4.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802424A4_C389D4.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802424A4_C389D4.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802424A4_C389D4.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802424F0_C38A20.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802424F0_C38A20.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802424F0_C38A20.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802424F0_C38A20.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_8024259C_C38ACC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_8024259C_C38ACC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_8024259C_C38ACC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_8024259C_C38ACC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802427EC_C38D1C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802427EC_C38D1C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802427EC_C38D1C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802427EC_C38D1C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242818_C38D48.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242818_C38D48.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242818_C38D48.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242818_C38D48.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242850_C38D80.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242850_C38D80.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242850_C38D80.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242850_C38D80.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802428E0_C38E10.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802428E0_C38E10.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802428E0_C38E10.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802428E0_C38E10.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242914_C38E44.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242914_C38E44.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242914_C38E44.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242914_C38E44.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242978_C38EA8.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242978_C38EA8.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242978_C38EA8.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242978_C38EA8.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802429D0_C38F00.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802429D0_C38F00.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802429D0_C38F00.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802429D0_C38F00.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242F08_C39438.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242F08_C39438.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242F08_C39438.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_80242F08_C39438.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802430D8_C39608.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802430D8_C39608.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802430D8_C39608.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_04/C36530/func_802430D8_C39608.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240000_C3AA10.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240000_C3AA10.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240000_C3AA10.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240000_C3AA10.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240030_C3AA40.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240030_C3AA40.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240030_C3AA40.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240030_C3AA40.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240268_C3AC78.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240268_C3AC78.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240268_C3AC78.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240268_C3AC78.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_8024041C_C3AE2C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_8024041C_C3AE2C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_8024041C_C3AE2C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_8024041C_C3AE2C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_8024067C_C3B08C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_8024067C_C3B08C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_8024067C_C3B08C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_8024067C_C3B08C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240704_C3B114.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240704_C3B114.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240704_C3B114.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240704_C3B114.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_802409BC_C3B3CC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_802409BC_C3B3CC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_802409BC_C3B3CC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_802409BC_C3B3CC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240A20_C3B430.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240A20_C3B430.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240A20_C3B430.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240A20_C3B430.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240AC8_C3B4D8.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240AC8_C3B4D8.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240AC8_C3B4D8.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240AC8_C3B4D8.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240C00_C3B610.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240C00_C3B610.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240C00_C3B610.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240C00_C3B610.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240CAC_C3B6BC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240CAC_C3B6BC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240CAC_C3B6BC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240CAC_C3B6BC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240E24_C3B834.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240E24_C3B834.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240E24_C3B834.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240E24_C3B834.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240E80_C3B890.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240E80_C3B890.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240E80_C3B890.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_80240E80_C3B890.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_802411D0_C3BBE0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_802411D0_C3BBE0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_802411D0_C3BBE0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_05/C3AA10/func_802411D0_C3BBE0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_06/C3D080/func_80240000_C3D080.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_06/C3D080/func_80240000_C3D080.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_06/C3D080/func_80240000_C3D080.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_06/C3D080/func_80240000_C3D080.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240208_C3DDF8.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240208_C3DDF8.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240208_C3DDF8.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240208_C3DDF8.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_8024061C_C3E20C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_8024061C_C3E20C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_8024061C_C3E20C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_8024061C_C3E20C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_802406A4_C3E294.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_802406A4_C3E294.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_802406A4_C3E294.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_802406A4_C3E294.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_8024095C_C3E54C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_8024095C_C3E54C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_8024095C_C3E54C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_8024095C_C3E54C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_802409C0_C3E5B0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_802409C0_C3E5B0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_802409C0_C3E5B0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_802409C0_C3E5B0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240A68_C3E658.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240A68_C3E658.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240A68_C3E658.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240A68_C3E658.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240BA0_C3E790.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240BA0_C3E790.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240BA0_C3E790.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240BA0_C3E790.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240C4C_C3E83C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240C4C_C3E83C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240C4C_C3E83C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240C4C_C3E83C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240DC4_C3E9B4.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240DC4_C3E9B4.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240DC4_C3E9B4.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240DC4_C3E9B4.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240E20_C3EA10.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240E20_C3EA10.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240E20_C3EA10.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80240E20_C3EA10.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80241170_C3ED60.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80241170_C3ED60.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80241170_C3ED60.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/func_80241170_C3ED60.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/update_starpoints_display_C3DFAC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/update_starpoints_display_C3DFAC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/update_starpoints_display_C3DFAC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_07/C3DBF0/update_starpoints_display_C3DFAC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240000_C3FDB0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240000_C3FDB0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240000_C3FDB0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240000_C3FDB0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240158_C3FF08.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240158_C3FF08.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240158_C3FF08.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240158_C3FF08.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802404C0_C40270.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802404C0_C40270.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802404C0_C40270.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802404C0_C40270.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_8024067C_C4042C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_8024067C_C4042C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_8024067C_C4042C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_8024067C_C4042C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_8024094C_C406FC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_8024094C_C406FC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_8024094C_C406FC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_8024094C_C406FC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240AD4_C40884.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240AD4_C40884.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240AD4_C40884.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240AD4_C40884.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240B94_C40944.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240B94_C40944.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240B94_C40944.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80240B94_C40944.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241098_C40E48.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241098_C40E48.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241098_C40E48.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241098_C40E48.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_8024124C_C40FFC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_8024124C_C40FFC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_8024124C_C40FFC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_8024124C_C40FFC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802414AC_C4125C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802414AC_C4125C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802414AC_C4125C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802414AC_C4125C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241760_C41510.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241760_C41510.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241760_C41510.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241760_C41510.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241910_C416C0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241910_C416C0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241910_C416C0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241910_C416C0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241FF8_C41DA8.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241FF8_C41DA8.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241FF8_C41DA8.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80241FF8_C41DA8.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802423B4_C42164.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802423B4_C42164.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802423B4_C42164.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802423B4_C42164.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802425B8_C42368.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802425B8_C42368.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802425B8_C42368.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802425B8_C42368.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242948_C426F8.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242948_C426F8.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242948_C426F8.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242948_C426F8.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242A6C_C4281C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242A6C_C4281C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242A6C_C4281C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242A6C_C4281C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242C58_C42A08.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242C58_C42A08.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242C58_C42A08.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242C58_C42A08.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242DB0_C42B60.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242DB0_C42B60.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242DB0_C42B60.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242DB0_C42B60.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242EB4_C42C64.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242EB4_C42C64.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242EB4_C42C64.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242EB4_C42C64.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242F94_C42D44.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242F94_C42D44.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242F94_C42D44.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80242F94_C42D44.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243230_C42FE0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243230_C42FE0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243230_C42FE0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243230_C42FE0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802432E8_C43098.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802432E8_C43098.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802432E8_C43098.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802432E8_C43098.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243468_C43218.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243468_C43218.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243468_C43218.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243468_C43218.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802434B0_C43260.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802434B0_C43260.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802434B0_C43260.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802434B0_C43260.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243530_C432E0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243530_C432E0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243530_C432E0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243530_C432E0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802435D8_C43388.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802435D8_C43388.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802435D8_C43388.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802435D8_C43388.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802438F0_C436A0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802438F0_C436A0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802438F0_C436A0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_802438F0_C436A0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243B98_C43948.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243B98_C43948.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243B98_C43948.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243B98_C43948.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243C10_C439C0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243C10_C439C0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243C10_C439C0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243C10_C439C0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243C50_C43A00.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243C50_C43A00.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243C50_C43A00.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_08/C3FDB0/func_80243C50_C43A00.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240208_C46DE8.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240208_C46DE8.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240208_C46DE8.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240208_C46DE8.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024061C_C471FC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024061C_C471FC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024061C_C471FC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024061C_C471FC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802408D0_C474B0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802408D0_C474B0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802408D0_C474B0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802408D0_C474B0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240958_C47538.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240958_C47538.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240958_C47538.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240958_C47538.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240C10_C477F0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240C10_C477F0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240C10_C477F0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240C10_C477F0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240C74_C47854.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240C74_C47854.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240C74_C47854.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240C74_C47854.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240D1C_C478FC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240D1C_C478FC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240D1C_C478FC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240D1C_C478FC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240E54_C47A34.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240E54_C47A34.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240E54_C47A34.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240E54_C47A34.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240F00_C47AE0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240F00_C47AE0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240F00_C47AE0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80240F00_C47AE0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80241078_C47C58.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80241078_C47C58.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80241078_C47C58.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80241078_C47C58.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802410D4_C47CB4.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802410D4_C47CB4.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802410D4_C47CB4.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802410D4_C47CB4.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80241424_C48004.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80241424_C48004.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80241424_C48004.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80241424_C48004.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802415D4_C481B4.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802415D4_C481B4.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802415D4_C481B4.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802415D4_C481B4.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80241CBC_C4889C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80241CBC_C4889C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80241CBC_C4889C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80241CBC_C4889C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242078_C48C58.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242078_C48C58.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242078_C48C58.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242078_C48C58.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024227C_C48E5C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024227C_C48E5C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024227C_C48E5C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024227C_C48E5C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024260C_C491EC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024260C_C491EC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024260C_C491EC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024260C_C491EC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242730_C49310.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242730_C49310.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242730_C49310.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242730_C49310.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024291C_C494FC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024291C_C494FC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024291C_C494FC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_8024291C_C494FC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242A74_C49654.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242A74_C49654.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242A74_C49654.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242A74_C49654.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242B78_C49758.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242B78_C49758.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242B78_C49758.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242B78_C49758.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242C1C_C497FC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242C1C_C497FC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242C1C_C497FC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242C1C_C497FC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242EB8_C49A98.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242EB8_C49A98.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242EB8_C49A98.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242EB8_C49A98.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242F70_C49B50.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242F70_C49B50.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242F70_C49B50.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80242F70_C49B50.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802430F0_C49CD0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802430F0_C49CD0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802430F0_C49CD0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802430F0_C49CD0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80243138_C49D18.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80243138_C49D18.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80243138_C49D18.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80243138_C49D18.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802431B8_C49D98.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802431B8_C49D98.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802431B8_C49D98.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_802431B8_C49D98.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80243260_C49E40.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80243260_C49E40.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80243260_C49E40.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80243260_C49E40.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80243578_C4A158.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80243578_C4A158.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80243578_C4A158.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/func_80243578_C4A158.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/update_starpoints_display_C46F9C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/update_starpoints_display_C46F9C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/update_starpoints_display_C46F9C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_09/C46BE0/update_starpoints_display_C46F9C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_80240000_C4C390.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_80240000_C4C390.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_80240000_C4C390.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_80240000_C4C390.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_802400A0_C4C430.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_802400A0_C4C430.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_802400A0_C4C430.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_802400A0_C4C430.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_8024013C_C4C4CC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_8024013C_C4C4CC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_8024013C_C4C4CC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_8024013C_C4C4CC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_802401C0_C4C550.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_802401C0_C4C550.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_802401C0_C4C550.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_10/C4C390/func_802401C0_C4C550.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_11/C4D3E0/func_80240000_C4D3E0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_11/C4D3E0/func_80240000_C4D3E0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_11/C4D3E0/func_80240000_C4D3E0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_11/C4D3E0/func_80240000_C4D3E0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_12/C4DEF0/func_80240000_C4DEF0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_12/C4DEF0/func_80240000_C4DEF0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_12/C4DEF0/func_80240000_C4DEF0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_12/C4DEF0/func_80240000_C4DEF0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240208_C4F718.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240208_C4F718.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240208_C4F718.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240208_C4F718.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_8024061C_C4FB2C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_8024061C_C4FB2C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_8024061C_C4FB2C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_8024061C_C4FB2C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_802408D0_C4FDE0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_802408D0_C4FDE0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_802408D0_C4FDE0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_802408D0_C4FDE0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240A28_C4FF38.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240A28_C4FF38.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240A28_C4FF38.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240A28_C4FF38.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240D90_C502A0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240D90_C502A0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240D90_C502A0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240D90_C502A0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240F4C_C5045C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240F4C_C5045C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240F4C_C5045C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80240F4C_C5045C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_8024121C_C5072C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_8024121C_C5072C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_8024121C_C5072C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_8024121C_C5072C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_802413A4_C508B4.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_802413A4_C508B4.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_802413A4_C508B4.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_802413A4_C508B4.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80241464_C50974.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80241464_C50974.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80241464_C50974.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/func_80241464_C50974.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/update_starpoints_display_C4F8CC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/update_starpoints_display_C4F8CC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_15/C4F510/update_starpoints_display_C4F8CC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_15/C4F510/update_starpoints_display_C4F8CC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240208_C52748.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240208_C52748.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240208_C52748.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240208_C52748.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_8024061C_C52B5C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_8024061C_C52B5C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_8024061C_C52B5C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_8024061C_C52B5C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_802406A4_C52BE4.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_802406A4_C52BE4.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_802406A4_C52BE4.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_802406A4_C52BE4.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_8024095C_C52E9C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_8024095C_C52E9C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_8024095C_C52E9C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_8024095C_C52E9C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_802409C0_C52F00.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_802409C0_C52F00.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_802409C0_C52F00.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_802409C0_C52F00.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240A68_C52FA8.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240A68_C52FA8.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240A68_C52FA8.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240A68_C52FA8.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240BA0_C530E0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240BA0_C530E0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240BA0_C530E0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240BA0_C530E0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240C4C_C5318C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240C4C_C5318C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240C4C_C5318C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240C4C_C5318C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240DC4_C53304.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240DC4_C53304.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240DC4_C53304.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240DC4_C53304.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240E20_C53360.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240E20_C53360.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240E20_C53360.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80240E20_C53360.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80241170_C536B0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80241170_C536B0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80241170_C536B0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/func_80241170_C536B0.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_16/C52540/update_starpoints_display_C528FC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/update_starpoints_display_C528FC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_16/C52540/update_starpoints_display_C528FC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_16/C52540/update_starpoints_display_C528FC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240000_C55F40.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240000_C55F40.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240000_C55F40.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240000_C55F40.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240158_C56098.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240158_C56098.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240158_C56098.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240158_C56098.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_802404C0_C56400.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_802404C0_C56400.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_802404C0_C56400.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_802404C0_C56400.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_8024067C_C565BC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_8024067C_C565BC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_8024067C_C565BC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_8024067C_C565BC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_8024094C_C5688C.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_8024094C_C5688C.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_8024094C_C5688C.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_8024094C_C5688C.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240AD4_C56A14.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240AD4_C56A14.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240AD4_C56A14.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240AD4_C56A14.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240B94_C56AD4.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240B94_C56AD4.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240B94_C56AD4.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240B94_C56AD4.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240EBC_C56DFC.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240EBC_C56DFC.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240EBC_C56DFC.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C55F40/func_80240EBC_C56DFC.s diff --git a/asm/nonmatchings/world/area_dgb/dgb_18/C56EF0/func_80240FB0_C56EF0.s b/ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C56EF0/func_80240FB0_C56EF0.s similarity index 100% rename from asm/nonmatchings/world/area_dgb/dgb_18/C56EF0/func_80240FB0_C56EF0.s rename to ver/us/asm/nonmatchings/world/area_dgb/dgb_18/C56EF0/func_80240FB0_C56EF0.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B200/func_80240034_95B234.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B200/func_80240034_95B234.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B200/func_80240034_95B234.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B200/func_80240034_95B234.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B200/func_802402E0_95B4E0.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B200/func_802402E0_95B4E0.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B200/func_802402E0_95B4E0.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B200/func_802402E0_95B4E0.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B200/func_80240404_95B604.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B200/func_80240404_95B604.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B200/func_80240404_95B604.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B200/func_80240404_95B604.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802405E0_95B7E0.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802405E0_95B7E0.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802405E0_95B7E0.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802405E0_95B7E0.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240738_95B938.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240738_95B938.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240738_95B938.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240738_95B938.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240AA0_95BCA0.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240AA0_95BCA0.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240AA0_95BCA0.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240AA0_95BCA0.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240C5C_95BE5C.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240C5C_95BE5C.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240C5C_95BE5C.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240C5C_95BE5C.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240F2C_95C12C.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240F2C_95C12C.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240F2C_95C12C.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80240F2C_95C12C.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802410B4_95C2B4.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802410B4_95C2B4.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802410B4_95C2B4.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802410B4_95C2B4.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241174_95C374.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241174_95C374.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241174_95C374.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241174_95C374.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241470_95C670.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241470_95C670.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241470_95C670.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241470_95C670.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802415AC_95C7AC.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802415AC_95C7AC.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802415AC_95C7AC.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802415AC_95C7AC.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802417D0_95C9D0.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802417D0_95C9D0.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802417D0_95C9D0.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802417D0_95C9D0.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_8024183C_95CA3C.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_8024183C_95CA3C.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_8024183C_95CA3C.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_8024183C_95CA3C.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802419E8_95CBE8.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802419E8_95CBE8.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802419E8_95CBE8.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802419E8_95CBE8.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241B5C_95CD5C.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241B5C_95CD5C.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241B5C_95CD5C.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241B5C_95CD5C.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241BE0_95CDE0.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241BE0_95CDE0.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241BE0_95CDE0.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241BE0_95CDE0.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241DF8_95CFF8.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241DF8_95CFF8.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241DF8_95CFF8.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241DF8_95CFF8.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241EAC_95D0AC.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241EAC_95D0AC.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241EAC_95D0AC.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241EAC_95D0AC.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241EE0_95D0E0.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241EE0_95D0E0.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241EE0_95D0E0.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241EE0_95D0E0.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241F60_95D160.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241F60_95D160.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241F60_95D160.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241F60_95D160.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241F78_95D178.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241F78_95D178.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241F78_95D178.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241F78_95D178.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241F94_95D194.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241F94_95D194.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241F94_95D194.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80241F94_95D194.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242468_95D668.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242468_95D668.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242468_95D668.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242468_95D668.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802424D4_95D6D4.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802424D4_95D6D4.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802424D4_95D6D4.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802424D4_95D6D4.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242730_95D930.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242730_95D930.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242730_95D930.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242730_95D930.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242784_95D984.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242784_95D984.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242784_95D984.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242784_95D984.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802427BC_95D9BC.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802427BC_95D9BC.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802427BC_95D9BC.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802427BC_95D9BC.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242858_95DA58.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242858_95DA58.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242858_95DA58.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80242858_95DA58.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243014_95E214.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243014_95E214.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243014_95E214.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243014_95E214.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243058_95E258.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243058_95E258.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243058_95E258.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243058_95E258.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243084_95E284.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243084_95E284.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243084_95E284.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243084_95E284.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_8024309C_95E29C.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_8024309C_95E29C.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_8024309C_95E29C.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_8024309C_95E29C.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802430C8_95E2C8.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802430C8_95E2C8.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802430C8_95E2C8.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802430C8_95E2C8.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802431B4_95E3B4.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802431B4_95E3B4.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802431B4_95E3B4.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802431B4_95E3B4.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802431FC_95E3FC.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802431FC_95E3FC.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802431FC_95E3FC.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_802431FC_95E3FC.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243350_95E550.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243350_95E550.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243350_95E550.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95B7E0/func_80243350_95E550.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95E660/func_80243460_95E660.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95E660/func_80243460_95E660.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95E660/func_80243460_95E660.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95E660/func_80243460_95E660.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95E660/func_80243578_95E778.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95E660/func_80243578_95E778.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95E660/func_80243578_95E778.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95E660/func_80243578_95E778.s diff --git a/asm/nonmatchings/world/area_dro/dro_01/95E7A0/func_802435D4_95E7D4.s b/ver/us/asm/nonmatchings/world/area_dro/dro_01/95E7A0/func_802435D4_95E7D4.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_01/95E7A0/func_802435D4_95E7D4.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_01/95E7A0/func_802435D4_95E7D4.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9691C0/func_80240000_9691C0.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9691C0/func_80240000_9691C0.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9691C0/func_80240000_9691C0.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9691C0/func_80240000_9691C0.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9691C0/func_80240124_9692E4.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9691C0/func_80240124_9692E4.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9691C0/func_80240124_9692E4.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9691C0/func_80240124_9692E4.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240300_9694C0.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240300_9694C0.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240300_9694C0.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240300_9694C0.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024043C_9695FC.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024043C_9695FC.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024043C_9695FC.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024043C_9695FC.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240660_969820.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240660_969820.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240660_969820.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240660_969820.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802406CC_96988C.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802406CC_96988C.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802406CC_96988C.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802406CC_96988C.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240878_969A38.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240878_969A38.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240878_969A38.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240878_969A38.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802409EC_969BAC.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802409EC_969BAC.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802409EC_969BAC.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802409EC_969BAC.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240A70_969C30.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240A70_969C30.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240A70_969C30.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240A70_969C30.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240C88_969E48.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240C88_969E48.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240C88_969E48.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240C88_969E48.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240D3C_969EFC.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240D3C_969EFC.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240D3C_969EFC.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240D3C_969EFC.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240D70_969F30.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240D70_969F30.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240D70_969F30.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240D70_969F30.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240DF0_969FB0.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240DF0_969FB0.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240DF0_969FB0.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240DF0_969FB0.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240E08_969FC8.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240E08_969FC8.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240E08_969FC8.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240E08_969FC8.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240E24_969FE4.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240E24_969FE4.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240E24_969FE4.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80240E24_969FE4.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802412F8_96A4B8.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802412F8_96A4B8.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802412F8_96A4B8.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802412F8_96A4B8.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80241364_96A524.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80241364_96A524.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80241364_96A524.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80241364_96A524.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80241394_96A554.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80241394_96A554.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80241394_96A554.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80241394_96A554.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802414C0_96A680.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802414C0_96A680.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802414C0_96A680.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802414C0_96A680.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802415CC_96A78C.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802415CC_96A78C.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802415CC_96A78C.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802415CC_96A78C.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802416FC_96A8BC.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802416FC_96A8BC.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802416FC_96A8BC.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802416FC_96A8BC.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80241874_96AA34.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80241874_96AA34.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80241874_96AA34.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80241874_96AA34.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024190C_96AACC.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024190C_96AACC.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024190C_96AACC.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024190C_96AACC.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80242214_96B3D4.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80242214_96B3D4.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80242214_96B3D4.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80242214_96B3D4.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024240C_96B5CC.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024240C_96B5CC.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024240C_96B5CC.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024240C_96B5CC.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80242EAC_96C06C.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80242EAC_96C06C.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80242EAC_96C06C.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80242EAC_96C06C.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024303C_96C1FC.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024303C_96C1FC.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024303C_96C1FC.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024303C_96C1FC.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243068_96C228.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243068_96C228.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243068_96C228.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243068_96C228.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802432C0_96C480.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802432C0_96C480.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802432C0_96C480.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802432C0_96C480.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243314_96C4D4.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243314_96C4D4.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243314_96C4D4.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243314_96C4D4.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024334C_96C50C.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024334C_96C50C.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024334C_96C50C.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_8024334C_96C50C.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802433E8_96C5A8.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802433E8_96C5A8.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802433E8_96C5A8.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802433E8_96C5A8.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802434CC_96C68C.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802434CC_96C68C.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802434CC_96C68C.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802434CC_96C68C.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243548_96C708.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243548_96C708.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243548_96C708.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243548_96C708.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243644_96C804.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243644_96C804.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243644_96C804.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243644_96C804.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243698_96C858.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243698_96C858.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243698_96C858.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243698_96C858.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243778_96C938.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243778_96C938.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243778_96C938.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243778_96C938.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802439FC_96CBBC.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802439FC_96CBBC.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802439FC_96CBBC.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_802439FC_96CBBC.s diff --git a/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243A40_96CC00.s b/ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243A40_96CC00.s similarity index 100% rename from asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243A40_96CC00.s rename to ver/us/asm/nonmatchings/world/area_dro/dro_02/9694C0/func_80243A40_96CC00.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A00/func_80240000_DF6A00.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A00/func_80240000_DF6A00.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A00/func_80240000_DF6A00.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A00/func_80240000_DF6A00.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240020_DF6A20.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240020_DF6A20.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240020_DF6A20.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240020_DF6A20.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240270_DF6C70.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240270_DF6C70.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240270_DF6C70.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240270_DF6C70.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240540_DF6F40.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240540_DF6F40.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240540_DF6F40.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240540_DF6F40.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_8024081C_DF721C.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_8024081C_DF721C.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_8024081C_DF721C.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_8024081C_DF721C.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240AE8_DF74E8.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240AE8_DF74E8.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240AE8_DF74E8.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240AE8_DF74E8.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240EB0_DF78B0.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240EB0_DF78B0.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240EB0_DF78B0.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240EB0_DF78B0.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240FEC_DF79EC.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240FEC_DF79EC.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240FEC_DF79EC.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80240FEC_DF79EC.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802411CC_DF7BCC.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802411CC_DF7BCC.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_802411CC_DF7BCC.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802411CC_DF7BCC.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80241294_DF7C94.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80241294_DF7C94.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80241294_DF7C94.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80241294_DF7C94.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802414CC_DF7ECC.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802414CC_DF7ECC.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_802414CC_DF7ECC.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802414CC_DF7ECC.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80241768_DF8168.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80241768_DF8168.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80241768_DF8168.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80241768_DF8168.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802419F8_DF83F8.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802419F8_DF83F8.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_802419F8_DF83F8.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802419F8_DF83F8.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80241B34_DF8534.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80241B34_DF8534.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80241B34_DF8534.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80241B34_DF8534.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802421D8_DF8BD8.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802421D8_DF8BD8.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_802421D8_DF8BD8.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802421D8_DF8BD8.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242358_DF8D58.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242358_DF8D58.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242358_DF8D58.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242358_DF8D58.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242500_DF8F00.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242500_DF8F00.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242500_DF8F00.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242500_DF8F00.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242558_DF8F58.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242558_DF8F58.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242558_DF8F58.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242558_DF8F58.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242580_DF8F80.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242580_DF8F80.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242580_DF8F80.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242580_DF8F80.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242680_DF9080.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242680_DF9080.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242680_DF9080.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242680_DF9080.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242744_DF9144.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242744_DF9144.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242744_DF9144.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242744_DF9144.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802427A4_DF91A4.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802427A4_DF91A4.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_802427A4_DF91A4.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802427A4_DF91A4.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802427D8_DF91D8.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802427D8_DF91D8.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_802427D8_DF91D8.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_802427D8_DF91D8.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242830_DF9230.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242830_DF9230.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242830_DF9230.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242830_DF9230.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242898_DF9298.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242898_DF9298.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242898_DF9298.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF6A20/func_80242898_DF9298.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF9300/func_80242900_DF9300.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF9300/func_80242900_DF9300.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF9300/func_80242900_DF9300.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF9300/func_80242900_DF9300.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF9300/func_80242A30_DF9430.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF9300/func_80242A30_DF9430.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF9300/func_80242A30_DF9430.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF9300/func_80242A30_DF9430.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF9300/func_80242AD4_DF94D4.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF9300/func_80242AD4_DF94D4.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF9300/func_80242AD4_DF94D4.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF9300/func_80242AD4_DF94D4.s diff --git a/asm/nonmatchings/world/area_end/end_00/DF9510/func_80242B10_DF9510.s b/ver/us/asm/nonmatchings/world/area_end/end_00/DF9510/func_80242B10_DF9510.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_00/DF9510/func_80242B10_DF9510.s rename to ver/us/asm/nonmatchings/world/area_end/end_00/DF9510/func_80242B10_DF9510.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05360/func_80240000_E05360.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05360/func_80240000_E05360.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05360/func_80240000_E05360.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05360/func_80240000_E05360.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05370/func_80240010_E05370.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05370/func_80240010_E05370.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05370/func_80240010_E05370.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05370/func_80240010_E05370.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80240030_E05390.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80240030_E05390.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80240030_E05390.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80240030_E05390.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80240280_E055E0.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80240280_E055E0.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80240280_E055E0.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80240280_E055E0.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80240550_E058B0.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80240550_E058B0.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80240550_E058B0.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80240550_E058B0.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_8024082C_E05B8C.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_8024082C_E05B8C.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_8024082C_E05B8C.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_8024082C_E05B8C.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80240AF8_E05E58.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80240AF8_E05E58.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80240AF8_E05E58.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80240AF8_E05E58.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80240EC0_E06220.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80240EC0_E06220.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80240EC0_E06220.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80240EC0_E06220.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80240FFC_E0635C.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80240FFC_E0635C.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80240FFC_E0635C.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80240FFC_E0635C.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_802411DC_E0653C.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_802411DC_E0653C.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_802411DC_E0653C.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_802411DC_E0653C.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_802412A4_E06604.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_802412A4_E06604.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_802412A4_E06604.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_802412A4_E06604.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_802414DC_E0683C.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_802414DC_E0683C.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_802414DC_E0683C.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_802414DC_E0683C.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80241778_E06AD8.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80241778_E06AD8.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80241778_E06AD8.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80241778_E06AD8.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80241A08_E06D68.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80241A08_E06D68.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80241A08_E06D68.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80241A08_E06D68.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80241B44_E06EA4.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80241B44_E06EA4.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80241B44_E06EA4.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80241B44_E06EA4.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_802421E8_E07548.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_802421E8_E07548.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_802421E8_E07548.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_802421E8_E07548.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80242368_E076C8.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80242368_E076C8.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80242368_E076C8.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80242368_E076C8.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80242510_E07870.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80242510_E07870.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80242510_E07870.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80242510_E07870.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80242568_E078C8.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80242568_E078C8.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80242568_E078C8.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80242568_E078C8.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80242590_E078F0.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80242590_E078F0.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80242590_E078F0.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80242590_E078F0.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80242690_E079F0.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80242690_E079F0.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80242690_E079F0.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80242690_E079F0.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80242754_E07AB4.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80242754_E07AB4.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80242754_E07AB4.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80242754_E07AB4.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_802427B4_E07B14.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_802427B4_E07B14.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_802427B4_E07B14.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_802427B4_E07B14.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_802427E8_E07B48.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_802427E8_E07B48.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_802427E8_E07B48.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_802427E8_E07B48.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_80242840_E07BA0.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80242840_E07BA0.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_80242840_E07BA0.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_80242840_E07BA0.s diff --git a/asm/nonmatchings/world/area_end/end_01/E05390/func_8024289C_E07BFC.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_8024289C_E07BFC.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E05390/func_8024289C_E07BFC.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E05390/func_8024289C_E07BFC.s diff --git a/asm/nonmatchings/world/area_end/end_01/E07C20/func_802428C0_E07C20.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E07C20/func_802428C0_E07C20.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E07C20/func_802428C0_E07C20.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E07C20/func_802428C0_E07C20.s diff --git a/asm/nonmatchings/world/area_end/end_01/E07C20/func_80242900_E07C60.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E07C20/func_80242900_E07C60.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E07C20/func_80242900_E07C60.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E07C20/func_80242900_E07C60.s diff --git a/asm/nonmatchings/world/area_end/end_01/E07C20/func_80242978_E07CD8.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E07C20/func_80242978_E07CD8.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E07C20/func_80242978_E07CD8.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E07C20/func_80242978_E07CD8.s diff --git a/asm/nonmatchings/world/area_end/end_01/E07C20/func_80242A68_E07DC8.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E07C20/func_80242A68_E07DC8.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E07C20/func_80242A68_E07DC8.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E07C20/func_80242A68_E07DC8.s diff --git a/asm/nonmatchings/world/area_end/end_01/E07C20/func_80242B68_E07EC8.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E07C20/func_80242B68_E07EC8.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E07C20/func_80242B68_E07EC8.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E07C20/func_80242B68_E07EC8.s diff --git a/asm/nonmatchings/world/area_end/end_01/E07C20/func_80242C68_E07FC8.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E07C20/func_80242C68_E07FC8.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E07C20/func_80242C68_E07FC8.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E07C20/func_80242C68_E07FC8.s diff --git a/asm/nonmatchings/world/area_end/end_01/E08050/func_80242CF0_E08050.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E08050/func_80242CF0_E08050.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E08050/func_80242CF0_E08050.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E08050/func_80242CF0_E08050.s diff --git a/asm/nonmatchings/world/area_end/end_01/E08050/func_80242E14_E08174.s b/ver/us/asm/nonmatchings/world/area_end/end_01/E08050/func_80242E14_E08174.s similarity index 100% rename from asm/nonmatchings/world/area_end/end_01/E08050/func_80242E14_E08174.s rename to ver/us/asm/nonmatchings/world/area_end/end_01/E08050/func_80242E14_E08174.s diff --git a/asm/nonmatchings/world/area_flo/flo_00/C9DF20/func_80240000_C9DF20.s b/ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF20/func_80240000_C9DF20.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_00/C9DF20/func_80240000_C9DF20.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF20/func_80240000_C9DF20.s diff --git a/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240040_C9DF60.s b/ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240040_C9DF60.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240040_C9DF60.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240040_C9DF60.s diff --git a/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240198_C9E0B8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240198_C9E0B8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240198_C9E0B8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240198_C9E0B8.s diff --git a/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240500_C9E420.s b/ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240500_C9E420.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240500_C9E420.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240500_C9E420.s diff --git a/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_802406BC_C9E5DC.s b/ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_802406BC_C9E5DC.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_802406BC_C9E5DC.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_802406BC_C9E5DC.s diff --git a/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_8024098C_C9E8AC.s b/ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_8024098C_C9E8AC.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_8024098C_C9E8AC.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_8024098C_C9E8AC.s diff --git a/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240B14_C9EA34.s b/ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240B14_C9EA34.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240B14_C9EA34.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240B14_C9EA34.s diff --git a/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240BD4_C9EAF4.s b/ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240BD4_C9EAF4.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240BD4_C9EAF4.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_00/C9DF60/func_80240BD4_C9EAF4.s diff --git a/asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_80240F10_C9EE30.s b/ver/us/asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_80240F10_C9EE30.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_80240F10_C9EE30.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_80240F10_C9EE30.s diff --git a/asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_80240F80_C9EEA0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_80240F80_C9EEA0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_80240F80_C9EEA0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_80240F80_C9EEA0.s diff --git a/asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_802410B4_C9EFD4.s b/ver/us/asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_802410B4_C9EFD4.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_802410B4_C9EFD4.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_802410B4_C9EFD4.s diff --git a/asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_8024139C_C9F2BC.s b/ver/us/asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_8024139C_C9F2BC.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_8024139C_C9F2BC.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_8024139C_C9F2BC.s diff --git a/asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_802413BC_C9F2DC.s b/ver/us/asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_802413BC_C9F2DC.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_802413BC_C9F2DC.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_00/C9EE30/func_802413BC_C9F2DC.s diff --git a/asm/nonmatchings/world/area_flo/flo_03/CA72A0/func_80240000_CA72A0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_03/CA72A0/func_80240000_CA72A0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_03/CA72A0/func_80240000_CA72A0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_03/CA72A0/func_80240000_CA72A0.s diff --git a/asm/nonmatchings/world/area_flo/flo_03/CA72E0/func_80240040_CA72E0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_03/CA72E0/func_80240040_CA72E0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_03/CA72E0/func_80240040_CA72E0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_03/CA72E0/func_80240040_CA72E0.s diff --git a/asm/nonmatchings/world/area_flo/flo_03/CA72E0/func_80240158_CA73F8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_03/CA72E0/func_80240158_CA73F8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_03/CA72E0/func_80240158_CA73F8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_03/CA72E0/func_80240158_CA73F8.s diff --git a/asm/nonmatchings/world/area_flo/flo_07/CAC1F0/func_80240344_CAC534.s b/ver/us/asm/nonmatchings/world/area_flo/flo_07/CAC1F0/func_80240344_CAC534.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_07/CAC1F0/func_80240344_CAC534.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_07/CAC1F0/func_80240344_CAC534.s diff --git a/asm/nonmatchings/world/area_flo/flo_07/CAC5D0/func_8024061C_CAC80C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_07/CAC5D0/func_8024061C_CAC80C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_07/CAC5D0/func_8024061C_CAC80C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_07/CAC5D0/func_8024061C_CAC80C.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_8024001C_CAED5C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_8024001C_CAED5C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAED40/func_8024001C_CAED5C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_8024001C_CAED5C.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_8024003C_CAED7C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_8024003C_CAED7C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAED40/func_8024003C_CAED7C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_8024003C_CAED7C.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240068_CAEDA8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240068_CAEDA8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240068_CAEDA8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240068_CAEDA8.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_802400D4_CAEE14.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_802400D4_CAEE14.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAED40/func_802400D4_CAEE14.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_802400D4_CAEE14.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240120_CAEE60.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240120_CAEE60.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240120_CAEE60.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240120_CAEE60.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_802401CC_CAEF0C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_802401CC_CAEF0C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAED40/func_802401CC_CAEF0C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_802401CC_CAEF0C.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_8024041C_CAF15C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_8024041C_CAF15C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAED40/func_8024041C_CAF15C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_8024041C_CAF15C.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240448_CAF188.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240448_CAF188.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240448_CAF188.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240448_CAF188.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240480_CAF1C0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240480_CAF1C0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240480_CAF1C0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240480_CAF1C0.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240510_CAF250.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240510_CAF250.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240510_CAF250.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240510_CAF250.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240544_CAF284.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240544_CAF284.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240544_CAF284.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240544_CAF284.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_802405A8_CAF2E8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_802405A8_CAF2E8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAED40/func_802405A8_CAF2E8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_802405A8_CAF2E8.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240600_CAF340.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240600_CAF340.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240600_CAF340.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240600_CAF340.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240B38_CAF878.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240B38_CAF878.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240B38_CAF878.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240B38_CAF878.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240D08_CAFA48.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240D08_CAFA48.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240D08_CAFA48.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAED40/func_80240D08_CAFA48.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAFA80/func_80240D40_CAFA80.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFA80/func_80240D40_CAFA80.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAFA80/func_80240D40_CAFA80.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFA80/func_80240D40_CAFA80.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80240D80_CAFAC0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80240D80_CAFAC0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80240D80_CAFAC0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80240D80_CAFAC0.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241364_CB00A4.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241364_CB00A4.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241364_CB00A4.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241364_CB00A4.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_802414C8_CB0208.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_802414C8_CB0208.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_802414C8_CB0208.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_802414C8_CB0208.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_8024150C_CB024C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_8024150C_CB024C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_8024150C_CB024C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_8024150C_CB024C.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241970_CB06B0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241970_CB06B0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241970_CB06B0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241970_CB06B0.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_802419C4_CB0704.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_802419C4_CB0704.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_802419C4_CB0704.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_802419C4_CB0704.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_802419FC_CB073C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_802419FC_CB073C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_802419FC_CB073C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_802419FC_CB073C.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241A98_CB07D8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241A98_CB07D8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241A98_CB07D8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241A98_CB07D8.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241B5C_CB089C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241B5C_CB089C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241B5C_CB089C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241B5C_CB089C.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241BCC_CB090C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241BCC_CB090C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241BCC_CB090C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CAFAC0/func_80241BCC_CB090C.s diff --git a/asm/nonmatchings/world/area_flo/flo_08/CB0B80/func_80241E40_CB0B80.s b/ver/us/asm/nonmatchings/world/area_flo/flo_08/CB0B80/func_80241E40_CB0B80.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_08/CB0B80/func_80241E40_CB0B80.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_08/CB0B80/func_80241E40_CB0B80.s diff --git a/asm/nonmatchings/world/area_flo/flo_09/CB5000/func_80240000_CB5000.s b/ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5000/func_80240000_CB5000.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_09/CB5000/func_80240000_CB5000.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5000/func_80240000_CB5000.s diff --git a/asm/nonmatchings/world/area_flo/flo_09/CB5040/func_80240040_CB5040.s b/ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5040/func_80240040_CB5040.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_09/CB5040/func_80240040_CB5040.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5040/func_80240040_CB5040.s diff --git a/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80240320_CB5320.s b/ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80240320_CB5320.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80240320_CB5320.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80240320_CB5320.s diff --git a/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_802404D0_CB54D0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_802404D0_CB54D0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_09/CB5320/func_802404D0_CB54D0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_802404D0_CB54D0.s diff --git a/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80240BB8_CB5BB8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80240BB8_CB5BB8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80240BB8_CB5BB8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80240BB8_CB5BB8.s diff --git a/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80240F74_CB5F74.s b/ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80240F74_CB5F74.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80240F74_CB5F74.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80240F74_CB5F74.s diff --git a/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80241178_CB6178.s b/ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80241178_CB6178.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80241178_CB6178.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80241178_CB6178.s diff --git a/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80241508_CB6508.s b/ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80241508_CB6508.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80241508_CB6508.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_80241508_CB6508.s diff --git a/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_8024162C_CB662C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_8024162C_CB662C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_09/CB5320/func_8024162C_CB662C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_09/CB5320/func_8024162C_CB662C.s diff --git a/asm/nonmatchings/world/area_flo/flo_10/CB9200/func_80240000_CB9200.s b/ver/us/asm/nonmatchings/world/area_flo/flo_10/CB9200/func_80240000_CB9200.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_10/CB9200/func_80240000_CB9200.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_10/CB9200/func_80240000_CB9200.s diff --git a/asm/nonmatchings/world/area_flo/flo_10/CB9240/func_80240040_CB9240.s b/ver/us/asm/nonmatchings/world/area_flo/flo_10/CB9240/func_80240040_CB9240.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_10/CB9240/func_80240040_CB9240.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_10/CB9240/func_80240040_CB9240.s diff --git a/asm/nonmatchings/world/area_flo/flo_10/CB9280/func_80240080_CB9280.s b/ver/us/asm/nonmatchings/world/area_flo/flo_10/CB9280/func_80240080_CB9280.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_10/CB9280/func_80240080_CB9280.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_10/CB9280/func_80240080_CB9280.s diff --git a/asm/nonmatchings/world/area_flo/flo_10/CB96B0/func_802404B0_CB96B0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_10/CB96B0/func_802404B0_CB96B0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_10/CB96B0/func_802404B0_CB96B0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_10/CB96B0/func_802404B0_CB96B0.s diff --git a/asm/nonmatchings/world/area_flo/flo_10/CB96B0/func_80240A98_CB9C98.s b/ver/us/asm/nonmatchings/world/area_flo/flo_10/CB96B0/func_80240A98_CB9C98.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_10/CB96B0/func_80240A98_CB9C98.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_10/CB96B0/func_80240A98_CB9C98.s diff --git a/asm/nonmatchings/world/area_flo/flo_11/CBDCD0/func_80240034_CBDD04.s b/ver/us/asm/nonmatchings/world/area_flo/flo_11/CBDCD0/func_80240034_CBDD04.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_11/CBDCD0/func_80240034_CBDD04.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_11/CBDCD0/func_80240034_CBDD04.s diff --git a/asm/nonmatchings/world/area_flo/flo_11/CBDCD0/func_802402E0_CBDFB0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_11/CBDCD0/func_802402E0_CBDFB0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_11/CBDCD0/func_802402E0_CBDFB0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_11/CBDCD0/func_802402E0_CBDFB0.s diff --git a/asm/nonmatchings/world/area_flo/flo_12/CC0E30/func_80240000_CC0E30.s b/ver/us/asm/nonmatchings/world/area_flo/flo_12/CC0E30/func_80240000_CC0E30.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_12/CC0E30/func_80240000_CC0E30.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_12/CC0E30/func_80240000_CC0E30.s diff --git a/asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_8024027C_CC10AC.s b/ver/us/asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_8024027C_CC10AC.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_8024027C_CC10AC.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_8024027C_CC10AC.s diff --git a/asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_802405C0_CC13F0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_802405C0_CC13F0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_802405C0_CC13F0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_802405C0_CC13F0.s diff --git a/asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_80240614_CC1444.s b/ver/us/asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_80240614_CC1444.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_80240614_CC1444.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_80240614_CC1444.s diff --git a/asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_8024064C_CC147C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_8024064C_CC147C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_8024064C_CC147C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_12/CC0E70/func_8024064C_CC147C.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3810/func_80240000_CC3810.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3810/func_80240000_CC3810.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3810/func_80240000_CC3810.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3810/func_80240000_CC3810.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240040_CC3850.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240040_CC3850.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240040_CC3850.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240040_CC3850.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802401C4_CC39D4.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802401C4_CC39D4.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802401C4_CC39D4.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802401C4_CC39D4.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240374_CC3B84.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240374_CC3B84.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240374_CC3B84.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240374_CC3B84.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240A5C_CC426C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240A5C_CC426C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240A5C_CC426C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240A5C_CC426C.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240E18_CC4628.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240E18_CC4628.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240E18_CC4628.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80240E18_CC4628.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_8024101C_CC482C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_8024101C_CC482C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_8024101C_CC482C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_8024101C_CC482C.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802413AC_CC4BBC.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802413AC_CC4BBC.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802413AC_CC4BBC.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802413AC_CC4BBC.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802414D0_CC4CE0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802414D0_CC4CE0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802414D0_CC4CE0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802414D0_CC4CE0.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802416BC_CC4ECC.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802416BC_CC4ECC.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802416BC_CC4ECC.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802416BC_CC4ECC.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80241704_CC4F14.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80241704_CC4F14.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80241704_CC4F14.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80241704_CC4F14.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80241B68_CC5378.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80241B68_CC5378.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80241B68_CC5378.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80241B68_CC5378.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80241DB8_CC55C8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80241DB8_CC55C8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80241DB8_CC55C8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80241DB8_CC55C8.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80242314_CC5B24.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80242314_CC5B24.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80242314_CC5B24.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80242314_CC5B24.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_8024262C_CC5E3C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_8024262C_CC5E3C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_8024262C_CC5E3C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_8024262C_CC5E3C.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80242A6C_CC627C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80242A6C_CC627C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80242A6C_CC627C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80242A6C_CC627C.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80243368_CC6B78.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80243368_CC6B78.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80243368_CC6B78.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_80243368_CC6B78.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802433C0_CC6BD0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802433C0_CC6BD0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802433C0_CC6BD0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802433C0_CC6BD0.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802434D4_CC6CE4.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802434D4_CC6CE4.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802434D4_CC6CE4.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC3850/func_802434D4_CC6CE4.s diff --git a/asm/nonmatchings/world/area_flo/flo_13/CC6DE0/func_802435D0_CC6DE0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_13/CC6DE0/func_802435D0_CC6DE0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_13/CC6DE0/func_802435D0_CC6DE0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_13/CC6DE0/func_802435D0_CC6DE0.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_8024030C_CCB61C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_8024030C_CCB61C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCB310/func_8024030C_CCB61C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_8024030C_CCB61C.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_80240340_CCB650.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_80240340_CCB650.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCB310/func_80240340_CCB650.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_80240340_CCB650.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_802403D4_CCB6E4.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_802403D4_CCB6E4.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCB310/func_802403D4_CCB6E4.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_802403D4_CCB6E4.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_8024042C_CCB73C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_8024042C_CCB73C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCB310/func_8024042C_CCB73C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_8024042C_CCB73C.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_8024046C_CCB77C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_8024046C_CCB77C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCB310/func_8024046C_CCB77C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_8024046C_CCB77C.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_80240504_CCB814.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_80240504_CCB814.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCB310/func_80240504_CCB814.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_80240504_CCB814.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_802407D4_CCBAE4.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_802407D4_CCBAE4.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCB310/func_802407D4_CCBAE4.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCB310/func_802407D4_CCBAE4.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80240B10_CCBE20.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80240B10_CCBE20.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80240B10_CCBE20.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80240B10_CCBE20.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80240CC0_CCBFD0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80240CC0_CCBFD0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80240CC0_CCBFD0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80240CC0_CCBFD0.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_802413A8_CCC6B8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_802413A8_CCC6B8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_802413A8_CCC6B8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_802413A8_CCC6B8.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241764_CCCA74.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241764_CCCA74.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241764_CCCA74.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241764_CCCA74.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241968_CCCC78.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241968_CCCC78.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241968_CCCC78.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241968_CCCC78.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241CF8_CCD008.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241CF8_CCD008.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241CF8_CCD008.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241CF8_CCD008.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241E1C_CCD12C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241E1C_CCD12C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241E1C_CCD12C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80241E1C_CCD12C.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80242234_CCD544.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80242234_CCD544.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80242234_CCD544.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80242234_CCD544.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80242288_CCD598.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80242288_CCD598.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80242288_CCD598.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_80242288_CCD598.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_802422C0_CCD5D0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_802422C0_CCD5D0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_802422C0_CCD5D0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCBE20/func_802422C0_CCD5D0.s diff --git a/asm/nonmatchings/world/area_flo/flo_14/CCD670/func_80242360_CCD670.s b/ver/us/asm/nonmatchings/world/area_flo/flo_14/CCD670/func_80242360_CCD670.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_14/CCD670/func_80242360_CCD670.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_14/CCD670/func_80242360_CCD670.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1E30/func_80240000_CD1E30.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1E30/func_80240000_CD1E30.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1E30/func_80240000_CD1E30.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1E30/func_80240000_CD1E30.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1E70/func_80240040_CD1E70.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1E70/func_80240040_CD1E70.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1E70/func_80240040_CD1E70.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1E70/func_80240040_CD1E70.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802400FC_CD1F2C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802400FC_CD1F2C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802400FC_CD1F2C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802400FC_CD1F2C.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_8024011C_CD1F4C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_8024011C_CD1F4C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_8024011C_CD1F4C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_8024011C_CD1F4C.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240148_CD1F78.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240148_CD1F78.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240148_CD1F78.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240148_CD1F78.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802401B4_CD1FE4.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802401B4_CD1FE4.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802401B4_CD1FE4.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802401B4_CD1FE4.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240200_CD2030.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240200_CD2030.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240200_CD2030.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240200_CD2030.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802402AC_CD20DC.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802402AC_CD20DC.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802402AC_CD20DC.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802402AC_CD20DC.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802404FC_CD232C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802404FC_CD232C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802404FC_CD232C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802404FC_CD232C.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240528_CD2358.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240528_CD2358.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240528_CD2358.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240528_CD2358.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240560_CD2390.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240560_CD2390.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240560_CD2390.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240560_CD2390.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802405F0_CD2420.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802405F0_CD2420.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802405F0_CD2420.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802405F0_CD2420.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240624_CD2454.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240624_CD2454.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240624_CD2454.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240624_CD2454.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240688_CD24B8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240688_CD24B8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240688_CD24B8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240688_CD24B8.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802406E0_CD2510.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802406E0_CD2510.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802406E0_CD2510.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_802406E0_CD2510.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240C18_CD2A48.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240C18_CD2A48.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240C18_CD2A48.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240C18_CD2A48.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240DE8_CD2C18.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240DE8_CD2C18.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240DE8_CD2C18.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240DE8_CD2C18.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240E18_CD2C48.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240E18_CD2C48.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240E18_CD2C48.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD1F10/func_80240E18_CD2C48.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80240E50_CD2C80.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80240E50_CD2C80.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80240E50_CD2C80.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80240E50_CD2C80.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80241000_CD2E30.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80241000_CD2E30.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80241000_CD2E30.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80241000_CD2E30.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_802416E8_CD3518.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_802416E8_CD3518.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_802416E8_CD3518.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_802416E8_CD3518.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80241AA4_CD38D4.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80241AA4_CD38D4.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80241AA4_CD38D4.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80241AA4_CD38D4.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80241CA8_CD3AD8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80241CA8_CD3AD8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80241CA8_CD3AD8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80241CA8_CD3AD8.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80242038_CD3E68.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80242038_CD3E68.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80242038_CD3E68.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80242038_CD3E68.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_8024215C_CD3F8C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_8024215C_CD3F8C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_8024215C_CD3F8C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_8024215C_CD3F8C.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80242478_CD42A8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80242478_CD42A8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80242478_CD42A8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80242478_CD42A8.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_802426F8_CD4528.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_802426F8_CD4528.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_802426F8_CD4528.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_802426F8_CD4528.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80242754_CD4584.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80242754_CD4584.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80242754_CD4584.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD2C80/func_80242754_CD4584.s diff --git a/asm/nonmatchings/world/area_flo/flo_16/CD4770/func_80242940_CD4770.s b/ver/us/asm/nonmatchings/world/area_flo/flo_16/CD4770/func_80242940_CD4770.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_16/CD4770/func_80242940_CD4770.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_16/CD4770/func_80242940_CD4770.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD72E0/func_80240000_CD72E0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD72E0/func_80240000_CD72E0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD72E0/func_80240000_CD72E0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD72E0/func_80240000_CD72E0.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD7320/func_80240040_CD7320.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7320/func_80240040_CD7320.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD7320/func_80240040_CD7320.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7320/func_80240040_CD7320.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240070_CD7350.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240070_CD7350.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240070_CD7350.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240070_CD7350.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240220_CD7500.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240220_CD7500.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240220_CD7500.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240220_CD7500.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240908_CD7BE8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240908_CD7BE8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240908_CD7BE8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240908_CD7BE8.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240CC4_CD7FA4.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240CC4_CD7FA4.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240CC4_CD7FA4.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240CC4_CD7FA4.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240EC8_CD81A8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240EC8_CD81A8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240EC8_CD81A8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80240EC8_CD81A8.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241258_CD8538.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241258_CD8538.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241258_CD8538.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241258_CD8538.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_8024137C_CD865C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_8024137C_CD865C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD7350/func_8024137C_CD865C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_8024137C_CD865C.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241568_CD8848.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241568_CD8848.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241568_CD8848.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241568_CD8848.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_802415B0_CD8890.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_802415B0_CD8890.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD7350/func_802415B0_CD8890.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_802415B0_CD8890.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241A14_CD8CF4.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241A14_CD8CF4.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241A14_CD8CF4.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241A14_CD8CF4.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241C64_CD8F44.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241C64_CD8F44.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241C64_CD8F44.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80241C64_CD8F44.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_802421C0_CD94A0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_802421C0_CD94A0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD7350/func_802421C0_CD94A0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_802421C0_CD94A0.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_802424D8_CD97B8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_802424D8_CD97B8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD7350/func_802424D8_CD97B8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_802424D8_CD97B8.s diff --git a/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80242918_CD9BF8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80242918_CD9BF8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80242918_CD9BF8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_17/CD7350/func_80242918_CD9BF8.s diff --git a/asm/nonmatchings/world/area_flo/flo_18/CDC6A0/func_8024030C_CDC9AC.s b/ver/us/asm/nonmatchings/world/area_flo/flo_18/CDC6A0/func_8024030C_CDC9AC.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_18/CDC6A0/func_8024030C_CDC9AC.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_18/CDC6A0/func_8024030C_CDC9AC.s diff --git a/asm/nonmatchings/world/area_flo/flo_18/CDC6A0/func_80240340_CDC9E0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_18/CDC6A0/func_80240340_CDC9E0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_18/CDC6A0/func_80240340_CDC9E0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_18/CDC6A0/func_80240340_CDC9E0.s diff --git a/asm/nonmatchings/world/area_flo/flo_18/CDCBD0/func_80240530_CDCBD0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_18/CDCBD0/func_80240530_CDCBD0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_18/CDCBD0/func_80240530_CDCBD0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_18/CDCBD0/func_80240530_CDCBD0.s diff --git a/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_8024030C_CE39FC.s b/ver/us/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_8024030C_CE39FC.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_8024030C_CE39FC.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_8024030C_CE39FC.s diff --git a/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240340_CE3A30.s b/ver/us/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240340_CE3A30.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240340_CE3A30.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240340_CE3A30.s diff --git a/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_802404D0_CE3BC0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_802404D0_CE3BC0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_802404D0_CE3BC0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_802404D0_CE3BC0.s diff --git a/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240540_CE3C30.s b/ver/us/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240540_CE3C30.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240540_CE3C30.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240540_CE3C30.s diff --git a/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240660_CE3D50.s b/ver/us/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240660_CE3D50.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240660_CE3D50.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240660_CE3D50.s diff --git a/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240784_CE3E74.s b/ver/us/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240784_CE3E74.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240784_CE3E74.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_19/CE36F0/func_80240784_CE3E74.s diff --git a/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_80240000_CE6700.s b/ver/us/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_80240000_CE6700.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_21/CE6700/func_80240000_CE6700.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_80240000_CE6700.s diff --git a/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_8024004C_CE674C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_8024004C_CE674C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_21/CE6700/func_8024004C_CE674C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_8024004C_CE674C.s diff --git a/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_802401AC_CE68AC.s b/ver/us/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_802401AC_CE68AC.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_21/CE6700/func_802401AC_CE68AC.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_802401AC_CE68AC.s diff --git a/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_802405BC_CE6CBC.s b/ver/us/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_802405BC_CE6CBC.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_21/CE6700/func_802405BC_CE6CBC.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_802405BC_CE6CBC.s diff --git a/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_802405FC_CE6CFC.s b/ver/us/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_802405FC_CE6CFC.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_21/CE6700/func_802405FC_CE6CFC.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_802405FC_CE6CFC.s diff --git a/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_80240708_CE6E08.s b/ver/us/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_80240708_CE6E08.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_21/CE6700/func_80240708_CE6E08.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_80240708_CE6E08.s diff --git a/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_80240B00_CE7200.s b/ver/us/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_80240B00_CE7200.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_21/CE6700/func_80240B00_CE7200.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_21/CE6700/func_80240B00_CE7200.s diff --git a/asm/nonmatchings/world/area_flo/flo_22/CEC240/func_80240000_CEC240.s b/ver/us/asm/nonmatchings/world/area_flo/flo_22/CEC240/func_80240000_CEC240.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_22/CEC240/func_80240000_CEC240.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_22/CEC240/func_80240000_CEC240.s diff --git a/asm/nonmatchings/world/area_flo/flo_22/CEC280/func_80240040_CEC280.s b/ver/us/asm/nonmatchings/world/area_flo/flo_22/CEC280/func_80240040_CEC280.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_22/CEC280/func_80240040_CEC280.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_22/CEC280/func_80240040_CEC280.s diff --git a/asm/nonmatchings/world/area_flo/flo_23/CEE260/func_80240000_CEE260.s b/ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE260/func_80240000_CEE260.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_23/CEE260/func_80240000_CEE260.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE260/func_80240000_CEE260.s diff --git a/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_8024026C_CEE4CC.s b/ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_8024026C_CEE4CC.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_8024026C_CEE4CC.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_8024026C_CEE4CC.s diff --git a/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_802402C0_CEE520.s b/ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_802402C0_CEE520.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_802402C0_CEE520.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_802402C0_CEE520.s diff --git a/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_802402F8_CEE558.s b/ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_802402F8_CEE558.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_802402F8_CEE558.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_802402F8_CEE558.s diff --git a/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240410_CEE670.s b/ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240410_CEE670.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240410_CEE670.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240410_CEE670.s diff --git a/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240728_CEE988.s b/ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240728_CEE988.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240728_CEE988.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240728_CEE988.s diff --git a/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240B68_CEEDC8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240B68_CEEDC8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240B68_CEEDC8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240B68_CEEDC8.s diff --git a/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240C2C_CEEE8C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240C2C_CEEE8C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240C2C_CEEE8C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240C2C_CEEE8C.s diff --git a/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240C9C_CEEEFC.s b/ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240C9C_CEEEFC.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240C9C_CEEEFC.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_23/CEE2A0/func_80240C9C_CEEEFC.s diff --git a/asm/nonmatchings/world/area_flo/flo_24/CF0940/func_80240000_CF0940.s b/ver/us/asm/nonmatchings/world/area_flo/flo_24/CF0940/func_80240000_CF0940.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_24/CF0940/func_80240000_CF0940.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_24/CF0940/func_80240000_CF0940.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2BD0/func_80240000_CF2BD0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2BD0/func_80240000_CF2BD0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2BD0/func_80240000_CF2BD0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2BD0/func_80240000_CF2BD0.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80240040_CF2C10.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80240040_CF2C10.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80240040_CF2C10.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80240040_CF2C10.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_802401F0_CF2DC0.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_802401F0_CF2DC0.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_802401F0_CF2DC0.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_802401F0_CF2DC0.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_802408D8_CF34A8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_802408D8_CF34A8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_802408D8_CF34A8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_802408D8_CF34A8.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80240C94_CF3864.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80240C94_CF3864.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80240C94_CF3864.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80240C94_CF3864.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80240E98_CF3A68.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80240E98_CF3A68.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80240E98_CF3A68.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80240E98_CF3A68.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241228_CF3DF8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241228_CF3DF8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241228_CF3DF8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241228_CF3DF8.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_8024134C_CF3F1C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_8024134C_CF3F1C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_8024134C_CF3F1C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_8024134C_CF3F1C.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241668_CF4238.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241668_CF4238.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241668_CF4238.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241668_CF4238.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_802418E8_CF44B8.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_802418E8_CF44B8.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_802418E8_CF44B8.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_802418E8_CF44B8.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241944_CF4514.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241944_CF4514.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241944_CF4514.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241944_CF4514.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241D58_CF4928.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241D58_CF4928.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241D58_CF4928.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241D58_CF4928.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241DAC_CF497C.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241DAC_CF497C.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241DAC_CF497C.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241DAC_CF497C.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241DE4_CF49B4.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241DE4_CF49B4.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241DE4_CF49B4.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241DE4_CF49B4.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241E80_CF4A50.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241E80_CF4A50.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241E80_CF4A50.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241E80_CF4A50.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241F44_CF4B14.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241F44_CF4B14.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241F44_CF4B14.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241F44_CF4B14.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241FB4_CF4B84.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241FB4_CF4B84.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241FB4_CF4B84.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF2C10/func_80241FB4_CF4B84.s diff --git a/asm/nonmatchings/world/area_flo/flo_25/CF4E00/func_80242230_CF4E00.s b/ver/us/asm/nonmatchings/world/area_flo/flo_25/CF4E00/func_80242230_CF4E00.s similarity index 100% rename from asm/nonmatchings/world/area_flo/flo_25/CF4E00/func_80242230_CF4E00.s rename to ver/us/asm/nonmatchings/world/area_flo/flo_25/CF4E00/func_80242230_CF4E00.s diff --git a/asm/nonmatchings/world/area_gv/gv_01/E1E460/func_80240034_E1E494.s b/ver/us/asm/nonmatchings/world/area_gv/gv_01/E1E460/func_80240034_E1E494.s similarity index 100% rename from asm/nonmatchings/world/area_gv/gv_01/E1E460/func_80240034_E1E494.s rename to ver/us/asm/nonmatchings/world/area_gv/gv_01/E1E460/func_80240034_E1E494.s diff --git a/asm/nonmatchings/world/area_gv/gv_01/E1E460/func_80240688_E1EAE8.s b/ver/us/asm/nonmatchings/world/area_gv/gv_01/E1E460/func_80240688_E1EAE8.s similarity index 100% rename from asm/nonmatchings/world/area_gv/gv_01/E1E460/func_80240688_E1EAE8.s rename to ver/us/asm/nonmatchings/world/area_gv/gv_01/E1E460/func_80240688_E1EAE8.s diff --git a/asm/nonmatchings/world/area_hos/hos_00/A0BCF0/func_80240000_A0BCF0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_00/A0BCF0/func_80240000_A0BCF0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_00/A0BCF0/func_80240000_A0BCF0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_00/A0BCF0/func_80240000_A0BCF0.s diff --git a/asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_80240050_A0BD40.s b/ver/us/asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_80240050_A0BD40.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_80240050_A0BD40.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_80240050_A0BD40.s diff --git a/asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_80240170_A0BE60.s b/ver/us/asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_80240170_A0BE60.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_80240170_A0BE60.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_80240170_A0BE60.s diff --git a/asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_8024036C_A0C05C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_8024036C_A0C05C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_8024036C_A0C05C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_8024036C_A0C05C.s diff --git a/asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_80240584_A0C274.s b/ver/us/asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_80240584_A0C274.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_80240584_A0C274.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_00/A0BD40/func_80240584_A0C274.s diff --git a/asm/nonmatchings/world/area_hos/hos_00/A0C4B0/func_802407C0_A0C4B0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4B0/func_802407C0_A0C4B0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_00/A0C4B0/func_802407C0_A0C4B0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4B0/func_802407C0_A0C4B0.s diff --git a/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_802407F0_A0C4E0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_802407F0_A0C4E0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_802407F0_A0C4E0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_802407F0_A0C4E0.s diff --git a/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240908_A0C5F8.s b/ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240908_A0C5F8.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240908_A0C5F8.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240908_A0C5F8.s diff --git a/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_8024091C_A0C60C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_8024091C_A0C60C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_8024091C_A0C60C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_8024091C_A0C60C.s diff --git a/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240994_A0C684.s b/ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240994_A0C684.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240994_A0C684.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240994_A0C684.s diff --git a/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240A54_A0C744.s b/ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240A54_A0C744.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240A54_A0C744.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240A54_A0C744.s diff --git a/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240B20_A0C810.s b/ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240B20_A0C810.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240B20_A0C810.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240B20_A0C810.s diff --git a/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240B3C_A0C82C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240B3C_A0C82C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240B3C_A0C82C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C4E0/func_80240B3C_A0C82C.s diff --git a/asm/nonmatchings/world/area_hos/hos_00/A0C930/func_80240C40_A0C930.s b/ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C930/func_80240C40_A0C930.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_00/A0C930/func_80240C40_A0C930.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_00/A0C930/func_80240C40_A0C930.s diff --git a/asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240000_A10880.s b/ver/us/asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240000_A10880.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240000_A10880.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240000_A10880.s diff --git a/asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240120_A109A0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240120_A109A0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240120_A109A0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240120_A109A0.s diff --git a/asm/nonmatchings/world/area_hos/hos_01/A10880/func_8024031C_A10B9C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_01/A10880/func_8024031C_A10B9C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_01/A10880/func_8024031C_A10B9C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_01/A10880/func_8024031C_A10B9C.s diff --git a/asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240534_A10DB4.s b/ver/us/asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240534_A10DB4.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240534_A10DB4.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240534_A10DB4.s diff --git a/asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240768_A10FE8.s b/ver/us/asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240768_A10FE8.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240768_A10FE8.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_01/A10880/func_80240768_A10FE8.s diff --git a/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240AAC_A1132C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240AAC_A1132C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240AAC_A1132C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240AAC_A1132C.s diff --git a/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240B10_A11390.s b/ver/us/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240B10_A11390.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240B10_A11390.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240B10_A11390.s diff --git a/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240B64_A113E4.s b/ver/us/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240B64_A113E4.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240B64_A113E4.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240B64_A113E4.s diff --git a/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240C08_A11488.s b/ver/us/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240C08_A11488.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240C08_A11488.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240C08_A11488.s diff --git a/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240C84_A11504.s b/ver/us/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240C84_A11504.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240C84_A11504.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240C84_A11504.s diff --git a/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240CB0_A11530.s b/ver/us/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240CB0_A11530.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240CB0_A11530.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240CB0_A11530.s diff --git a/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240CDC_A1155C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240CDC_A1155C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240CDC_A1155C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_01/A11020/func_80240CDC_A1155C.s diff --git a/asm/nonmatchings/world/area_hos/hos_01/A11650/func_80240DEC_A1166C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_01/A11650/func_80240DEC_A1166C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_01/A11650/func_80240DEC_A1166C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_01/A11650/func_80240DEC_A1166C.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A16220/func_8024030C_A1652C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A16220/func_8024030C_A1652C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A16220/func_8024030C_A1652C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A16220/func_8024030C_A1652C.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240434_A16654.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240434_A16654.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240434_A16654.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240434_A16654.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240610_A16830.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240610_A16830.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240610_A16830.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240610_A16830.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240904_A16B24.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240904_A16B24.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240904_A16B24.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240904_A16B24.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240BFC_A16E1C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240BFC_A16E1C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240BFC_A16E1C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240BFC_A16E1C.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240EF4_A17114.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240EF4_A17114.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240EF4_A17114.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240EF4_A17114.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240F68_A17188.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240F68_A17188.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240F68_A17188.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A16220/func_80240F68_A17188.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A171F0/func_80240FD0_A171F0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A171F0/func_80240FD0_A171F0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A171F0/func_80240FD0_A171F0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A171F0/func_80240FD0_A171F0.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80240FF0_A17210.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80240FF0_A17210.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A17210/func_80240FF0_A17210.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80240FF0_A17210.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A17210/func_802411A0_A173C0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_802411A0_A173C0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A17210/func_802411A0_A173C0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_802411A0_A173C0.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80241888_A17AA8.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80241888_A17AA8.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A17210/func_80241888_A17AA8.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80241888_A17AA8.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80241C44_A17E64.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80241C44_A17E64.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A17210/func_80241C44_A17E64.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80241C44_A17E64.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80241E48_A18068.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80241E48_A18068.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A17210/func_80241E48_A18068.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80241E48_A18068.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A17210/func_802421D8_A183F8.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_802421D8_A183F8.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A17210/func_802421D8_A183F8.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_802421D8_A183F8.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A17210/func_802422FC_A1851C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_802422FC_A1851C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A17210/func_802422FC_A1851C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_802422FC_A1851C.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80242618_A18838.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80242618_A18838.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A17210/func_80242618_A18838.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80242618_A18838.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80242898_A18AB8.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80242898_A18AB8.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A17210/func_80242898_A18AB8.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_80242898_A18AB8.s diff --git a/asm/nonmatchings/world/area_hos/hos_02/A17210/func_802428F4_A18B14.s b/ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_802428F4_A18B14.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_02/A17210/func_802428F4_A18B14.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_02/A17210/func_802428F4_A18B14.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1B100/func_80240000_A1B100.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1B100/func_80240000_A1B100.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1B100/func_80240000_A1B100.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1B100/func_80240000_A1B100.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1B130/func_8024033C_A1B43C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1B130/func_8024033C_A1B43C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1B130/func_8024033C_A1B43C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1B130/func_8024033C_A1B43C.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1B130/func_8024060C_A1B70C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1B130/func_8024060C_A1B70C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1B130/func_8024060C_A1B70C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1B130/func_8024060C_A1B70C.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1B130/func_802407E8_A1B8E8.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1B130/func_802407E8_A1B8E8.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1B130/func_802407E8_A1B8E8.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1B130/func_802407E8_A1B8E8.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1B130/func_80240928_A1BA28.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1B130/func_80240928_A1BA28.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1B130/func_80240928_A1BA28.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1B130/func_80240928_A1BA28.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1B130/func_80240A50_A1BB50.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1B130/func_80240A50_A1BB50.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1B130/func_80240A50_A1BB50.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1B130/func_80240A50_A1BB50.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80240CB0_A1BDB0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80240CB0_A1BDB0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80240CB0_A1BDB0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80240CB0_A1BDB0.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80240E60_A1BF60.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80240E60_A1BF60.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80240E60_A1BF60.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80240E60_A1BF60.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241548_A1C648.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241548_A1C648.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241548_A1C648.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241548_A1C648.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241904_A1CA04.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241904_A1CA04.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241904_A1CA04.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241904_A1CA04.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241B08_A1CC08.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241B08_A1CC08.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241B08_A1CC08.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241B08_A1CC08.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241E98_A1CF98.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241E98_A1CF98.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241E98_A1CF98.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241E98_A1CF98.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241FBC_A1D0BC.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241FBC_A1D0BC.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241FBC_A1D0BC.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80241FBC_A1D0BC.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802421F0_A1D2F0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802421F0_A1D2F0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802421F0_A1D2F0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802421F0_A1D2F0.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_8024226C_A1D36C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_8024226C_A1D36C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_8024226C_A1D36C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_8024226C_A1D36C.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242368_A1D468.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242368_A1D468.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242368_A1D468.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242368_A1D468.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802423BC_A1D4BC.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802423BC_A1D4BC.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802423BC_A1D4BC.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802423BC_A1D4BC.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_8024249C_A1D59C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_8024249C_A1D59C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_8024249C_A1D59C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_8024249C_A1D59C.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802424A4_A1D5A4.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802424A4_A1D5A4.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802424A4_A1D5A4.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802424A4_A1D5A4.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802425E0_A1D6E0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802425E0_A1D6E0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802425E0_A1D6E0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_802425E0_A1D6E0.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242804_A1D904.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242804_A1D904.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242804_A1D904.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242804_A1D904.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242870_A1D970.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242870_A1D970.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242870_A1D970.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242870_A1D970.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242A1C_A1DB1C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242A1C_A1DB1C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242A1C_A1DB1C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242A1C_A1DB1C.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242B90_A1DC90.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242B90_A1DC90.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242B90_A1DC90.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242B90_A1DC90.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242C14_A1DD14.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242C14_A1DD14.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242C14_A1DD14.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242C14_A1DD14.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242E2C_A1DF2C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242E2C_A1DF2C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242E2C_A1DF2C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242E2C_A1DF2C.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242EE0_A1DFE0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242EE0_A1DFE0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242EE0_A1DFE0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242EE0_A1DFE0.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242F14_A1E014.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242F14_A1E014.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242F14_A1E014.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242F14_A1E014.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242F94_A1E094.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242F94_A1E094.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242F94_A1E094.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242F94_A1E094.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242FAC_A1E0AC.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242FAC_A1E0AC.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242FAC_A1E0AC.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242FAC_A1E0AC.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242FC8_A1E0C8.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242FC8_A1E0C8.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242FC8_A1E0C8.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80242FC8_A1E0C8.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_8024349C_A1E59C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_8024349C_A1E59C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_8024349C_A1E59C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_8024349C_A1E59C.s diff --git a/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80243508_A1E608.s b/ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80243508_A1E608.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80243508_A1E608.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_03/A1BDB0/func_80243508_A1E608.s diff --git a/asm/nonmatchings/world/area_hos/hos_04/A26ED0/func_80240000_A26ED0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_04/A26ED0/func_80240000_A26ED0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_04/A26ED0/func_80240000_A26ED0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_04/A26ED0/func_80240000_A26ED0.s diff --git a/asm/nonmatchings/world/area_hos/hos_04/A26ED0/func_80240154_A27024.s b/ver/us/asm/nonmatchings/world/area_hos/hos_04/A26ED0/func_80240154_A27024.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_04/A26ED0/func_80240154_A27024.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_04/A26ED0/func_80240154_A27024.s diff --git a/asm/nonmatchings/world/area_hos/hos_04/A27490/func_802405C0_A27490.s b/ver/us/asm/nonmatchings/world/area_hos/hos_04/A27490/func_802405C0_A27490.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_04/A27490/func_802405C0_A27490.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_04/A27490/func_802405C0_A27490.s diff --git a/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240654_A27524.s b/ver/us/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240654_A27524.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240654_A27524.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240654_A27524.s diff --git a/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_8024068C_A2755C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_8024068C_A2755C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_04/A274B0/func_8024068C_A2755C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_8024068C_A2755C.s diff --git a/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240694_A27564.s b/ver/us/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240694_A27564.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240694_A27564.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240694_A27564.s diff --git a/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240734_A27604.s b/ver/us/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240734_A27604.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240734_A27604.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240734_A27604.s diff --git a/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_802408F8_A277C8.s b/ver/us/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_802408F8_A277C8.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_04/A274B0/func_802408F8_A277C8.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_802408F8_A277C8.s diff --git a/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_802409B0_A27880.s b/ver/us/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_802409B0_A27880.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_04/A274B0/func_802409B0_A27880.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_802409B0_A27880.s diff --git a/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240A84_A27954.s b/ver/us/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240A84_A27954.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240A84_A27954.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_04/A274B0/func_80240A84_A27954.s diff --git a/asm/nonmatchings/world/area_hos/hos_04/A27A30/func_80240B60_A27A30.s b/ver/us/asm/nonmatchings/world/area_hos/hos_04/A27A30/func_80240B60_A27A30.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_04/A27A30/func_80240B60_A27A30.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_04/A27A30/func_80240B60_A27A30.s diff --git a/asm/nonmatchings/world/area_hos/hos_04/A27AA0/func_80240BD0_A27AA0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_04/A27AA0/func_80240BD0_A27AA0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_04/A27AA0/func_80240BD0_A27AA0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_04/A27AA0/func_80240BD0_A27AA0.s diff --git a/asm/nonmatchings/world/area_hos/hos_04/A27AA0/func_80240E40_A27D10.s b/ver/us/asm/nonmatchings/world/area_hos/hos_04/A27AA0/func_80240E40_A27D10.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_04/A27AA0/func_80240E40_A27D10.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_04/A27AA0/func_80240E40_A27D10.s diff --git a/asm/nonmatchings/world/area_hos/hos_04/A27AA0/func_80240E6C_A27D3C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_04/A27AA0/func_80240E6C_A27D3C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_04/A27AA0/func_80240E6C_A27D3C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_04/A27AA0/func_80240E6C_A27D3C.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240000_A2A240.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240000_A2A240.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240000_A2A240.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240000_A2A240.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240124_A2A364.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240124_A2A364.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240124_A2A364.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240124_A2A364.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240604_A2A844.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240604_A2A844.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240604_A2A844.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240604_A2A844.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240634_A2A874.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240634_A2A874.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240634_A2A874.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240634_A2A874.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240690_A2A8D0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240690_A2A8D0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240690_A2A8D0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2A240/func_80240690_A2A8D0.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AA70/func_80240830_A2AA70.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AA70/func_80240830_A2AA70.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AA70/func_80240830_A2AA70.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AA70/func_80240830_A2AA70.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240880_A2AAC0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240880_A2AAC0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240880_A2AAC0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240880_A2AAC0.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802409C4_A2AC04.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802409C4_A2AC04.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802409C4_A2AC04.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802409C4_A2AC04.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240D54_A2AF94.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240D54_A2AF94.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240D54_A2AF94.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240D54_A2AF94.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240DA0_A2AFE0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240DA0_A2AFE0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240DA0_A2AFE0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240DA0_A2AFE0.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240DF8_A2B038.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240DF8_A2B038.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240DF8_A2B038.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240DF8_A2B038.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240E30_A2B070.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240E30_A2B070.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240E30_A2B070.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240E30_A2B070.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240E50_A2B090.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240E50_A2B090.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240E50_A2B090.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240E50_A2B090.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240F30_A2B170.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240F30_A2B170.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240F30_A2B170.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240F30_A2B170.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240F88_A2B1C8.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240F88_A2B1C8.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240F88_A2B1C8.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240F88_A2B1C8.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240FE0_A2B220.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240FE0_A2B220.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240FE0_A2B220.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80240FE0_A2B220.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241044_A2B284.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241044_A2B284.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241044_A2B284.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241044_A2B284.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802410E4_A2B324.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802410E4_A2B324.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802410E4_A2B324.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802410E4_A2B324.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241274_A2B4B4.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241274_A2B4B4.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241274_A2B4B4.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241274_A2B4B4.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024146C_A2B6AC.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024146C_A2B6AC.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024146C_A2B6AC.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024146C_A2B6AC.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802416BC_A2B8FC.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802416BC_A2B8FC.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802416BC_A2B8FC.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802416BC_A2B8FC.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241850_A2BA90.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241850_A2BA90.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241850_A2BA90.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241850_A2BA90.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802419F4_A2BC34.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802419F4_A2BC34.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802419F4_A2BC34.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802419F4_A2BC34.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241B40_A2BD80.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241B40_A2BD80.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241B40_A2BD80.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241B40_A2BD80.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241C54_A2BE94.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241C54_A2BE94.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241C54_A2BE94.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241C54_A2BE94.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241D08_A2BF48.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241D08_A2BF48.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241D08_A2BF48.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241D08_A2BF48.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241D7C_A2BFBC.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241D7C_A2BFBC.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241D7C_A2BFBC.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241D7C_A2BFBC.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241F54_A2C194.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241F54_A2C194.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241F54_A2C194.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80241F54_A2C194.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802421E0_A2C420.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802421E0_A2C420.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802421E0_A2C420.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802421E0_A2C420.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802422A0_A2C4E0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802422A0_A2C4E0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802422A0_A2C4E0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802422A0_A2C4E0.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802423D4_A2C614.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802423D4_A2C614.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802423D4_A2C614.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802423D4_A2C614.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802425A0_A2C7E0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802425A0_A2C7E0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802425A0_A2C7E0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802425A0_A2C7E0.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80242704_A2C944.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80242704_A2C944.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80242704_A2C944.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80242704_A2C944.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802428C8_A2CB08.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802428C8_A2CB08.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802428C8_A2CB08.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802428C8_A2CB08.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80242F74_A2D1B4.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80242F74_A2D1B4.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80242F74_A2D1B4.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80242F74_A2D1B4.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024301C_A2D25C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024301C_A2D25C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024301C_A2D25C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024301C_A2D25C.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243100_A2D340.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243100_A2D340.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243100_A2D340.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243100_A2D340.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243164_A2D3A4.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243164_A2D3A4.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243164_A2D3A4.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243164_A2D3A4.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024370C_A2D94C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024370C_A2D94C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024370C_A2D94C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024370C_A2D94C.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243758_A2D998.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243758_A2D998.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243758_A2D998.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243758_A2D998.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243CC0_A2DF00.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243CC0_A2DF00.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243CC0_A2DF00.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243CC0_A2DF00.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243ED0_A2E110.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243ED0_A2E110.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243ED0_A2E110.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243ED0_A2E110.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243FC4_A2E204.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243FC4_A2E204.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243FC4_A2E204.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80243FC4_A2E204.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802440D0_A2E310.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802440D0_A2E310.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802440D0_A2E310.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802440D0_A2E310.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244454_A2E694.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244454_A2E694.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244454_A2E694.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244454_A2E694.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802444E8_A2E728.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802444E8_A2E728.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802444E8_A2E728.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_802444E8_A2E728.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244550_A2E790.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244550_A2E790.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244550_A2E790.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244550_A2E790.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244774_A2E9B4.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244774_A2E9B4.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244774_A2E9B4.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244774_A2E9B4.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024486C_A2EAAC.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024486C_A2EAAC.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024486C_A2EAAC.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_8024486C_A2EAAC.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244934_A2EB74.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244934_A2EB74.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244934_A2EB74.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/func_80244934_A2EB74.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/update_heroes_start_turn_A2C264.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/update_heroes_start_turn_A2C264.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2AAC0/update_heroes_start_turn_A2C264.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2AAC0/update_heroes_start_turn_A2C264.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2EC30/func_802449F0_A2EC30.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EC30/func_802449F0_A2EC30.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2EC30/func_802449F0_A2EC30.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EC30/func_802449F0_A2EC30.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2EC30/func_80244C60_A2EEA0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EC30/func_80244C60_A2EEA0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2EC30/func_80244C60_A2EEA0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EC30/func_80244C60_A2EEA0.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2EC30/func_80244C8C_A2EECC.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EC30/func_80244C8C_A2EECC.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2EC30/func_80244C8C_A2EECC.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EC30/func_80244C8C_A2EECC.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_80244DE4_A2F024.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_80244DE4_A2F024.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_80244DE4_A2F024.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_80244DE4_A2F024.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_802452C4_A2F504.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_802452C4_A2F504.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_802452C4_A2F504.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_802452C4_A2F504.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_8024569C_A2F8DC.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_8024569C_A2F8DC.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_8024569C_A2F8DC.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_8024569C_A2F8DC.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_80245718_A2F958.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_80245718_A2F958.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_80245718_A2F958.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_80245718_A2F958.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_80245794_A2F9D4.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_80245794_A2F9D4.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_80245794_A2F9D4.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_80245794_A2F9D4.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_802457C0_A2FA00.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_802457C0_A2FA00.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_802457C0_A2FA00.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EF00/func_802457C0_A2FA00.s diff --git a/asm/nonmatchings/world/area_hos/hos_05/A2EF00/pause_tabs_draw_badges_A2EF00.s b/ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EF00/pause_tabs_draw_badges_A2EF00.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_05/A2EF00/pause_tabs_draw_badges_A2EF00.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_05/A2EF00/pause_tabs_draw_badges_A2EF00.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240310_A397F0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240310_A397F0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240310_A397F0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240310_A397F0.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240654_A39B34.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240654_A39B34.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240654_A39B34.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240654_A39B34.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_802406A8_A39B88.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_802406A8_A39B88.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A397F0/func_802406A8_A39B88.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_802406A8_A39B88.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_802406E0_A39BC0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_802406E0_A39BC0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A397F0/func_802406E0_A39BC0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_802406E0_A39BC0.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_802409F8_A39ED8.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_802409F8_A39ED8.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A397F0/func_802409F8_A39ED8.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_802409F8_A39ED8.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240A3C_A39F1C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240A3C_A39F1C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240A3C_A39F1C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240A3C_A39F1C.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240A68_A39F48.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240A68_A39F48.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240A68_A39F48.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240A68_A39F48.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240A94_A39F74.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240A94_A39F74.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240A94_A39F74.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240A94_A39F74.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240AD0_A39FB0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240AD0_A39FB0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240AD0_A39FB0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A397F0/func_80240AD0_A39FB0.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A210/func_80240D30_A3A210.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A210/func_80240D30_A3A210.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A210/func_80240D30_A3A210.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A210/func_80240D30_A3A210.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80240F7C_A3A45C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80240F7C_A3A45C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80240F7C_A3A45C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80240F7C_A3A45C.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80240FD0_A3A4B0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80240FD0_A3A4B0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80240FD0_A3A4B0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80240FD0_A3A4B0.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241008_A3A4E8.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241008_A3A4E8.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241008_A3A4E8.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241008_A3A4E8.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802410A4_A3A584.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802410A4_A3A584.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802410A4_A3A584.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802410A4_A3A584.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802411BC_A3A69C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802411BC_A3A69C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802411BC_A3A69C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802411BC_A3A69C.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802411F0_A3A6D0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802411F0_A3A6D0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802411F0_A3A6D0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802411F0_A3A6D0.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_8024126C_A3A74C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_8024126C_A3A74C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_8024126C_A3A74C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_8024126C_A3A74C.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802414E4_A3A9C4.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802414E4_A3A9C4.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802414E4_A3A9C4.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802414E4_A3A9C4.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241668_A3AB48.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241668_A3AB48.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241668_A3AB48.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241668_A3AB48.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802417EC_A3ACCC.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802417EC_A3ACCC.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802417EC_A3ACCC.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802417EC_A3ACCC.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241860_A3AD40.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241860_A3AD40.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241860_A3AD40.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241860_A3AD40.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802418A4_A3AD84.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802418A4_A3AD84.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802418A4_A3AD84.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802418A4_A3AD84.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802418E8_A3ADC8.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802418E8_A3ADC8.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802418E8_A3ADC8.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_802418E8_A3ADC8.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241A58_A3AF38.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241A58_A3AF38.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241A58_A3AF38.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241A58_A3AF38.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241B74_A3B054.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241B74_A3B054.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241B74_A3B054.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241B74_A3B054.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241CCC_A3B1AC.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241CCC_A3B1AC.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241CCC_A3B1AC.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241CCC_A3B1AC.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241F98_A3B478.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241F98_A3B478.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241F98_A3B478.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3A230/func_80241F98_A3B478.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_80241FD0_A3B4B0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_80241FD0_A3B4B0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_80241FD0_A3B4B0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_80241FD0_A3B4B0.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_8024228C_A3B76C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_8024228C_A3B76C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_8024228C_A3B76C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_8024228C_A3B76C.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_802424CC_A3B9AC.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_802424CC_A3B9AC.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_802424CC_A3B9AC.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_802424CC_A3B9AC.s diff --git a/asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_80242534_A3BA14.s b/ver/us/asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_80242534_A3BA14.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_80242534_A3BA14.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_06/A3B4B0/func_80242534_A3BA14.s diff --git a/asm/nonmatchings/world/area_hos/hos_10/A3F740/func_80240000_A3F740.s b/ver/us/asm/nonmatchings/world/area_hos/hos_10/A3F740/func_80240000_A3F740.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_10/A3F740/func_80240000_A3F740.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_10/A3F740/func_80240000_A3F740.s diff --git a/asm/nonmatchings/world/area_hos/hos_10/A3F760/func_8024032C_A3FA6C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_10/A3F760/func_8024032C_A3FA6C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_10/A3F760/func_8024032C_A3FA6C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_10/A3F760/func_8024032C_A3FA6C.s diff --git a/asm/nonmatchings/world/area_hos/hos_10/A3F760/func_80240364_A3FAA4.s b/ver/us/asm/nonmatchings/world/area_hos/hos_10/A3F760/func_80240364_A3FAA4.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_10/A3F760/func_80240364_A3FAA4.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_10/A3F760/func_80240364_A3FAA4.s diff --git a/asm/nonmatchings/world/area_hos/hos_10/A3F760/func_80240404_A3FB44.s b/ver/us/asm/nonmatchings/world/area_hos/hos_10/A3F760/func_80240404_A3FB44.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_10/A3F760/func_80240404_A3FB44.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_10/A3F760/func_80240404_A3FB44.s diff --git a/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240770_A3FEB0.s b/ver/us/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240770_A3FEB0.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240770_A3FEB0.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240770_A3FEB0.s diff --git a/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240A84_A401C4.s b/ver/us/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240A84_A401C4.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240A84_A401C4.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240A84_A401C4.s diff --git a/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240B44_A40284.s b/ver/us/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240B44_A40284.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240B44_A40284.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240B44_A40284.s diff --git a/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240B98_A402D8.s b/ver/us/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240B98_A402D8.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240B98_A402D8.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240B98_A402D8.s diff --git a/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240BEC_A4032C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240BEC_A4032C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240BEC_A4032C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240BEC_A4032C.s diff --git a/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240BFC_A4033C.s b/ver/us/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240BFC_A4033C.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240BFC_A4033C.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_10/A3FEB0/func_80240BFC_A4033C.s diff --git a/asm/nonmatchings/world/area_hos/hos_20/A45C40/func_80240310_A45C40.s b/ver/us/asm/nonmatchings/world/area_hos/hos_20/A45C40/func_80240310_A45C40.s similarity index 100% rename from asm/nonmatchings/world/area_hos/hos_20/A45C40/func_80240310_A45C40.s rename to ver/us/asm/nonmatchings/world/area_hos/hos_20/A45C40/func_80240310_A45C40.s diff --git a/asm/nonmatchings/world/area_isk/isk_02/978750/func_80240040_978750.s b/ver/us/asm/nonmatchings/world/area_isk/isk_02/978750/func_80240040_978750.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_02/978750/func_80240040_978750.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_02/978750/func_80240040_978750.s diff --git a/asm/nonmatchings/world/area_isk/isk_04/97B670/func_802400BC_97B6EC.s b/ver/us/asm/nonmatchings/world/area_isk/isk_04/97B670/func_802400BC_97B6EC.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_04/97B670/func_802400BC_97B6EC.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_04/97B670/func_802400BC_97B6EC.s diff --git a/asm/nonmatchings/world/area_isk/isk_04/97B670/func_802403D4_97BA04.s b/ver/us/asm/nonmatchings/world/area_isk/isk_04/97B670/func_802403D4_97BA04.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_04/97B670/func_802403D4_97BA04.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_04/97B670/func_802403D4_97BA04.s diff --git a/asm/nonmatchings/world/area_isk/isk_04/97BF60/func_80240930_97BF60.s b/ver/us/asm/nonmatchings/world/area_isk/isk_04/97BF60/func_80240930_97BF60.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_04/97BF60/func_80240930_97BF60.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_04/97BF60/func_80240930_97BF60.s diff --git a/asm/nonmatchings/world/area_isk/isk_04/97BF60/func_8024095C_97BF8C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_04/97BF60/func_8024095C_97BF8C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_04/97BF60/func_8024095C_97BF8C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_04/97BF60/func_8024095C_97BF8C.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240000_97DAD0.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240000_97DAD0.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240000_97DAD0.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240000_97DAD0.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240230_97DD00.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240230_97DD00.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240230_97DD00.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240230_97DD00.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240628_97E0F8.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240628_97E0F8.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240628_97E0F8.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240628_97E0F8.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802407CC_97E29C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802407CC_97E29C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802407CC_97E29C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802407CC_97E29C.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802408AC_97E37C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802408AC_97E37C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802408AC_97E37C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802408AC_97E37C.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240BF0_97E6C0.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240BF0_97E6C0.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240BF0_97E6C0.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240BF0_97E6C0.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240E14_97E8E4.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240E14_97E8E4.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240E14_97E8E4.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240E14_97E8E4.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240EA8_97E978.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240EA8_97E978.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240EA8_97E978.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240EA8_97E978.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240F3C_97EA0C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240F3C_97EA0C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240F3C_97EA0C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80240F3C_97EA0C.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241108_97EBD8.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241108_97EBD8.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241108_97EBD8.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241108_97EBD8.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802411F8_97ECC8.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802411F8_97ECC8.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802411F8_97ECC8.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802411F8_97ECC8.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802415C0_97F090.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802415C0_97F090.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802415C0_97F090.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_802415C0_97F090.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241610_97F0E0.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241610_97F0E0.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241610_97F0E0.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241610_97F0E0.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241B28_97F5F8.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241B28_97F5F8.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241B28_97F5F8.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241B28_97F5F8.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241C34_97F704.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241C34_97F704.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241C34_97F704.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241C34_97F704.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241C5C_97F72C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241C5C_97F72C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241C5C_97F72C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241C5C_97F72C.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241D44_97F814.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241D44_97F814.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241D44_97F814.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241D44_97F814.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241DF8_97F8C8.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241DF8_97F8C8.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241DF8_97F8C8.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241DF8_97F8C8.s diff --git a/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241E24_97F8F4.s b/ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241E24_97F8F4.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241E24_97F8F4.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_05/97DAD0/func_80241E24_97F8F4.s diff --git a/asm/nonmatchings/world/area_isk/isk_07/982440/func_80240000_982440.s b/ver/us/asm/nonmatchings/world/area_isk/isk_07/982440/func_80240000_982440.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_07/982440/func_80240000_982440.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_07/982440/func_80240000_982440.s diff --git a/asm/nonmatchings/world/area_isk/isk_07/982440/func_80240014_982454.s b/ver/us/asm/nonmatchings/world/area_isk/isk_07/982440/func_80240014_982454.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_07/982440/func_80240014_982454.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_07/982440/func_80240014_982454.s diff --git a/asm/nonmatchings/world/area_isk/isk_07/982530/func_802400F0_982530.s b/ver/us/asm/nonmatchings/world/area_isk/isk_07/982530/func_802400F0_982530.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_07/982530/func_802400F0_982530.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_07/982530/func_802400F0_982530.s diff --git a/asm/nonmatchings/world/area_isk/isk_08/984E30/func_8024007C_984EAC.s b/ver/us/asm/nonmatchings/world/area_isk/isk_08/984E30/func_8024007C_984EAC.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_08/984E30/func_8024007C_984EAC.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_08/984E30/func_8024007C_984EAC.s diff --git a/asm/nonmatchings/world/area_isk/isk_08/984E30/func_80240394_9851C4.s b/ver/us/asm/nonmatchings/world/area_isk/isk_08/984E30/func_80240394_9851C4.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_08/984E30/func_80240394_9851C4.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_08/984E30/func_80240394_9851C4.s diff --git a/asm/nonmatchings/world/area_isk/isk_09/9864E0/func_80240000_9864E0.s b/ver/us/asm/nonmatchings/world/area_isk/isk_09/9864E0/func_80240000_9864E0.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_09/9864E0/func_80240000_9864E0.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_09/9864E0/func_80240000_9864E0.s diff --git a/asm/nonmatchings/world/area_isk/isk_09/9864E0/func_802402BC_98679C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_09/9864E0/func_802402BC_98679C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_09/9864E0/func_802402BC_98679C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_09/9864E0/func_802402BC_98679C.s diff --git a/asm/nonmatchings/world/area_isk/isk_09/9867D0/func_802402F0_9867D0.s b/ver/us/asm/nonmatchings/world/area_isk/isk_09/9867D0/func_802402F0_9867D0.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_09/9867D0/func_802402F0_9867D0.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_09/9867D0/func_802402F0_9867D0.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_8024001C_988B7C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_8024001C_988B7C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_8024001C_988B7C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_8024001C_988B7C.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_8024003C_988B9C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_8024003C_988B9C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_8024003C_988B9C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_8024003C_988B9C.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240068_988BC8.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240068_988BC8.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240068_988BC8.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240068_988BC8.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_802400D4_988C34.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_802400D4_988C34.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_802400D4_988C34.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_802400D4_988C34.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240120_988C80.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240120_988C80.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240120_988C80.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240120_988C80.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_802401CC_988D2C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_802401CC_988D2C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_802401CC_988D2C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_802401CC_988D2C.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_8024041C_988F7C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_8024041C_988F7C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_8024041C_988F7C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_8024041C_988F7C.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240448_988FA8.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240448_988FA8.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240448_988FA8.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240448_988FA8.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240480_988FE0.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240480_988FE0.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240480_988FE0.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240480_988FE0.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240510_989070.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240510_989070.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240510_989070.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240510_989070.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240544_9890A4.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240544_9890A4.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240544_9890A4.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240544_9890A4.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_802405A8_989108.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_802405A8_989108.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_802405A8_989108.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_802405A8_989108.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240600_989160.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240600_989160.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240600_989160.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240600_989160.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240B38_989698.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240B38_989698.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240B38_989698.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240B38_989698.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240D08_989868.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240D08_989868.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240D08_989868.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240D08_989868.s diff --git a/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240D38_989898.s b/ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240D38_989898.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240D38_989898.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_10/988B60/func_80240D38_989898.s diff --git a/asm/nonmatchings/world/area_isk/isk_11/98AA10/func_80240000_98AA10.s b/ver/us/asm/nonmatchings/world/area_isk/isk_11/98AA10/func_80240000_98AA10.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_11/98AA10/func_80240000_98AA10.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_11/98AA10/func_80240000_98AA10.s diff --git a/asm/nonmatchings/world/area_isk/isk_11/98AAC0/func_802400B0_98AAC0.s b/ver/us/asm/nonmatchings/world/area_isk/isk_11/98AAC0/func_802400B0_98AAC0.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_11/98AAC0/func_802400B0_98AAC0.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_11/98AAC0/func_802400B0_98AAC0.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240000_98F7E0.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240000_98F7E0.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240000_98F7E0.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240000_98F7E0.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240230_98FA10.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240230_98FA10.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240230_98FA10.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240230_98FA10.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240628_98FE08.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240628_98FE08.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240628_98FE08.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240628_98FE08.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802407CC_98FFAC.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802407CC_98FFAC.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802407CC_98FFAC.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802407CC_98FFAC.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802408AC_99008C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802408AC_99008C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802408AC_99008C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802408AC_99008C.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240BF0_9903D0.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240BF0_9903D0.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240BF0_9903D0.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240BF0_9903D0.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240E14_9905F4.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240E14_9905F4.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240E14_9905F4.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240E14_9905F4.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240EA8_990688.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240EA8_990688.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240EA8_990688.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240EA8_990688.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240F3C_99071C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240F3C_99071C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240F3C_99071C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80240F3C_99071C.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241108_9908E8.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241108_9908E8.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241108_9908E8.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241108_9908E8.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802411F8_9909D8.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802411F8_9909D8.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802411F8_9909D8.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802411F8_9909D8.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802415C0_990DA0.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802415C0_990DA0.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802415C0_990DA0.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_802415C0_990DA0.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241610_990DF0.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241610_990DF0.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241610_990DF0.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241610_990DF0.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241BA8_991388.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241BA8_991388.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241BA8_991388.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241BA8_991388.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241D08_9914E8.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241D08_9914E8.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241D08_9914E8.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241D08_9914E8.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241D38_991518.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241D38_991518.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241D38_991518.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241D38_991518.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241E34_991614.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241E34_991614.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241E34_991614.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241E34_991614.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241EF8_9916D8.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241EF8_9916D8.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241EF8_9916D8.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80241EF8_9916D8.s diff --git a/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80242044_991824.s b/ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80242044_991824.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80242044_991824.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_13/98F7E0/func_80242044_991824.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240000_992730.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240000_992730.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_80240000_992730.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240000_992730.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240230_992960.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240230_992960.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_80240230_992960.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240230_992960.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240628_992D58.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240628_992D58.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_80240628_992D58.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240628_992D58.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_802407CC_992EFC.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_802407CC_992EFC.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_802407CC_992EFC.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_802407CC_992EFC.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_802408AC_992FDC.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_802408AC_992FDC.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_802408AC_992FDC.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_802408AC_992FDC.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240BF0_993320.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240BF0_993320.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_80240BF0_993320.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240BF0_993320.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240E14_993544.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240E14_993544.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_80240E14_993544.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240E14_993544.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240EA8_9935D8.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240EA8_9935D8.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_80240EA8_9935D8.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240EA8_9935D8.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240F3C_99366C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240F3C_99366C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_80240F3C_99366C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80240F3C_99366C.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241108_993838.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241108_993838.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_80241108_993838.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241108_993838.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_802411F8_993928.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_802411F8_993928.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_802411F8_993928.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_802411F8_993928.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_802415C0_993CF0.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_802415C0_993CF0.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_802415C0_993CF0.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_802415C0_993CF0.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241610_993D40.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241610_993D40.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_80241610_993D40.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241610_993D40.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241AF0_994220.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241AF0_994220.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_80241AF0_994220.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241AF0_994220.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241BC4_9942F4.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241BC4_9942F4.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_80241BC4_9942F4.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241BC4_9942F4.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241BEC_99431C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241BEC_99431C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_80241BEC_99431C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241BEC_99431C.s diff --git a/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241CA0_9943D0.s b/ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241CA0_9943D0.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_14/992730/func_80241CA0_9943D0.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_14/992730/func_80241CA0_9943D0.s diff --git a/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_80240000_9951F0.s b/ver/us/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_80240000_9951F0.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_16/9951F0/func_80240000_9951F0.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_80240000_9951F0.s diff --git a/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_8024004C_99523C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_8024004C_99523C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_16/9951F0/func_8024004C_99523C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_8024004C_99523C.s diff --git a/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_802401AC_99539C.s b/ver/us/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_802401AC_99539C.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_16/9951F0/func_802401AC_99539C.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_802401AC_99539C.s diff --git a/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_802405BC_9957AC.s b/ver/us/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_802405BC_9957AC.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_16/9951F0/func_802405BC_9957AC.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_802405BC_9957AC.s diff --git a/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_802405FC_9957EC.s b/ver/us/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_802405FC_9957EC.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_16/9951F0/func_802405FC_9957EC.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_802405FC_9957EC.s diff --git a/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_80240708_9958F8.s b/ver/us/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_80240708_9958F8.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_16/9951F0/func_80240708_9958F8.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_16/9951F0/func_80240708_9958F8.s diff --git a/asm/nonmatchings/world/area_isk/isk_16/9959F0/func_80240800_9959F0.s b/ver/us/asm/nonmatchings/world/area_isk/isk_16/9959F0/func_80240800_9959F0.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_16/9959F0/func_80240800_9959F0.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_16/9959F0/func_80240800_9959F0.s diff --git a/asm/nonmatchings/world/area_isk/isk_16/9959F0/func_80240924_995B14.s b/ver/us/asm/nonmatchings/world/area_isk/isk_16/9959F0/func_80240924_995B14.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_16/9959F0/func_80240924_995B14.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_16/9959F0/func_80240924_995B14.s diff --git a/asm/nonmatchings/world/area_isk/isk_18/997F70/func_8024007C_997FEC.s b/ver/us/asm/nonmatchings/world/area_isk/isk_18/997F70/func_8024007C_997FEC.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_18/997F70/func_8024007C_997FEC.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_18/997F70/func_8024007C_997FEC.s diff --git a/asm/nonmatchings/world/area_isk/isk_18/997F70/func_80240394_998304.s b/ver/us/asm/nonmatchings/world/area_isk/isk_18/997F70/func_80240394_998304.s similarity index 100% rename from asm/nonmatchings/world/area_isk/isk_18/997F70/func_80240394_998304.s rename to ver/us/asm/nonmatchings/world/area_isk/isk_18/997F70/func_80240394_998304.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_00/90CC40/func_80240000_90CC40.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_00/90CC40/func_80240000_90CC40.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_00/90CC40/func_80240000_90CC40.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_00/90CC40/func_80240000_90CC40.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_00/90CC40/func_80240118_90CD58.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_00/90CC40/func_80240118_90CD58.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_00/90CC40/func_80240118_90CD58.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_00/90CC40/func_80240118_90CD58.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_00/90CEF0/func_802402B0_90CEF0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_00/90CEF0/func_802402B0_90CEF0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_00/90CEF0/func_802402B0_90CEF0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_00/90CEF0/func_802402B0_90CEF0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90F6B0/func_80240000_90F6B0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90F6B0/func_80240000_90F6B0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90F6B0/func_80240000_90F6B0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90F6B0/func_80240000_90F6B0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90F6B0/func_80240398_90FA48.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90F6B0/func_80240398_90FA48.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90F6B0/func_80240398_90FA48.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90F6B0/func_80240398_90FA48.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240520_90FBD0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240520_90FBD0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240520_90FBD0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240520_90FBD0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240710_90FDC0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240710_90FDC0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240710_90FDC0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240710_90FDC0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240854_90FF04.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240854_90FF04.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240854_90FF04.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240854_90FF04.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240A7C_91012C.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240A7C_91012C.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240A7C_91012C.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240A7C_91012C.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240FB8_910668.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240FB8_910668.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240FB8_910668.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80240FB8_910668.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241414_910AC4.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241414_910AC4.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241414_910AC4.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241414_910AC4.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802415E0_910C90.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802415E0_910C90.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802415E0_910C90.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802415E0_910C90.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802416F0_910DA0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802416F0_910DA0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802416F0_910DA0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802416F0_910DA0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_8024192C_910FDC.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_8024192C_910FDC.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_8024192C_910FDC.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_8024192C_910FDC.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802419C0_911070.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802419C0_911070.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802419C0_911070.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802419C0_911070.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241A4C_9110FC.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241A4C_9110FC.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241A4C_9110FC.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241A4C_9110FC.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241B74_911224.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241B74_911224.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241B74_911224.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241B74_911224.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241C78_911328.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241C78_911328.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241C78_911328.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241C78_911328.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241CF0_9113A0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241CF0_9113A0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241CF0_9113A0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241CF0_9113A0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241D70_911420.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241D70_911420.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241D70_911420.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241D70_911420.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241F6C_91161C.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241F6C_91161C.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241F6C_91161C.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80241F6C_91161C.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802422C4_911974.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802422C4_911974.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802422C4_911974.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802422C4_911974.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242424_911AD4.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242424_911AD4.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242424_911AD4.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242424_911AD4.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242498_911B48.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242498_911B48.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242498_911B48.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242498_911B48.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802425C8_911C78.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802425C8_911C78.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802425C8_911C78.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802425C8_911C78.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242664_911D14.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242664_911D14.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242664_911D14.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242664_911D14.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802426EC_911D9C.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802426EC_911D9C.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802426EC_911D9C.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_802426EC_911D9C.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242794_911E44.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242794_911E44.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242794_911E44.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242794_911E44.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242908_911FB8.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242908_911FB8.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242908_911FB8.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242908_911FB8.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242958_912008.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242958_912008.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242958_912008.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242958_912008.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242AF8_9121A8.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242AF8_9121A8.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242AF8_9121A8.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242AF8_9121A8.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242C48_9122F8.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242C48_9122F8.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242C48_9122F8.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242C48_9122F8.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242CF4_9123A4.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242CF4_9123A4.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242CF4_9123A4.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242CF4_9123A4.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242E2C_9124DC.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242E2C_9124DC.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242E2C_9124DC.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242E2C_9124DC.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242EA8_912558.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242EA8_912558.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242EA8_912558.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242EA8_912558.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242F54_912604.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242F54_912604.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242F54_912604.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/90FBD0/func_80242F54_912604.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_01/912960/func_802432B0_912960.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_01/912960/func_802432B0_912960.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_01/912960/func_802432B0_912960.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_01/912960/func_802432B0_912960.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240000_915D70.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240000_915D70.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240000_915D70.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240000_915D70.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240160_915ED0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240160_915ED0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240160_915ED0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240160_915ED0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_802401D4_915F44.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_802401D4_915F44.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_802401D4_915F44.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_802401D4_915F44.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240304_916074.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240304_916074.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240304_916074.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240304_916074.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_802403A0_916110.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_802403A0_916110.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_802403A0_916110.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_802403A0_916110.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240428_916198.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240428_916198.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240428_916198.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240428_916198.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_802404D0_916240.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_802404D0_916240.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_802404D0_916240.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_802404D0_916240.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240644_9163B4.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240644_9163B4.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240644_9163B4.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240644_9163B4.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240694_916404.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240694_916404.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240694_916404.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240694_916404.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240834_9165A4.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240834_9165A4.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240834_9165A4.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240834_9165A4.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240984_9166F4.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240984_9166F4.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240984_9166F4.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240984_9166F4.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240A30_9167A0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240A30_9167A0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240A30_9167A0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240A30_9167A0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240B68_9168D8.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240B68_9168D8.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240B68_9168D8.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240B68_9168D8.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240BE4_916954.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240BE4_916954.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240BE4_916954.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240BE4_916954.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240C90_916A00.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240C90_916A00.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240C90_916A00.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240C90_916A00.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240FE0_916D50.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240FE0_916D50.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240FE0_916D50.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_02/915D70/func_80240FE0_916D50.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918BB0/func_80240000_918BB0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918BB0/func_80240000_918BB0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918BB0/func_80240000_918BB0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918BB0/func_80240000_918BB0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918BB0/func_802402BC_918E6C.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918BB0/func_802402BC_918E6C.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918BB0/func_802402BC_918E6C.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918BB0/func_802402BC_918E6C.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240340_918EF0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240340_918EF0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240340_918EF0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240340_918EF0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_802404A0_919050.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_802404A0_919050.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_802404A0_919050.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_802404A0_919050.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240514_9190C4.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240514_9190C4.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240514_9190C4.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240514_9190C4.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240644_9191F4.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240644_9191F4.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240644_9191F4.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240644_9191F4.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_802406E0_919290.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_802406E0_919290.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_802406E0_919290.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_802406E0_919290.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240768_919318.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240768_919318.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240768_919318.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240768_919318.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240810_9193C0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240810_9193C0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240810_9193C0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240810_9193C0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240984_919534.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240984_919534.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240984_919534.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240984_919534.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_802409D4_919584.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_802409D4_919584.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_802409D4_919584.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_802409D4_919584.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240B74_919724.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240B74_919724.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240B74_919724.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240B74_919724.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240CC4_919874.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240CC4_919874.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240CC4_919874.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240CC4_919874.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240D70_919920.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240D70_919920.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240D70_919920.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240D70_919920.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240EA8_919A58.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240EA8_919A58.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240EA8_919A58.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240EA8_919A58.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240F24_919AD4.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240F24_919AD4.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240F24_919AD4.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240F24_919AD4.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240FD0_919B80.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240FD0_919B80.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240FD0_919B80.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80240FD0_919B80.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80241320_919ED0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80241320_919ED0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80241320_919ED0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_03/918EF0/func_80241320_919ED0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240000_91B8E0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240000_91B8E0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240000_91B8E0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240000_91B8E0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240080_91B960.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240080_91B960.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240080_91B960.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240080_91B960.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802401E0_91BAC0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802401E0_91BAC0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802401E0_91BAC0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802401E0_91BAC0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240254_91BB34.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240254_91BB34.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240254_91BB34.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240254_91BB34.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240384_91BC64.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240384_91BC64.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240384_91BC64.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240384_91BC64.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240420_91BD00.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240420_91BD00.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240420_91BD00.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240420_91BD00.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802404A8_91BD88.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802404A8_91BD88.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802404A8_91BD88.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802404A8_91BD88.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240550_91BE30.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240550_91BE30.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240550_91BE30.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240550_91BE30.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802406C4_91BFA4.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802406C4_91BFA4.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802406C4_91BFA4.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802406C4_91BFA4.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240714_91BFF4.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240714_91BFF4.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240714_91BFF4.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240714_91BFF4.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802408B4_91C194.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802408B4_91C194.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802408B4_91C194.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_802408B4_91C194.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240A04_91C2E4.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240A04_91C2E4.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240A04_91C2E4.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240A04_91C2E4.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240AB0_91C390.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240AB0_91C390.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240AB0_91C390.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240AB0_91C390.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240BE8_91C4C8.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240BE8_91C4C8.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240BE8_91C4C8.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240BE8_91C4C8.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240C64_91C544.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240C64_91C544.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240C64_91C544.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240C64_91C544.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240D10_91C5F0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240D10_91C5F0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240D10_91C5F0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80240D10_91C5F0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80241060_91C940.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80241060_91C940.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80241060_91C940.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_80241060_91C940.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_8024107C_91C95C.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_8024107C_91C95C.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_8024107C_91C95C.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_04/91B8E0/func_8024107C_91C95C.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E570/func_80240000_91E570.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E570/func_80240000_91E570.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E570/func_80240000_91E570.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E570/func_80240000_91E570.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E5B0/func_80240040_91E5B0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E5B0/func_80240040_91E5B0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E5B0/func_80240040_91E5B0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E5B0/func_80240040_91E5B0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_8024030C_91E87C.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_8024030C_91E87C.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_8024030C_91E87C.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_8024030C_91E87C.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_8024032C_91E89C.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_8024032C_91E89C.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_8024032C_91E89C.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_8024032C_91E89C.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240358_91E8C8.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240358_91E8C8.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240358_91E8C8.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240358_91E8C8.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_802403C4_91E934.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_802403C4_91E934.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_802403C4_91E934.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_802403C4_91E934.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240410_91E980.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240410_91E980.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240410_91E980.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240410_91E980.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_802404BC_91EA2C.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_802404BC_91EA2C.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_802404BC_91EA2C.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_802404BC_91EA2C.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_8024070C_91EC7C.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_8024070C_91EC7C.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_8024070C_91EC7C.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_8024070C_91EC7C.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240738_91ECA8.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240738_91ECA8.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240738_91ECA8.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240738_91ECA8.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240770_91ECE0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240770_91ECE0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240770_91ECE0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240770_91ECE0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240800_91ED70.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240800_91ED70.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240800_91ED70.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240800_91ED70.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240834_91EDA4.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240834_91EDA4.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240834_91EDA4.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240834_91EDA4.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240898_91EE08.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240898_91EE08.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240898_91EE08.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240898_91EE08.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_802408F0_91EE60.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_802408F0_91EE60.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_802408F0_91EE60.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_802408F0_91EE60.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240E28_91F398.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240E28_91F398.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240E28_91F398.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240E28_91F398.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240FF8_91F568.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240FF8_91F568.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240FF8_91F568.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91E6D0/func_80240FF8_91F568.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_80241030_91F5A0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_80241030_91F5A0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_80241030_91F5A0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_80241030_91F5A0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_802413E0_91F950.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_802413E0_91F950.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_802413E0_91F950.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_802413E0_91F950.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_80241434_91F9A4.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_80241434_91F9A4.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_80241434_91F9A4.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_80241434_91F9A4.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_8024146C_91F9DC.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_8024146C_91F9DC.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_8024146C_91F9DC.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91F5A0/func_8024146C_91F9DC.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_10/91FA80/func_80241510_91FA80.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91FA80/func_80241510_91FA80.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_10/91FA80/func_80241510_91FA80.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_10/91FA80/func_80241510_91FA80.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_11/9269F0/func_80240000_9269F0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_11/9269F0/func_80240000_9269F0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_11/9269F0/func_80240000_9269F0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_11/9269F0/func_80240000_9269F0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_11/926A10/func_802401B0_926BA0.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_11/926A10/func_802401B0_926BA0.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_11/926A10/func_802401B0_926BA0.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_11/926A10/func_802401B0_926BA0.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_11/926A10/func_80240208_926BF8.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_11/926A10/func_80240208_926BF8.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_11/926A10/func_80240208_926BF8.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_11/926A10/func_80240208_926BF8.s diff --git a/asm/nonmatchings/world/area_iwa/iwa_11/926C70/func_80240280_926C70.s b/ver/us/asm/nonmatchings/world/area_iwa/iwa_11/926C70/func_80240280_926C70.s similarity index 100% rename from asm/nonmatchings/world/area_iwa/iwa_11/926C70/func_80240280_926C70.s rename to ver/us/asm/nonmatchings/world/area_iwa/iwa_11/926C70/func_80240280_926C70.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B20540/func_8024030C_B2084C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_8024030C_B2084C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B20540/func_8024030C_B2084C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_8024030C_B2084C.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240340_B20880.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240340_B20880.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240340_B20880.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240340_B20880.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B20540/func_802403F4_B20934.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_802403F4_B20934.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B20540/func_802403F4_B20934.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_802403F4_B20934.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240738_B20C78.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240738_B20C78.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240738_B20C78.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240738_B20C78.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B20540/func_8024078C_B20CCC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_8024078C_B20CCC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B20540/func_8024078C_B20CCC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_8024078C_B20CCC.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B20540/func_802407C4_B20D04.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_802407C4_B20D04.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B20540/func_802407C4_B20D04.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_802407C4_B20D04.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240ADC_B2101C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240ADC_B2101C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240ADC_B2101C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240ADC_B2101C.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240B20_B21060.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240B20_B21060.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240B20_B21060.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240B20_B21060.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240B4C_B2108C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240B4C_B2108C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240B4C_B2108C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240B4C_B2108C.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240CF8_B21238.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240CF8_B21238.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240CF8_B21238.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240CF8_B21238.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240F14_B21454.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240F14_B21454.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240F14_B21454.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80240F14_B21454.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80241134_B21674.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80241134_B21674.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B20540/func_80241134_B21674.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B20540/func_80241134_B21674.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802411A0_B216E0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802411A0_B216E0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802411A0_B216E0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802411A0_B216E0.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802411EC_B2172C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802411EC_B2172C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802411EC_B2172C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802411EC_B2172C.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_80241338_B21878.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_80241338_B21878.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B216E0/func_80241338_B21878.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_80241338_B21878.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802415B0_B21AF0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802415B0_B21AF0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802415B0_B21AF0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802415B0_B21AF0.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_80241654_B21B94.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_80241654_B21B94.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B216E0/func_80241654_B21B94.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_80241654_B21B94.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802416F8_B21C38.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802416F8_B21C38.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802416F8_B21C38.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_802416F8_B21C38.s diff --git a/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_80241868_B21DA8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_80241868_B21DA8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_00/B216E0/func_80241868_B21DA8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_00/B216E0/func_80241868_B21DA8.s diff --git a/asm/nonmatchings/world/area_jan/jan_01/B28030/func_8024030C_B2833C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_8024030C_B2833C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_01/B28030/func_8024030C_B2833C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_8024030C_B2833C.s diff --git a/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240340_B28370.s b/ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240340_B28370.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240340_B28370.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240340_B28370.s diff --git a/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240570_B285A0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240570_B285A0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240570_B285A0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240570_B285A0.s diff --git a/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240968_B28998.s b/ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240968_B28998.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240968_B28998.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240968_B28998.s diff --git a/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240B0C_B28B3C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240B0C_B28B3C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240B0C_B28B3C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240B0C_B28B3C.s diff --git a/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240BEC_B28C1C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240BEC_B28C1C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240BEC_B28C1C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240BEC_B28C1C.s diff --git a/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240F30_B28F60.s b/ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240F30_B28F60.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240F30_B28F60.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80240F30_B28F60.s diff --git a/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80241154_B29184.s b/ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80241154_B29184.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_01/B28030/func_80241154_B29184.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80241154_B29184.s diff --git a/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80241170_B291A0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80241170_B291A0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_01/B28030/func_80241170_B291A0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_01/B28030/func_80241170_B291A0.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C470/func_80240000_B2C470.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C470/func_80240000_B2C470.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C470/func_80240000_B2C470.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C470/func_80240000_B2C470.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C4A0/func_8024033C_B2C7AC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C4A0/func_8024033C_B2C7AC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C4A0/func_8024033C_B2C7AC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C4A0/func_8024033C_B2C7AC.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C4A0/func_80240360_B2C7D0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C4A0/func_80240360_B2C7D0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C4A0/func_80240360_B2C7D0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C4A0/func_80240360_B2C7D0.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C4A0/func_802403F8_B2C868.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C4A0/func_802403F8_B2C868.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C4A0/func_802403F8_B2C868.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C4A0/func_802403F8_B2C868.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240430_B2C8A0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240430_B2C8A0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240430_B2C8A0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240430_B2C8A0.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240588_B2C9F8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240588_B2C9F8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240588_B2C9F8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240588_B2C9F8.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802408F0_B2CD60.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802408F0_B2CD60.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802408F0_B2CD60.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802408F0_B2CD60.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240AAC_B2CF1C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240AAC_B2CF1C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240AAC_B2CF1C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240AAC_B2CF1C.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240D7C_B2D1EC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240D7C_B2D1EC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240D7C_B2D1EC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240D7C_B2D1EC.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240F04_B2D374.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240F04_B2D374.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240F04_B2D374.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240F04_B2D374.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240FC4_B2D434.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240FC4_B2D434.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240FC4_B2D434.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80240FC4_B2D434.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802414EC_B2D95C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802414EC_B2D95C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802414EC_B2D95C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802414EC_B2D95C.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241540_B2D9B0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241540_B2D9B0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241540_B2D9B0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241540_B2D9B0.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241578_B2D9E8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241578_B2D9E8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241578_B2D9E8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241578_B2D9E8.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241614_B2DA84.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241614_B2DA84.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241614_B2DA84.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241614_B2DA84.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241750_B2DBC0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241750_B2DBC0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241750_B2DBC0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241750_B2DBC0.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241974_B2DDE4.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241974_B2DDE4.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241974_B2DDE4.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241974_B2DDE4.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802419E0_B2DE50.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802419E0_B2DE50.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802419E0_B2DE50.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802419E0_B2DE50.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241B8C_B2DFFC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241B8C_B2DFFC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241B8C_B2DFFC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241B8C_B2DFFC.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241D00_B2E170.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241D00_B2E170.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241D00_B2E170.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241D00_B2E170.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241D84_B2E1F4.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241D84_B2E1F4.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241D84_B2E1F4.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241D84_B2E1F4.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241F9C_B2E40C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241F9C_B2E40C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241F9C_B2E40C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80241F9C_B2E40C.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242050_B2E4C0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242050_B2E4C0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242050_B2E4C0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242050_B2E4C0.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242084_B2E4F4.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242084_B2E4F4.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242084_B2E4F4.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242084_B2E4F4.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242104_B2E574.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242104_B2E574.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242104_B2E574.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242104_B2E574.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_8024211C_B2E58C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_8024211C_B2E58C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_8024211C_B2E58C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_8024211C_B2E58C.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242138_B2E5A8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242138_B2E5A8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242138_B2E5A8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242138_B2E5A8.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_8024260C_B2EA7C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_8024260C_B2EA7C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_8024260C_B2EA7C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_8024260C_B2EA7C.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242678_B2EAE8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242678_B2EAE8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242678_B2EAE8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_80242678_B2EAE8.s diff --git a/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802426A8_B2EB18.s b/ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802426A8_B2EB18.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802426A8_B2EB18.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_02/B2C8A0/func_802426A8_B2EB18.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240034_B34C04.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240034_B34C04.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240034_B34C04.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240034_B34C04.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802405EC_B351BC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802405EC_B351BC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802405EC_B351BC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802405EC_B351BC.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240620_B351F0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240620_B351F0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240620_B351F0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240620_B351F0.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240778_B35348.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240778_B35348.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240778_B35348.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240778_B35348.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240AE0_B356B0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240AE0_B356B0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240AE0_B356B0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240AE0_B356B0.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240C9C_B3586C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240C9C_B3586C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240C9C_B3586C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240C9C_B3586C.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240F6C_B35B3C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240F6C_B35B3C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240F6C_B35B3C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80240F6C_B35B3C.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802410F4_B35CC4.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802410F4_B35CC4.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802410F4_B35CC4.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802410F4_B35CC4.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802411B4_B35D84.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802411B4_B35D84.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802411B4_B35D84.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802411B4_B35D84.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802414F8_B360C8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802414F8_B360C8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802414F8_B360C8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802414F8_B360C8.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241574_B36144.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241574_B36144.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241574_B36144.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241574_B36144.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241670_B36240.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241670_B36240.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241670_B36240.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241670_B36240.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802416C4_B36294.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802416C4_B36294.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802416C4_B36294.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802416C4_B36294.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802417A4_B36374.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802417A4_B36374.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802417A4_B36374.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802417A4_B36374.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802419D8_B365A8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802419D8_B365A8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802419D8_B365A8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802419D8_B365A8.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241A2C_B365FC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241A2C_B365FC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241A2C_B365FC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241A2C_B365FC.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241A64_B36634.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241A64_B36634.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241A64_B36634.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241A64_B36634.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241B00_B366D0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241B00_B366D0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241B00_B366D0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241B00_B366D0.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241B9C_B3676C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241B9C_B3676C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241B9C_B3676C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241B9C_B3676C.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241CD8_B368A8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241CD8_B368A8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241CD8_B368A8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241CD8_B368A8.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241EFC_B36ACC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241EFC_B36ACC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241EFC_B36ACC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241EFC_B36ACC.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241F68_B36B38.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241F68_B36B38.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241F68_B36B38.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80241F68_B36B38.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242114_B36CE4.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242114_B36CE4.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242114_B36CE4.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242114_B36CE4.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242288_B36E58.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242288_B36E58.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242288_B36E58.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242288_B36E58.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_8024230C_B36EDC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_8024230C_B36EDC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_8024230C_B36EDC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_8024230C_B36EDC.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242524_B370F4.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242524_B370F4.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242524_B370F4.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242524_B370F4.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802425D8_B371A8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802425D8_B371A8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802425D8_B371A8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802425D8_B371A8.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_8024260C_B371DC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_8024260C_B371DC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_8024260C_B371DC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_8024260C_B371DC.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_8024268C_B3725C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_8024268C_B3725C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_8024268C_B3725C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_8024268C_B3725C.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802426A4_B37274.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802426A4_B37274.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802426A4_B37274.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802426A4_B37274.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802426C0_B37290.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802426C0_B37290.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802426C0_B37290.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_802426C0_B37290.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242B94_B37764.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242B94_B37764.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242B94_B37764.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242B94_B37764.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242C00_B377D0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242C00_B377D0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242C00_B377D0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242C00_B377D0.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242EAC_B37A7C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242EAC_B37A7C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242EAC_B37A7C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242EAC_B37A7C.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242EF0_B37AC0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242EF0_B37AC0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242EF0_B37AC0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242EF0_B37AC0.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242F1C_B37AEC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242F1C_B37AEC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242F1C_B37AEC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B34BD0/func_80242F1C_B37AEC.s diff --git a/asm/nonmatchings/world/area_jan/jan_03/B37B70/func_80242FA0_B37B70.s b/ver/us/asm/nonmatchings/world/area_jan/jan_03/B37B70/func_80242FA0_B37B70.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_03/B37B70/func_80242FA0_B37B70.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_03/B37B70/func_80242FA0_B37B70.s diff --git a/asm/nonmatchings/world/area_jan/jan_04/B44770/func_80240000_B44770.s b/ver/us/asm/nonmatchings/world/area_jan/jan_04/B44770/func_80240000_B44770.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_04/B44770/func_80240000_B44770.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_04/B44770/func_80240000_B44770.s diff --git a/asm/nonmatchings/world/area_jan/jan_04/B44AC0/func_80240350_B44AC0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_04/B44AC0/func_80240350_B44AC0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_04/B44AC0/func_80240350_B44AC0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_04/B44AC0/func_80240350_B44AC0.s diff --git a/asm/nonmatchings/world/area_jan/jan_04/B44D80/func_80240610_B44D80.s b/ver/us/asm/nonmatchings/world/area_jan/jan_04/B44D80/func_80240610_B44D80.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_04/B44D80/func_80240610_B44D80.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_04/B44D80/func_80240610_B44D80.s diff --git a/asm/nonmatchings/world/area_jan/jan_04/B45150/func_802409E0_B45150.s b/ver/us/asm/nonmatchings/world/area_jan/jan_04/B45150/func_802409E0_B45150.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_04/B45150/func_802409E0_B45150.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_04/B45150/func_802409E0_B45150.s diff --git a/asm/nonmatchings/world/area_jan/jan_04/B451F0/func_80240A80_B451F0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_04/B451F0/func_80240A80_B451F0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_04/B451F0/func_80240A80_B451F0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_04/B451F0/func_80240A80_B451F0.s diff --git a/asm/nonmatchings/world/area_jan/jan_04/B451F0/func_80240BE8_B45358.s b/ver/us/asm/nonmatchings/world/area_jan/jan_04/B451F0/func_80240BE8_B45358.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_04/B451F0/func_80240BE8_B45358.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_04/B451F0/func_80240BE8_B45358.s diff --git a/asm/nonmatchings/world/area_jan/jan_04/B451F0/func_80240D0C_B4547C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_04/B451F0/func_80240D0C_B4547C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_04/B451F0/func_80240D0C_B4547C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_04/B451F0/func_80240D0C_B4547C.s diff --git a/asm/nonmatchings/world/area_jan/jan_04/B45730/func_80240FC0_B45730.s b/ver/us/asm/nonmatchings/world/area_jan/jan_04/B45730/func_80240FC0_B45730.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_04/B45730/func_80240FC0_B45730.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_04/B45730/func_80240FC0_B45730.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4AA70/func_80240000_B4AA70.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4AA70/func_80240000_B4AA70.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4AA70/func_80240000_B4AA70.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4AA70/func_80240000_B4AA70.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4ADC0/func_80240350_B4ADC0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4ADC0/func_80240350_B4ADC0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4ADC0/func_80240350_B4ADC0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4ADC0/func_80240350_B4ADC0.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4AF10/func_802406DC_B4B14C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4AF10/func_802406DC_B4B14C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4AF10/func_802406DC_B4B14C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4AF10/func_802406DC_B4B14C.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4AF10/func_80240738_B4B1A8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4AF10/func_80240738_B4B1A8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4AF10/func_80240738_B4B1A8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4AF10/func_80240738_B4B1A8.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_802407F0_B4B260.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_802407F0_B4B260.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4B260/func_802407F0_B4B260.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_802407F0_B4B260.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_802408A4_B4B314.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_802408A4_B4B314.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4B260/func_802408A4_B4B314.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_802408A4_B4B314.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80240AD4_B4B544.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80240AD4_B4B544.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80240AD4_B4B544.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80240AD4_B4B544.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80240ECC_B4B93C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80240ECC_B4B93C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80240ECC_B4B93C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80240ECC_B4B93C.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241070_B4BAE0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241070_B4BAE0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241070_B4BAE0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241070_B4BAE0.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241150_B4BBC0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241150_B4BBC0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241150_B4BBC0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241150_B4BBC0.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241494_B4BF04.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241494_B4BF04.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241494_B4BF04.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241494_B4BF04.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241708_B4C178.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241708_B4C178.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241708_B4C178.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241708_B4C178.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241AD4_B4C544.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241AD4_B4C544.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241AD4_B4C544.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241AD4_B4C544.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241C88_B4C6F8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241C88_B4C6F8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241C88_B4C6F8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241C88_B4C6F8.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241EE8_B4C958.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241EE8_B4C958.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241EE8_B4C958.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_80241EE8_B4C958.s diff --git a/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_8024219C_B4CC0C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_8024219C_B4CC0C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_05/B4B260/func_8024219C_B4CC0C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_05/B4B260/func_8024219C_B4CC0C.s diff --git a/asm/nonmatchings/world/area_jan/jan_06/B52B40/func_80240310_B52B40.s b/ver/us/asm/nonmatchings/world/area_jan/jan_06/B52B40/func_80240310_B52B40.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_06/B52B40/func_80240310_B52B40.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_06/B52B40/func_80240310_B52B40.s diff --git a/asm/nonmatchings/world/area_jan/jan_06/B52BE0/func_802403B0_B52BE0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_06/B52BE0/func_802403B0_B52BE0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_06/B52BE0/func_802403B0_B52BE0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_06/B52BE0/func_802403B0_B52BE0.s diff --git a/asm/nonmatchings/world/area_jan/jan_06/B52F70/delete_player_actor_B53598.s b/ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/delete_player_actor_B53598.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_06/B52F70/delete_player_actor_B53598.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/delete_player_actor_B53598.s diff --git a/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240740_B52F70.s b/ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240740_B52F70.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240740_B52F70.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240740_B52F70.s diff --git a/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240970_B531A0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240970_B531A0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240970_B531A0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240970_B531A0.s diff --git a/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240F0C_B5373C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240F0C_B5373C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240F0C_B5373C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240F0C_B5373C.s diff --git a/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240FEC_B5381C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240FEC_B5381C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240FEC_B5381C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80240FEC_B5381C.s diff --git a/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241330_B53B60.s b/ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241330_B53B60.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241330_B53B60.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241330_B53B60.s diff --git a/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241554_B53D84.s b/ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241554_B53D84.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241554_B53D84.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241554_B53D84.s diff --git a/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241658_B53E88.s b/ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241658_B53E88.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241658_B53E88.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241658_B53E88.s diff --git a/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241A24_B54254.s b/ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241A24_B54254.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241A24_B54254.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241A24_B54254.s diff --git a/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241BD8_B54408.s b/ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241BD8_B54408.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241BD8_B54408.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241BD8_B54408.s diff --git a/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241E38_B54668.s b/ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241E38_B54668.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241E38_B54668.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_80241E38_B54668.s diff --git a/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_802420EC_B5491C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_802420EC_B5491C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_06/B52F70/func_802420EC_B5491C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_06/B52F70/func_802420EC_B5491C.s diff --git a/asm/nonmatchings/world/area_jan/jan_07/B59870/func_80240050_B598C0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_07/B59870/func_80240050_B598C0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_07/B59870/func_80240050_B598C0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_07/B59870/func_80240050_B598C0.s diff --git a/asm/nonmatchings/world/area_jan/jan_07/B59870/func_8024041C_B59C8C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_07/B59870/func_8024041C_B59C8C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_07/B59870/func_8024041C_B59C8C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_07/B59870/func_8024041C_B59C8C.s diff --git a/asm/nonmatchings/world/area_jan/jan_07/B59870/func_802405D0_B59E40.s b/ver/us/asm/nonmatchings/world/area_jan/jan_07/B59870/func_802405D0_B59E40.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_07/B59870/func_802405D0_B59E40.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_07/B59870/func_802405D0_B59E40.s diff --git a/asm/nonmatchings/world/area_jan/jan_07/B59870/func_80240830_B5A0A0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_07/B59870/func_80240830_B5A0A0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_07/B59870/func_80240830_B5A0A0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_07/B59870/func_80240830_B5A0A0.s diff --git a/asm/nonmatchings/world/area_jan/jan_07/B59870/func_80240AE4_B5A354.s b/ver/us/asm/nonmatchings/world/area_jan/jan_07/B59870/func_80240AE4_B5A354.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_07/B59870/func_80240AE4_B5A354.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_07/B59870/func_80240AE4_B5A354.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E5C0/func_8024054C_B5E7FC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E5C0/func_8024054C_B5E7FC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E5C0/func_8024054C_B5E7FC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E5C0/func_8024054C_B5E7FC.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E5C0/func_802405A8_B5E858.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E5C0/func_802405A8_B5E858.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E5C0/func_802405A8_B5E858.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E5C0/func_802405A8_B5E858.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_8024067C_B5E92C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_8024067C_B5E92C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E910/func_8024067C_B5E92C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_8024067C_B5E92C.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_8024069C_B5E94C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_8024069C_B5E94C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E910/func_8024069C_B5E94C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_8024069C_B5E94C.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_802406C8_B5E978.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_802406C8_B5E978.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E910/func_802406C8_B5E978.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_802406C8_B5E978.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240734_B5E9E4.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240734_B5E9E4.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240734_B5E9E4.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240734_B5E9E4.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240780_B5EA30.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240780_B5EA30.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240780_B5EA30.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240780_B5EA30.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_8024082C_B5EADC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_8024082C_B5EADC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E910/func_8024082C_B5EADC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_8024082C_B5EADC.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240A7C_B5ED2C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240A7C_B5ED2C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240A7C_B5ED2C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240A7C_B5ED2C.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240AA8_B5ED58.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240AA8_B5ED58.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240AA8_B5ED58.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240AA8_B5ED58.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240AE0_B5ED90.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240AE0_B5ED90.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240AE0_B5ED90.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240AE0_B5ED90.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240B70_B5EE20.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240B70_B5EE20.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240B70_B5EE20.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240B70_B5EE20.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240BA4_B5EE54.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240BA4_B5EE54.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240BA4_B5EE54.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240BA4_B5EE54.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240C08_B5EEB8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240C08_B5EEB8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240C08_B5EEB8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240C08_B5EEB8.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240C60_B5EF10.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240C60_B5EF10.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240C60_B5EF10.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80240C60_B5EF10.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80241198_B5F448.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80241198_B5F448.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80241198_B5F448.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80241198_B5F448.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80241368_B5F618.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80241368_B5F618.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80241368_B5F618.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5E910/func_80241368_B5F618.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_802413A0_B5F650.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_802413A0_B5F650.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5F650/func_802413A0_B5F650.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_802413A0_B5F650.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_802414A4_B5F754.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_802414A4_B5F754.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5F650/func_802414A4_B5F754.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_802414A4_B5F754.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241870_B5FB20.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241870_B5FB20.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241870_B5FB20.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241870_B5FB20.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241A24_B5FCD4.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241A24_B5FCD4.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241A24_B5FCD4.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241A24_B5FCD4.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241C84_B5FF34.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241C84_B5FF34.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241C84_B5FF34.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241C84_B5FF34.s diff --git a/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241F38_B601E8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241F38_B601E8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241F38_B601E8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_08/B5F650/func_80241F38_B601E8.s diff --git a/asm/nonmatchings/world/area_jan/jan_09/B65AB0/func_80240034_B65AE4.s b/ver/us/asm/nonmatchings/world/area_jan/jan_09/B65AB0/func_80240034_B65AE4.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_09/B65AB0/func_80240034_B65AE4.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_09/B65AB0/func_80240034_B65AE4.s diff --git a/asm/nonmatchings/world/area_jan/jan_09/B660A0/func_8024082C_B662DC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_09/B660A0/func_8024082C_B662DC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_09/B660A0/func_8024082C_B662DC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_09/B660A0/func_8024082C_B662DC.s diff --git a/asm/nonmatchings/world/area_jan/jan_09/B660A0/func_80240888_B66338.s b/ver/us/asm/nonmatchings/world/area_jan/jan_09/B660A0/func_80240888_B66338.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_09/B660A0/func_80240888_B66338.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_09/B660A0/func_80240888_B66338.s diff --git a/asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80240990_B66440.s b/ver/us/asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80240990_B66440.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80240990_B66440.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80240990_B66440.s diff --git a/asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80240D5C_B6680C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80240D5C_B6680C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80240D5C_B6680C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80240D5C_B6680C.s diff --git a/asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80240F10_B669C0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80240F10_B669C0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80240F10_B669C0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80240F10_B669C0.s diff --git a/asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80241170_B66C20.s b/ver/us/asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80241170_B66C20.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80241170_B66C20.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80241170_B66C20.s diff --git a/asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80241424_B66ED4.s b/ver/us/asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80241424_B66ED4.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80241424_B66ED4.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_09/B663F0/func_80241424_B66ED4.s diff --git a/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/delete_actor_B6CF4C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/delete_actor_B6CF4C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_10/B6C6A0/delete_actor_B6CF4C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/delete_actor_B6CF4C.s diff --git a/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240310_B6C6A0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240310_B6C6A0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240310_B6C6A0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240310_B6C6A0.s diff --git a/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240540_B6C8D0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240540_B6C8D0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240540_B6C8D0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240540_B6C8D0.s diff --git a/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240938_B6CCC8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240938_B6CCC8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240938_B6CCC8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240938_B6CCC8.s diff --git a/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240ADC_B6CE6C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240ADC_B6CE6C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240ADC_B6CE6C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240ADC_B6CE6C.s diff --git a/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240F00_B6D290.s b/ver/us/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240F00_B6D290.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240F00_B6D290.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_10/B6C6A0/func_80240F00_B6D290.s diff --git a/asm/nonmatchings/world/area_jan/jan_10/B6D4C0/func_80241130_B6D4C0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_10/B6D4C0/func_80241130_B6D4C0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_10/B6D4C0/func_80241130_B6D4C0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_10/B6D4C0/func_80241130_B6D4C0.s diff --git a/asm/nonmatchings/world/area_jan/jan_10/B6D610/func_802414BC_B6D84C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_10/B6D610/func_802414BC_B6D84C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_10/B6D610/func_802414BC_B6D84C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_10/B6D610/func_802414BC_B6D84C.s diff --git a/asm/nonmatchings/world/area_jan/jan_11/B70860/func_80240000_B70860.s b/ver/us/asm/nonmatchings/world/area_jan/jan_11/B70860/func_80240000_B70860.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_11/B70860/func_80240000_B70860.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_11/B70860/func_80240000_B70860.s diff --git a/asm/nonmatchings/world/area_jan/jan_11/B70860/func_8024018C_B709EC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_11/B70860/func_8024018C_B709EC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_11/B70860/func_8024018C_B709EC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_11/B70860/func_8024018C_B709EC.s diff --git a/asm/nonmatchings/world/area_jan/jan_11/B70860/func_80240438_B70C98.s b/ver/us/asm/nonmatchings/world/area_jan/jan_11/B70860/func_80240438_B70C98.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_11/B70860/func_80240438_B70C98.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_11/B70860/func_80240438_B70C98.s diff --git a/asm/nonmatchings/world/area_jan/jan_11/B71010/func_802407B0_B71010.s b/ver/us/asm/nonmatchings/world/area_jan/jan_11/B71010/func_802407B0_B71010.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_11/B71010/func_802407B0_B71010.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_11/B71010/func_802407B0_B71010.s diff --git a/asm/nonmatchings/world/area_jan/jan_11/B71010/func_802407DC_B7103C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_11/B71010/func_802407DC_B7103C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_11/B71010/func_802407DC_B7103C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_11/B71010/func_802407DC_B7103C.s diff --git a/asm/nonmatchings/world/area_jan/jan_12/B730B0/func_80240000_B730B0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_12/B730B0/func_80240000_B730B0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_12/B730B0/func_80240000_B730B0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_12/B730B0/func_80240000_B730B0.s diff --git a/asm/nonmatchings/world/area_jan/jan_12/B730B0/func_802400F8_B731A8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_12/B730B0/func_802400F8_B731A8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_12/B730B0/func_802400F8_B731A8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_12/B730B0/func_802400F8_B731A8.s diff --git a/asm/nonmatchings/world/area_jan/jan_12/B730B0/func_80240170_B73220.s b/ver/us/asm/nonmatchings/world/area_jan/jan_12/B730B0/func_80240170_B73220.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_12/B730B0/func_80240170_B73220.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_12/B730B0/func_80240170_B73220.s diff --git a/asm/nonmatchings/world/area_jan/jan_12/B730B0/func_802401CC_B7327C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_12/B730B0/func_802401CC_B7327C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_12/B730B0/func_802401CC_B7327C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_12/B730B0/func_802401CC_B7327C.s diff --git a/asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240510_B735C0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240510_B735C0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240510_B735C0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240510_B735C0.s diff --git a/asm/nonmatchings/world/area_jan/jan_12/B73570/func_802408DC_B7398C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_12/B73570/func_802408DC_B7398C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_12/B73570/func_802408DC_B7398C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_12/B73570/func_802408DC_B7398C.s diff --git a/asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240A90_B73B40.s b/ver/us/asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240A90_B73B40.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240A90_B73B40.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240A90_B73B40.s diff --git a/asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240CF0_B73DA0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240CF0_B73DA0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240CF0_B73DA0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240CF0_B73DA0.s diff --git a/asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240FA4_B74054.s b/ver/us/asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240FA4_B74054.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240FA4_B74054.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_12/B73570/func_80240FA4_B74054.s diff --git a/asm/nonmatchings/world/area_jan/jan_13/B767B0/func_80240000_B767B0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_13/B767B0/func_80240000_B767B0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_13/B767B0/func_80240000_B767B0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_13/B767B0/func_80240000_B767B0.s diff --git a/asm/nonmatchings/world/area_jan/jan_13/B767B0/func_802401AC_B7695C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_13/B767B0/func_802401AC_B7695C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_13/B767B0/func_802401AC_B7695C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_13/B767B0/func_802401AC_B7695C.s diff --git a/asm/nonmatchings/world/area_jan/jan_13/B767B0/func_80240214_B769C4.s b/ver/us/asm/nonmatchings/world/area_jan/jan_13/B767B0/func_80240214_B769C4.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_13/B767B0/func_80240214_B769C4.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_13/B767B0/func_80240214_B769C4.s diff --git a/asm/nonmatchings/world/area_jan/jan_13/B767B0/func_802402B8_B76A68.s b/ver/us/asm/nonmatchings/world/area_jan/jan_13/B767B0/func_802402B8_B76A68.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_13/B767B0/func_802402B8_B76A68.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_13/B767B0/func_802402B8_B76A68.s diff --git a/asm/nonmatchings/world/area_jan/jan_14/B7A050/func_80240000_B7A050.s b/ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A050/func_80240000_B7A050.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_14/B7A050/func_80240000_B7A050.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A050/func_80240000_B7A050.s diff --git a/asm/nonmatchings/world/area_jan/jan_14/B7A050/func_802400F8_B7A148.s b/ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A050/func_802400F8_B7A148.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_14/B7A050/func_802400F8_B7A148.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A050/func_802400F8_B7A148.s diff --git a/asm/nonmatchings/world/area_jan/jan_14/B7A050/func_80240170_B7A1C0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A050/func_80240170_B7A1C0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_14/B7A050/func_80240170_B7A1C0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A050/func_80240170_B7A1C0.s diff --git a/asm/nonmatchings/world/area_jan/jan_14/B7A050/func_802401CC_B7A21C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A050/func_802401CC_B7A21C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_14/B7A050/func_802401CC_B7A21C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A050/func_802401CC_B7A21C.s diff --git a/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_802404C0_B7A510.s b/ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_802404C0_B7A510.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_14/B7A510/func_802404C0_B7A510.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_802404C0_B7A510.s diff --git a/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_802406F0_B7A740.s b/ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_802406F0_B7A740.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_14/B7A510/func_802406F0_B7A740.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_802406F0_B7A740.s diff --git a/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_80240AE8_B7AB38.s b/ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_80240AE8_B7AB38.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_14/B7A510/func_80240AE8_B7AB38.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_80240AE8_B7AB38.s diff --git a/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_80240C8C_B7ACDC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_80240C8C_B7ACDC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_14/B7A510/func_80240C8C_B7ACDC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_80240C8C_B7ACDC.s diff --git a/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_80240D6C_B7ADBC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_80240D6C_B7ADBC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_14/B7A510/func_80240D6C_B7ADBC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_80240D6C_B7ADBC.s diff --git a/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_802410B0_B7B100.s b/ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_802410B0_B7B100.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_14/B7A510/func_802410B0_B7B100.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_14/B7A510/func_802410B0_B7B100.s diff --git a/asm/nonmatchings/world/area_jan/jan_15/B7D920/func_80240000_B7D920.s b/ver/us/asm/nonmatchings/world/area_jan/jan_15/B7D920/func_80240000_B7D920.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_15/B7D920/func_80240000_B7D920.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_15/B7D920/func_80240000_B7D920.s diff --git a/asm/nonmatchings/world/area_jan/jan_16/B80000/func_80240000_B80000.s b/ver/us/asm/nonmatchings/world/area_jan/jan_16/B80000/func_80240000_B80000.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_16/B80000/func_80240000_B80000.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_16/B80000/func_80240000_B80000.s diff --git a/asm/nonmatchings/world/area_jan/jan_16/B80000/func_80240124_B80124.s b/ver/us/asm/nonmatchings/world/area_jan/jan_16/B80000/func_80240124_B80124.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_16/B80000/func_80240124_B80124.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_16/B80000/func_80240124_B80124.s diff --git a/asm/nonmatchings/world/area_jan/jan_17/B837C0/func_80240000_B837C0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_17/B837C0/func_80240000_B837C0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_17/B837C0/func_80240000_B837C0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_17/B837C0/func_80240000_B837C0.s diff --git a/asm/nonmatchings/world/area_jan/jan_19/B83E60/func_80240000_B83E60.s b/ver/us/asm/nonmatchings/world/area_jan/jan_19/B83E60/func_80240000_B83E60.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_19/B83E60/func_80240000_B83E60.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_19/B83E60/func_80240000_B83E60.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240000_B84180.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240000_B84180.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240000_B84180.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240000_B84180.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240158_B842D8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240158_B842D8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240158_B842D8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240158_B842D8.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B84180/func_802404C0_B84640.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_802404C0_B84640.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B84180/func_802404C0_B84640.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_802404C0_B84640.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B84180/func_8024067C_B847FC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_8024067C_B847FC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B84180/func_8024067C_B847FC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_8024067C_B847FC.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B84180/func_8024094C_B84ACC.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_8024094C_B84ACC.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B84180/func_8024094C_B84ACC.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_8024094C_B84ACC.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240AD4_B84C54.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240AD4_B84C54.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240AD4_B84C54.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240AD4_B84C54.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240B94_B84D14.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240B94_B84D14.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240B94_B84D14.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240B94_B84D14.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240E90_B85010.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240E90_B85010.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240E90_B85010.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240E90_B85010.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240FA8_B85128.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240FA8_B85128.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240FA8_B85128.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240FA8_B85128.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240FC4_B85144.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240FC4_B85144.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240FC4_B85144.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B84180/func_80240FC4_B85144.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_80241020_B851A0.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_80241020_B851A0.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B851A0/func_80241020_B851A0.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_80241020_B851A0.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_802410C4_B85244.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_802410C4_B85244.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B851A0/func_802410C4_B85244.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_802410C4_B85244.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_80241168_B852E8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_80241168_B852E8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B851A0/func_80241168_B852E8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_80241168_B852E8.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_802412E0_B85460.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_802412E0_B85460.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B851A0/func_802412E0_B85460.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_802412E0_B85460.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_8024160C_B8578C.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_8024160C_B8578C.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B851A0/func_8024160C_B8578C.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_8024160C_B8578C.s diff --git a/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_80241668_B857E8.s b/ver/us/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_80241668_B857E8.s similarity index 100% rename from asm/nonmatchings/world/area_jan/jan_22/B851A0/func_80241668_B857E8.s rename to ver/us/asm/nonmatchings/world/area_jan/jan_22/B851A0/func_80241668_B857E8.s diff --git a/asm/nonmatchings/world/area_kgr/kgr_01/8A9A10/func_80240000_8A9A10.s b/ver/us/asm/nonmatchings/world/area_kgr/kgr_01/8A9A10/func_80240000_8A9A10.s similarity index 100% rename from asm/nonmatchings/world/area_kgr/kgr_01/8A9A10/func_80240000_8A9A10.s rename to ver/us/asm/nonmatchings/world/area_kgr/kgr_01/8A9A10/func_80240000_8A9A10.s diff --git a/asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_80240160_8A9B70.s b/ver/us/asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_80240160_8A9B70.s similarity index 100% rename from asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_80240160_8A9B70.s rename to ver/us/asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_80240160_8A9B70.s diff --git a/asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_80240354_8A9D64.s b/ver/us/asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_80240354_8A9D64.s similarity index 100% rename from asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_80240354_8A9D64.s rename to ver/us/asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_80240354_8A9D64.s diff --git a/asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_802403E0_8A9DF0.s b/ver/us/asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_802403E0_8A9DF0.s similarity index 100% rename from asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_802403E0_8A9DF0.s rename to ver/us/asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_802403E0_8A9DF0.s diff --git a/asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_80240500_8A9F10.s b/ver/us/asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_80240500_8A9F10.s similarity index 100% rename from asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_80240500_8A9F10.s rename to ver/us/asm/nonmatchings/world/area_kgr/kgr_01/8A9B70/func_80240500_8A9F10.s diff --git a/asm/nonmatchings/world/area_kgr/kgr_02/8AA450/func_80240000_8AA450.s b/ver/us/asm/nonmatchings/world/area_kgr/kgr_02/8AA450/func_80240000_8AA450.s similarity index 100% rename from asm/nonmatchings/world/area_kgr/kgr_02/8AA450/func_80240000_8AA450.s rename to ver/us/asm/nonmatchings/world/area_kgr/kgr_02/8AA450/func_80240000_8AA450.s diff --git a/asm/nonmatchings/world/area_kgr/kgr_02/8AA5B0/func_80240160_8AA5B0.s b/ver/us/asm/nonmatchings/world/area_kgr/kgr_02/8AA5B0/func_80240160_8AA5B0.s similarity index 100% rename from asm/nonmatchings/world/area_kgr/kgr_02/8AA5B0/func_80240160_8AA5B0.s rename to ver/us/asm/nonmatchings/world/area_kgr/kgr_02/8AA5B0/func_80240160_8AA5B0.s diff --git a/asm/nonmatchings/world/area_kgr/kgr_02/8AAB80/func_80240730_8AAB80.s b/ver/us/asm/nonmatchings/world/area_kgr/kgr_02/8AAB80/func_80240730_8AAB80.s similarity index 100% rename from asm/nonmatchings/world/area_kgr/kgr_02/8AAB80/func_80240730_8AAB80.s rename to ver/us/asm/nonmatchings/world/area_kgr/kgr_02/8AAB80/func_80240730_8AAB80.s diff --git a/asm/nonmatchings/world/area_kgr/kgr_02/8AAB80/func_80240748_8AAB98.s b/ver/us/asm/nonmatchings/world/area_kgr/kgr_02/8AAB80/func_80240748_8AAB98.s similarity index 100% rename from asm/nonmatchings/world/area_kgr/kgr_02/8AAB80/func_80240748_8AAB98.s rename to ver/us/asm/nonmatchings/world/area_kgr/kgr_02/8AAB80/func_80240748_8AAB98.s diff --git a/asm/nonmatchings/world/area_kgr/kgr_02/8AAB80/func_80240760_8AABB0.s b/ver/us/asm/nonmatchings/world/area_kgr/kgr_02/8AAB80/func_80240760_8AABB0.s similarity index 100% rename from asm/nonmatchings/world/area_kgr/kgr_02/8AAB80/func_80240760_8AABB0.s rename to ver/us/asm/nonmatchings/world/area_kgr/kgr_02/8AAB80/func_80240760_8AABB0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_00/ABB290/func_80240000_ABB290.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB290/func_80240000_ABB290.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_00/ABB290/func_80240000_ABB290.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB290/func_80240000_ABB290.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_00/ABB290/func_80240040_ABB2D0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB290/func_80240040_ABB2D0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_00/ABB290/func_80240040_ABB2D0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB290/func_80240040_ABB2D0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_802400B0_ABB340.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_802400B0_ABB340.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_802400B0_ABB340.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_802400B0_ABB340.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240208_ABB498.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240208_ABB498.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240208_ABB498.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240208_ABB498.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240570_ABB800.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240570_ABB800.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240570_ABB800.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240570_ABB800.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_8024072C_ABB9BC.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_8024072C_ABB9BC.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_8024072C_ABB9BC.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_8024072C_ABB9BC.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_802409FC_ABBC8C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_802409FC_ABBC8C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_802409FC_ABBC8C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_802409FC_ABBC8C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240B84_ABBE14.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240B84_ABBE14.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240B84_ABBE14.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240B84_ABBE14.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240C44_ABBED4.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240C44_ABBED4.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240C44_ABBED4.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240C44_ABBED4.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240F40_ABC1D0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240F40_ABC1D0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240F40_ABC1D0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_00/ABB340/func_80240F40_ABC1D0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240000_AC5170.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240000_AC5170.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240000_AC5170.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240000_AC5170.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240158_AC52C8.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240158_AC52C8.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240158_AC52C8.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240158_AC52C8.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_802404C0_AC5630.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_802404C0_AC5630.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_802404C0_AC5630.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_802404C0_AC5630.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_8024067C_AC57EC.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_8024067C_AC57EC.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_8024067C_AC57EC.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_8024067C_AC57EC.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_8024094C_AC5ABC.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_8024094C_AC5ABC.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_8024094C_AC5ABC.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_8024094C_AC5ABC.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240AD4_AC5C44.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240AD4_AC5C44.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240AD4_AC5C44.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240AD4_AC5C44.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240B94_AC5D04.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240B94_AC5D04.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240B94_AC5D04.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_01/AC5170/func_80240B94_AC5D04.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_03/AC9710/func_80240000_AC9710.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_03/AC9710/func_80240000_AC9710.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_03/AC9710/func_80240000_AC9710.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_03/AC9710/func_80240000_AC9710.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_10/ACAB20/func_80240000_ACAB20.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACAB20/func_80240000_ACAB20.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_10/ACAB20/func_80240000_ACAB20.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACAB20/func_80240000_ACAB20.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_10/ACAB20/func_80240034_ACAB54.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACAB20/func_80240034_ACAB54.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_10/ACAB20/func_80240034_ACAB54.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACAB20/func_80240034_ACAB54.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_802400B0_ACABD0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_802400B0_ACABD0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_802400B0_ACABD0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_802400B0_ACABD0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_802402C0_ACADE0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_802402C0_ACADE0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_802402C0_ACADE0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_802402C0_ACADE0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_8024036C_ACAE8C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_8024036C_ACAE8C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_8024036C_ACAE8C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_8024036C_ACAE8C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_80240644_ACB164.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_80240644_ACB164.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_80240644_ACB164.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_80240644_ACB164.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_80240728_ACB248.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_80240728_ACB248.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_80240728_ACB248.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACABD0/func_80240728_ACB248.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_802408A0_ACB3C0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_802408A0_ACB3C0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_802408A0_ACB3C0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_802408A0_ACB3C0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240AB0_ACB5D0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240AB0_ACB5D0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240AB0_ACB5D0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240AB0_ACB5D0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240B5C_ACB67C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240B5C_ACB67C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240B5C_ACB67C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240B5C_ACB67C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240E34_ACB954.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240E34_ACB954.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240E34_ACB954.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240E34_ACB954.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240F18_ACBA38.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240F18_ACBA38.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240F18_ACBA38.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240F18_ACBA38.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240F44_ACBA64.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240F44_ACBA64.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240F44_ACBA64.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240F44_ACBA64.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240F60_ACBA80.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240F60_ACBA80.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240F60_ACBA80.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_10/ACB3C0/func_80240F60_ACBA80.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_11/ACE140/func_80240000_ACE140.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE140/func_80240000_ACE140.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_11/ACE140/func_80240000_ACE140.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE140/func_80240000_ACE140.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_11/ACE140/func_80240034_ACE174.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE140/func_80240034_ACE174.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_11/ACE140/func_80240034_ACE174.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE140/func_80240034_ACE174.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_802400B0_ACE1F0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_802400B0_ACE1F0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_802400B0_ACE1F0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_802400B0_ACE1F0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_802402C0_ACE400.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_802402C0_ACE400.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_802402C0_ACE400.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_802402C0_ACE400.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_8024036C_ACE4AC.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_8024036C_ACE4AC.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_8024036C_ACE4AC.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_8024036C_ACE4AC.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_80240644_ACE784.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_80240644_ACE784.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_80240644_ACE784.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_80240644_ACE784.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_80240728_ACE868.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_80240728_ACE868.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_80240728_ACE868.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE1F0/func_80240728_ACE868.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_802408A0_ACE9E0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_802408A0_ACE9E0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_802408A0_ACE9E0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_802408A0_ACE9E0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240AB0_ACEBF0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240AB0_ACEBF0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240AB0_ACEBF0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240AB0_ACEBF0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240B5C_ACEC9C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240B5C_ACEC9C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240B5C_ACEC9C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240B5C_ACEC9C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240E34_ACEF74.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240E34_ACEF74.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240E34_ACEF74.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240E34_ACEF74.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240F18_ACF058.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240F18_ACF058.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240F18_ACF058.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240F18_ACF058.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240F44_ACF084.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240F44_ACF084.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240F44_ACF084.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240F44_ACF084.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240F60_ACF0A0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240F60_ACF0A0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240F60_ACF0A0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_11/ACE9E0/func_80240F60_ACF0A0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_12/AD4090/func_80240000_AD4090.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4090/func_80240000_AD4090.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_12/AD4090/func_80240000_AD4090.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4090/func_80240000_AD4090.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_12/AD4090/func_80240034_AD40C4.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4090/func_80240034_AD40C4.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_12/AD4090/func_80240034_AD40C4.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4090/func_80240034_AD40C4.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240070_AD4100.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240070_AD4100.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240070_AD4100.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240070_AD4100.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240280_AD4310.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240280_AD4310.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240280_AD4310.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240280_AD4310.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_8024032C_AD43BC.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_8024032C_AD43BC.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_8024032C_AD43BC.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_8024032C_AD43BC.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240604_AD4694.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240604_AD4694.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240604_AD4694.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240604_AD4694.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_802406E8_AD4778.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_802406E8_AD4778.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_802406E8_AD4778.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_802406E8_AD4778.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240714_AD47A4.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240714_AD47A4.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240714_AD47A4.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240714_AD47A4.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240730_AD47C0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240730_AD47C0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240730_AD47C0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_80240730_AD47C0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_8024089C_AD492C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_8024089C_AD492C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_8024089C_AD492C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_12/AD4100/func_8024089C_AD492C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_13/AD5ED0/func_80240000_AD5ED0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_13/AD5ED0/func_80240000_AD5ED0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_13/AD5ED0/func_80240000_AD5ED0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_13/AD5ED0/func_80240000_AD5ED0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_80240330_AD6200.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_80240330_AD6200.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_80240330_AD6200.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_80240330_AD6200.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_80240390_AD6260.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_80240390_AD6260.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_80240390_AD6260.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_80240390_AD6260.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_802403F0_AD62C0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_802403F0_AD62C0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_802403F0_AD62C0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_802403F0_AD62C0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_8024046C_AD633C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_8024046C_AD633C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_8024046C_AD633C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_8024046C_AD633C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_802404E0_AD63B0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_802404E0_AD63B0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_802404E0_AD63B0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_13/AD6200/func_802404E0_AD63B0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_14/ADAEA0/func_80240000_ADAEA0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEA0/func_80240000_ADAEA0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_14/ADAEA0/func_80240000_ADAEA0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEA0/func_80240000_ADAEA0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_8024035C_ADB1FC.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_8024035C_ADB1FC.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_8024035C_ADB1FC.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_8024035C_ADB1FC.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_80240384_ADB224.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_80240384_ADB224.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_80240384_ADB224.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_80240384_ADB224.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_802403A0_ADB240.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_802403A0_ADB240.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_802403A0_ADB240.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_802403A0_ADB240.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_802403CC_ADB26C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_802403CC_ADB26C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_802403CC_ADB26C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_802403CC_ADB26C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_802403F8_ADB298.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_802403F8_ADB298.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_802403F8_ADB298.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_802403F8_ADB298.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_80240480_ADB320.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_80240480_ADB320.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_80240480_ADB320.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_80240480_ADB320.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_8024049C_ADB33C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_8024049C_ADB33C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_8024049C_ADB33C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_14/ADAEF0/func_8024049C_ADB33C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_15/AE5590/func_8024030C_AE589C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_15/AE5590/func_8024030C_AE589C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_15/AE5590/func_8024030C_AE589C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_15/AE5590/func_8024030C_AE589C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_15/AE58D0/func_80240340_AE58D0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_15/AE58D0/func_80240340_AE58D0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_15/AE58D0/func_80240340_AE58D0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_15/AE58D0/func_80240340_AE58D0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_15/AE5A90/func_80240500_AE5A90.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_15/AE5A90/func_80240500_AE5A90.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_15/AE5A90/func_80240500_AE5A90.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_15/AE5A90/func_80240500_AE5A90.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_15/AE5B60/func_802405D0_AE5B60.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_15/AE5B60/func_802405D0_AE5B60.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_15/AE5B60/func_802405D0_AE5B60.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_15/AE5B60/func_802405D0_AE5B60.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_15/AE5B60/func_802405EC_AE5B7C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_15/AE5B60/func_802405EC_AE5B7C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_15/AE5B60/func_802405EC_AE5B7C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_15/AE5B60/func_802405EC_AE5B7C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240000_AED410.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240000_AED410.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240000_AED410.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240000_AED410.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240028_AED438.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240028_AED438.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240028_AED438.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240028_AED438.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240060_AED470.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240060_AED470.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240060_AED470.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240060_AED470.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240270_AED680.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240270_AED680.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240270_AED680.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_80240270_AED680.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_8024031C_AED72C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_8024031C_AED72C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_8024031C_AED72C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_8024031C_AED72C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_802405F4_AEDA04.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_802405F4_AEDA04.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_802405F4_AEDA04.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_802405F4_AEDA04.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_802406D8_AEDAE8.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_802406D8_AEDAE8.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_802406D8_AEDAE8.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AED410/func_802406D8_AEDAE8.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240850_AEDC60.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240850_AEDC60.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240850_AEDC60.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240850_AEDC60.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240A60_AEDE70.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240A60_AEDE70.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240A60_AEDE70.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240A60_AEDE70.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240B0C_AEDF1C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240B0C_AEDF1C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240B0C_AEDF1C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240B0C_AEDF1C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240DE4_AEE1F4.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240DE4_AEE1F4.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240DE4_AEE1F4.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240DE4_AEE1F4.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240EC8_AEE2D8.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240EC8_AEE2D8.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240EC8_AEE2D8.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240EC8_AEE2D8.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240EF4_AEE304.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240EF4_AEE304.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240EF4_AEE304.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240EF4_AEE304.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240F10_AEE320.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240F10_AEE320.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240F10_AEE320.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_16/AEDC60/func_80240F10_AEE320.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_80240000_AF1C60.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_80240000_AF1C60.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_80240000_AF1C60.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_80240000_AF1C60.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_802402BC_AF1F1C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_802402BC_AF1F1C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_802402BC_AF1F1C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_802402BC_AF1F1C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_80240500_AF2160.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_80240500_AF2160.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_80240500_AF2160.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_80240500_AF2160.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_80240568_AF21C8.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_80240568_AF21C8.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_80240568_AF21C8.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_17/AF1C60/func_80240568_AF21C8.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_18/AF2CA0/func_8024030C_AF2FAC.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_18/AF2CA0/func_8024030C_AF2FAC.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_18/AF2CA0/func_8024030C_AF2FAC.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_18/AF2CA0/func_8024030C_AF2FAC.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_8024056C_AF320C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_8024056C_AF320C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_8024056C_AF320C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_8024056C_AF320C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_802405C0_AF3260.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_802405C0_AF3260.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_802405C0_AF3260.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_802405C0_AF3260.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_802405F8_AF3298.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_802405F8_AF3298.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_802405F8_AF3298.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_802405F8_AF3298.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_80240694_AF3334.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_80240694_AF3334.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_80240694_AF3334.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_80240694_AF3334.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_80240730_AF33D0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_80240730_AF33D0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_80240730_AF33D0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_80240730_AF33D0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_80240774_AF3414.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_80240774_AF3414.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_80240774_AF3414.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_18/AF2FE0/func_80240774_AF3414.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_80240000_AF7950.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_80240000_AF7950.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_80240000_AF7950.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_80240000_AF7950.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_80240068_AF79B8.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_80240068_AF79B8.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_80240068_AF79B8.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_80240068_AF79B8.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_802400E4_AF7A34.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_802400E4_AF7A34.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_802400E4_AF7A34.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_802400E4_AF7A34.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_80240178_AF7AC8.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_80240178_AF7AC8.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_80240178_AF7AC8.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_80240178_AF7AC8.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_802401FC_AF7B4C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_802401FC_AF7B4C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_802401FC_AF7B4C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7950/func_802401FC_AF7B4C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_802404DC_AF7E2C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_802404DC_AF7E2C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_802404DC_AF7E2C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_802404DC_AF7E2C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240530_AF7E80.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240530_AF7E80.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240530_AF7E80.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240530_AF7E80.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240568_AF7EB8.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240568_AF7EB8.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240568_AF7EB8.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240568_AF7EB8.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240604_AF7F54.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240604_AF7F54.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240604_AF7F54.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240604_AF7F54.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_802406A0_AF7FF0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_802406A0_AF7FF0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_802406A0_AF7FF0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_802406A0_AF7FF0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_802406C4_AF8014.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_802406C4_AF8014.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_802406C4_AF8014.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_802406C4_AF8014.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240B4C_AF849C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240B4C_AF849C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240B4C_AF849C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240B4C_AF849C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240B8C_AF84DC.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240B8C_AF84DC.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240B8C_AF84DC.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240B8C_AF84DC.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240BE4_AF8534.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240BE4_AF8534.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240BE4_AF8534.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240BE4_AF8534.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240C10_AF8560.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240C10_AF8560.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240C10_AF8560.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240C10_AF8560.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240C4C_AF859C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240C4C_AF859C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240C4C_AF859C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240C4C_AF859C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240CB4_AF8604.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240CB4_AF8604.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240CB4_AF8604.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_19/AF7C00/func_80240CB4_AF8604.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_20/AFDB40/func_80240000_AFDB40.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_20/AFDB40/func_80240000_AFDB40.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_20/AFDB40/func_80240000_AFDB40.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_20/AFDB40/func_80240000_AFDB40.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_80240308_AFDE48.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_80240308_AFDE48.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_80240308_AFDE48.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_80240308_AFDE48.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_80240384_AFDEC4.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_80240384_AFDEC4.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_80240384_AFDEC4.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_80240384_AFDEC4.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_80240480_AFDFC0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_80240480_AFDFC0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_80240480_AFDFC0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_80240480_AFDFC0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_802404D4_AFE014.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_802404D4_AFE014.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_802404D4_AFE014.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_802404D4_AFE014.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_802405B4_AFE0F4.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_802405B4_AFE0F4.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_802405B4_AFE0F4.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_802405B4_AFE0F4.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_802405BC_AFE0FC.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_802405BC_AFE0FC.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_802405BC_AFE0FC.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_20/AFDE00/func_802405BC_AFE0FC.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_23/B02880/func_80240000_B02880.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B02880/func_80240000_B02880.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_23/B02880/func_80240000_B02880.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B02880/func_80240000_B02880.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240020_B028A0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240020_B028A0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240020_B028A0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240020_B028A0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240048_B028C8.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240048_B028C8.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240048_B028C8.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240048_B028C8.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240080_B02900.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240080_B02900.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240080_B02900.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240080_B02900.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_802400E0_B02960.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_802400E0_B02960.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_802400E0_B02960.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_802400E0_B02960.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_802402F0_B02B70.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_802402F0_B02B70.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_802402F0_B02B70.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_802402F0_B02B70.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_8024039C_B02C1C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_8024039C_B02C1C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_8024039C_B02C1C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_8024039C_B02C1C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240674_B02EF4.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240674_B02EF4.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240674_B02EF4.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240674_B02EF4.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240758_B02FD8.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240758_B02FD8.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240758_B02FD8.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240758_B02FD8.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240784_B03004.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240784_B03004.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240784_B03004.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_80240784_B03004.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_802407A0_B03020.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_802407A0_B03020.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_802407A0_B03020.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B028A0/func_802407A0_B03020.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_23/B03190/func_80240910_B03190.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B03190/func_80240910_B03190.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_23/B03190/func_80240910_B03190.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B03190/func_80240910_B03190.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_23/B03190/func_802409AC_B0322C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B03190/func_802409AC_B0322C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_23/B03190/func_802409AC_B0322C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_23/B03190/func_802409AC_B0322C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_24/B06570/func_80240000_B06570.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_24/B06570/func_80240000_B06570.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_24/B06570/func_80240000_B06570.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_24/B06570/func_80240000_B06570.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06A00/func_80240000_B06A00.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06A00/func_80240000_B06A00.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06A00/func_80240000_B06A00.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06A00/func_80240000_B06A00.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06A20/func_80240020_B06A20.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06A20/func_80240020_B06A20.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06A20/func_80240020_B06A20.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06A20/func_80240020_B06A20.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_80240080_B06A80.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_80240080_B06A80.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_80240080_B06A80.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_80240080_B06A80.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_802400AC_B06AAC.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_802400AC_B06AAC.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_802400AC_B06AAC.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_802400AC_B06AAC.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_802400FC_B06AFC.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_802400FC_B06AFC.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_802400FC_B06AFC.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_802400FC_B06AFC.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_80240264_B06C64.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_80240264_B06C64.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_80240264_B06C64.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06A80/func_80240264_B06C64.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240310_B06D10.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240310_B06D10.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240310_B06D10.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240310_B06D10.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_802406EC_B070EC.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_802406EC_B070EC.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_802406EC_B070EC.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_802406EC_B070EC.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240800_B07200.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240800_B07200.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240800_B07200.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240800_B07200.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_8024086C_B0726C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_8024086C_B0726C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_8024086C_B0726C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_8024086C_B0726C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_8024092C_B0732C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_8024092C_B0732C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_8024092C_B0732C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_8024092C_B0732C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_802409EC_B073EC.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_802409EC_B073EC.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_802409EC_B073EC.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_802409EC_B073EC.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240AAC_B074AC.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240AAC_B074AC.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240AAC_B074AC.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240AAC_B074AC.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240B18_B07518.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240B18_B07518.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240B18_B07518.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240B18_B07518.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240B8C_B0758C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240B8C_B0758C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240B8C_B0758C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240B8C_B0758C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240BA0_B075A0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240BA0_B075A0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240BA0_B075A0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240BA0_B075A0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240C60_B07660.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240C60_B07660.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240C60_B07660.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240C60_B07660.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240CD4_B076D4.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240CD4_B076D4.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240CD4_B076D4.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240CD4_B076D4.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240CE8_B076E8.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240CE8_B076E8.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240CE8_B076E8.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240CE8_B076E8.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240D30_B07730.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240D30_B07730.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240D30_B07730.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240D30_B07730.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240E54_B07854.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240E54_B07854.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240E54_B07854.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240E54_B07854.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240EB8_B078B8.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240EB8_B078B8.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240EB8_B078B8.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240EB8_B078B8.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240F2C_B0792C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240F2C_B0792C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240F2C_B0792C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_25/B06D10/func_80240F2C_B0792C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_26/B13120/func_80240000_B13120.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_26/B13120/func_80240000_B13120.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_26/B13120/func_80240000_B13120.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_26/B13120/func_80240000_B13120.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_27/B14080/func_80240310_B14080.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_27/B14080/func_80240310_B14080.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_27/B14080/func_80240310_B14080.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_27/B14080/func_80240310_B14080.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_27/B14080/func_8024041C_B1418C.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_27/B14080/func_8024041C_B1418C.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_27/B14080/func_8024041C_B1418C.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_27/B14080/func_8024041C_B1418C.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_27/B14080/func_80240448_B141B8.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_27/B14080/func_80240448_B141B8.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_27/B14080/func_80240448_B141B8.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_27/B14080/func_80240448_B141B8.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_29/B150B0/func_80240000_B150B0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_29/B150B0/func_80240000_B150B0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_29/B150B0/func_80240000_B150B0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_29/B150B0/func_80240000_B150B0.s diff --git a/asm/nonmatchings/world/area_kkj/kkj_29/B150E0/func_80240030_B150E0.s b/ver/us/asm/nonmatchings/world/area_kkj/kkj_29/B150E0/func_80240030_B150E0.s similarity index 100% rename from asm/nonmatchings/world/area_kkj/kkj_29/B150E0/func_80240030_B150E0.s rename to ver/us/asm/nonmatchings/world/area_kkj/kkj_29/B150E0/func_80240030_B150E0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_80240000_8ABF90.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_80240000_8ABF90.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_80240000_8ABF90.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_80240000_8ABF90.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_80240388_8AC318.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_80240388_8AC318.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_80240388_8AC318.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_80240388_8AC318.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_802404E8_8AC478.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_802404E8_8AC478.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_802404E8_8AC478.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_802404E8_8AC478.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_802405F0_8AC580.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_802405F0_8AC580.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_802405F0_8AC580.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_802405F0_8AC580.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_80240CB0_8ACC40.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_80240CB0_8ACC40.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_80240CB0_8ACC40.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_00/8ABF90/func_80240CB0_8ACC40.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240034_8B00A4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240034_8B00A4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240034_8B00A4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240034_8B00A4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802402E0_8B0350.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802402E0_8B0350.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802402E0_8B0350.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802402E0_8B0350.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240370_8B03E0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240370_8B03E0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240370_8B03E0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240370_8B03E0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240390_8B0400.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240390_8B0400.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240390_8B0400.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240390_8B0400.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802404CC_8B053C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802404CC_8B053C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802404CC_8B053C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802404CC_8B053C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802406F0_8B0760.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802406F0_8B0760.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802406F0_8B0760.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802406F0_8B0760.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024075C_8B07CC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024075C_8B07CC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024075C_8B07CC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024075C_8B07CC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240908_8B0978.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240908_8B0978.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240908_8B0978.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240908_8B0978.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240A7C_8B0AEC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240A7C_8B0AEC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240A7C_8B0AEC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240A7C_8B0AEC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240B00_8B0B70.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240B00_8B0B70.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240B00_8B0B70.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240B00_8B0B70.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240D18_8B0D88.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240D18_8B0D88.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240D18_8B0D88.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240D18_8B0D88.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240DCC_8B0E3C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240DCC_8B0E3C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240DCC_8B0E3C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240DCC_8B0E3C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240E00_8B0E70.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240E00_8B0E70.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240E00_8B0E70.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240E00_8B0E70.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240E80_8B0EF0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240E80_8B0EF0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240E80_8B0EF0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240E80_8B0EF0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240E98_8B0F08.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240E98_8B0F08.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240E98_8B0F08.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240E98_8B0F08.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240EB4_8B0F24.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240EB4_8B0F24.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240EB4_8B0F24.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80240EB4_8B0F24.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241388_8B13F8.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241388_8B13F8.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241388_8B13F8.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241388_8B13F8.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802413F4_8B1464.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802413F4_8B1464.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802413F4_8B1464.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802413F4_8B1464.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241424_8B1494.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241424_8B1494.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241424_8B1494.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241424_8B1494.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802414D8_8B1548.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802414D8_8B1548.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802414D8_8B1548.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802414D8_8B1548.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241964_8B19D4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241964_8B19D4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241964_8B19D4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241964_8B19D4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241A10_8B1A80.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241A10_8B1A80.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241A10_8B1A80.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241A10_8B1A80.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241C18_8B1C88.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241C18_8B1C88.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241C18_8B1C88.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241C18_8B1C88.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241E90_8B1F00.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241E90_8B1F00.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241E90_8B1F00.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80241E90_8B1F00.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242014_8B2084.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242014_8B2084.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242014_8B2084.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242014_8B2084.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024226C_8B22DC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024226C_8B22DC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024226C_8B22DC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024226C_8B22DC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802422C0_8B2330.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802422C0_8B2330.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802422C0_8B2330.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802422C0_8B2330.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802422F8_8B2368.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802422F8_8B2368.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802422F8_8B2368.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802422F8_8B2368.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242394_8B2404.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242394_8B2404.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242394_8B2404.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242394_8B2404.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802426A0_8B2710.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802426A0_8B2710.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802426A0_8B2710.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802426A0_8B2710.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802426E4_8B2754.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802426E4_8B2754.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802426E4_8B2754.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802426E4_8B2754.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242710_8B2780.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242710_8B2780.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242710_8B2780.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242710_8B2780.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242734_8B27A4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242734_8B27A4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242734_8B27A4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242734_8B27A4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242788_8B27F8.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242788_8B27F8.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242788_8B27F8.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242788_8B27F8.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802427B0_8B2820.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802427B0_8B2820.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802427B0_8B2820.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802427B0_8B2820.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802427CC_8B283C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802427CC_8B283C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802427CC_8B283C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802427CC_8B283C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802427EC_8B285C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802427EC_8B285C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802427EC_8B285C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_802427EC_8B285C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024280C_8B287C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024280C_8B287C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024280C_8B287C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024280C_8B287C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242860_8B28D0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242860_8B28D0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242860_8B28D0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242860_8B28D0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024295C_8B29CC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024295C_8B29CC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024295C_8B29CC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_8024295C_8B29CC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242BA8_8B2C18.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242BA8_8B2C18.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242BA8_8B2C18.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242BA8_8B2C18.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242BC0_8B2C30.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242BC0_8B2C30.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242BC0_8B2C30.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242BC0_8B2C30.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242F08_8B2F78.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242F08_8B2F78.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242F08_8B2F78.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242F08_8B2F78.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242F28_8B2F98.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242F28_8B2F98.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242F28_8B2F98.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242F28_8B2F98.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242F7C_8B2FEC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242F7C_8B2FEC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242F7C_8B2FEC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80242F7C_8B2FEC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80243034_8B30A4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80243034_8B30A4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80243034_8B30A4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B0070/func_80243034_8B30A4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_802430B8_8B3128.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_802430B8_8B3128.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_802430B8_8B3128.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_802430B8_8B3128.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243134_8B31A4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243134_8B31A4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243134_8B31A4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243134_8B31A4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243230_8B32A0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243230_8B32A0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243230_8B32A0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243230_8B32A0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243284_8B32F4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243284_8B32F4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243284_8B32F4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243284_8B32F4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243364_8B33D4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243364_8B33D4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243364_8B33D4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B30E0/func_80243364_8B33D4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B33E0/func_80243370_8B33E0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B33E0/func_80243370_8B33E0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B33E0/func_80243370_8B33E0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B33E0/func_80243370_8B33E0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B33E0/func_802433AC_8B341C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B33E0/func_802433AC_8B341C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B33E0/func_802433AC_8B341C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B33E0/func_802433AC_8B341C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B33E0/func_80243514_8B3584.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B33E0/func_80243514_8B3584.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B33E0/func_80243514_8B3584.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B33E0/func_80243514_8B3584.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B36B0/func_8024366C_8B36DC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B36B0/func_8024366C_8B36DC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B36B0/func_8024366C_8B36DC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B36B0/func_8024366C_8B36DC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B36B0/func_802436FC_8B376C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B36B0/func_802436FC_8B376C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B36B0/func_802436FC_8B376C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B36B0/func_802436FC_8B376C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_02/8B3A10/func_802439A0_8B3A10.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B3A10/func_802439A0_8B3A10.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_02/8B3A10/func_802439A0_8B3A10.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_02/8B3A10/func_802439A0_8B3A10.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_04/8CA960/func_802402C8_8CABC8.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_04/8CA960/func_802402C8_8CABC8.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_04/8CA960/func_802402C8_8CABC8.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_04/8CA960/func_802402C8_8CABC8.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_04/8CA960/func_802403E0_8CACE0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_04/8CA960/func_802403E0_8CACE0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_04/8CA960/func_802403E0_8CACE0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_04/8CA960/func_802403E0_8CACE0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240000_8CE070.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240000_8CE070.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240000_8CE070.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240000_8CE070.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_802401B0_8CE220.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_802401B0_8CE220.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_802401B0_8CE220.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_802401B0_8CE220.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240898_8CE908.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240898_8CE908.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240898_8CE908.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240898_8CE908.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240C54_8CECC4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240C54_8CECC4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240C54_8CECC4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240C54_8CECC4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240E58_8CEEC8.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240E58_8CEEC8.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240E58_8CEEC8.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_80240E58_8CEEC8.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_802411E8_8CF258.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_802411E8_8CF258.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_802411E8_8CF258.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_802411E8_8CF258.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_8024130C_8CF37C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_8024130C_8CF37C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_8024130C_8CF37C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_05/8CE070/func_8024130C_8CF37C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240000_8D1510.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240000_8D1510.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240000_8D1510.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240000_8D1510.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_802401B0_8D16C0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_802401B0_8D16C0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_802401B0_8D16C0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_802401B0_8D16C0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240898_8D1DA8.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240898_8D1DA8.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240898_8D1DA8.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240898_8D1DA8.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240C54_8D2164.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240C54_8D2164.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240C54_8D2164.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240C54_8D2164.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240E58_8D2368.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240E58_8D2368.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240E58_8D2368.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_80240E58_8D2368.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_802411E8_8D26F8.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_802411E8_8D26F8.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_802411E8_8D26F8.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_802411E8_8D26F8.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_8024130C_8D281C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_8024130C_8D281C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_8024130C_8D281C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D1510/func_8024130C_8D281C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241500_8D2A10.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241500_8D2A10.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241500_8D2A10.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241500_8D2A10.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_802417A8_8D2CB8.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_802417A8_8D2CB8.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_802417A8_8D2CB8.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_802417A8_8D2CB8.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_802417E0_8D2CF0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_802417E0_8D2CF0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_802417E0_8D2CF0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_802417E0_8D2CF0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241950_8D2E60.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241950_8D2E60.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241950_8D2E60.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241950_8D2E60.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_802419EC_8D2EFC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_802419EC_8D2EFC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_802419EC_8D2EFC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_802419EC_8D2EFC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241A68_8D2F78.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241A68_8D2F78.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241A68_8D2F78.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241A68_8D2F78.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241C78_8D3188.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241C78_8D3188.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241C78_8D3188.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_06/8D2A10/func_80241C78_8D3188.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_80240000_8D3DC0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_80240000_8D3DC0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_80240000_8D3DC0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_80240000_8D3DC0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_802400B4_8D3E74.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_802400B4_8D3E74.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_802400B4_8D3E74.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_802400B4_8D3E74.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_80240540_8D4300.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_80240540_8D4300.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_80240540_8D4300.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_80240540_8D4300.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_802405EC_8D43AC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_802405EC_8D43AC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_802405EC_8D43AC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_802405EC_8D43AC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_802407F4_8D45B4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_802407F4_8D45B4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_802407F4_8D45B4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_802407F4_8D45B4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_80240A6C_8D482C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_80240A6C_8D482C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_80240A6C_8D482C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_07/8D3DC0/func_80240A6C_8D482C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240000_8D5E00.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240000_8D5E00.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240000_8D5E00.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240000_8D5E00.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_802401B0_8D5FB0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_802401B0_8D5FB0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_802401B0_8D5FB0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_802401B0_8D5FB0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240898_8D6698.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240898_8D6698.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240898_8D6698.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240898_8D6698.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240C54_8D6A54.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240C54_8D6A54.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240C54_8D6A54.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240C54_8D6A54.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240E58_8D6C58.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240E58_8D6C58.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240E58_8D6C58.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_80240E58_8D6C58.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_802411E8_8D6FE8.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_802411E8_8D6FE8.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_802411E8_8D6FE8.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_802411E8_8D6FE8.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_8024130C_8D710C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_8024130C_8D710C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_8024130C_8D710C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_09/8D5E00/func_8024130C_8D710C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_10/8D84D0/func_80240000_8D84D0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_10/8D84D0/func_80240000_8D84D0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_10/8D84D0/func_80240000_8D84D0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_10/8D84D0/func_80240000_8D84D0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_10/8D84D0/func_802402BC_8D878C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_10/8D84D0/func_802402BC_8D878C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_10/8D84D0/func_802402BC_8D878C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_10/8D84D0/func_802402BC_8D878C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_11/8DA100/func_8024023C_8DA33C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA100/func_8024023C_8DA33C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_11/8DA100/func_8024023C_8DA33C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA100/func_8024023C_8DA33C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_11/8DA100/func_8024027C_8DA37C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA100/func_8024027C_8DA37C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_11/8DA100/func_8024027C_8DA37C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA100/func_8024027C_8DA37C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_802402A0_8DA3A0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_802402A0_8DA3A0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_802402A0_8DA3A0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_802402A0_8DA3A0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240344_8DA444.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240344_8DA444.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240344_8DA444.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240344_8DA444.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240370_8DA470.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240370_8DA470.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240370_8DA470.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240370_8DA470.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240424_8DA524.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240424_8DA524.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240424_8DA524.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240424_8DA524.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_802408B0_8DA9B0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_802408B0_8DA9B0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_802408B0_8DA9B0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_802408B0_8DA9B0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_8024095C_8DAA5C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_8024095C_8DAA5C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_8024095C_8DAA5C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_8024095C_8DAA5C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240B64_8DAC64.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240B64_8DAC64.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240B64_8DAC64.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240B64_8DAC64.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240DDC_8DAEDC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240DDC_8DAEDC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240DDC_8DAEDC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_11/8DA3A0/func_80240DDC_8DAEDC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EBE20/func_80240000_8EBE20.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE20/func_80240000_8EBE20.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EBE20/func_80240000_8EBE20.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE20/func_80240000_8EBE20.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240064_8EBE84.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240064_8EBE84.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240064_8EBE84.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240064_8EBE84.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240310_8EC130.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240310_8EC130.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240310_8EC130.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240310_8EC130.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240330_8EC150.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240330_8EC150.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240330_8EC150.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240330_8EC150.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240358_8EC178.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240358_8EC178.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240358_8EC178.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240358_8EC178.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_802405BC_8EC3DC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_802405BC_8EC3DC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_802405BC_8EC3DC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_802405BC_8EC3DC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_802406BC_8EC4DC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_802406BC_8EC4DC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_802406BC_8EC4DC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_802406BC_8EC4DC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_802406C8_8EC4E8.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_802406C8_8EC4E8.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_802406C8_8EC4E8.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_802406C8_8EC4E8.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240B20_8EC940.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240B20_8EC940.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240B20_8EC940.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240B20_8EC940.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240B48_8EC968.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240B48_8EC968.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240B48_8EC968.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240B48_8EC968.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240B54_8EC974.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240B54_8EC974.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240B54_8EC974.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240B54_8EC974.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240DA4_8ECBC4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240DA4_8ECBC4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240DA4_8ECBC4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EBE50/func_80240DA4_8ECBC4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8ECBF0/func_80240DD0_8ECBF0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ECBF0/func_80240DD0_8ECBF0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8ECBF0/func_80240DD0_8ECBF0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ECBF0/func_80240DD0_8ECBF0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802412E8_8ED108.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802412E8_8ED108.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802412E8_8ED108.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802412E8_8ED108.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_80241364_8ED184.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_80241364_8ED184.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_80241364_8ED184.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_80241364_8ED184.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_80241460_8ED280.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_80241460_8ED280.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_80241460_8ED280.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_80241460_8ED280.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802414B4_8ED2D4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802414B4_8ED2D4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802414B4_8ED2D4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802414B4_8ED2D4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_80241594_8ED3B4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_80241594_8ED3B4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_80241594_8ED3B4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_80241594_8ED3B4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_8024159C_8ED3BC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_8024159C_8ED3BC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_8024159C_8ED3BC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_8024159C_8ED3BC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802415C4_8ED3E4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802415C4_8ED3E4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802415C4_8ED3E4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802415C4_8ED3E4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802415EC_8ED40C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802415EC_8ED40C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802415EC_8ED40C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED0C0/func_802415EC_8ED40C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8ED440/func_80241620_8ED440.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED440/func_80241620_8ED440.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8ED440/func_80241620_8ED440.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED440/func_80241620_8ED440.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8ED440/func_80241738_8ED558.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED440/func_80241738_8ED558.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8ED440/func_80241738_8ED558.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED440/func_80241738_8ED558.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_802417B4_8ED5D4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_802417B4_8ED5D4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_802417B4_8ED5D4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_802417B4_8ED5D4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_80241C9C_8EDABC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_80241C9C_8EDABC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_80241C9C_8EDABC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_80241C9C_8EDABC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_80241CF0_8EDB10.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_80241CF0_8EDB10.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_80241CF0_8EDB10.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_80241CF0_8EDB10.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_80241D1C_8EDB3C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_80241D1C_8EDB3C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_80241D1C_8EDB3C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8ED5A0/func_80241D1C_8EDB3C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80241D84_8EDBA4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80241D84_8EDBA4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80241D84_8EDBA4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80241D84_8EDBA4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80242030_8EDE50.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80242030_8EDE50.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80242030_8EDE50.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80242030_8EDE50.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80242084_8EDEA4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80242084_8EDEA4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80242084_8EDEA4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80242084_8EDEA4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_802420EC_8EDF0C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_802420EC_8EDF0C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_802420EC_8EDF0C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_802420EC_8EDF0C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80242144_8EDF64.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80242144_8EDF64.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80242144_8EDF64.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_80242144_8EDF64.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_8024216C_8EDF8C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_8024216C_8EDF8C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_8024216C_8EDF8C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDB70/func_8024216C_8EDF8C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_802421A0_8EDFC0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_802421A0_8EDFC0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_802421A0_8EDFC0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_802421A0_8EDFC0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242870_8EE690.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242870_8EE690.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242870_8EE690.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242870_8EE690.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242A04_8EE824.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242A04_8EE824.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242A04_8EE824.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242A04_8EE824.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242A3C_8EE85C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242A3C_8EE85C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242A3C_8EE85C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242A3C_8EE85C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242B04_8EE924.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242B04_8EE924.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242B04_8EE924.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_20/8EDFC0/func_80242B04_8EE924.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_21/8FEE80/func_80240000_8FEE80.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_21/8FEE80/func_80240000_8FEE80.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_21/8FEE80/func_80240000_8FEE80.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_21/8FEE80/func_80240000_8FEE80.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_80240010_8FEE90.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_80240010_8FEE90.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_80240010_8FEE90.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_80240010_8FEE90.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_80240210_8FF090.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_80240210_8FF090.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_80240210_8FF090.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_80240210_8FF090.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_80240298_8FF118.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_80240298_8FF118.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_80240298_8FF118.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_80240298_8FF118.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_802402B4_8FF134.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_802402B4_8FF134.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_802402B4_8FF134.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_802402B4_8FF134.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_802402C8_8FF148.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_802402C8_8FF148.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_802402C8_8FF148.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_21/8FEE90/func_802402C8_8FF148.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_22/8FF670/func_80240000_8FF670.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF670/func_80240000_8FF670.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_22/8FF670/func_80240000_8FF670.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF670/func_80240000_8FF670.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_22/8FF680/func_80240010_8FF680.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF680/func_80240010_8FF680.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_22/8FF680/func_80240010_8FF680.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF680/func_80240010_8FF680.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_22/8FF680/func_802401E0_8FF850.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF680/func_802401E0_8FF850.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_22/8FF680/func_802401E0_8FF850.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF680/func_802401E0_8FF850.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_22/8FF680/func_80240208_8FF878.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF680/func_80240208_8FF878.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_22/8FF680/func_80240208_8FF878.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF680/func_80240208_8FF878.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240240_8FF8B0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240240_8FF8B0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240240_8FF8B0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240240_8FF8B0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240314_8FF984.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240314_8FF984.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240314_8FF984.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240314_8FF984.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240418_8FFA88.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240418_8FFA88.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240418_8FFA88.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240418_8FFA88.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_802404E4_8FFB54.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_802404E4_8FFB54.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_802404E4_8FFB54.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_802404E4_8FFB54.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_8024056C_8FFBDC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_8024056C_8FFBDC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_8024056C_8FFBDC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_8024056C_8FFBDC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240B00_900170.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240B00_900170.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240B00_900170.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240B00_900170.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240B3C_9001AC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240B3C_9001AC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240B3C_9001AC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240B3C_9001AC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240B4C_9001BC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240B4C_9001BC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240B4C_9001BC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240B4C_9001BC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240BA8_900218.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240BA8_900218.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240BA8_900218.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_22/8FF8B0/func_80240BA8_900218.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A30/func_80240000_907A30.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A30/func_80240000_907A30.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A30/func_80240000_907A30.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A30/func_80240000_907A30.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240010_907A40.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240010_907A40.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240010_907A40.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240010_907A40.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240040_907A70.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240040_907A70.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240040_907A70.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240040_907A70.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240274_907CA4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240274_907CA4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240274_907CA4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240274_907CA4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240300_907D30.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240300_907D30.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240300_907D30.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240300_907D30.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_802403A8_907DD8.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_802403A8_907DD8.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_802403A8_907DD8.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_802403A8_907DD8.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240494_907EC4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240494_907EC4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240494_907EC4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240494_907EC4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240528_907F58.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240528_907F58.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240528_907F58.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240528_907F58.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_8024061C_90804C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_8024061C_90804C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_8024061C_90804C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_8024061C_90804C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_802407B8_9081E8.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_802407B8_9081E8.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_802407B8_9081E8.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_802407B8_9081E8.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_8024088C_9082BC.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_8024088C_9082BC.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_8024088C_9082BC.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_8024088C_9082BC.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240A00_908430.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240A00_908430.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240A00_908430.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240A00_908430.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240BB4_9085E4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240BB4_9085E4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240BB4_9085E4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240BB4_9085E4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240C94_9086C4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240C94_9086C4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240C94_9086C4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240C94_9086C4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240CA8_9086D8.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240CA8_9086D8.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240CA8_9086D8.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240CA8_9086D8.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240D14_908744.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240D14_908744.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240D14_908744.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240D14_908744.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240D5C_90878C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240D5C_90878C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240D5C_90878C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240D5C_90878C.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240DA4_9087D4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240DA4_9087D4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240DA4_9087D4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_23/907A40/func_80240DA4_9087D4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_24/90B240/func_80240000_90B240.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_24/90B240/func_80240000_90B240.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_24/90B240/func_80240000_90B240.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_24/90B240/func_80240000_90B240.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_24/90B250/func_80240010_90B250.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_24/90B250/func_80240010_90B250.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_24/90B250/func_80240010_90B250.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_24/90B250/func_80240010_90B250.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_24/90B250/func_80240074_90B2B4.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_24/90B250/func_80240074_90B2B4.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_24/90B250/func_80240074_90B2B4.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_24/90B250/func_80240074_90B2B4.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_30/90B9E0/func_80240310_90B9E0.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_30/90B9E0/func_80240310_90B9E0.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_30/90B9E0/func_80240310_90B9E0.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_30/90B9E0/func_80240310_90B9E0.s diff --git a/asm/nonmatchings/world/area_kmr/kmr_30/90B9E0/func_8024045C_90BB2C.s b/ver/us/asm/nonmatchings/world/area_kmr/kmr_30/90B9E0/func_8024045C_90BB2C.s similarity index 100% rename from asm/nonmatchings/world/area_kmr/kmr_30/90B9E0/func_8024045C_90BB2C.s rename to ver/us/asm/nonmatchings/world/area_kmr/kmr_30/90B9E0/func_8024045C_90BB2C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_01/A46F60/func_80240000_A46F60.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_01/A46F60/func_80240000_A46F60.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_01/A46F60/func_80240000_A46F60.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_01/A46F60/func_80240000_A46F60.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_01/A470C0/func_802401DC_A4713C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_01/A470C0/func_802401DC_A4713C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_01/A470C0/func_802401DC_A4713C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_01/A470C0/func_802401DC_A4713C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_01/A470C0/func_802404F4_A47454.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_01/A470C0/func_802404F4_A47454.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_01/A470C0/func_802404F4_A47454.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_01/A470C0/func_802404F4_A47454.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A485C0/func_80240000_A485C0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A485C0/func_80240000_A485C0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A485C0/func_80240000_A485C0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A485C0/func_80240000_A485C0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802401DC_A4879C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802401DC_A4879C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802401DC_A4879C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802401DC_A4879C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802404F4_A48AB4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802404F4_A48AB4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802404F4_A48AB4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802404F4_A48AB4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80240A48_A49008.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80240A48_A49008.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80240A48_A49008.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80240A48_A49008.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80240C18_A491D8.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80240C18_A491D8.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80240C18_A491D8.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80240C18_A491D8.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241128_A496E8.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241128_A496E8.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241128_A496E8.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241128_A496E8.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_8024119C_A4975C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_8024119C_A4975C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_8024119C_A4975C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_8024119C_A4975C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802412C8_A49888.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802412C8_A49888.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802412C8_A49888.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802412C8_A49888.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241368_A49928.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241368_A49928.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241368_A49928.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241368_A49928.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802413CC_A4998C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802413CC_A4998C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802413CC_A4998C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802413CC_A4998C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_8024150C_A49ACC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_8024150C_A49ACC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_8024150C_A49ACC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_8024150C_A49ACC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802416B0_A49C70.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802416B0_A49C70.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802416B0_A49C70.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802416B0_A49C70.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802416EC_A49CAC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802416EC_A49CAC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802416EC_A49CAC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802416EC_A49CAC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802418AC_A49E6C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802418AC_A49E6C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802418AC_A49E6C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_802418AC_A49E6C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241918_A49ED8.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241918_A49ED8.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241918_A49ED8.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241918_A49ED8.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241A4C_A4A00C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241A4C_A4A00C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241A4C_A4A00C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241A4C_A4A00C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241AB4_A4A074.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241AB4_A4A074.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241AB4_A4A074.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241AB4_A4A074.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241D20_A4A2E0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241D20_A4A2E0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241D20_A4A2E0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241D20_A4A2E0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241D6C_A4A32C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241D6C_A4A32C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241D6C_A4A32C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241D6C_A4A32C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241DFC_A4A3BC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241DFC_A4A3BC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241DFC_A4A3BC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A48720/func_80241DFC_A4A3BC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_03/A4A410/func_80241E50_A4A410.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A4A410/func_80241E50_A4A410.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_03/A4A410/func_80241E50_A4A410.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_03/A4A410/func_80241E50_A4A410.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_04/A4BF60/func_80240000_A4BF60.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_04/A4BF60/func_80240000_A4BF60.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_04/A4BF60/func_80240000_A4BF60.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_04/A4BF60/func_80240000_A4BF60.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_04/A4BF60/func_802400BC_A4C01C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_04/A4BF60/func_802400BC_A4C01C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_04/A4BF60/func_802400BC_A4C01C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_04/A4BF60/func_802400BC_A4C01C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CA20/func_8024001C_A4CA3C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CA20/func_8024001C_A4CA3C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CA20/func_8024001C_A4CA3C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CA20/func_8024001C_A4CA3C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802400A0_A4CAC0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802400A0_A4CAC0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802400A0_A4CAC0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802400A0_A4CAC0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240270_A4CC90.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240270_A4CC90.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240270_A4CC90.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240270_A4CC90.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240780_A4D1A0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240780_A4D1A0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240780_A4D1A0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240780_A4D1A0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802407F4_A4D214.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802407F4_A4D214.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802407F4_A4D214.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802407F4_A4D214.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240920_A4D340.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240920_A4D340.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240920_A4D340.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240920_A4D340.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802409C0_A4D3E0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802409C0_A4D3E0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802409C0_A4D3E0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802409C0_A4D3E0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240A24_A4D444.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240A24_A4D444.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240A24_A4D444.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240A24_A4D444.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240B64_A4D584.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240B64_A4D584.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240B64_A4D584.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240B64_A4D584.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240D08_A4D728.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240D08_A4D728.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240D08_A4D728.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240D08_A4D728.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240D44_A4D764.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240D44_A4D764.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240D44_A4D764.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240D44_A4D764.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240F04_A4D924.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240F04_A4D924.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240F04_A4D924.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240F04_A4D924.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240F70_A4D990.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240F70_A4D990.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240F70_A4D990.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80240F70_A4D990.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802410A4_A4DAC4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802410A4_A4DAC4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802410A4_A4DAC4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802410A4_A4DAC4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_8024110C_A4DB2C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_8024110C_A4DB2C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_8024110C_A4DB2C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_8024110C_A4DB2C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80241378_A4DD98.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80241378_A4DD98.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80241378_A4DD98.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80241378_A4DD98.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802413C4_A4DDE4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802413C4_A4DDE4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802413C4_A4DDE4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_802413C4_A4DDE4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80241454_A4DE74.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80241454_A4DE74.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80241454_A4DE74.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_08/A4CAC0/func_80241454_A4DE74.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_09/A4F000/func_8024001C_A4F01C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_09/A4F000/func_8024001C_A4F01C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_09/A4F000/func_8024001C_A4F01C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_09/A4F000/func_8024001C_A4F01C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_802400A0_A4F0A0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_802400A0_A4F0A0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_802400A0_A4F0A0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_802400A0_A4F0A0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_80240290_A4F290.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_80240290_A4F290.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_80240290_A4F290.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_80240290_A4F290.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_802403D4_A4F3D4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_802403D4_A4F3D4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_802403D4_A4F3D4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_802403D4_A4F3D4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_802405FC_A4F5FC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_802405FC_A4F5FC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_802405FC_A4F5FC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_802405FC_A4F5FC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_80240B38_A4FB38.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_80240B38_A4FB38.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_80240B38_A4FB38.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_80240B38_A4FB38.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_80240F94_A4FF94.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_80240F94_A4FF94.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_80240F94_A4FF94.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_09/A4F0A0/func_80240F94_A4FF94.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_100/A93160/func_80240000_A93160.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_100/A93160/func_80240000_A93160.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_100/A93160/func_80240000_A93160.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_100/A93160/func_80240000_A93160.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_101/A93440/func_80240000_A93440.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_101/A93440/func_80240000_A93440.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_101/A93440/func_80240000_A93440.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_101/A93440/func_80240000_A93440.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240310_A93A50.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240310_A93A50.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240310_A93A50.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240310_A93A50.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240500_A93C40.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240500_A93C40.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240500_A93C40.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240500_A93C40.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240644_A93D84.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240644_A93D84.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240644_A93D84.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240644_A93D84.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_8024086C_A93FAC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_8024086C_A93FAC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_8024086C_A93FAC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_8024086C_A93FAC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240DA8_A944E8.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240DA8_A944E8.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240DA8_A944E8.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80240DA8_A944E8.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80241204_A94944.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80241204_A94944.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80241204_A94944.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80241204_A94944.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802415D8_A94D18.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802415D8_A94D18.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802415D8_A94D18.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802415D8_A94D18.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802418F0_A95030.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802418F0_A95030.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802418F0_A95030.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802418F0_A95030.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80241D30_A95470.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80241D30_A95470.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80241D30_A95470.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80241D30_A95470.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80241F00_A95640.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80241F00_A95640.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80241F00_A95640.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80241F00_A95640.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242410_A95B50.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242410_A95B50.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242410_A95B50.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242410_A95B50.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_8024244C_A95B8C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_8024244C_A95B8C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_8024244C_A95B8C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_8024244C_A95B8C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802425D8_A95D18.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802425D8_A95D18.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802425D8_A95D18.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802425D8_A95D18.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802429C8_A96108.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802429C8_A96108.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802429C8_A96108.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802429C8_A96108.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242ABC_A961FC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242ABC_A961FC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242ABC_A961FC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242ABC_A961FC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242D00_A96440.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242D00_A96440.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242D00_A96440.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242D00_A96440.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242D3C_A9647C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242D3C_A9647C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242D3C_A9647C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242D3C_A9647C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242F08_A96648.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242F08_A96648.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242F08_A96648.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242F08_A96648.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242F74_A966B4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242F74_A966B4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242F74_A966B4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80242F74_A966B4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802430A8_A967E8.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802430A8_A967E8.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802430A8_A967E8.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_802430A8_A967E8.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80243198_A968D8.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80243198_A968D8.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80243198_A968D8.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80243198_A968D8.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80243270_A969B0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80243270_A969B0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80243270_A969B0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80243270_A969B0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80243504_A96C44.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80243504_A96C44.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80243504_A96C44.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_80243504_A96C44.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_8024353C_A96C7C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_8024353C_A96C7C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_8024353C_A96C7C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_102/A93A50/func_8024353C_A96C7C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_11/A52BD0/func_8024038C_A52C4C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_11/A52BD0/func_8024038C_A52C4C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_11/A52BD0/func_8024038C_A52C4C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_11/A52BD0/func_8024038C_A52C4C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_11/A52BD0/func_802406A4_A52F64.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_11/A52BD0/func_802406A4_A52F64.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_11/A52BD0/func_802406A4_A52F64.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_11/A52BD0/func_802406A4_A52F64.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240000_A99590.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240000_A99590.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240000_A99590.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240000_A99590.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_802400BC_A9964C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_802400BC_A9964C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_802400BC_A9964C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_802400BC_A9964C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240170_A99700.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240170_A99700.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240170_A99700.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240170_A99700.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240360_A998F0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240360_A998F0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240360_A998F0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240360_A998F0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_802404A4_A99A34.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_802404A4_A99A34.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_802404A4_A99A34.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_802404A4_A99A34.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_802406CC_A99C5C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_802406CC_A99C5C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_802406CC_A99C5C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_802406CC_A99C5C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240C08_A9A198.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240C08_A9A198.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240C08_A9A198.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80240C08_A9A198.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80241064_A9A5F4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80241064_A9A5F4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80241064_A9A5F4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_111/A99590/func_80241064_A9A5F4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_80240040_A9CC70.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_80240040_A9CC70.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_80240040_A9CC70.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_80240040_A9CC70.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_802400FC_A9CD2C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_802400FC_A9CD2C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_802400FC_A9CD2C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_802400FC_A9CD2C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_8024022C_A9CE5C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_8024022C_A9CE5C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_8024022C_A9CE5C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_8024022C_A9CE5C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_80240544_A9D174.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_80240544_A9D174.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_80240544_A9D174.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_113/A9CC70/func_80240544_A9D174.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_114/A9E980/func_80240000_A9E980.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_114/A9E980/func_80240000_A9E980.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_114/A9E980/func_80240000_A9E980.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_114/A9E980/func_80240000_A9E980.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240000_A9ED40.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240000_A9ED40.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240000_A9ED40.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240000_A9ED40.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_802400BC_A9EDFC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_802400BC_A9EDFC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_802400BC_A9EDFC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_802400BC_A9EDFC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240170_A9EEB0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240170_A9EEB0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240170_A9EEB0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240170_A9EEB0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240360_A9F0A0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240360_A9F0A0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240360_A9F0A0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240360_A9F0A0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_802404A4_A9F1E4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_802404A4_A9F1E4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_802404A4_A9F1E4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_802404A4_A9F1E4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_802406CC_A9F40C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_802406CC_A9F40C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_802406CC_A9F40C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_802406CC_A9F40C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240C08_A9F948.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240C08_A9F948.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240C08_A9F948.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80240C08_A9F948.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80241064_A9FDA4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80241064_A9FDA4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80241064_A9FDA4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_115/A9ED40/func_80241064_A9FDA4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_12/A54950/func_80240000_A54950.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_12/A54950/func_80240000_A54950.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_12/A54950/func_80240000_A54950.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_12/A54950/func_80240000_A54950.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_12/A54CA0/func_80240350_A54CA0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_12/A54CA0/func_80240350_A54CA0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_12/A54CA0/func_80240350_A54CA0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_12/A54CA0/func_80240350_A54CA0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_12/A54CA0/func_8024037C_A54CCC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_12/A54CA0/func_8024037C_A54CCC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_12/A54CA0/func_8024037C_A54CCC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_12/A54CA0/func_8024037C_A54CCC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_12/A54CA0/func_80240444_A54D94.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_12/A54CA0/func_80240444_A54D94.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_12/A54CA0/func_80240444_A54D94.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_12/A54CA0/func_80240444_A54D94.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_13/A55F20/func_80240000_A55F20.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_13/A55F20/func_80240000_A55F20.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_13/A55F20/func_80240000_A55F20.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_13/A55F20/func_80240000_A55F20.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_13/A56270/func_80240350_A56270.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_13/A56270/func_80240350_A56270.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_13/A56270/func_80240350_A56270.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_13/A56270/func_80240350_A56270.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_13/A56270/func_8024037C_A5629C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_13/A56270/func_8024037C_A5629C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_13/A56270/func_8024037C_A5629C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_13/A56270/func_8024037C_A5629C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_13/A56270/func_80240444_A56364.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_13/A56270/func_80240444_A56364.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_13/A56270/func_80240444_A56364.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_13/A56270/func_80240444_A56364.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_130/AA2D20/func_80240000_AA2D20.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_130/AA2D20/func_80240000_AA2D20.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_130/AA2D20/func_80240000_AA2D20.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_130/AA2D20/func_80240000_AA2D20.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_130/AA2D20/func_80240048_AA2D68.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_130/AA2D20/func_80240048_AA2D68.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_130/AA2D20/func_80240048_AA2D68.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_130/AA2D20/func_80240048_AA2D68.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_130/AA2D20/func_802404AC_AA31CC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_130/AA2D20/func_802404AC_AA31CC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_130/AA2D20/func_802404AC_AA31CC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_130/AA2D20/func_802404AC_AA31CC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_133/AA7790/func_80240310_AA7790.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_133/AA7790/func_80240310_AA7790.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_133/AA7790/func_80240310_AA7790.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_133/AA7790/func_80240310_AA7790.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_133/AA7790/func_802403C0_AA7840.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_133/AA7790/func_802403C0_AA7840.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_133/AA7790/func_802403C0_AA7840.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_133/AA7790/func_802403C0_AA7840.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_80240310_AA92B0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_80240310_AA92B0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_80240310_AA92B0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_80240310_AA92B0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_8024033C_AA92DC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_8024033C_AA92DC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_8024033C_AA92DC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_8024033C_AA92DC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_80240408_AA93A8.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_80240408_AA93A8.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_80240408_AA93A8.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_80240408_AA93A8.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_80240434_AA93D4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_80240434_AA93D4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_80240434_AA93D4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_134/AA92B0/func_80240434_AA93D4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_134/AA94B0/func_80240510_AA94B0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_134/AA94B0/func_80240510_AA94B0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_134/AA94B0/func_80240510_AA94B0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_134/AA94B0/func_80240510_AA94B0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_134/AA94B0/func_80240564_AA9504.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_134/AA94B0/func_80240564_AA9504.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_134/AA94B0/func_80240564_AA9504.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_134/AA94B0/func_80240564_AA9504.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_14/A574B0/func_80240000_A574B0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_14/A574B0/func_80240000_A574B0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_14/A574B0/func_80240000_A574B0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_14/A574B0/func_80240000_A574B0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_14/A574F0/func_8024034C_A577FC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_14/A574F0/func_8024034C_A577FC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_14/A574F0/func_8024034C_A577FC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_14/A574F0/func_8024034C_A577FC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_80240380_A57830.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_80240380_A57830.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_80240380_A57830.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_80240380_A57830.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_80240710_A57BC0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_80240710_A57BC0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_80240710_A57BC0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_80240710_A57BC0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_8024073C_A57BEC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_8024073C_A57BEC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_8024073C_A57BEC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_8024073C_A57BEC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_80240840_A57CF0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_80240840_A57CF0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_80240840_A57CF0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_14/A57830/func_80240840_A57CF0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_15/A596A0/func_80240310_A596A0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_15/A596A0/func_80240310_A596A0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_15/A596A0/func_80240310_A596A0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_15/A596A0/func_80240310_A596A0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_16/A5A340/func_80240310_A5A340.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_16/A5A340/func_80240310_A5A340.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_16/A5A340/func_80240310_A5A340.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_16/A5A340/func_80240310_A5A340.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_16/A5A340/func_8024034C_A5A37C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_16/A5A340/func_8024034C_A5A37C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_16/A5A340/func_8024034C_A5A37C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_16/A5A340/func_8024034C_A5A37C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_16/A5A340/func_80240370_A5A3A0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_16/A5A340/func_80240370_A5A3A0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_16/A5A340/func_80240370_A5A3A0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_16/A5A340/func_80240370_A5A3A0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240000_A609D0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240000_A609D0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240000_A609D0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240000_A609D0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_802401F0_A60BC0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_802401F0_A60BC0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_802401F0_A60BC0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_802401F0_A60BC0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240334_A60D04.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240334_A60D04.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240334_A60D04.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240334_A60D04.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_8024055C_A60F2C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_8024055C_A60F2C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_8024055C_A60F2C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_8024055C_A60F2C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240A98_A61468.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240A98_A61468.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240A98_A61468.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240A98_A61468.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240EF4_A618C4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240EF4_A618C4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240EF4_A618C4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_80240EF4_A618C4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_802412C8_A61C98.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_802412C8_A61C98.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_802412C8_A61C98.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_802412C8_A61C98.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_802415E0_A61FB0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_802415E0_A61FB0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_802415E0_A61FB0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_50/A609D0/func_802415E0_A61FB0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A64090/func_80240000_A64090.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A64090/func_80240000_A64090.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A64090/func_80240000_A64090.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A64090/func_80240000_A64090.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240050_A640E0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240050_A640E0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240050_A640E0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240050_A640E0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240220_A642B0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240220_A642B0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240220_A642B0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240220_A642B0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240730_A647C0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240730_A647C0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240730_A647C0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240730_A647C0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802407A4_A64834.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802407A4_A64834.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802407A4_A64834.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802407A4_A64834.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802408D0_A64960.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802408D0_A64960.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802408D0_A64960.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802408D0_A64960.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240970_A64A00.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240970_A64A00.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240970_A64A00.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240970_A64A00.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802409D4_A64A64.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802409D4_A64A64.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802409D4_A64A64.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802409D4_A64A64.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240B14_A64BA4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240B14_A64BA4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240B14_A64BA4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240B14_A64BA4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240CB8_A64D48.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240CB8_A64D48.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240CB8_A64D48.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240CB8_A64D48.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240CF4_A64D84.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240CF4_A64D84.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240CF4_A64D84.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240CF4_A64D84.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240EB4_A64F44.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240EB4_A64F44.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240EB4_A64F44.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240EB4_A64F44.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240F20_A64FB0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240F20_A64FB0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240F20_A64FB0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80240F20_A64FB0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241054_A650E4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241054_A650E4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241054_A650E4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241054_A650E4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802410BC_A6514C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802410BC_A6514C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802410BC_A6514C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802410BC_A6514C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241328_A653B8.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241328_A653B8.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241328_A653B8.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241328_A653B8.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241374_A65404.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241374_A65404.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241374_A65404.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241374_A65404.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241404_A65494.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241404_A65494.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241404_A65494.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_80241404_A65494.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802414C8_A65558.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802414C8_A65558.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802414C8_A65558.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802414C8_A65558.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802417E0_A65870.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802417E0_A65870.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802417E0_A65870.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_51/A640E0/func_802417E0_A65870.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_802400E0_A671E0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_802400E0_A671E0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_802400E0_A671E0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_802400E0_A671E0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_802402D0_A673D0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_802402D0_A673D0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_802402D0_A673D0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_802402D0_A673D0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_80240414_A67514.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_80240414_A67514.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_80240414_A67514.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_80240414_A67514.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_8024063C_A6773C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_8024063C_A6773C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_8024063C_A6773C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_8024063C_A6773C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_80240B78_A67C78.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_80240B78_A67C78.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_80240B78_A67C78.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_80240B78_A67C78.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_80240FD4_A680D4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_80240FD4_A680D4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_80240FD4_A680D4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_52/A671E0/func_80240FD4_A680D4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_53/A6ACA0/func_80240000_A6ACA0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_53/A6ACA0/func_80240000_A6ACA0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_53/A6ACA0/func_80240000_A6ACA0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_53/A6ACA0/func_80240000_A6ACA0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_53/A6ACA0/func_80240050_A6ACF0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_53/A6ACA0/func_80240050_A6ACF0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_53/A6ACA0/func_80240050_A6ACF0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_53/A6ACA0/func_80240050_A6ACF0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_8024038C_A6E76C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_8024038C_A6E76C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_8024038C_A6E76C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_8024038C_A6E76C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_802406A4_A6EA84.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_802406A4_A6EA84.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_802406A4_A6EA84.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_802406A4_A6EA84.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80240AE4_A6EEC4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80240AE4_A6EEC4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80240AE4_A6EEC4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80240AE4_A6EEC4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80240CB4_A6F094.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80240CB4_A6F094.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80240CB4_A6F094.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80240CB4_A6F094.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_802411C4_A6F5A4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_802411C4_A6F5A4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_802411C4_A6F5A4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_802411C4_A6F5A4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241200_A6F5E0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241200_A6F5E0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241200_A6F5E0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241200_A6F5E0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_8024138C_A6F76C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_8024138C_A6F76C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_8024138C_A6F76C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_8024138C_A6F76C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_8024177C_A6FB5C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_8024177C_A6FB5C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_8024177C_A6FB5C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_8024177C_A6FB5C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241870_A6FC50.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241870_A6FC50.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241870_A6FC50.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241870_A6FC50.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241AB4_A6FE94.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241AB4_A6FE94.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241AB4_A6FE94.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241AB4_A6FE94.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241AF0_A6FED0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241AF0_A6FED0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241AF0_A6FED0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241AF0_A6FED0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241CBC_A7009C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241CBC_A7009C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241CBC_A7009C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241CBC_A7009C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241D28_A70108.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241D28_A70108.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241D28_A70108.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241D28_A70108.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241E5C_A7023C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241E5C_A7023C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241E5C_A7023C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241E5C_A7023C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241F4C_A7032C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241F4C_A7032C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241F4C_A7032C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_80241F4C_A7032C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_802422F0_A706D0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_802422F0_A706D0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_802422F0_A706D0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/func_802422F0_A706D0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/update_heroes_start_turn_A70404.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/update_heroes_start_turn_A70404.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/update_heroes_start_turn_A70404.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_61/A6E6F0/update_heroes_start_turn_A70404.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_63/A735B0/func_80240000_A735B0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_63/A735B0/func_80240000_A735B0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_63/A735B0/func_80240000_A735B0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_63/A735B0/func_80240000_A735B0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_70/A74B80/func_8024038C_A74BFC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_70/A74B80/func_8024038C_A74BFC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_70/A74B80/func_8024038C_A74BFC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_70/A74B80/func_8024038C_A74BFC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_70/A74B80/func_802406A4_A74F14.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_70/A74B80/func_802406A4_A74F14.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_70/A74B80/func_802406A4_A74F14.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_70/A74B80/func_802406A4_A74F14.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_81/A784C0/func_80240000_A784C0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_81/A784C0/func_80240000_A784C0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_81/A784C0/func_80240000_A784C0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_81/A784C0/func_80240000_A784C0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_8024027C_A7873C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_8024027C_A7873C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_8024027C_A7873C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_8024027C_A7873C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_802402D0_A78790.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_802402D0_A78790.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_802402D0_A78790.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_802402D0_A78790.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_80240308_A787C8.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_80240308_A787C8.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_80240308_A787C8.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_80240308_A787C8.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_802403A4_A78864.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_802403A4_A78864.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_802403A4_A78864.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_81/A78510/func_802403A4_A78864.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_82/A7A500/func_80240000_A7A500.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_82/A7A500/func_80240000_A7A500.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_82/A7A500/func_80240000_A7A500.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_82/A7A500/func_80240000_A7A500.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_8024027C_A7A77C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_8024027C_A7A77C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_8024027C_A7A77C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_8024027C_A7A77C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_802402D0_A7A7D0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_802402D0_A7A7D0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_802402D0_A7A7D0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_802402D0_A7A7D0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_80240308_A7A808.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_80240308_A7A808.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_80240308_A7A808.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_80240308_A7A808.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_802403A4_A7A8A4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_802403A4_A7A8A4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_802403A4_A7A8A4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_82/A7A550/func_802403A4_A7A8A4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_83/A83490/func_80240000_A83490.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_83/A83490/func_80240000_A83490.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_83/A83490/func_80240000_A83490.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_83/A83490/func_80240000_A83490.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_83/A834E0/func_80240050_A834E0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_83/A834E0/func_80240050_A834E0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_83/A834E0/func_80240050_A834E0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_83/A834E0/func_80240050_A834E0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240000_A86A50.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240000_A86A50.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240000_A86A50.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240000_A86A50.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240158_A86BA8.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240158_A86BA8.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240158_A86BA8.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240158_A86BA8.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_802404C0_A86F10.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_802404C0_A86F10.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_802404C0_A86F10.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_802404C0_A86F10.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024067C_A870CC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024067C_A870CC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024067C_A870CC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024067C_A870CC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024094C_A8739C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024094C_A8739C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024094C_A8739C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024094C_A8739C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240AD4_A87524.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240AD4_A87524.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240AD4_A87524.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240AD4_A87524.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240B94_A875E4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240B94_A875E4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240B94_A875E4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240B94_A875E4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240F0C_A8795C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240F0C_A8795C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240F0C_A8795C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80240F0C_A8795C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80241224_A87C74.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80241224_A87C74.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80241224_A87C74.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80241224_A87C74.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80241570_A87FC0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80241570_A87FC0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80241570_A87FC0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_80241570_A87FC0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_802415EC_A8803C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_802415EC_A8803C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_802415EC_A8803C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_802415EC_A8803C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_802416E8_A88138.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_802416E8_A88138.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_802416E8_A88138.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_802416E8_A88138.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024173C_A8818C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024173C_A8818C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024173C_A8818C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024173C_A8818C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024181C_A8826C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024181C_A8826C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024181C_A8826C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_91/A86A50/func_8024181C_A8826C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802400E0_A8CB60.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802400E0_A8CB60.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802400E0_A8CB60.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802400E0_A8CB60.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240238_A8CCB8.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240238_A8CCB8.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240238_A8CCB8.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240238_A8CCB8.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802405A0_A8D020.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802405A0_A8D020.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802405A0_A8D020.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802405A0_A8D020.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_8024075C_A8D1DC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_8024075C_A8D1DC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_8024075C_A8D1DC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_8024075C_A8D1DC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240A2C_A8D4AC.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240A2C_A8D4AC.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240A2C_A8D4AC.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240A2C_A8D4AC.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240BB4_A8D634.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240BB4_A8D634.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240BB4_A8D634.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240BB4_A8D634.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240C74_A8D6F4.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240C74_A8D6F4.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240C74_A8D6F4.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240C74_A8D6F4.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240FEC_A8DA6C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240FEC_A8DA6C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240FEC_A8DA6C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80240FEC_A8DA6C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80241304_A8DD84.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80241304_A8DD84.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80241304_A8DD84.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80241304_A8DD84.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80241650_A8E0D0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80241650_A8E0D0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80241650_A8E0D0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_80241650_A8E0D0.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802416CC_A8E14C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802416CC_A8E14C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802416CC_A8E14C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802416CC_A8E14C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802417C8_A8E248.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802417C8_A8E248.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802417C8_A8E248.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802417C8_A8E248.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_8024181C_A8E29C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_8024181C_A8E29C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_8024181C_A8E29C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_8024181C_A8E29C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802418FC_A8E37C.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802418FC_A8E37C.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802418FC_A8E37C.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_95/A8CB60/func_802418FC_A8E37C.s diff --git a/asm/nonmatchings/world/area_kpa/kpa_96/A927C0/func_80240000_A927C0.s b/ver/us/asm/nonmatchings/world/area_kpa/kpa_96/A927C0/func_80240000_A927C0.s similarity index 100% rename from asm/nonmatchings/world/area_kpa/kpa_96/A927C0/func_80240000_A927C0.s rename to ver/us/asm/nonmatchings/world/area_kpa/kpa_96/A927C0/func_80240000_A927C0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_80240310_C5AA50.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_80240310_C5AA50.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_80240310_C5AA50.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_80240310_C5AA50.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_80240384_C5AAC4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_80240384_C5AAC4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_80240384_C5AAC4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_80240384_C5AAC4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_802403B0_C5AAF0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_802403B0_C5AAF0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_802403B0_C5AAF0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_802403B0_C5AAF0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_802403DC_C5AB1C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_802403DC_C5AB1C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_802403DC_C5AB1C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AA50/func_802403DC_C5AB1C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802404E0_C5AC20.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802404E0_C5AC20.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802404E0_C5AC20.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802404E0_C5AC20.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80240690_C5ADD0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80240690_C5ADD0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80240690_C5ADD0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80240690_C5ADD0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80240D78_C5B4B8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80240D78_C5B4B8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80240D78_C5B4B8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80240D78_C5B4B8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241134_C5B874.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241134_C5B874.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241134_C5B874.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241134_C5B874.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241338_C5BA78.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241338_C5BA78.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241338_C5BA78.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241338_C5BA78.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802416C8_C5BE08.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802416C8_C5BE08.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802416C8_C5BE08.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802416C8_C5BE08.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802417EC_C5BF2C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802417EC_C5BF2C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802417EC_C5BF2C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802417EC_C5BF2C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241B08_C5C248.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241B08_C5C248.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241B08_C5C248.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241B08_C5C248.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241D88_C5C4C8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241D88_C5C4C8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241D88_C5C4C8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241D88_C5C4C8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241DE4_C5C524.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241DE4_C5C524.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241DE4_C5C524.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241DE4_C5C524.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241FCC_C5C70C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241FCC_C5C70C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241FCC_C5C70C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80241FCC_C5C70C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80242310_C5CA50.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80242310_C5CA50.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80242310_C5CA50.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80242310_C5CA50.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80242364_C5CAA4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80242364_C5CAA4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80242364_C5CAA4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_80242364_C5CAA4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_8024239C_C5CADC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_8024239C_C5CADC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_8024239C_C5CADC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_8024239C_C5CADC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802426B4_C5CDF4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802426B4_C5CDF4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802426B4_C5CDF4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802426B4_C5CDF4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802426F8_C5CE38.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802426F8_C5CE38.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802426F8_C5CE38.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5AC20/func_802426F8_C5CE38.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_02/C5CE70/func_80242730_C5CE70.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5CE70/func_80242730_C5CE70.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_02/C5CE70/func_80242730_C5CE70.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_02/C5CE70/func_80242730_C5CE70.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024038C_C6109C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024038C_C6109C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024038C_C6109C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024038C_C6109C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_802406A4_C613B4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_802406A4_C613B4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_802406A4_C613B4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_802406A4_C613B4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80240E00_C61B10.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80240E00_C61B10.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80240E00_C61B10.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80240E00_C61B10.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80240FB4_C61CC4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80240FB4_C61CC4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80240FB4_C61CC4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80240FB4_C61CC4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80241214_C61F24.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80241214_C61F24.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80241214_C61F24.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80241214_C61F24.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_802414C8_C621D8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_802414C8_C621D8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_802414C8_C621D8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_802414C8_C621D8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80241534_C62244.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80241534_C62244.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80241534_C62244.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80241534_C62244.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80241630_C62340.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80241630_C62340.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80241630_C62340.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80241630_C62340.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242070_C62D80.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242070_C62D80.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242070_C62D80.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242070_C62D80.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242100_C62E10.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242100_C62E10.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242100_C62E10.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242100_C62E10.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242200_C62F10.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242200_C62F10.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242200_C62F10.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242200_C62F10.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242260_C62F70.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242260_C62F70.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242260_C62F70.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242260_C62F70.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024234C_C6305C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024234C_C6305C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024234C_C6305C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024234C_C6305C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024259C_C632AC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024259C_C632AC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024259C_C632AC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024259C_C632AC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_802428E0_C635F0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_802428E0_C635F0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_802428E0_C635F0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_802428E0_C635F0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242934_C63644.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242934_C63644.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242934_C63644.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242934_C63644.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024296C_C6367C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024296C_C6367C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024296C_C6367C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_8024296C_C6367C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242C84_C63994.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242C84_C63994.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242C84_C63994.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242C84_C63994.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242CC8_C639D8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242CC8_C639D8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242CC8_C639D8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C61020/func_80242CC8_C639D8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242D38_C63A48.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242D38_C63A48.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242D38_C63A48.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242D38_C63A48.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242DB0_C63AC0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242DB0_C63AC0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242DB0_C63AC0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242DB0_C63AC0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242E54_C63B64.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242E54_C63B64.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242E54_C63B64.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242E54_C63B64.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242EF8_C63C08.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242EF8_C63C08.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242EF8_C63C08.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80242EF8_C63C08.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80243070_C63D80.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80243070_C63D80.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80243070_C63D80.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_03/C63A10/func_80243070_C63D80.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_8024032C_C6845C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_8024032C_C6845C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_8024032C_C6845C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_8024032C_C6845C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_8024034C_C6847C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_8024034C_C6847C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_8024034C_C6847C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_8024034C_C6847C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240378_C684A8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240378_C684A8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240378_C684A8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240378_C684A8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_802403E4_C68514.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_802403E4_C68514.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_802403E4_C68514.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_802403E4_C68514.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240430_C68560.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240430_C68560.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240430_C68560.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240430_C68560.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_802404DC_C6860C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_802404DC_C6860C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_802404DC_C6860C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_802404DC_C6860C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_8024072C_C6885C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_8024072C_C6885C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_8024072C_C6885C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_8024072C_C6885C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240758_C68888.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240758_C68888.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240758_C68888.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240758_C68888.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240790_C688C0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240790_C688C0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240790_C688C0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240790_C688C0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240820_C68950.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240820_C68950.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240820_C68950.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240820_C68950.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240854_C68984.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240854_C68984.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240854_C68984.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240854_C68984.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_802408B8_C689E8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_802408B8_C689E8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_802408B8_C689E8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_802408B8_C689E8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240910_C68A40.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240910_C68A40.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240910_C68A40.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240910_C68A40.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240E48_C68F78.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240E48_C68F78.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240E48_C68F78.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80240E48_C68F78.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80241018_C69148.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80241018_C69148.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80241018_C69148.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C68440/func_80241018_C69148.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C69180/func_80241050_C69180.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C69180/func_80241050_C69180.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C69180/func_80241050_C69180.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C69180/func_80241050_C69180.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_04/C69180/func_80241644_C69774.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C69180/func_80241644_C69774.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_04/C69180/func_80241644_C69774.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_04/C69180/func_80241644_C69774.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_06/C6CC30/func_80240310_C6CC30.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_06/C6CC30/func_80240310_C6CC30.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_06/C6CC30/func_80240310_C6CC30.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_06/C6CC30/func_80240310_C6CC30.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_802403F0_C6CD10.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_802403F0_C6CD10.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_802403F0_C6CD10.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_802403F0_C6CD10.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_80240738_C6D058.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_80240738_C6D058.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_80240738_C6D058.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_80240738_C6D058.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_802407FC_C6D11C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_802407FC_C6D11C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_802407FC_C6D11C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_802407FC_C6D11C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_80240A44_C6D364.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_80240A44_C6D364.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_80240A44_C6D364.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_06/C6CD10/func_80240A44_C6D364.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_07/C6E330/func_80240000_C6E330.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6E330/func_80240000_C6E330.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_07/C6E330/func_80240000_C6E330.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6E330/func_80240000_C6E330.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_07/C6E330/func_80240348_C6E678.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6E330/func_80240348_C6E678.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_07/C6E330/func_80240348_C6E678.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6E330/func_80240348_C6E678.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80240720_C6EA50.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80240720_C6EA50.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80240720_C6EA50.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80240720_C6EA50.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802407F4_C6EB24.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802407F4_C6EB24.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802407F4_C6EB24.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802407F4_C6EB24.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80240820_C6EB50.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80240820_C6EB50.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80240820_C6EB50.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80240820_C6EB50.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802409D0_C6ED00.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802409D0_C6ED00.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802409D0_C6ED00.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802409D0_C6ED00.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802410B8_C6F3E8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802410B8_C6F3E8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802410B8_C6F3E8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802410B8_C6F3E8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241474_C6F7A4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241474_C6F7A4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241474_C6F7A4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241474_C6F7A4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241678_C6F9A8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241678_C6F9A8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241678_C6F9A8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241678_C6F9A8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241A08_C6FD38.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241A08_C6FD38.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241A08_C6FD38.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241A08_C6FD38.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241B2C_C6FE5C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241B2C_C6FE5C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241B2C_C6FE5C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241B2C_C6FE5C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241E48_C70178.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241E48_C70178.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241E48_C70178.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80241E48_C70178.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802420C8_C703F8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802420C8_C703F8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802420C8_C703F8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_802420C8_C703F8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80242124_C70454.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80242124_C70454.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80242124_C70454.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_07/C6EA50/func_80242124_C70454.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71480/func_80240000_C71480.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71480/func_80240000_C71480.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71480/func_80240000_C71480.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71480/func_80240000_C71480.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71480/func_80240348_C717C8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71480/func_80240348_C717C8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71480/func_80240348_C717C8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71480/func_80240348_C717C8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71480/func_80240718_C71B98.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71480/func_80240718_C71B98.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71480/func_80240718_C71B98.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71480/func_80240718_C71B98.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71C10/func_80240790_C71C10.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71C10/func_80240790_C71C10.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71C10/func_80240790_C71C10.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71C10/func_80240790_C71C10.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80240A50_C71ED0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80240A50_C71ED0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80240A50_C71ED0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80240A50_C71ED0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80240C00_C72080.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80240C00_C72080.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80240C00_C72080.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80240C00_C72080.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802412E8_C72768.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802412E8_C72768.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802412E8_C72768.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802412E8_C72768.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802416A4_C72B24.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802416A4_C72B24.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802416A4_C72B24.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802416A4_C72B24.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802418A8_C72D28.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802418A8_C72D28.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802418A8_C72D28.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802418A8_C72D28.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80241C38_C730B8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80241C38_C730B8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80241C38_C730B8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80241C38_C730B8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80241D5C_C731DC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80241D5C_C731DC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80241D5C_C731DC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80241D5C_C731DC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242078_C734F8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242078_C734F8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242078_C734F8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242078_C734F8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802422F8_C73778.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802422F8_C73778.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802422F8_C73778.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802422F8_C73778.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242354_C737D4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242354_C737D4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242354_C737D4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242354_C737D4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242744_C73BC4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242744_C73BC4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242744_C73BC4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242744_C73BC4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802428F8_C73D78.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802428F8_C73D78.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802428F8_C73D78.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802428F8_C73D78.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242B58_C73FD8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242B58_C73FD8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242B58_C73FD8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242B58_C73FD8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242E0C_C7428C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242E0C_C7428C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242E0C_C7428C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242E0C_C7428C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242E78_C742F8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242E78_C742F8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242E78_C742F8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242E78_C742F8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242F74_C743F4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242F74_C743F4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242F74_C743F4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80242F74_C743F4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802439B4_C74E34.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802439B4_C74E34.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802439B4_C74E34.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_802439B4_C74E34.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243A44_C74EC4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243A44_C74EC4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243A44_C74EC4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243A44_C74EC4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243B44_C74FC4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243B44_C74FC4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243B44_C74FC4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243B44_C74FC4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243BA4_C75024.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243BA4_C75024.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243BA4_C75024.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243BA4_C75024.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243C90_C75110.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243C90_C75110.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243C90_C75110.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243C90_C75110.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243EE0_C75360.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243EE0_C75360.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243EE0_C75360.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_08/C71ED0/func_80243EE0_C75360.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_8024001C_C76CFC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_8024001C_C76CFC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_8024001C_C76CFC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_8024001C_C76CFC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_8024003C_C76D1C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_8024003C_C76D1C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_8024003C_C76D1C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_8024003C_C76D1C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240068_C76D48.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240068_C76D48.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240068_C76D48.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240068_C76D48.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_802400D4_C76DB4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_802400D4_C76DB4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_802400D4_C76DB4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_802400D4_C76DB4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240120_C76E00.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240120_C76E00.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240120_C76E00.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240120_C76E00.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_802401CC_C76EAC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_802401CC_C76EAC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_802401CC_C76EAC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_802401CC_C76EAC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_8024041C_C770FC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_8024041C_C770FC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_8024041C_C770FC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_8024041C_C770FC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240448_C77128.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240448_C77128.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240448_C77128.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240448_C77128.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240480_C77160.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240480_C77160.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240480_C77160.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240480_C77160.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240510_C771F0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240510_C771F0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240510_C771F0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240510_C771F0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240544_C77224.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240544_C77224.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240544_C77224.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240544_C77224.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_802405A8_C77288.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_802405A8_C77288.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_802405A8_C77288.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_802405A8_C77288.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240600_C772E0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240600_C772E0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240600_C772E0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240600_C772E0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240B38_C77818.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240B38_C77818.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240B38_C77818.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240B38_C77818.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240D08_C779E8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240D08_C779E8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240D08_C779E8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C76CE0/func_80240D08_C779E8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80240D40_C77A20.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80240D40_C77A20.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80240D40_C77A20.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80240D40_C77A20.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80240DE4_C77AC4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80240DE4_C77AC4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80240DE4_C77AC4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80240DE4_C77AC4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80240E88_C77B68.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80240E88_C77B68.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80240E88_C77B68.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80240E88_C77B68.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80241000_C77CE0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80241000_C77CE0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80241000_C77CE0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77A20/func_80241000_C77CE0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80241228_C77F08.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80241228_C77F08.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80241228_C77F08.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80241228_C77F08.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802413DC_C780BC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802413DC_C780BC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802413DC_C780BC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802413DC_C780BC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_8024163C_C7831C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_8024163C_C7831C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_8024163C_C7831C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_8024163C_C7831C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802418F0_C785D0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802418F0_C785D0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802418F0_C785D0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802418F0_C785D0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_8024195C_C7863C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_8024195C_C7863C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_8024195C_C7863C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_8024195C_C7863C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80241A58_C78738.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80241A58_C78738.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80241A58_C78738.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80241A58_C78738.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242498_C79178.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242498_C79178.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242498_C79178.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242498_C79178.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242528_C79208.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242528_C79208.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242528_C79208.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242528_C79208.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242628_C79308.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242628_C79308.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242628_C79308.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242628_C79308.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242688_C79368.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242688_C79368.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242688_C79368.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242688_C79368.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242774_C79454.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242774_C79454.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242774_C79454.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242774_C79454.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242A40_C79720.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242A40_C79720.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242A40_C79720.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242A40_C79720.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242D58_C79A38.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242D58_C79A38.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242D58_C79A38.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80242D58_C79A38.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802432AC_C79F8C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802432AC_C79F8C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802432AC_C79F8C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802432AC_C79F8C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802435F0_C7A2D0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802435F0_C7A2D0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802435F0_C7A2D0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802435F0_C7A2D0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80243644_C7A324.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80243644_C7A324.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80243644_C7A324.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80243644_C7A324.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_8024367C_C7A35C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_8024367C_C7A35C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_8024367C_C7A35C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_8024367C_C7A35C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80243994_C7A674.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80243994_C7A674.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80243994_C7A674.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_80243994_C7A674.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802439D8_C7A6B8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802439D8_C7A6B8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802439D8_C7A6B8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_09/C77D00/func_802439D8_C7A6B8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_10/C7E180/func_8024030C_C7E48C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E180/func_8024030C_C7E48C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_10/C7E180/func_8024030C_C7E48C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E180/func_8024030C_C7E48C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240330_C7E4B0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240330_C7E4B0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240330_C7E4B0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240330_C7E4B0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240350_C7E4D0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240350_C7E4D0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240350_C7E4D0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240350_C7E4D0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_8024037C_C7E4FC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_8024037C_C7E4FC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_8024037C_C7E4FC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_8024037C_C7E4FC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240414_C7E594.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240414_C7E594.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240414_C7E594.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240414_C7E594.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_802404B4_C7E634.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_802404B4_C7E634.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_802404B4_C7E634.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_802404B4_C7E634.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_802404EC_C7E66C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_802404EC_C7E66C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_802404EC_C7E66C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_802404EC_C7E66C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_802405A4_C7E724.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_802405A4_C7E724.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_802405A4_C7E724.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_802405A4_C7E724.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240638_C7E7B8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240638_C7E7B8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240638_C7E7B8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_10/C7E4B0/func_80240638_C7E7B8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_11/C804B0/func_80240310_C804B0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C804B0/func_80240310_C804B0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_11/C804B0/func_80240310_C804B0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C804B0/func_80240310_C804B0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_11/C804B0/func_80240408_C805A8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C804B0/func_80240408_C805A8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_11/C804B0/func_80240408_C805A8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C804B0/func_80240408_C805A8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_11/C804B0/func_80240434_C805D4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C804B0/func_80240434_C805D4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_11/C804B0/func_80240434_C805D4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C804B0/func_80240434_C805D4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80240460_C80600.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80240460_C80600.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80240460_C80600.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80240460_C80600.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80240610_C807B0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80240610_C807B0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80240610_C807B0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80240610_C807B0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80240CF8_C80E98.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80240CF8_C80E98.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80240CF8_C80E98.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80240CF8_C80E98.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_802410B4_C81254.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_802410B4_C81254.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_802410B4_C81254.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_802410B4_C81254.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_802412B8_C81458.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_802412B8_C81458.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_802412B8_C81458.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_802412B8_C81458.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241648_C817E8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241648_C817E8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241648_C817E8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241648_C817E8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_8024176C_C8190C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_8024176C_C8190C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_8024176C_C8190C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_8024176C_C8190C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241A88_C81C28.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241A88_C81C28.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241A88_C81C28.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241A88_C81C28.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241D08_C81EA8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241D08_C81EA8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241D08_C81EA8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241D08_C81EA8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241D64_C81F04.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241D64_C81F04.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241D64_C81F04.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241D64_C81F04.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241F4C_C820EC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241F4C_C820EC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241F4C_C820EC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80241F4C_C820EC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80242540_C826E0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80242540_C826E0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80242540_C826E0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_11/C80600/func_80242540_C826E0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240518_C85FC8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240518_C85FC8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240518_C85FC8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240518_C85FC8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_802406CC_C8617C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_802406CC_C8617C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_802406CC_C8617C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_802406CC_C8617C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_8024092C_C863DC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_8024092C_C863DC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_8024092C_C863DC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_8024092C_C863DC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240BE0_C86690.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240BE0_C86690.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240BE0_C86690.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240BE0_C86690.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240C4C_C866FC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240C4C_C866FC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240C4C_C866FC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240C4C_C866FC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240D48_C867F8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240D48_C867F8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240D48_C867F8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80240D48_C867F8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241788_C87238.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241788_C87238.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241788_C87238.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241788_C87238.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241818_C872C8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241818_C872C8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241818_C872C8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241818_C872C8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241918_C873C8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241918_C873C8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241918_C873C8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241918_C873C8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241978_C87428.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241978_C87428.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241978_C87428.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241978_C87428.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241A64_C87514.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241A64_C87514.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241A64_C87514.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241A64_C87514.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241D30_C877E0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241D30_C877E0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241D30_C877E0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80241D30_C877E0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242048_C87AF8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242048_C87AF8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242048_C87AF8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242048_C87AF8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_8024259C_C8804C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_8024259C_C8804C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_8024259C_C8804C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_8024259C_C8804C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_802428E0_C88390.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_802428E0_C88390.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_802428E0_C88390.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_802428E0_C88390.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242934_C883E4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242934_C883E4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242934_C883E4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242934_C883E4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_8024296C_C8841C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_8024296C_C8841C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_8024296C_C8841C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_8024296C_C8841C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242C84_C88734.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242C84_C88734.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242C84_C88734.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242C84_C88734.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242CC8_C88778.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242CC8_C88778.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242CC8_C88778.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C85DC0/func_80242CC8_C88778.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242D00_C887B0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242D00_C887B0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242D00_C887B0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242D00_C887B0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242D20_C887D0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242D20_C887D0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242D20_C887D0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242D20_C887D0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242D4C_C887FC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242D4C_C887FC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242D4C_C887FC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242D4C_C887FC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242DE4_C88894.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242DE4_C88894.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242DE4_C88894.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242DE4_C88894.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242E84_C88934.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242E84_C88934.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242E84_C88934.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242E84_C88934.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242EBC_C8896C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242EBC_C8896C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242EBC_C8896C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242EBC_C8896C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242F74_C88A24.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242F74_C88A24.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242F74_C88A24.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80242F74_C88A24.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80243004_C88AB4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80243004_C88AB4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80243004_C88AB4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_17/C887B0/func_80243004_C88AB4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_18/C8C0A0/func_80240000_C8C0A0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_18/C8C0A0/func_80240000_C8C0A0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_18/C8C0A0/func_80240000_C8C0A0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_18/C8C0A0/func_80240000_C8C0A0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_18/C8C3F0/func_80240350_C8C3F0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_18/C8C3F0/func_80240350_C8C3F0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_18/C8C3F0/func_80240350_C8C3F0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_18/C8C3F0/func_80240350_C8C3F0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_18/C8C3F0/func_8024036C_C8C40C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_18/C8C3F0/func_8024036C_C8C40C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_18/C8C3F0/func_8024036C_C8C40C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_18/C8C3F0/func_8024036C_C8C40C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_18/C8C3F0/func_80240388_C8C428.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_18/C8C3F0/func_80240388_C8C428.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_18/C8C3F0/func_80240388_C8C428.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_18/C8C3F0/func_80240388_C8C428.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_8024030C_C8DEBC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_8024030C_C8DEBC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_8024030C_C8DEBC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_8024030C_C8DEBC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240358_C8DF08.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240358_C8DF08.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240358_C8DF08.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240358_C8DF08.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802404B8_C8E068.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802404B8_C8E068.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802404B8_C8E068.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802404B8_C8E068.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802408C8_C8E478.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802408C8_C8E478.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802408C8_C8E478.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802408C8_C8E478.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240908_C8E4B8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240908_C8E4B8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240908_C8E4B8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240908_C8E4B8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240A14_C8E5C4.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240A14_C8E5C4.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240A14_C8E5C4.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240A14_C8E5C4.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240B00_C8E6B0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240B00_C8E6B0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240B00_C8E6B0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240B00_C8E6B0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240BD4_C8E784.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240BD4_C8E784.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240BD4_C8E784.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240BD4_C8E784.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240CD8_C8E888.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240CD8_C8E888.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240CD8_C8E888.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240CD8_C8E888.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240DA4_C8E954.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240DA4_C8E954.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240DA4_C8E954.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240DA4_C8E954.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240E2C_C8E9DC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240E2C_C8E9DC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240E2C_C8E9DC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80240E2C_C8E9DC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802413C0_C8EF70.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802413C0_C8EF70.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802413C0_C8EF70.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802413C0_C8EF70.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802413FC_C8EFAC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802413FC_C8EFAC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802413FC_C8EFAC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802413FC_C8EFAC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_8024140C_C8EFBC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_8024140C_C8EFBC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_8024140C_C8EFBC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_8024140C_C8EFBC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241468_C8F018.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241468_C8F018.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241468_C8F018.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241468_C8F018.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802417AC_C8F35C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802417AC_C8F35C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802417AC_C8F35C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_802417AC_C8F35C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241800_C8F3B0.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241800_C8F3B0.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241800_C8F3B0.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241800_C8F3B0.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241838_C8F3E8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241838_C8F3E8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241838_C8F3E8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241838_C8F3E8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241B50_C8F700.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241B50_C8F700.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241B50_C8F700.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241B50_C8F700.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241B94_C8F744.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241B94_C8F744.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241B94_C8F744.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241B94_C8F744.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241BC0_C8F770.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241BC0_C8F770.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241BC0_C8F770.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_19/C8DBB0/func_80241BC0_C8F770.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240310_C96240.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240310_C96240.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240310_C96240.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240310_C96240.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240654_C96584.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240654_C96584.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240654_C96584.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240654_C96584.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_802406A8_C965D8.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_802406A8_C965D8.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_802406A8_C965D8.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_802406A8_C965D8.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_802406E0_C96610.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_802406E0_C96610.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_802406E0_C96610.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_802406E0_C96610.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_802409F8_C96928.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_802409F8_C96928.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_802409F8_C96928.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_802409F8_C96928.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240A3C_C9696C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240A3C_C9696C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240A3C_C9696C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240A3C_C9696C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240A68_C96998.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240A68_C96998.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240A68_C96998.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240A68_C96998.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240A8C_C969BC.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240A8C_C969BC.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240A8C_C969BC.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_20/C96240/func_80240A8C_C969BC.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_22/C9A200/func_8024030C_C9A50C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_22/C9A200/func_8024030C_C9A50C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_22/C9A200/func_8024030C_C9A50C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_22/C9A200/func_8024030C_C9A50C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_22/C9A540/func_80240340_C9A540.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_22/C9A540/func_80240340_C9A540.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_22/C9A540/func_80240340_C9A540.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_22/C9A540/func_80240340_C9A540.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_22/C9A540/func_8024036C_C9A56C.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_22/C9A540/func_8024036C_C9A56C.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_22/C9A540/func_8024036C_C9A56C.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_22/C9A540/func_8024036C_C9A56C.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_23/C9C610/func_80240310_C9C610.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_23/C9C610/func_80240310_C9C610.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_23/C9C610/func_80240310_C9C610.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_23/C9C610/func_80240310_C9C610.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_23/C9C610/func_80240478_C9C778.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_23/C9C610/func_80240478_C9C778.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_23/C9C610/func_80240478_C9C778.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_23/C9C610/func_80240478_C9C778.s diff --git a/asm/nonmatchings/world/area_kzn/kzn_23/C9C610/func_80240520_C9C820.s b/ver/us/asm/nonmatchings/world/area_kzn/kzn_23/C9C610/func_80240520_C9C820.s similarity index 100% rename from asm/nonmatchings/world/area_kzn/kzn_23/C9C610/func_80240520_C9C820.s rename to ver/us/asm/nonmatchings/world/area_kzn/kzn_23/C9C610/func_80240520_C9C820.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EAD10/func_80240034_7EAD44.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EAD10/func_80240034_7EAD44.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EAD10/func_80240034_7EAD44.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EAD10/func_80240034_7EAD44.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240630_7EB340.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240630_7EB340.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240630_7EB340.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240630_7EB340.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024076C_7EB47C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024076C_7EB47C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024076C_7EB47C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024076C_7EB47C.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240990_7EB6A0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240990_7EB6A0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240990_7EB6A0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240990_7EB6A0.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802409FC_7EB70C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802409FC_7EB70C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802409FC_7EB70C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802409FC_7EB70C.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240BA8_7EB8B8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240BA8_7EB8B8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240BA8_7EB8B8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240BA8_7EB8B8.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240D1C_7EBA2C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240D1C_7EBA2C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240D1C_7EBA2C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240D1C_7EBA2C.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240DA0_7EBAB0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240DA0_7EBAB0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240DA0_7EBAB0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240DA0_7EBAB0.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240FB8_7EBCC8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240FB8_7EBCC8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240FB8_7EBCC8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80240FB8_7EBCC8.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024106C_7EBD7C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024106C_7EBD7C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024106C_7EBD7C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024106C_7EBD7C.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802410A0_7EBDB0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802410A0_7EBDB0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802410A0_7EBDB0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802410A0_7EBDB0.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241120_7EBE30.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241120_7EBE30.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241120_7EBE30.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241120_7EBE30.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241138_7EBE48.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241138_7EBE48.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241138_7EBE48.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241138_7EBE48.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241154_7EBE64.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241154_7EBE64.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241154_7EBE64.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241154_7EBE64.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241628_7EC338.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241628_7EC338.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241628_7EC338.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241628_7EC338.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241694_7EC3A4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241694_7EC3A4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241694_7EC3A4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241694_7EC3A4.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802418F0_7EC600.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802418F0_7EC600.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802418F0_7EC600.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802418F0_7EC600.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241944_7EC654.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241944_7EC654.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241944_7EC654.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241944_7EC654.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024197C_7EC68C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024197C_7EC68C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024197C_7EC68C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024197C_7EC68C.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241A18_7EC728.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241A18_7EC728.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241A18_7EC728.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241A18_7EC728.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241D30_7ECA40.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241D30_7ECA40.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241D30_7ECA40.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241D30_7ECA40.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241D74_7ECA84.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241D74_7ECA84.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241D74_7ECA84.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241D74_7ECA84.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241DA0_7ECAB0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241DA0_7ECAB0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241DA0_7ECAB0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241DA0_7ECAB0.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241E04_7ECB14.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241E04_7ECB14.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241E04_7ECB14.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241E04_7ECB14.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241E80_7ECB90.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241E80_7ECB90.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241E80_7ECB90.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241E80_7ECB90.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241FF0_7ECD00.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241FF0_7ECD00.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241FF0_7ECD00.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80241FF0_7ECD00.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80242178_7ECE88.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80242178_7ECE88.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80242178_7ECE88.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80242178_7ECE88.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802421D0_7ECEE0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802421D0_7ECEE0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802421D0_7ECEE0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_802421D0_7ECEE0.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80242250_7ECF60.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80242250_7ECF60.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80242250_7ECF60.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_80242250_7ECF60.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024228C_7ECF9C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024228C_7ECF9C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024228C_7ECF9C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7EB340/func_8024228C_7ECF9C.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7ECFD0/func_802423F0_7ED100.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7ECFD0/func_802423F0_7ED100.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7ECFD0/func_802423F0_7ED100.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7ECFD0/func_802423F0_7ED100.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242570_7ED280.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242570_7ED280.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242570_7ED280.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242570_7ED280.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_802426C8_7ED3D8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_802426C8_7ED3D8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7ED280/func_802426C8_7ED3D8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_802426C8_7ED3D8.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242A30_7ED740.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242A30_7ED740.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242A30_7ED740.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242A30_7ED740.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242BEC_7ED8FC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242BEC_7ED8FC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242BEC_7ED8FC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242BEC_7ED8FC.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242EBC_7EDBCC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242EBC_7EDBCC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242EBC_7EDBCC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80242EBC_7EDBCC.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243044_7EDD54.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243044_7EDD54.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243044_7EDD54.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243044_7EDD54.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243104_7EDE14.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243104_7EDE14.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243104_7EDE14.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243104_7EDE14.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243400_7EE110.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243400_7EE110.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243400_7EE110.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243400_7EE110.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243744_7EE454.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243744_7EE454.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243744_7EE454.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243744_7EE454.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243798_7EE4A8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243798_7EE4A8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243798_7EE4A8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243798_7EE4A8.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_802437D0_7EE4E0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_802437D0_7EE4E0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7ED280/func_802437D0_7EE4E0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_802437D0_7EE4E0.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243AE8_7EE7F8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243AE8_7EE7F8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243AE8_7EE7F8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243AE8_7EE7F8.s diff --git a/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243B2C_7EE83C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243B2C_7EE83C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243B2C_7EE83C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_00/7ED280/func_80243B2C_7EE83C.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/800880/func_802400C8_800948.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/800880/func_802400C8_800948.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/800880/func_802400C8_800948.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/800880/func_802400C8_800948.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/800C40/func_802403C0_800C40.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/800C40/func_802403C0_800C40.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/800C40/func_802403C0_800C40.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/800C40/func_802403C0_800C40.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/800C40/func_80240628_800EA8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/800C40/func_80240628_800EA8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/800C40/func_80240628_800EA8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/800C40/func_80240628_800EA8.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/801700/func_80240E80_801700.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/801700/func_80240E80_801700.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/801700/func_80240E80_801700.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/801700/func_80240E80_801700.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/801700/func_80240ED8_801758.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/801700/func_80240ED8_801758.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/801700/func_80240ED8_801758.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/801700/func_80240ED8_801758.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241080_801900.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241080_801900.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241080_801900.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241080_801900.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802411D8_801A58.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802411D8_801A58.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802411D8_801A58.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802411D8_801A58.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241540_801DC0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241540_801DC0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241540_801DC0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241540_801DC0.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802416FC_801F7C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802416FC_801F7C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802416FC_801F7C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802416FC_801F7C.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802419CC_80224C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802419CC_80224C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802419CC_80224C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802419CC_80224C.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241B54_8023D4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241B54_8023D4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241B54_8023D4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241B54_8023D4.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241C14_802494.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241C14_802494.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241C14_802494.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241C14_802494.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241F10_802790.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241F10_802790.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241F10_802790.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80241F10_802790.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024204C_8028CC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024204C_8028CC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024204C_8028CC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024204C_8028CC.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242270_802AF0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242270_802AF0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242270_802AF0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242270_802AF0.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802422DC_802B5C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802422DC_802B5C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802422DC_802B5C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802422DC_802B5C.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242488_802D08.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242488_802D08.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242488_802D08.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242488_802D08.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802425FC_802E7C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802425FC_802E7C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802425FC_802E7C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802425FC_802E7C.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242680_802F00.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242680_802F00.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242680_802F00.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242680_802F00.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242898_803118.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242898_803118.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242898_803118.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242898_803118.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024294C_8031CC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024294C_8031CC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024294C_8031CC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024294C_8031CC.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242980_803200.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242980_803200.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242980_803200.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242980_803200.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242A00_803280.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242A00_803280.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242A00_803280.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242A00_803280.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242A18_803298.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242A18_803298.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242A18_803298.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242A18_803298.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242A34_8032B4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242A34_8032B4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242A34_8032B4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242A34_8032B4.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242F08_803788.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242F08_803788.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242F08_803788.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242F08_803788.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242F74_8037F4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242F74_8037F4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242F74_8037F4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242F74_8037F4.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242FA4_803824.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242FA4_803824.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242FA4_803824.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80242FA4_803824.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243380_803C00.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243380_803C00.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243380_803C00.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243380_803C00.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243494_803D14.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243494_803D14.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243494_803D14.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243494_803D14.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243500_803D80.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243500_803D80.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243500_803D80.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243500_803D80.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802435C0_803E40.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802435C0_803E40.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802435C0_803E40.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802435C0_803E40.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243680_803F00.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243680_803F00.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243680_803F00.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243680_803F00.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243740_803FC0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243740_803FC0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243740_803FC0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243740_803FC0.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243870_8040F0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243870_8040F0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243870_8040F0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243870_8040F0.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024396C_8041EC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024396C_8041EC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024396C_8041EC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024396C_8041EC.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802439C0_804240.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802439C0_804240.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802439C0_804240.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802439C0_804240.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243CD4_804554.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243CD4_804554.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243CD4_804554.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243CD4_804554.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243D28_8045A8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243D28_8045A8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243D28_8045A8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243D28_8045A8.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243D60_8045E0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243D60_8045E0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243D60_8045E0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80243D60_8045E0.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244078_8048F8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244078_8048F8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244078_8048F8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244078_8048F8.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802440BC_80493C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802440BC_80493C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802440BC_80493C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802440BC_80493C.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802440FC_80497C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802440FC_80497C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802440FC_80497C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802440FC_80497C.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802441EC_804A6C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802441EC_804A6C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802441EC_804A6C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802441EC_804A6C.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244308_804B88.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244308_804B88.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244308_804B88.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244308_804B88.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802443E0_804C60.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802443E0_804C60.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802443E0_804C60.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802443E0_804C60.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802446AC_804F2C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802446AC_804F2C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802446AC_804F2C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802446AC_804F2C.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802447E0_805060.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802447E0_805060.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802447E0_805060.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802447E0_805060.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244848_8050C8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244848_8050C8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244848_8050C8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244848_8050C8.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802448A0_805120.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802448A0_805120.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802448A0_805120.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802448A0_805120.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244984_805204.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244984_805204.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244984_805204.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244984_805204.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802449F8_805278.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802449F8_805278.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802449F8_805278.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_802449F8_805278.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244D68_8055E8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244D68_8055E8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244D68_8055E8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244D68_8055E8.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244E10_805690.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244E10_805690.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244E10_805690.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244E10_805690.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244E90_805710.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244E90_805710.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244E90_805710.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244E90_805710.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244F5C_8057DC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244F5C_8057DC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244F5C_8057DC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80244F5C_8057DC.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80245018_805898.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80245018_805898.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80245018_805898.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80245018_805898.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80245028_8058A8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80245028_8058A8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80245028_8058A8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80245028_8058A8.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024522C_805AAC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024522C_805AAC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024522C_805AAC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_8024522C_805AAC.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80245488_805D08.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80245488_805D08.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80245488_805D08.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/func_80245488_805D08.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/pause_tabs_draw_badges_805540.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/pause_tabs_draw_badges_805540.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/pause_tabs_draw_badges_805540.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/pause_tabs_draw_badges_805540.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/pause_tabs_draw_stats_805418.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/pause_tabs_draw_stats_805418.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/pause_tabs_draw_stats_805418.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/pause_tabs_draw_stats_805418.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/8017D0/pause_tutorial_draw_contents_804074.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/pause_tutorial_draw_contents_804074.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/8017D0/pause_tutorial_draw_contents_804074.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/8017D0/pause_tutorial_draw_contents_804074.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245550_805DD0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245550_805DD0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245550_805DD0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245550_805DD0.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_802456A8_805F28.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_802456A8_805F28.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/805DD0/func_802456A8_805F28.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_802456A8_805F28.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245A10_806290.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245A10_806290.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245A10_806290.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245A10_806290.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245BCC_80644C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245BCC_80644C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245BCC_80644C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245BCC_80644C.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245E9C_80671C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245E9C_80671C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245E9C_80671C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80245E9C_80671C.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80246024_8068A4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80246024_8068A4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80246024_8068A4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_80246024_8068A4.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_802460E4_806964.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_802460E4_806964.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/805DD0/func_802460E4_806964.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_802460E4_806964.s diff --git a/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_802463E0_806C60.s b/ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_802463E0_806C60.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_01/805DD0/func_802463E0_806C60.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_01/805DD0/func_802463E0_806C60.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/8232C0/func_80240034_8232F4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/8232C0/func_80240034_8232F4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/8232C0/func_80240034_8232F4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/8232C0/func_80240034_8232F4.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/8238B0/func_802405F0_8238B0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/8238B0/func_802405F0_8238B0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/8238B0/func_802405F0_8238B0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/8238B0/func_802405F0_8238B0.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240930_823BF0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240930_823BF0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240930_823BF0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240930_823BF0.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240A88_823D48.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240A88_823D48.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240A88_823D48.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240A88_823D48.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240DF0_8240B0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240DF0_8240B0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240DF0_8240B0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240DF0_8240B0.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240FAC_82426C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240FAC_82426C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240FAC_82426C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80240FAC_82426C.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_8024127C_82453C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_8024127C_82453C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_8024127C_82453C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_8024127C_82453C.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241404_8246C4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241404_8246C4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241404_8246C4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241404_8246C4.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802414C4_824784.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802414C4_824784.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802414C4_824784.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802414C4_824784.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802417C0_824A80.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802417C0_824A80.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802417C0_824A80.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802417C0_824A80.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802418FC_824BBC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802418FC_824BBC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802418FC_824BBC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802418FC_824BBC.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241B20_824DE0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241B20_824DE0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241B20_824DE0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241B20_824DE0.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241B8C_824E4C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241B8C_824E4C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241B8C_824E4C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241B8C_824E4C.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241D38_824FF8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241D38_824FF8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241D38_824FF8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241D38_824FF8.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241EAC_82516C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241EAC_82516C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241EAC_82516C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241EAC_82516C.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241F30_8251F0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241F30_8251F0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241F30_8251F0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80241F30_8251F0.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242148_825408.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242148_825408.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242148_825408.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242148_825408.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802421FC_8254BC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802421FC_8254BC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802421FC_8254BC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802421FC_8254BC.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242230_8254F0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242230_8254F0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242230_8254F0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242230_8254F0.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802422B0_825570.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802422B0_825570.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802422B0_825570.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802422B0_825570.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802422C8_825588.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802422C8_825588.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802422C8_825588.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802422C8_825588.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802422E4_8255A4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802422E4_8255A4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802422E4_8255A4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802422E4_8255A4.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802427B8_825A78.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802427B8_825A78.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802427B8_825A78.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802427B8_825A78.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242824_825AE4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242824_825AE4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242824_825AE4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242824_825AE4.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242A80_825D40.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242A80_825D40.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242A80_825D40.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242A80_825D40.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242AD4_825D94.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242AD4_825D94.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242AD4_825D94.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242AD4_825D94.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242B0C_825DCC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242B0C_825DCC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242B0C_825DCC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242B0C_825DCC.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242BA8_825E68.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242BA8_825E68.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242BA8_825E68.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242BA8_825E68.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242C44_825F04.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242C44_825F04.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242C44_825F04.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242C44_825F04.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242DBC_82607C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242DBC_82607C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242DBC_82607C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242DBC_82607C.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242F60_826220.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242F60_826220.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242F60_826220.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80242F60_826220.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80243040_826300.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80243040_826300.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80243040_826300.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80243040_826300.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80243088_826348.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80243088_826348.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80243088_826348.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80243088_826348.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802430D0_826390.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802430D0_826390.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802430D0_826390.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802430D0_826390.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80243380_826640.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80243380_826640.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80243380_826640.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_80243380_826640.s diff --git a/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802433C4_826684.s b/ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802433C4_826684.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802433C4_826684.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_02/823BF0/func_802433C4_826684.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831800/func_80240034_831834.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831800/func_80240034_831834.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831800/func_80240034_831834.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831800/func_80240034_831834.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831800/func_802402E0_831AE0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831800/func_802402E0_831AE0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831800/func_802402E0_831AE0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831800/func_802402E0_831AE0.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_802404B0_831CB0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_802404B0_831CB0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_802404B0_831CB0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_802404B0_831CB0.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_802405EC_831DEC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_802405EC_831DEC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_802405EC_831DEC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_802405EC_831DEC.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240810_832010.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240810_832010.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240810_832010.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240810_832010.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_8024087C_83207C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_8024087C_83207C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_8024087C_83207C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_8024087C_83207C.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240A28_832228.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240A28_832228.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240A28_832228.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240A28_832228.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240B9C_83239C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240B9C_83239C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240B9C_83239C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240B9C_83239C.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240C20_832420.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240C20_832420.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240C20_832420.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240C20_832420.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240E38_832638.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240E38_832638.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240E38_832638.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240E38_832638.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240EEC_8326EC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240EEC_8326EC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240EEC_8326EC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240EEC_8326EC.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240F20_832720.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240F20_832720.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240F20_832720.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240F20_832720.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240FA0_8327A0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240FA0_8327A0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240FA0_8327A0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240FA0_8327A0.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240FB8_8327B8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240FB8_8327B8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240FB8_8327B8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240FB8_8327B8.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240FD4_8327D4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240FD4_8327D4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240FD4_8327D4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80240FD4_8327D4.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_802414A8_832CA8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_802414A8_832CA8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_802414A8_832CA8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_802414A8_832CA8.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241514_832D14.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241514_832D14.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241514_832D14.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241514_832D14.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241770_832F70.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241770_832F70.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241770_832F70.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241770_832F70.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_802417C4_832FC4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_802417C4_832FC4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_802417C4_832FC4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_802417C4_832FC4.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_802417FC_832FFC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_802417FC_832FFC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_802417FC_832FFC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_802417FC_832FFC.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241B14_833314.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241B14_833314.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241B14_833314.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241B14_833314.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241B58_833358.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241B58_833358.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241B58_833358.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241B58_833358.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241B84_833384.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241B84_833384.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241B84_833384.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241B84_833384.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241BD8_8333D8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241BD8_8333D8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241BD8_8333D8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/831B20/func_80241BD8_8333D8.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/833740/func_80241F40_833740.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_80241F40_833740.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/833740/func_80241F40_833740.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_80241F40_833740.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/833740/func_80241F80_833780.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_80241F80_833780.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/833740/func_80241F80_833780.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_80241F80_833780.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/833740/func_80241FA0_8337A0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_80241FA0_8337A0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/833740/func_80241FA0_8337A0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_80241FA0_8337A0.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/833740/func_8024206C_83386C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_8024206C_83386C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/833740/func_8024206C_83386C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_8024206C_83386C.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/833740/func_802421E8_8339E8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_802421E8_8339E8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/833740/func_802421E8_8339E8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_802421E8_8339E8.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/833740/func_80242384_833B84.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_80242384_833B84.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/833740/func_80242384_833B84.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_80242384_833B84.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/833740/func_802424A0_833CA0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_802424A0_833CA0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/833740/func_802424A0_833CA0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_802424A0_833CA0.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/833740/func_802425A8_833DA8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_802425A8_833DA8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/833740/func_802425A8_833DA8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_802425A8_833DA8.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/833740/func_80242608_833E08.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_80242608_833E08.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/833740/func_80242608_833E08.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_80242608_833E08.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/833740/func_80242694_833E94.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_80242694_833E94.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/833740/func_80242694_833E94.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_80242694_833E94.s diff --git a/asm/nonmatchings/world/area_mac/mac_03/833740/func_802427D0_833FD0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_802427D0_833FD0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_03/833740/func_802427D0_833FD0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_03/833740/func_802427D0_833FD0.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/842BD0/func_80240000_842BD0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/842BD0/func_80240000_842BD0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/842BD0/func_80240000_842BD0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/842BD0/func_80240000_842BD0.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/842C20/func_80240050_842C20.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/842C20/func_80240050_842C20.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/842C20/func_80240050_842C20.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/842C20/func_80240050_842C20.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/842C20/func_80240194_842D64.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/842C20/func_80240194_842D64.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/842C20/func_80240194_842D64.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/842C20/func_80240194_842D64.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/842D90/func_802401C0_842D90.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/842D90/func_802401C0_842D90.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/842D90/func_802401C0_842D90.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/842D90/func_802401C0_842D90.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240460_843030.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240460_843030.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80240460_843030.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240460_843030.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_8024059C_84316C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_8024059C_84316C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_8024059C_84316C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_8024059C_84316C.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_802407C0_843390.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_802407C0_843390.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_802407C0_843390.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_802407C0_843390.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_8024082C_8433FC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_8024082C_8433FC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_8024082C_8433FC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_8024082C_8433FC.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_802409D8_8435A8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_802409D8_8435A8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_802409D8_8435A8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_802409D8_8435A8.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240B4C_84371C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240B4C_84371C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80240B4C_84371C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240B4C_84371C.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240BD0_8437A0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240BD0_8437A0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80240BD0_8437A0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240BD0_8437A0.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240DE8_8439B8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240DE8_8439B8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80240DE8_8439B8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240DE8_8439B8.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240E9C_843A6C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240E9C_843A6C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80240E9C_843A6C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240E9C_843A6C.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240ED0_843AA0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240ED0_843AA0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80240ED0_843AA0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240ED0_843AA0.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240F50_843B20.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240F50_843B20.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80240F50_843B20.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240F50_843B20.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240F68_843B38.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240F68_843B38.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80240F68_843B38.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240F68_843B38.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240F84_843B54.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240F84_843B54.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80240F84_843B54.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80240F84_843B54.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241458_844028.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241458_844028.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80241458_844028.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241458_844028.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_802414C4_844094.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_802414C4_844094.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_802414C4_844094.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_802414C4_844094.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241720_8442F0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241720_8442F0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80241720_8442F0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241720_8442F0.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241774_844344.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241774_844344.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80241774_844344.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241774_844344.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_802417AC_84437C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_802417AC_84437C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_802417AC_84437C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_802417AC_84437C.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241848_844418.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241848_844418.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80241848_844418.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241848_844418.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_802418AC_84447C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_802418AC_84447C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_802418AC_84447C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_802418AC_84447C.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241980_844550.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241980_844550.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80241980_844550.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241980_844550.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_802419AC_84457C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_802419AC_84457C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_802419AC_84457C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_802419AC_84457C.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_802419E4_8445B4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_802419E4_8445B4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_802419E4_8445B4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_802419E4_8445B4.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241A64_844634.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241A64_844634.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80241A64_844634.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241A64_844634.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241B90_844760.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241B90_844760.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80241B90_844760.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241B90_844760.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241BB8_844788.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241BB8_844788.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80241BB8_844788.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241BB8_844788.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241C40_844810.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241C40_844810.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80241C40_844810.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241C40_844810.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241C60_844830.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241C60_844830.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/843030/func_80241C60_844830.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/843030/func_80241C60_844830.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/844860/func_80241C90_844860.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/844860/func_80241C90_844860.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/844860/func_80241C90_844860.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/844860/func_80241C90_844860.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/844860/func_80241CEC_8448BC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/844860/func_80241CEC_8448BC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/844860/func_80241CEC_8448BC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/844860/func_80241CEC_8448BC.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/844860/func_80241D30_844900.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/844860/func_80241D30_844900.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/844860/func_80241D30_844900.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/844860/func_80241D30_844900.s diff --git a/asm/nonmatchings/world/area_mac/mac_04/844860/func_80241DAC_84497C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_04/844860/func_80241DAC_84497C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_04/844860/func_80241DAC_84497C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_04/844860/func_80241DAC_84497C.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_8024030C_85247C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_8024030C_85247C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_8024030C_85247C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_8024030C_85247C.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_8024047C_8525EC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_8024047C_8525EC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_8024047C_8525EC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_8024047C_8525EC.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80240490_852600.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80240490_852600.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80240490_852600.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80240490_852600.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_802405E8_852758.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_802405E8_852758.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_802405E8_852758.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_802405E8_852758.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80240950_852AC0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80240950_852AC0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80240950_852AC0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80240950_852AC0.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80240B0C_852C7C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80240B0C_852C7C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80240B0C_852C7C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80240B0C_852C7C.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80240DDC_852F4C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80240DDC_852F4C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80240DDC_852F4C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80240DDC_852F4C.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80240F64_8530D4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80240F64_8530D4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80240F64_8530D4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80240F64_8530D4.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241024_853194.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241024_853194.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80241024_853194.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241024_853194.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241320_853490.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241320_853490.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80241320_853490.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241320_853490.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_8024145C_8535CC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_8024145C_8535CC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_8024145C_8535CC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_8024145C_8535CC.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241680_8537F0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241680_8537F0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80241680_8537F0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241680_8537F0.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_802416EC_85385C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_802416EC_85385C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_802416EC_85385C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_802416EC_85385C.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241898_853A08.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241898_853A08.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80241898_853A08.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241898_853A08.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241A0C_853B7C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241A0C_853B7C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80241A0C_853B7C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241A0C_853B7C.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241A90_853C00.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241A90_853C00.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80241A90_853C00.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241A90_853C00.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241CA8_853E18.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241CA8_853E18.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80241CA8_853E18.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241CA8_853E18.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241D5C_853ECC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241D5C_853ECC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80241D5C_853ECC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241D5C_853ECC.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241D90_853F00.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241D90_853F00.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80241D90_853F00.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241D90_853F00.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241E10_853F80.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241E10_853F80.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80241E10_853F80.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241E10_853F80.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241E28_853F98.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241E28_853F98.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80241E28_853F98.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241E28_853F98.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241E44_853FB4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241E44_853FB4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80241E44_853FB4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80241E44_853FB4.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242318_854488.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242318_854488.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80242318_854488.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242318_854488.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242384_8544F4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242384_8544F4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80242384_8544F4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242384_8544F4.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_802425E0_854750.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_802425E0_854750.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_802425E0_854750.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_802425E0_854750.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242634_8547A4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242634_8547A4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80242634_8547A4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242634_8547A4.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_8024266C_8547DC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_8024266C_8547DC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_8024266C_8547DC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_8024266C_8547DC.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242708_854878.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242708_854878.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80242708_854878.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242708_854878.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242A20_854B90.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242A20_854B90.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80242A20_854B90.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242A20_854B90.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242A64_854BD4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242A64_854BD4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80242A64_854BD4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242A64_854BD4.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242A90_854C00.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242A90_854C00.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80242A90_854C00.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242A90_854C00.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242C78_854DE8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242C78_854DE8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80242C78_854DE8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242C78_854DE8.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242E84_854FF4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242E84_854FF4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80242E84_854FF4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80242E84_854FF4.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80243088_8551F8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80243088_8551F8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80243088_8551F8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80243088_8551F8.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_802430B4_855224.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_802430B4_855224.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_802430B4_855224.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_802430B4_855224.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_802431B0_855320.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_802431B0_855320.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_802431B0_855320.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_802431B0_855320.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80243254_8553C4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80243254_8553C4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80243254_8553C4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80243254_8553C4.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_8024335C_8554CC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_8024335C_8554CC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_8024335C_8554CC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_8024335C_8554CC.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_80243380_8554F0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80243380_8554F0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_80243380_8554F0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_80243380_8554F0.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/852170/func_802433BC_85552C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_802433BC_85552C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/852170/func_802433BC_85552C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/852170/func_802433BC_85552C.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/855560/func_802433F0_855560.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_802433F0_855560.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/855560/func_802433F0_855560.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_802433F0_855560.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/855560/func_8024343C_8555AC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_8024343C_8555AC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/855560/func_8024343C_8555AC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_8024343C_8555AC.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243588_8556F8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243588_8556F8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/855560/func_80243588_8556F8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243588_8556F8.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243800_855970.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243800_855970.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/855560/func_80243800_855970.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243800_855970.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/855560/func_802438A4_855A14.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_802438A4_855A14.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/855560/func_802438A4_855A14.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_802438A4_855A14.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243948_855AB8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243948_855AB8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/855560/func_80243948_855AB8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243948_855AB8.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243AB8_855C28.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243AB8_855C28.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/855560/func_80243AB8_855C28.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243AB8_855C28.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243BA4_855D14.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243BA4_855D14.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/855560/func_80243BA4_855D14.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243BA4_855D14.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243CD4_855E44.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243CD4_855E44.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/855560/func_80243CD4_855E44.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243CD4_855E44.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243D78_855EE8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243D78_855EE8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/855560/func_80243D78_855EE8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/855560/func_80243D78_855EE8.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/855F20/func_80243DB0_855F20.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/855F20/func_80243DB0_855F20.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/855F20/func_80243DB0_855F20.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/855F20/func_80243DB0_855F20.s diff --git a/asm/nonmatchings/world/area_mac/mac_05/855F20/func_80243F0C_85607C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_05/855F20/func_80243F0C_85607C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_05/855F20/func_80243F0C_85607C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_05/855F20/func_80243F0C_85607C.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/864B40/func_8024030C_864E4C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/864B40/func_8024030C_864E4C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/864B40/func_8024030C_864E4C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/864B40/func_8024030C_864E4C.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/865000/func_802404C0_865000.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_802404C0_865000.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/865000/func_802404C0_865000.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_802404C0_865000.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/865000/func_8024050C_86504C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_8024050C_86504C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/865000/func_8024050C_86504C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_8024050C_86504C.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240658_865198.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240658_865198.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/865000/func_80240658_865198.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240658_865198.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/865000/func_802408D0_865410.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_802408D0_865410.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/865000/func_802408D0_865410.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_802408D0_865410.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240974_8654B4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240974_8654B4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/865000/func_80240974_8654B4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240974_8654B4.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240A18_865558.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240A18_865558.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/865000/func_80240A18_865558.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240A18_865558.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240B88_8656C8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240B88_8656C8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/865000/func_80240B88_8656C8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240B88_8656C8.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240C74_8657B4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240C74_8657B4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/865000/func_80240C74_8657B4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240C74_8657B4.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240DA4_8658E4.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240DA4_8658E4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/865000/func_80240DA4_8658E4.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240DA4_8658E4.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240E48_865988.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240E48_865988.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/865000/func_80240E48_865988.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/865000/func_80240E48_865988.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80240E80_8659C0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80240E80_8659C0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80240E80_8659C0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80240E80_8659C0.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80241098_865BD8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80241098_865BD8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80241098_865BD8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80241098_865BD8.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80241290_865DD0.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80241290_865DD0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80241290_865DD0.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80241290_865DD0.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_802412AC_865DEC.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_802412AC_865DEC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/8659C0/func_802412AC_865DEC.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_802412AC_865DEC.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80241388_865EC8.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80241388_865EC8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80241388_865EC8.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_80241388_865EC8.s diff --git a/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_802415FC_86613C.s b/ver/us/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_802415FC_86613C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/mac_06/8659C0/func_802415FC_86613C.s rename to ver/us/asm/nonmatchings/world/area_mac/mac_06/8659C0/func_802415FC_86613C.s diff --git a/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240000_7E73A0.s b/ver/us/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240000_7E73A0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240000_7E73A0.s rename to ver/us/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240000_7E73A0.s diff --git a/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240030_7E73D0.s b/ver/us/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240030_7E73D0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240030_7E73D0.s rename to ver/us/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240030_7E73D0.s diff --git a/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240038_7E73D8.s b/ver/us/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240038_7E73D8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240038_7E73D8.s rename to ver/us/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240038_7E73D8.s diff --git a/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240040_7E73E0.s b/ver/us/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240040_7E73E0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240040_7E73E0.s rename to ver/us/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240040_7E73E0.s diff --git a/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240048_7E73E8.s b/ver/us/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240048_7E73E8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240048_7E73E8.s rename to ver/us/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240048_7E73E8.s diff --git a/asm/nonmatchings/world/area_mac/machi/7E73A0/func_802400C8_7E7468.s b/ver/us/asm/nonmatchings/world/area_mac/machi/7E73A0/func_802400C8_7E7468.s similarity index 100% rename from asm/nonmatchings/world/area_mac/machi/7E73A0/func_802400C8_7E7468.s rename to ver/us/asm/nonmatchings/world/area_mac/machi/7E73A0/func_802400C8_7E7468.s diff --git a/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240114_7E74B4.s b/ver/us/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240114_7E74B4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240114_7E74B4.s rename to ver/us/asm/nonmatchings/world/area_mac/machi/7E73A0/func_80240114_7E74B4.s diff --git a/asm/nonmatchings/world/area_mac/machi/7E7550/func_802401B0_7E7550.s b/ver/us/asm/nonmatchings/world/area_mac/machi/7E7550/func_802401B0_7E7550.s similarity index 100% rename from asm/nonmatchings/world/area_mac/machi/7E7550/func_802401B0_7E7550.s rename to ver/us/asm/nonmatchings/world/area_mac/machi/7E7550/func_802401B0_7E7550.s diff --git a/asm/nonmatchings/world/area_mac/machi/7E7550/func_802402EC_7E768C.s b/ver/us/asm/nonmatchings/world/area_mac/machi/7E7550/func_802402EC_7E768C.s similarity index 100% rename from asm/nonmatchings/world/area_mac/machi/7E7550/func_802402EC_7E768C.s rename to ver/us/asm/nonmatchings/world/area_mac/machi/7E7550/func_802402EC_7E768C.s diff --git a/asm/nonmatchings/world/area_mac/machi/7E7550/func_80240318_7E76B8.s b/ver/us/asm/nonmatchings/world/area_mac/machi/7E7550/func_80240318_7E76B8.s similarity index 100% rename from asm/nonmatchings/world/area_mac/machi/7E7550/func_80240318_7E76B8.s rename to ver/us/asm/nonmatchings/world/area_mac/machi/7E7550/func_80240318_7E76B8.s diff --git a/asm/nonmatchings/world/area_mac/machi/7E7550/func_80240344_7E76E4.s b/ver/us/asm/nonmatchings/world/area_mac/machi/7E7550/func_80240344_7E76E4.s similarity index 100% rename from asm/nonmatchings/world/area_mac/machi/7E7550/func_80240344_7E76E4.s rename to ver/us/asm/nonmatchings/world/area_mac/machi/7E7550/func_80240344_7E76E4.s diff --git a/asm/nonmatchings/world/area_mac/machi/7E7550/func_802403A0_7E7740.s b/ver/us/asm/nonmatchings/world/area_mac/machi/7E7550/func_802403A0_7E7740.s similarity index 100% rename from asm/nonmatchings/world/area_mac/machi/7E7550/func_802403A0_7E7740.s rename to ver/us/asm/nonmatchings/world/area_mac/machi/7E7550/func_802403A0_7E7740.s diff --git a/asm/nonmatchings/world/area_mac/machi/7E7550/func_80240410_7E77B0.s b/ver/us/asm/nonmatchings/world/area_mac/machi/7E7550/func_80240410_7E77B0.s similarity index 100% rename from asm/nonmatchings/world/area_mac/machi/7E7550/func_80240410_7E77B0.s rename to ver/us/asm/nonmatchings/world/area_mac/machi/7E7550/func_80240410_7E77B0.s diff --git a/asm/nonmatchings/world/area_mac/machi/7E7550/func_8024045C_7E77FC.s b/ver/us/asm/nonmatchings/world/area_mac/machi/7E7550/func_8024045C_7E77FC.s similarity index 100% rename from asm/nonmatchings/world/area_mac/machi/7E7550/func_8024045C_7E77FC.s rename to ver/us/asm/nonmatchings/world/area_mac/machi/7E7550/func_8024045C_7E77FC.s diff --git a/asm/nonmatchings/world/area_mac/machi/7E7850/func_802404B0_7E7850.s b/ver/us/asm/nonmatchings/world/area_mac/machi/7E7850/func_802404B0_7E7850.s similarity index 100% rename from asm/nonmatchings/world/area_mac/machi/7E7850/func_802404B0_7E7850.s rename to ver/us/asm/nonmatchings/world/area_mac/machi/7E7850/func_802404B0_7E7850.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240034_E0E7D4.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240034_E0E7D4.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240034_E0E7D4.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240034_E0E7D4.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_802402E0_E0EA80.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_802402E0_E0EA80.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_802402E0_E0EA80.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_802402E0_E0EA80.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240438_E0EBD8.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240438_E0EBD8.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240438_E0EBD8.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240438_E0EBD8.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_802407A0_E0EF40.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_802407A0_E0EF40.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_802407A0_E0EF40.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_802407A0_E0EF40.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_8024095C_E0F0FC.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_8024095C_E0F0FC.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_8024095C_E0F0FC.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_8024095C_E0F0FC.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240C2C_E0F3CC.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240C2C_E0F3CC.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240C2C_E0F3CC.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240C2C_E0F3CC.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240DB4_E0F554.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240DB4_E0F554.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240DB4_E0F554.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240DB4_E0F554.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240E74_E0F614.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240E74_E0F614.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240E74_E0F614.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80240E74_E0F614.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80241170_E0F910.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80241170_E0F910.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80241170_E0F910.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0E7A0/func_80241170_E0F910.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_802411E0_E0F980.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_802411E0_E0F980.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_802411E0_E0F980.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_802411E0_E0F980.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_80241540_E0FCE0.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_80241540_E0FCE0.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_80241540_E0FCE0.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_80241540_E0FCE0.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_802416C0_E0FE60.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_802416C0_E0FE60.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_802416C0_E0FE60.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_802416C0_E0FE60.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_802416F8_E0FE98.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_802416F8_E0FE98.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_802416F8_E0FE98.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_00/E0F980/func_802416F8_E0FE98.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12760/func_80240000_E12760.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12760/func_80240000_E12760.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12760/func_80240000_E12760.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12760/func_80240000_E12760.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802401D0_E12930.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802401D0_E12930.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802401D0_E12930.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802401D0_E12930.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802403C4_E12B24.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802403C4_E12B24.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802403C4_E12B24.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802403C4_E12B24.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802403FC_E12B5C.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802403FC_E12B5C.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802403FC_E12B5C.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802403FC_E12B5C.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240438_E12B98.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240438_E12B98.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240438_E12B98.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240438_E12B98.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024045C_E12BBC.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024045C_E12BBC.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024045C_E12BBC.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024045C_E12BBC.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024050C_E12C6C.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024050C_E12C6C.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024050C_E12C6C.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024050C_E12C6C.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024058C_E12CEC.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024058C_E12CEC.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024058C_E12CEC.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024058C_E12CEC.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802406C4_E12E24.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802406C4_E12E24.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802406C4_E12E24.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802406C4_E12E24.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802407E4_E12F44.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802407E4_E12F44.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802407E4_E12F44.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802407E4_E12F44.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024084C_E12FAC.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024084C_E12FAC.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024084C_E12FAC.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_8024084C_E12FAC.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802408EC_E1304C.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802408EC_E1304C.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802408EC_E1304C.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802408EC_E1304C.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240AAC_E1320C.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240AAC_E1320C.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240AAC_E1320C.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240AAC_E1320C.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240BF4_E13354.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240BF4_E13354.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240BF4_E13354.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240BF4_E13354.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240C54_E133B4.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240C54_E133B4.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240C54_E133B4.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240C54_E133B4.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240CD0_E13430.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240CD0_E13430.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240CD0_E13430.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240CD0_E13430.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240D84_E134E4.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240D84_E134E4.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240D84_E134E4.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240D84_E134E4.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240DB8_E13518.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240DB8_E13518.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240DB8_E13518.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240DB8_E13518.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240ECC_E1362C.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240ECC_E1362C.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240ECC_E1362C.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240ECC_E1362C.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240F90_E136F0.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240F90_E136F0.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240F90_E136F0.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80240F90_E136F0.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241090_E137F0.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241090_E137F0.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241090_E137F0.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241090_E137F0.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241234_E13994.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241234_E13994.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241234_E13994.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241234_E13994.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241510_E13C70.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241510_E13C70.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241510_E13C70.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241510_E13C70.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241574_E13CD4.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241574_E13CD4.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241574_E13CD4.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241574_E13CD4.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802415EC_E13D4C.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802415EC_E13D4C.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802415EC_E13D4C.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802415EC_E13D4C.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241690_E13DF0.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241690_E13DF0.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241690_E13DF0.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241690_E13DF0.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802416CC_E13E2C.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802416CC_E13E2C.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802416CC_E13E2C.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802416CC_E13E2C.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802416F8_E13E58.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802416F8_E13E58.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802416F8_E13E58.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_802416F8_E13E58.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241760_E13EC0.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241760_E13EC0.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241760_E13EC0.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241760_E13EC0.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241780_E13EE0.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241780_E13EE0.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241780_E13EE0.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_01/E12930/func_80241780_E13EE0.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240000_E15D80.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240000_E15D80.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240000_E15D80.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240000_E15D80.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240430_E161B0.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240430_E161B0.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240430_E161B0.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240430_E161B0.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240468_E161E8.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240468_E161E8.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240468_E161E8.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240468_E161E8.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240544_E162C4.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240544_E162C4.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240544_E162C4.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240544_E162C4.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240580_E16300.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240580_E16300.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240580_E16300.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240580_E16300.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802405A4_E16324.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802405A4_E16324.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802405A4_E16324.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802405A4_E16324.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802405D0_E16350.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802405D0_E16350.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802405D0_E16350.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802405D0_E16350.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240644_E163C4.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240644_E163C4.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240644_E163C4.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240644_E163C4.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240790_E16510.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240790_E16510.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240790_E16510.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240790_E16510.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240BB0_E16930.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240BB0_E16930.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240BB0_E16930.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80240BB0_E16930.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80241DCC_E17B4C.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80241DCC_E17B4C.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80241DCC_E17B4C.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80241DCC_E17B4C.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80241F38_E17CB8.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80241F38_E17CB8.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80241F38_E17CB8.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80241F38_E17CB8.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80241FE4_E17D64.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80241FE4_E17D64.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80241FE4_E17D64.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80241FE4_E17D64.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80242274_E17FF4.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80242274_E17FF4.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80242274_E17FF4.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80242274_E17FF4.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802422D0_E18050.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802422D0_E18050.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802422D0_E18050.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802422D0_E18050.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80242314_E18094.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80242314_E18094.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80242314_E18094.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80242314_E18094.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80242340_E180C0.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80242340_E180C0.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80242340_E180C0.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_80242340_E180C0.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802423A4_E18124.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802423A4_E18124.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802423A4_E18124.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E15D80/func_802423A4_E18124.s diff --git a/asm/nonmatchings/world/area_mgm/mgm_02/E18150/func_802423D0_E18150.s b/ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E18150/func_802423D0_E18150.s similarity index 100% rename from asm/nonmatchings/world/area_mgm/mgm_02/E18150/func_802423D0_E18150.s rename to ver/us/asm/nonmatchings/world/area_mgm/mgm_02/E18150/func_802423D0_E18150.s diff --git a/asm/nonmatchings/world/area_mim/mim_01/B93440/func_80240000_B93440.s b/ver/us/asm/nonmatchings/world/area_mim/mim_01/B93440/func_80240000_B93440.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_01/B93440/func_80240000_B93440.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_01/B93440/func_80240000_B93440.s diff --git a/asm/nonmatchings/world/area_mim/mim_01/B934B0/func_80240070_B934B0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_01/B934B0/func_80240070_B934B0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_01/B934B0/func_80240070_B934B0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_01/B934B0/func_80240070_B934B0.s diff --git a/asm/nonmatchings/world/area_mim/mim_01/B934B0/func_802403F0_B93830.s b/ver/us/asm/nonmatchings/world/area_mim/mim_01/B934B0/func_802403F0_B93830.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_01/B934B0/func_802403F0_B93830.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_01/B934B0/func_802403F0_B93830.s diff --git a/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240708_B93B48.s b/ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240708_B93B48.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240708_B93B48.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240708_B93B48.s diff --git a/asm/nonmatchings/world/area_mim/mim_01/B93940/func_802408BC_B93CFC.s b/ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_802408BC_B93CFC.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_01/B93940/func_802408BC_B93CFC.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_802408BC_B93CFC.s diff --git a/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240B1C_B93F5C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240B1C_B93F5C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240B1C_B93F5C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240B1C_B93F5C.s diff --git a/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240DD0_B94210.s b/ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240DD0_B94210.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240DD0_B94210.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240DD0_B94210.s diff --git a/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240E3C_B9427C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240E3C_B9427C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240E3C_B9427C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240E3C_B9427C.s diff --git a/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240F38_B94378.s b/ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240F38_B94378.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240F38_B94378.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80240F38_B94378.s diff --git a/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241978_B94DB8.s b/ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241978_B94DB8.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241978_B94DB8.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241978_B94DB8.s diff --git a/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241A08_B94E48.s b/ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241A08_B94E48.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241A08_B94E48.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241A08_B94E48.s diff --git a/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241B08_B94F48.s b/ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241B08_B94F48.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241B08_B94F48.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241B08_B94F48.s diff --git a/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241B68_B94FA8.s b/ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241B68_B94FA8.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241B68_B94FA8.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241B68_B94FA8.s diff --git a/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241C54_B95094.s b/ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241C54_B95094.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241C54_B95094.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_01/B93940/func_80241C54_B95094.s diff --git a/asm/nonmatchings/world/area_mim/mim_02/B97C00/func_80240000_B97C00.s b/ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C00/func_80240000_B97C00.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_02/B97C00/func_80240000_B97C00.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C00/func_80240000_B97C00.s diff --git a/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80240070_B97C70.s b/ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80240070_B97C70.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80240070_B97C70.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80240070_B97C70.s diff --git a/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_802402A0_B97EA0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_802402A0_B97EA0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_02/B97C70/func_802402A0_B97EA0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_802402A0_B97EA0.s diff --git a/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80240698_B98298.s b/ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80240698_B98298.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80240698_B98298.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80240698_B98298.s diff --git a/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_8024083C_B9843C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_8024083C_B9843C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_02/B97C70/func_8024083C_B9843C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_8024083C_B9843C.s diff --git a/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_8024091C_B9851C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_8024091C_B9851C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_02/B97C70/func_8024091C_B9851C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_8024091C_B9851C.s diff --git a/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80240C60_B98860.s b/ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80240C60_B98860.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80240C60_B98860.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80240C60_B98860.s diff --git a/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_802410B0_B98CB0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_802410B0_B98CB0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_02/B97C70/func_802410B0_B98CB0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_802410B0_B98CB0.s diff --git a/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80241104_B98D04.s b/ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80241104_B98D04.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80241104_B98D04.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_80241104_B98D04.s diff --git a/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_8024113C_B98D3C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_8024113C_B98D3C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_02/B97C70/func_8024113C_B98D3C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_02/B97C70/func_8024113C_B98D3C.s diff --git a/asm/nonmatchings/world/area_mim/mim_03/B9B480/func_80240000_B9B480.s b/ver/us/asm/nonmatchings/world/area_mim/mim_03/B9B480/func_80240000_B9B480.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_03/B9B480/func_80240000_B9B480.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_03/B9B480/func_80240000_B9B480.s diff --git a/asm/nonmatchings/world/area_mim/mim_03/B9B480/func_80240068_B9B4E8.s b/ver/us/asm/nonmatchings/world/area_mim/mim_03/B9B480/func_80240068_B9B4E8.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_03/B9B480/func_80240068_B9B4E8.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_03/B9B480/func_80240068_B9B4E8.s diff --git a/asm/nonmatchings/world/area_mim/mim_03/B9B480/func_802400A0_B9B520.s b/ver/us/asm/nonmatchings/world/area_mim/mim_03/B9B480/func_802400A0_B9B520.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_03/B9B480/func_802400A0_B9B520.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_03/B9B480/func_802400A0_B9B520.s diff --git a/asm/nonmatchings/world/area_mim/mim_03/B9B480/func_80240420_B9B8A0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_03/B9B480/func_80240420_B9B8A0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_03/B9B480/func_80240420_B9B8A0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_03/B9B480/func_80240420_B9B8A0.s diff --git a/asm/nonmatchings/world/area_mim/mim_04/B9D960/func_80240000_B9D960.s b/ver/us/asm/nonmatchings/world/area_mim/mim_04/B9D960/func_80240000_B9D960.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_04/B9D960/func_80240000_B9D960.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_04/B9D960/func_80240000_B9D960.s diff --git a/asm/nonmatchings/world/area_mim/mim_04/B9D9D0/func_80240070_B9D9D0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_04/B9D9D0/func_80240070_B9D9D0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_04/B9D9D0/func_80240070_B9D9D0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_04/B9D9D0/func_80240070_B9D9D0.s diff --git a/asm/nonmatchings/world/area_mim/mim_04/B9D9D0/func_802401DC_B9DB3C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_04/B9D9D0/func_802401DC_B9DB3C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_04/B9D9D0/func_802401DC_B9DB3C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_04/B9D9D0/func_802401DC_B9DB3C.s diff --git a/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240200_B9DB60.s b/ver/us/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240200_B9DB60.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240200_B9DB60.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240200_B9DB60.s diff --git a/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240430_B9DD90.s b/ver/us/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240430_B9DD90.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240430_B9DD90.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240430_B9DD90.s diff --git a/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240828_B9E188.s b/ver/us/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240828_B9E188.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240828_B9E188.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240828_B9E188.s diff --git a/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_802409CC_B9E32C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_802409CC_B9E32C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_802409CC_B9E32C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_802409CC_B9E32C.s diff --git a/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240AAC_B9E40C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240AAC_B9E40C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240AAC_B9E40C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240AAC_B9E40C.s diff --git a/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240DF0_B9E750.s b/ver/us/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240DF0_B9E750.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240DF0_B9E750.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80240DF0_B9E750.s diff --git a/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80241014_B9E974.s b/ver/us/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80241014_B9E974.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80241014_B9E974.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_04/B9DB60/func_80241014_B9E974.s diff --git a/asm/nonmatchings/world/area_mim/mim_05/BA0730/func_80240000_BA0730.s b/ver/us/asm/nonmatchings/world/area_mim/mim_05/BA0730/func_80240000_BA0730.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_05/BA0730/func_80240000_BA0730.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_05/BA0730/func_80240000_BA0730.s diff --git a/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80240278_BA09A8.s b/ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80240278_BA09A8.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80240278_BA09A8.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80240278_BA09A8.s diff --git a/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_8024042C_BA0B5C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_8024042C_BA0B5C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_8024042C_BA0B5C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_8024042C_BA0B5C.s diff --git a/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_8024068C_BA0DBC.s b/ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_8024068C_BA0DBC.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_8024068C_BA0DBC.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_8024068C_BA0DBC.s diff --git a/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80240940_BA1070.s b/ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80240940_BA1070.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80240940_BA1070.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80240940_BA1070.s diff --git a/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802409AC_BA10DC.s b/ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802409AC_BA10DC.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802409AC_BA10DC.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802409AC_BA10DC.s diff --git a/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80240AA8_BA11D8.s b/ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80240AA8_BA11D8.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80240AA8_BA11D8.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80240AA8_BA11D8.s diff --git a/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802414E8_BA1C18.s b/ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802414E8_BA1C18.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802414E8_BA1C18.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802414E8_BA1C18.s diff --git a/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80241578_BA1CA8.s b/ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80241578_BA1CA8.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80241578_BA1CA8.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80241578_BA1CA8.s diff --git a/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80241678_BA1DA8.s b/ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80241678_BA1DA8.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80241678_BA1DA8.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_80241678_BA1DA8.s diff --git a/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802416D8_BA1E08.s b/ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802416D8_BA1E08.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802416D8_BA1E08.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802416D8_BA1E08.s diff --git a/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802417C4_BA1EF4.s b/ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802417C4_BA1EF4.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802417C4_BA1EF4.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_05/BA07A0/func_802417C4_BA1EF4.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4780/func_80240000_BA4780.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4780/func_80240000_BA4780.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4780/func_80240000_BA4780.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4780/func_80240000_BA4780.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA47F0/func_80240070_BA47F0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA47F0/func_80240070_BA47F0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA47F0/func_80240070_BA47F0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA47F0/func_80240070_BA47F0.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA47F0/func_802403F0_BA4B70.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA47F0/func_802403F0_BA4B70.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA47F0/func_802403F0_BA4B70.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA47F0/func_802403F0_BA4B70.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA47F0/func_802404F8_BA4C78.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA47F0/func_802404F8_BA4C78.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA47F0/func_802404F8_BA4C78.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA47F0/func_802404F8_BA4C78.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240778_BA4EF8.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240778_BA4EF8.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240778_BA4EF8.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240778_BA4EF8.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_8024092C_BA50AC.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_8024092C_BA50AC.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_8024092C_BA50AC.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_8024092C_BA50AC.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240B8C_BA530C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240B8C_BA530C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240B8C_BA530C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240B8C_BA530C.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240E40_BA55C0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240E40_BA55C0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240E40_BA55C0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240E40_BA55C0.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240EAC_BA562C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240EAC_BA562C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240EAC_BA562C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240EAC_BA562C.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240FA8_BA5728.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240FA8_BA5728.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240FA8_BA5728.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80240FA8_BA5728.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_802419E8_BA6168.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_802419E8_BA6168.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_802419E8_BA6168.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_802419E8_BA6168.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241A78_BA61F8.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241A78_BA61F8.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241A78_BA61F8.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241A78_BA61F8.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241B78_BA62F8.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241B78_BA62F8.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241B78_BA62F8.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241B78_BA62F8.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241BD8_BA6358.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241BD8_BA6358.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241BD8_BA6358.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241BD8_BA6358.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241CC4_BA6444.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241CC4_BA6444.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241CC4_BA6444.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241CC4_BA6444.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241F14_BA6694.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241F14_BA6694.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241F14_BA6694.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80241F14_BA6694.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80242144_BA68C4.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80242144_BA68C4.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80242144_BA68C4.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80242144_BA68C4.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_8024253C_BA6CBC.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_8024253C_BA6CBC.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_8024253C_BA6CBC.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_8024253C_BA6CBC.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_802426E0_BA6E60.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_802426E0_BA6E60.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_802426E0_BA6E60.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_802426E0_BA6E60.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_802427C0_BA6F40.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_802427C0_BA6F40.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_802427C0_BA6F40.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_802427C0_BA6F40.s diff --git a/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80242B04_BA7284.s b/ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80242B04_BA7284.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80242B04_BA7284.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_06/BA4CF0/func_80242B04_BA7284.s diff --git a/asm/nonmatchings/world/area_mim/mim_07/BAA140/func_80240000_BAA140.s b/ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA140/func_80240000_BAA140.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_07/BAA140/func_80240000_BAA140.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA140/func_80240000_BAA140.s diff --git a/asm/nonmatchings/world/area_mim/mim_07/BAA1B0/func_80240070_BAA1B0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA1B0/func_80240070_BAA1B0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_07/BAA1B0/func_80240070_BAA1B0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA1B0/func_80240070_BAA1B0.s diff --git a/asm/nonmatchings/world/area_mim/mim_07/BAA1B0/func_802400D8_BAA218.s b/ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA1B0/func_802400D8_BAA218.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_07/BAA1B0/func_802400D8_BAA218.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA1B0/func_802400D8_BAA218.s diff --git a/asm/nonmatchings/world/area_mim/mim_07/BAA1B0/func_80240244_BAA384.s b/ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA1B0/func_80240244_BAA384.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_07/BAA1B0/func_80240244_BAA384.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA1B0/func_80240244_BAA384.s diff --git a/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240270_BAA3B0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240270_BAA3B0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240270_BAA3B0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240270_BAA3B0.s diff --git a/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_802404A0_BAA5E0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_802404A0_BAA5E0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_802404A0_BAA5E0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_802404A0_BAA5E0.s diff --git a/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240898_BAA9D8.s b/ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240898_BAA9D8.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240898_BAA9D8.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240898_BAA9D8.s diff --git a/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240A3C_BAAB7C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240A3C_BAAB7C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240A3C_BAAB7C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240A3C_BAAB7C.s diff --git a/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240B1C_BAAC5C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240B1C_BAAC5C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240B1C_BAAC5C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240B1C_BAAC5C.s diff --git a/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240E60_BAAFA0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240E60_BAAFA0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240E60_BAAFA0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_07/BAA3B0/func_80240E60_BAAFA0.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240000_BAD940.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240000_BAD940.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240000_BAD940.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240000_BAD940.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240068_BAD9A8.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240068_BAD9A8.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240068_BAD9A8.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240068_BAD9A8.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_802400A0_BAD9E0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_802400A0_BAD9E0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_802400A0_BAD9E0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_802400A0_BAD9E0.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240250_BADB90.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240250_BADB90.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240250_BADB90.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240250_BADB90.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240938_BAE278.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240938_BAE278.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240938_BAE278.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240938_BAE278.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240CF4_BAE634.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240CF4_BAE634.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240CF4_BAE634.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240CF4_BAE634.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240EF8_BAE838.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240EF8_BAE838.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240EF8_BAE838.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80240EF8_BAE838.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241288_BAEBC8.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241288_BAEBC8.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241288_BAEBC8.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241288_BAEBC8.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_802413AC_BAECEC.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_802413AC_BAECEC.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_802413AC_BAECEC.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_802413AC_BAECEC.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_802417A0_BAF0E0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_802417A0_BAF0E0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_802417A0_BAF0E0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_802417A0_BAF0E0.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241954_BAF294.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241954_BAF294.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241954_BAF294.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241954_BAF294.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241BB4_BAF4F4.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241BB4_BAF4F4.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241BB4_BAF4F4.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241BB4_BAF4F4.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241E68_BAF7A8.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241E68_BAF7A8.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241E68_BAF7A8.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241E68_BAF7A8.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241ED4_BAF814.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241ED4_BAF814.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241ED4_BAF814.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241ED4_BAF814.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241FD0_BAF910.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241FD0_BAF910.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241FD0_BAF910.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80241FD0_BAF910.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242A10_BB0350.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242A10_BB0350.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242A10_BB0350.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242A10_BB0350.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242AA0_BB03E0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242AA0_BB03E0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242AA0_BB03E0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242AA0_BB03E0.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242BA0_BB04E0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242BA0_BB04E0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242BA0_BB04E0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242BA0_BB04E0.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242C00_BB0540.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242C00_BB0540.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242C00_BB0540.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242C00_BB0540.s diff --git a/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242CEC_BB062C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242CEC_BB062C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242CEC_BB062C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_08/BAD940/func_80242CEC_BB062C.s diff --git a/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_80240000_BB2E00.s b/ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_80240000_BB2E00.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_80240000_BB2E00.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_80240000_BB2E00.s diff --git a/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_80240068_BB2E68.s b/ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_80240068_BB2E68.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_80240068_BB2E68.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_80240068_BB2E68.s diff --git a/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_802400A0_BB2EA0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_802400A0_BB2EA0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_802400A0_BB2EA0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_802400A0_BB2EA0.s diff --git a/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_802402D0_BB30D0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_802402D0_BB30D0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_802402D0_BB30D0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_802402D0_BB30D0.s diff --git a/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_802406C8_BB34C8.s b/ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_802406C8_BB34C8.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_802406C8_BB34C8.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_802406C8_BB34C8.s diff --git a/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_8024086C_BB366C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_8024086C_BB366C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_8024086C_BB366C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_8024086C_BB366C.s diff --git a/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_8024094C_BB374C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_8024094C_BB374C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_8024094C_BB374C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_8024094C_BB374C.s diff --git a/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_80240C90_BB3A90.s b/ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_80240C90_BB3A90.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_80240C90_BB3A90.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_09/BB2E00/func_80240C90_BB3A90.s diff --git a/asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240000_BB59E0.s b/ver/us/asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240000_BB59E0.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240000_BB59E0.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240000_BB59E0.s diff --git a/asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240030_BB5A10.s b/ver/us/asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240030_BB5A10.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240030_BB5A10.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240030_BB5A10.s diff --git a/asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240080_BB5A60.s b/ver/us/asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240080_BB5A60.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240080_BB5A60.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240080_BB5A60.s diff --git a/asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_802400EC_BB5ACC.s b/ver/us/asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_802400EC_BB5ACC.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_802400EC_BB5ACC.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_802400EC_BB5ACC.s diff --git a/asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240148_BB5B28.s b/ver/us/asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240148_BB5B28.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240148_BB5B28.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_10/BB59E0/func_80240148_BB5B28.s diff --git a/asm/nonmatchings/world/area_mim/mim_11/BB7070/func_80240034_BB70A4.s b/ver/us/asm/nonmatchings/world/area_mim/mim_11/BB7070/func_80240034_BB70A4.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_11/BB7070/func_80240034_BB70A4.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_11/BB7070/func_80240034_BB70A4.s diff --git a/asm/nonmatchings/world/area_mim/mim_11/BB7070/func_802405EC_BB765C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_11/BB7070/func_802405EC_BB765C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_11/BB7070/func_802405EC_BB765C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_11/BB7070/func_802405EC_BB765C.s diff --git a/asm/nonmatchings/world/area_mim/mim_11/BB7070/func_8024066C_BB76DC.s b/ver/us/asm/nonmatchings/world/area_mim/mim_11/BB7070/func_8024066C_BB76DC.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_11/BB7070/func_8024066C_BB76DC.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_11/BB7070/func_8024066C_BB76DC.s diff --git a/asm/nonmatchings/world/area_mim/mim_11/BB7070/func_80240790_BB7800.s b/ver/us/asm/nonmatchings/world/area_mim/mim_11/BB7070/func_80240790_BB7800.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_11/BB7070/func_80240790_BB7800.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_11/BB7070/func_80240790_BB7800.s diff --git a/asm/nonmatchings/world/area_mim/mim_11/BB7940/func_802408D0_BB7940.s b/ver/us/asm/nonmatchings/world/area_mim/mim_11/BB7940/func_802408D0_BB7940.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_11/BB7940/func_802408D0_BB7940.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_11/BB7940/func_802408D0_BB7940.s diff --git a/asm/nonmatchings/world/area_mim/mim_11/BB7940/func_802408F0_BB7960.s b/ver/us/asm/nonmatchings/world/area_mim/mim_11/BB7940/func_802408F0_BB7960.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_11/BB7940/func_802408F0_BB7960.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_11/BB7940/func_802408F0_BB7960.s diff --git a/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_80240000_BBB380.s b/ver/us/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_80240000_BBB380.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_12/BBB380/func_80240000_BBB380.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_80240000_BBB380.s diff --git a/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_80240064_BBB3E4.s b/ver/us/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_80240064_BBB3E4.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_12/BBB380/func_80240064_BBB3E4.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_80240064_BBB3E4.s diff --git a/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_802400CC_BBB44C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_802400CC_BBB44C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_12/BBB380/func_802400CC_BBB44C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_802400CC_BBB44C.s diff --git a/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_8024019C_BBB51C.s b/ver/us/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_8024019C_BBB51C.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_12/BBB380/func_8024019C_BBB51C.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_8024019C_BBB51C.s diff --git a/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_8024025C_BBB5DC.s b/ver/us/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_8024025C_BBB5DC.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_12/BBB380/func_8024025C_BBB5DC.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_8024025C_BBB5DC.s diff --git a/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_802404A8_BBB828.s b/ver/us/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_802404A8_BBB828.s similarity index 100% rename from asm/nonmatchings/world/area_mim/mim_12/BBB380/func_802404A8_BBB828.s rename to ver/us/asm/nonmatchings/world/area_mim/mim_12/BBB380/func_802404A8_BBB828.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240000_9C53E0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240000_9C53E0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240000_9C53E0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240000_9C53E0.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802400B4_9C5494.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802400B4_9C5494.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802400B4_9C5494.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802400B4_9C5494.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240540_9C5920.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240540_9C5920.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240540_9C5920.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240540_9C5920.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802405EC_9C59CC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802405EC_9C59CC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802405EC_9C59CC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802405EC_9C59CC.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802407F4_9C5BD4.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802407F4_9C5BD4.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802407F4_9C5BD4.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802407F4_9C5BD4.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240AB4_9C5E94.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240AB4_9C5E94.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240AB4_9C5E94.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240AB4_9C5E94.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240B30_9C5F10.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240B30_9C5F10.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240B30_9C5F10.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240B30_9C5F10.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240C2C_9C600C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240C2C_9C600C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240C2C_9C600C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240C2C_9C600C.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240C80_9C6060.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240C80_9C6060.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240C80_9C6060.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240C80_9C6060.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240D60_9C6140.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240D60_9C6140.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240D60_9C6140.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240D60_9C6140.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240D68_9C6148.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240D68_9C6148.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240D68_9C6148.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240D68_9C6148.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240EA4_9C6284.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240EA4_9C6284.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240EA4_9C6284.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80240EA4_9C6284.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802410C8_9C64A8.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802410C8_9C64A8.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802410C8_9C64A8.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802410C8_9C64A8.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241134_9C6514.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241134_9C6514.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241134_9C6514.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241134_9C6514.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802412E0_9C66C0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802412E0_9C66C0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802412E0_9C66C0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802412E0_9C66C0.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241454_9C6834.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241454_9C6834.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241454_9C6834.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241454_9C6834.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802414D8_9C68B8.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802414D8_9C68B8.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802414D8_9C68B8.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802414D8_9C68B8.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802416F0_9C6AD0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802416F0_9C6AD0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802416F0_9C6AD0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802416F0_9C6AD0.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802417A4_9C6B84.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802417A4_9C6B84.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802417A4_9C6B84.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802417A4_9C6B84.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802417D8_9C6BB8.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802417D8_9C6BB8.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802417D8_9C6BB8.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802417D8_9C6BB8.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241858_9C6C38.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241858_9C6C38.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241858_9C6C38.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241858_9C6C38.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241870_9C6C50.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241870_9C6C50.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241870_9C6C50.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241870_9C6C50.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_8024188C_9C6C6C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_8024188C_9C6C6C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_8024188C_9C6C6C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_8024188C_9C6C6C.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241D60_9C7140.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241D60_9C7140.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241D60_9C7140.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241D60_9C7140.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241DCC_9C71AC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241DCC_9C71AC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241DCC_9C71AC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80241DCC_9C71AC.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242028_9C7408.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242028_9C7408.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242028_9C7408.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242028_9C7408.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_8024207C_9C745C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_8024207C_9C745C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_8024207C_9C745C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_8024207C_9C745C.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802420B4_9C7494.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802420B4_9C7494.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802420B4_9C7494.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802420B4_9C7494.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802423CC_9C77AC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802423CC_9C77AC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802423CC_9C77AC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802423CC_9C77AC.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242410_9C77F0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242410_9C77F0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242410_9C77F0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242410_9C77F0.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_8024243C_9C781C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_8024243C_9C781C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_8024243C_9C781C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_8024243C_9C781C.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802426A4_9C7A84.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802426A4_9C7A84.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802426A4_9C7A84.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802426A4_9C7A84.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242760_9C7B40.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242760_9C7B40.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242760_9C7B40.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242760_9C7B40.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242790_9C7B70.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242790_9C7B70.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242790_9C7B70.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242790_9C7B70.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802427C0_9C7BA0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802427C0_9C7BA0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802427C0_9C7BA0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802427C0_9C7BA0.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242804_9C7BE4.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242804_9C7BE4.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242804_9C7BE4.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242804_9C7BE4.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242858_9C7C38.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242858_9C7C38.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242858_9C7C38.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242858_9C7C38.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242898_9C7C78.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242898_9C7C78.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242898_9C7C78.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242898_9C7C78.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802428B8_9C7C98.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802428B8_9C7C98.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802428B8_9C7C98.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802428B8_9C7C98.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802428D8_9C7CB8.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802428D8_9C7CB8.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802428D8_9C7CB8.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_802428D8_9C7CB8.s diff --git a/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242910_9C7CF0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242910_9C7CF0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242910_9C7CF0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_01/9C53E0/func_80242910_9C7CF0.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7020/func_80240034_9D7054.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7020/func_80240034_9D7054.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7020/func_80240034_9D7054.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7020/func_80240034_9D7054.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7020/func_802402E0_9D7300.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7020/func_802402E0_9D7300.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7020/func_802402E0_9D7300.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7020/func_802402E0_9D7300.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7020/func_80240624_9D7644.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7020/func_80240624_9D7644.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7020/func_80240624_9D7644.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7020/func_80240624_9D7644.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7020/func_80240678_9D7698.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7020/func_80240678_9D7698.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7020/func_80240678_9D7698.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7020/func_80240678_9D7698.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7020/func_802406B0_9D76D0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7020/func_802406B0_9D76D0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7020/func_802406B0_9D76D0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7020/func_802406B0_9D76D0.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7770/func_80240750_9D7770.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7770/func_80240750_9D7770.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7770/func_80240750_9D7770.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7770/func_80240750_9D7770.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7990/func_80240970_9D7990.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7990/func_80240970_9D7990.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7990/func_80240970_9D7990.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7990/func_80240970_9D7990.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80240A80_9D7AA0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80240A80_9D7AA0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80240A80_9D7AA0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80240A80_9D7AA0.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80240BD8_9D7BF8.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80240BD8_9D7BF8.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80240BD8_9D7BF8.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80240BD8_9D7BF8.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80240F40_9D7F60.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80240F40_9D7F60.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80240F40_9D7F60.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80240F40_9D7F60.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_802410FC_9D811C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_802410FC_9D811C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_802410FC_9D811C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_802410FC_9D811C.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_802413CC_9D83EC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_802413CC_9D83EC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_802413CC_9D83EC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_802413CC_9D83EC.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241554_9D8574.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241554_9D8574.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241554_9D8574.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241554_9D8574.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241614_9D8634.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241614_9D8634.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241614_9D8634.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241614_9D8634.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241910_9D8930.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241910_9D8930.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241910_9D8930.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241910_9D8930.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241A4C_9D8A6C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241A4C_9D8A6C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241A4C_9D8A6C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241A4C_9D8A6C.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241C70_9D8C90.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241C70_9D8C90.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241C70_9D8C90.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241C70_9D8C90.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241CDC_9D8CFC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241CDC_9D8CFC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241CDC_9D8CFC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241CDC_9D8CFC.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241E88_9D8EA8.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241E88_9D8EA8.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241E88_9D8EA8.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241E88_9D8EA8.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241FFC_9D901C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241FFC_9D901C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241FFC_9D901C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80241FFC_9D901C.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242080_9D90A0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242080_9D90A0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242080_9D90A0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242080_9D90A0.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242298_9D92B8.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242298_9D92B8.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242298_9D92B8.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242298_9D92B8.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_8024234C_9D936C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_8024234C_9D936C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_8024234C_9D936C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_8024234C_9D936C.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242380_9D93A0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242380_9D93A0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242380_9D93A0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242380_9D93A0.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242400_9D9420.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242400_9D9420.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242400_9D9420.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242400_9D9420.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242418_9D9438.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242418_9D9438.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242418_9D9438.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242418_9D9438.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242434_9D9454.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242434_9D9454.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242434_9D9454.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242434_9D9454.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242908_9D9928.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242908_9D9928.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242908_9D9928.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242908_9D9928.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242974_9D9994.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242974_9D9994.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242974_9D9994.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242974_9D9994.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242BD0_9D9BF0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242BD0_9D9BF0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242BD0_9D9BF0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242BD0_9D9BF0.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242C24_9D9C44.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242C24_9D9C44.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242C24_9D9C44.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242C24_9D9C44.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242C5C_9D9C7C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242C5C_9D9C7C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242C5C_9D9C7C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242C5C_9D9C7C.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242F74_9D9F94.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242F74_9D9F94.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242F74_9D9F94.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242F74_9D9F94.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242FB8_9D9FD8.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242FB8_9D9FD8.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242FB8_9D9FD8.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242FB8_9D9FD8.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242FE4_9DA004.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242FE4_9DA004.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242FE4_9DA004.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80242FE4_9DA004.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243010_9DA030.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243010_9DA030.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243010_9DA030.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243010_9DA030.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_802430CC_9DA0EC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_802430CC_9DA0EC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_802430CC_9DA0EC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_802430CC_9DA0EC.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243214_9DA234.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243214_9DA234.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243214_9DA234.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243214_9DA234.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243294_9DA2B4.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243294_9DA2B4.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243294_9DA2B4.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243294_9DA2B4.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_8024351C_9DA53C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_8024351C_9DA53C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_8024351C_9DA53C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_8024351C_9DA53C.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243754_9DA774.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243754_9DA774.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243754_9DA774.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9D7AA0/func_80243754_9DA774.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_802438D0_9DA8F0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_802438D0_9DA8F0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_802438D0_9DA8F0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_802438D0_9DA8F0.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243BEC_9DAC0C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243BEC_9DAC0C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243BEC_9DAC0C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243BEC_9DAC0C.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243C40_9DAC60.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243C40_9DAC60.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243C40_9DAC60.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243C40_9DAC60.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243C78_9DAC98.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243C78_9DAC98.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243C78_9DAC98.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243C78_9DAC98.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243D14_9DAD34.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243D14_9DAD34.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243D14_9DAD34.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243D14_9DAD34.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243DB0_9DADD0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243DB0_9DADD0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243DB0_9DADD0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243DB0_9DADD0.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243EC8_9DAEE8.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243EC8_9DAEE8.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243EC8_9DAEE8.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243EC8_9DAEE8.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243F10_9DAF30.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243F10_9DAF30.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243F10_9DAF30.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80243F10_9DAF30.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80244078_9DB098.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80244078_9DB098.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80244078_9DB098.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80244078_9DB098.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80244224_9DB244.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80244224_9DB244.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80244224_9DB244.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80244224_9DB244.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80244288_9DB2A8.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80244288_9DB2A8.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80244288_9DB2A8.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_80244288_9DB2A8.s diff --git a/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_802442E0_9DB300.s b/ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_802442E0_9DB300.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_802442E0_9DB300.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_02/9DA8F0/func_802442E0_9DB300.s diff --git a/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240000_9EB7F0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240000_9EB7F0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240000_9EB7F0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240000_9EB7F0.s diff --git a/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240230_9EBA20.s b/ver/us/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240230_9EBA20.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240230_9EBA20.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240230_9EBA20.s diff --git a/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240628_9EBE18.s b/ver/us/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240628_9EBE18.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240628_9EBE18.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240628_9EBE18.s diff --git a/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_802407CC_9EBFBC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_802407CC_9EBFBC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_802407CC_9EBFBC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_802407CC_9EBFBC.s diff --git a/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_802408AC_9EC09C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_802408AC_9EC09C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_802408AC_9EC09C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_802408AC_9EC09C.s diff --git a/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240BF0_9EC3E0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240BF0_9EC3E0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240BF0_9EC3E0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_03/9EB7F0/func_80240BF0_9EC3E0.s diff --git a/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240000_9EDBF0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240000_9EDBF0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240000_9EDBF0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240000_9EDBF0.s diff --git a/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240314_9EDF04.s b/ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240314_9EDF04.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240314_9EDF04.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240314_9EDF04.s diff --git a/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_802403C0_9EDFB0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_802403C0_9EDFB0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_802403C0_9EDFB0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_802403C0_9EDFB0.s diff --git a/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_802404D0_9EE0C0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_802404D0_9EE0C0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_802404D0_9EE0C0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_802404D0_9EE0C0.s diff --git a/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_8024051C_9EE10C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_8024051C_9EE10C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_8024051C_9EE10C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_8024051C_9EE10C.s diff --git a/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240548_9EE138.s b/ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240548_9EE138.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240548_9EE138.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240548_9EE138.s diff --git a/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240574_9EE164.s b/ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240574_9EE164.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240574_9EE164.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240574_9EE164.s diff --git a/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240630_9EE220.s b/ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240630_9EE220.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240630_9EE220.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240630_9EE220.s diff --git a/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_802406C4_9EE2B4.s b/ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_802406C4_9EE2B4.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_802406C4_9EE2B4.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_802406C4_9EE2B4.s diff --git a/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240814_9EE404.s b/ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240814_9EE404.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240814_9EE404.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240814_9EE404.s diff --git a/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240E4C_9EEA3C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240E4C_9EEA3C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240E4C_9EEA3C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240E4C_9EEA3C.s diff --git a/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240E70_9EEA60.s b/ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240E70_9EEA60.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240E70_9EEA60.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_04/9EDBF0/func_80240E70_9EEA60.s diff --git a/asm/nonmatchings/world/area_nok/nok_04/9EEA80/func_80240E90_9EEA80.s b/ver/us/asm/nonmatchings/world/area_nok/nok_04/9EEA80/func_80240E90_9EEA80.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_04/9EEA80/func_80240E90_9EEA80.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_04/9EEA80/func_80240E90_9EEA80.s diff --git a/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_8024007C_9F4ABC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_8024007C_9F4ABC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_8024007C_9F4ABC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_8024007C_9F4ABC.s diff --git a/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80240394_9F4DD4.s b/ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80240394_9F4DD4.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80240394_9F4DD4.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80240394_9F4DD4.s diff --git a/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_802407D4_9F5214.s b/ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_802407D4_9F5214.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_802407D4_9F5214.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_802407D4_9F5214.s diff --git a/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80240984_9F53C4.s b/ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80240984_9F53C4.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80240984_9F53C4.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80240984_9F53C4.s diff --git a/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_8024106C_9F5AAC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_8024106C_9F5AAC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_8024106C_9F5AAC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_8024106C_9F5AAC.s diff --git a/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241428_9F5E68.s b/ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241428_9F5E68.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241428_9F5E68.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241428_9F5E68.s diff --git a/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_8024162C_9F606C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_8024162C_9F606C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_8024162C_9F606C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_8024162C_9F606C.s diff --git a/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_802419BC_9F63FC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_802419BC_9F63FC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_802419BC_9F63FC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_802419BC_9F63FC.s diff --git a/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241AE0_9F6520.s b/ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241AE0_9F6520.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241AE0_9F6520.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241AE0_9F6520.s diff --git a/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241F08_9F6948.s b/ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241F08_9F6948.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241F08_9F6948.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241F08_9F6948.s diff --git a/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241F30_9F6970.s b/ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241F30_9F6970.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241F30_9F6970.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_11/9F4A40/func_80241F30_9F6970.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FA7F0/func_80240000_9FA7F0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FA7F0/func_80240000_9FA7F0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FA7F0/func_80240000_9FA7F0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FA7F0/func_80240000_9FA7F0.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FA970/func_80240180_9FA970.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FA970/func_80240180_9FA970.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FA970/func_80240180_9FA970.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FA970/func_80240180_9FA970.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FA970/func_80240224_9FAA14.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FA970/func_80240224_9FAA14.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FA970/func_80240224_9FAA14.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FA970/func_80240224_9FAA14.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FAAE0/func_802402F0_9FAAE0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAAE0/func_802402F0_9FAAE0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FAAE0/func_802402F0_9FAAE0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAAE0/func_802402F0_9FAAE0.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FAAE0/func_8024030C_9FAAFC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAAE0/func_8024030C_9FAAFC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FAAE0/func_8024030C_9FAAFC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAAE0/func_8024030C_9FAAFC.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_802405EC_9FADDC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_802405EC_9FADDC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_802405EC_9FADDC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_802405EC_9FADDC.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80240904_9FB0F4.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80240904_9FB0F4.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80240904_9FB0F4.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80240904_9FB0F4.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80240D44_9FB534.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80240D44_9FB534.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80240D44_9FB534.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80240D44_9FB534.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80240E9C_9FB68C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80240E9C_9FB68C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80240E9C_9FB68C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80240E9C_9FB68C.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241204_9FB9F4.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241204_9FB9F4.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241204_9FB9F4.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241204_9FB9F4.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_802413C0_9FBBB0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_802413C0_9FBBB0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_802413C0_9FBBB0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_802413C0_9FBBB0.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241690_9FBE80.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241690_9FBE80.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241690_9FBE80.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241690_9FBE80.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241818_9FC008.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241818_9FC008.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241818_9FC008.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241818_9FC008.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_802418D8_9FC0C8.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_802418D8_9FC0C8.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_802418D8_9FC0C8.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_802418D8_9FC0C8.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241BD4_9FC3C4.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241BD4_9FC3C4.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241BD4_9FC3C4.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FAD60/func_80241BD4_9FC3C4.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FC6D0/func_80241EE0_9FC6D0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FC6D0/func_80241EE0_9FC6D0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FC6D0/func_80241EE0_9FC6D0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FC6D0/func_80241EE0_9FC6D0.s diff --git a/asm/nonmatchings/world/area_nok/nok_12/9FC6D0/func_80241FD0_9FC7C0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_12/9FC6D0/func_80241FD0_9FC7C0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_12/9FC6D0/func_80241FD0_9FC7C0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_12/9FC6D0/func_80241FD0_9FC7C0.s diff --git a/asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240000_A00600.s b/ver/us/asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240000_A00600.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240000_A00600.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240000_A00600.s diff --git a/asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240230_A00830.s b/ver/us/asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240230_A00830.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240230_A00830.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240230_A00830.s diff --git a/asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240628_A00C28.s b/ver/us/asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240628_A00C28.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240628_A00C28.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240628_A00C28.s diff --git a/asm/nonmatchings/world/area_nok/nok_13/A00600/func_802407CC_A00DCC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_13/A00600/func_802407CC_A00DCC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_13/A00600/func_802407CC_A00DCC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_13/A00600/func_802407CC_A00DCC.s diff --git a/asm/nonmatchings/world/area_nok/nok_13/A00600/func_802408AC_A00EAC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_13/A00600/func_802408AC_A00EAC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_13/A00600/func_802408AC_A00EAC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_13/A00600/func_802408AC_A00EAC.s diff --git a/asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240BF0_A011F0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240BF0_A011F0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240BF0_A011F0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_13/A00600/func_80240BF0_A011F0.s diff --git a/asm/nonmatchings/world/area_nok/nok_13/A01420/func_80240E20_A01420.s b/ver/us/asm/nonmatchings/world/area_nok/nok_13/A01420/func_80240E20_A01420.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_13/A01420/func_80240E20_A01420.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_13/A01420/func_80240E20_A01420.s diff --git a/asm/nonmatchings/world/area_nok/nok_13/A01420/func_80241360_A01960.s b/ver/us/asm/nonmatchings/world/area_nok/nok_13/A01420/func_80241360_A01960.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_13/A01420/func_80241360_A01960.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_13/A01420/func_80241360_A01960.s diff --git a/asm/nonmatchings/world/area_nok/nok_13/A01420/func_802413CC_A019CC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_13/A01420/func_802413CC_A019CC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_13/A01420/func_802413CC_A019CC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_13/A01420/func_802413CC_A019CC.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A02840/func_80240000_A02840.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A02840/func_80240000_A02840.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A02840/func_80240000_A02840.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A02840/func_80240000_A02840.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A029C0/func_80240180_A029C0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A029C0/func_80240180_A029C0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A029C0/func_80240180_A029C0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A029C0/func_80240180_A029C0.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A029C0/func_8024019C_A029DC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A029C0/func_8024019C_A029DC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A029C0/func_8024019C_A029DC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A029C0/func_8024019C_A029DC.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_8024023C_A02A7C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_8024023C_A02A7C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A02A00/func_8024023C_A02A7C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_8024023C_A02A7C.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80240554_A02D94.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80240554_A02D94.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80240554_A02D94.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80240554_A02D94.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80240994_A031D4.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80240994_A031D4.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80240994_A031D4.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80240994_A031D4.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80240B44_A03384.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80240B44_A03384.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80240B44_A03384.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80240B44_A03384.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_8024122C_A03A6C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_8024122C_A03A6C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A02A00/func_8024122C_A03A6C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_8024122C_A03A6C.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_802415E8_A03E28.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_802415E8_A03E28.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A02A00/func_802415E8_A03E28.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_802415E8_A03E28.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_802417EC_A0402C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_802417EC_A0402C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A02A00/func_802417EC_A0402C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_802417EC_A0402C.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241B7C_A043BC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241B7C_A043BC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241B7C_A043BC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241B7C_A043BC.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241CA0_A044E0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241CA0_A044E0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241CA0_A044E0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241CA0_A044E0.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241E8C_A046CC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241E8C_A046CC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241E8C_A046CC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241E8C_A046CC.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241FB4_A047F4.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241FB4_A047F4.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241FB4_A047F4.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80241FB4_A047F4.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80242070_A048B0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80242070_A048B0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80242070_A048B0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_80242070_A048B0.s diff --git a/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_802421CC_A04A0C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_802421CC_A04A0C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_14/A02A00/func_802421CC_A04A0C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_14/A02A00/func_802421CC_A04A0C.s diff --git a/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240034_A06F34.s b/ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240034_A06F34.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240034_A06F34.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240034_A06F34.s diff --git a/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_8024035C_A0725C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_8024035C_A0725C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_15/A06F00/func_8024035C_A0725C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_8024035C_A0725C.s diff --git a/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240674_A07574.s b/ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240674_A07574.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240674_A07574.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240674_A07574.s diff --git a/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240AB4_A079B4.s b/ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240AB4_A079B4.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240AB4_A079B4.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240AB4_A079B4.s diff --git a/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240C64_A07B64.s b/ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240C64_A07B64.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240C64_A07B64.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80240C64_A07B64.s diff --git a/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_8024134C_A0824C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_8024134C_A0824C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_15/A06F00/func_8024134C_A0824C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_8024134C_A0824C.s diff --git a/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241708_A08608.s b/ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241708_A08608.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241708_A08608.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241708_A08608.s diff --git a/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_8024190C_A0880C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_8024190C_A0880C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_15/A06F00/func_8024190C_A0880C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_8024190C_A0880C.s diff --git a/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241C9C_A08B9C.s b/ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241C9C_A08B9C.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241C9C_A08B9C.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241C9C_A08B9C.s diff --git a/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241DC0_A08CC0.s b/ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241DC0_A08CC0.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241DC0_A08CC0.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241DC0_A08CC0.s diff --git a/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241FAC_A08EAC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241FAC_A08EAC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241FAC_A08EAC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80241FAC_A08EAC.s diff --git a/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_802420D4_A08FD4.s b/ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_802420D4_A08FD4.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_15/A06F00/func_802420D4_A08FD4.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_802420D4_A08FD4.s diff --git a/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80242190_A09090.s b/ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80242190_A09090.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80242190_A09090.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_80242190_A09090.s diff --git a/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_802422EC_A091EC.s b/ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_802422EC_A091EC.s similarity index 100% rename from asm/nonmatchings/world/area_nok/nok_15/A06F00/func_802422EC_A091EC.s rename to ver/us/asm/nonmatchings/world/area_nok/nok_15/A06F00/func_802422EC_A091EC.s diff --git a/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240038_BBD1D8.s b/ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240038_BBD1D8.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240038_BBD1D8.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240038_BBD1D8.s diff --git a/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_8024007C_BBD21C.s b/ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_8024007C_BBD21C.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_8024007C_BBD21C.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_8024007C_BBD21C.s diff --git a/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240098_BBD238.s b/ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240098_BBD238.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240098_BBD238.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240098_BBD238.s diff --git a/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_802406AC_BBD84C.s b/ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_802406AC_BBD84C.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_802406AC_BBD84C.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_802406AC_BBD84C.s diff --git a/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240730_BBD8D0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240730_BBD8D0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240730_BBD8D0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240730_BBD8D0.s diff --git a/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240790_BBD930.s b/ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240790_BBD930.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240790_BBD930.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD1A0/func_80240790_BBD930.s diff --git a/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_802407E0_BBD980.s b/ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_802407E0_BBD980.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_01/BBD980/func_802407E0_BBD980.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_802407E0_BBD980.s diff --git a/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240B24_BBDCC4.s b/ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240B24_BBDCC4.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240B24_BBDCC4.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240B24_BBDCC4.s diff --git a/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240B78_BBDD18.s b/ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240B78_BBDD18.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240B78_BBDD18.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240B78_BBDD18.s diff --git a/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240BB0_BBDD50.s b/ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240BB0_BBDD50.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240BB0_BBDD50.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240BB0_BBDD50.s diff --git a/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240EC8_BBE068.s b/ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240EC8_BBE068.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240EC8_BBE068.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240EC8_BBE068.s diff --git a/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240F0C_BBE0AC.s b/ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240F0C_BBE0AC.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240F0C_BBE0AC.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240F0C_BBE0AC.s diff --git a/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240F38_BBE0D8.s b/ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240F38_BBE0D8.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240F38_BBE0D8.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80240F38_BBE0D8.s diff --git a/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80241094_BBE234.s b/ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80241094_BBE234.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80241094_BBE234.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_01/BBD980/func_80241094_BBE234.s diff --git a/asm/nonmatchings/world/area_obk/obk_02/BC2A90/func_80240000_BC2A90.s b/ver/us/asm/nonmatchings/world/area_obk/obk_02/BC2A90/func_80240000_BC2A90.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_02/BC2A90/func_80240000_BC2A90.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_02/BC2A90/func_80240000_BC2A90.s diff --git a/asm/nonmatchings/world/area_obk/obk_02/BC2A90/func_8024000C_BC2A9C.s b/ver/us/asm/nonmatchings/world/area_obk/obk_02/BC2A90/func_8024000C_BC2A9C.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_02/BC2A90/func_8024000C_BC2A9C.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_02/BC2A90/func_8024000C_BC2A9C.s diff --git a/asm/nonmatchings/world/area_obk/obk_02/BC2A90/func_80240194_BC2C24.s b/ver/us/asm/nonmatchings/world/area_obk/obk_02/BC2A90/func_80240194_BC2C24.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_02/BC2A90/func_80240194_BC2C24.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_02/BC2A90/func_80240194_BC2C24.s diff --git a/asm/nonmatchings/world/area_obk/obk_02/BC2CD0/func_80240240_BC2CD0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_02/BC2CD0/func_80240240_BC2CD0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_02/BC2CD0/func_80240240_BC2CD0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_02/BC2CD0/func_80240240_BC2CD0.s diff --git a/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240170_BC43F0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240170_BC43F0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240170_BC43F0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240170_BC43F0.s diff --git a/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_802404B4_BC4734.s b/ver/us/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_802404B4_BC4734.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_802404B4_BC4734.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_802404B4_BC4734.s diff --git a/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240508_BC4788.s b/ver/us/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240508_BC4788.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240508_BC4788.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240508_BC4788.s diff --git a/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240540_BC47C0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240540_BC47C0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240540_BC47C0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240540_BC47C0.s diff --git a/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240858_BC4AD8.s b/ver/us/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240858_BC4AD8.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240858_BC4AD8.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_80240858_BC4AD8.s diff --git a/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_8024089C_BC4B1C.s b/ver/us/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_8024089C_BC4B1C.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_8024089C_BC4B1C.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_03/BC43F0/func_8024089C_BC4B1C.s diff --git a/asm/nonmatchings/world/area_obk/obk_03/BC4B50/func_802408D0_BC4B50.s b/ver/us/asm/nonmatchings/world/area_obk/obk_03/BC4B50/func_802408D0_BC4B50.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_03/BC4B50/func_802408D0_BC4B50.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_03/BC4B50/func_802408D0_BC4B50.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7E60/func_80240000_BC7E60.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7E60/func_80240000_BC7E60.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7E60/func_80240000_BC7E60.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7E60/func_80240000_BC7E60.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240050_BC7EB0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240050_BC7EB0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240050_BC7EB0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240050_BC7EB0.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802400D0_BC7F30.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802400D0_BC7F30.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802400D0_BC7F30.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802400D0_BC7F30.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240198_BC7FF8.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240198_BC7FF8.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240198_BC7FF8.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240198_BC7FF8.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_8024022C_BC808C.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_8024022C_BC808C.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_8024022C_BC808C.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_8024022C_BC808C.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802402A0_BC8100.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802402A0_BC8100.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802402A0_BC8100.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802402A0_BC8100.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802402F4_BC8154.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802402F4_BC8154.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802402F4_BC8154.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802402F4_BC8154.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802405B4_BC8414.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802405B4_BC8414.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802405B4_BC8414.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_802405B4_BC8414.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240624_BC8484.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240624_BC8484.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240624_BC8484.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240624_BC8484.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240910_BC8770.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240910_BC8770.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240910_BC8770.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240910_BC8770.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240940_BC87A0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240940_BC87A0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240940_BC87A0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240940_BC87A0.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240A58_BC88B8.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240A58_BC88B8.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240A58_BC88B8.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240A58_BC88B8.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240C10_BC8A70.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240C10_BC8A70.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240C10_BC8A70.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240C10_BC8A70.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240CA0_BC8B00.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240CA0_BC8B00.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240CA0_BC8B00.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240CA0_BC8B00.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240D00_BC8B60.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240D00_BC8B60.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240D00_BC8B60.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240D00_BC8B60.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240D14_BC8B74.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240D14_BC8B74.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240D14_BC8B74.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240D14_BC8B74.s diff --git a/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240E58_BC8CB8.s b/ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240E58_BC8CB8.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240E58_BC8CB8.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_04/BC7EB0/func_80240E58_BC8CB8.s diff --git a/asm/nonmatchings/world/area_obk/obk_05/BCD060/func_80240038_BCD098.s b/ver/us/asm/nonmatchings/world/area_obk/obk_05/BCD060/func_80240038_BCD098.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_05/BCD060/func_80240038_BCD098.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_05/BCD060/func_80240038_BCD098.s diff --git a/asm/nonmatchings/world/area_obk/obk_05/BCD060/func_80240050_BCD0B0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_05/BCD060/func_80240050_BCD0B0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_05/BCD060/func_80240050_BCD0B0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_05/BCD060/func_80240050_BCD0B0.s diff --git a/asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_80240770_BCD7D0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_80240770_BCD7D0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_80240770_BCD7D0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_80240770_BCD7D0.s diff --git a/asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_802407A0_BCD800.s b/ver/us/asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_802407A0_BCD800.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_802407A0_BCD800.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_802407A0_BCD800.s diff --git a/asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_802407AC_BCD80C.s b/ver/us/asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_802407AC_BCD80C.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_802407AC_BCD80C.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_802407AC_BCD80C.s diff --git a/asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_80240934_BCD994.s b/ver/us/asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_80240934_BCD994.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_80240934_BCD994.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_05/BCD7D0/func_80240934_BCD994.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCEBF0/func_80240000_BCEBF0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCEBF0/func_80240000_BCEBF0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCEBF0/func_80240000_BCEBF0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCEBF0/func_80240000_BCEBF0.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCEEB0/func_802402C0_BCEEB0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCEEB0/func_802402C0_BCEEB0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCEEB0/func_802402C0_BCEEB0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCEEB0/func_802402C0_BCEEB0.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCEEB0/func_802402CC_BCEEBC.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCEEB0/func_802402CC_BCEEBC.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCEEB0/func_802402CC_BCEEBC.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCEEB0/func_802402CC_BCEEBC.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCEEB0/func_80240454_BCF044.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCEEB0/func_80240454_BCF044.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCEEB0/func_80240454_BCF044.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCEEB0/func_80240454_BCF044.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240500_BCF0F0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240500_BCF0F0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240500_BCF0F0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240500_BCF0F0.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240540_BCF130.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240540_BCF130.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240540_BCF130.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240540_BCF130.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240564_BCF154.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240564_BCF154.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240564_BCF154.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240564_BCF154.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240A10_BCF600.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240A10_BCF600.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240A10_BCF600.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240A10_BCF600.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240A6C_BCF65C.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240A6C_BCF65C.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240A6C_BCF65C.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240A6C_BCF65C.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240EF8_BCFAE8.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240EF8_BCFAE8.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240EF8_BCFAE8.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80240EF8_BCFAE8.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802410C0_BCFCB0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802410C0_BCFCB0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802410C0_BCFCB0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802410C0_BCFCB0.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241130_BCFD20.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241130_BCFD20.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241130_BCFD20.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241130_BCFD20.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241168_BCFD58.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241168_BCFD58.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241168_BCFD58.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241168_BCFD58.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024130C_BCFEFC.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024130C_BCFEFC.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024130C_BCFEFC.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024130C_BCFEFC.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241358_BCFF48.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241358_BCFF48.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241358_BCFF48.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241358_BCFF48.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802413D0_BCFFC0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802413D0_BCFFC0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802413D0_BCFFC0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802413D0_BCFFC0.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024143C_BD002C.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024143C_BD002C.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024143C_BD002C.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024143C_BD002C.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024146C_BD005C.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024146C_BD005C.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024146C_BD005C.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024146C_BD005C.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802414B4_BD00A4.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802414B4_BD00A4.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802414B4_BD00A4.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802414B4_BD00A4.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241518_BD0108.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241518_BD0108.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241518_BD0108.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241518_BD0108.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024157C_BD016C.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024157C_BD016C.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024157C_BD016C.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_8024157C_BD016C.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802415B8_BD01A8.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802415B8_BD01A8.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802415B8_BD01A8.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802415B8_BD01A8.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802415F4_BD01E4.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802415F4_BD01E4.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802415F4_BD01E4.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802415F4_BD01E4.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241630_BD0220.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241630_BD0220.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241630_BD0220.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241630_BD0220.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241674_BD0264.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241674_BD0264.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241674_BD0264.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241674_BD0264.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802416F8_BD02E8.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802416F8_BD02E8.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802416F8_BD02E8.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802416F8_BD02E8.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241788_BD0378.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241788_BD0378.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241788_BD0378.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241788_BD0378.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241790_BD0380.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241790_BD0380.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241790_BD0380.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241790_BD0380.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241898_BD0488.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241898_BD0488.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241898_BD0488.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241898_BD0488.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802418E0_BD04D0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802418E0_BD04D0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802418E0_BD04D0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_802418E0_BD04D0.s diff --git a/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241B50_BD0740.s b/ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241B50_BD0740.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241B50_BD0740.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_07/BCF0F0/func_80241B50_BD0740.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_80240000_BD3870.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_80240000_BD3870.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD3870/func_80240000_BD3870.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_80240000_BD3870.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_802403DC_BD3C4C.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_802403DC_BD3C4C.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD3870/func_802403DC_BD3C4C.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_802403DC_BD3C4C.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_802404F0_BD3D60.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_802404F0_BD3D60.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD3870/func_802404F0_BD3D60.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_802404F0_BD3D60.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_8024055C_BD3DCC.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_8024055C_BD3DCC.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD3870/func_8024055C_BD3DCC.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_8024055C_BD3DCC.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_8024061C_BD3E8C.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_8024061C_BD3E8C.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD3870/func_8024061C_BD3E8C.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_8024061C_BD3E8C.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_802406DC_BD3F4C.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_802406DC_BD3F4C.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD3870/func_802406DC_BD3F4C.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_802406DC_BD3F4C.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_8024079C_BD400C.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_8024079C_BD400C.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD3870/func_8024079C_BD400C.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_8024079C_BD400C.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_80240808_BD4078.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_80240808_BD4078.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD3870/func_80240808_BD4078.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD3870/func_80240808_BD4078.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD40B0/func_80240840_BD40B0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD40B0/func_80240840_BD40B0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD40B0/func_80240840_BD40B0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD40B0/func_80240840_BD40B0.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD40B0/func_80240870_BD40E0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD40B0/func_80240870_BD40E0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD40B0/func_80240870_BD40E0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD40B0/func_80240870_BD40E0.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_802408A0_BD4110.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_802408A0_BD4110.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD4110/func_802408A0_BD4110.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_802408A0_BD4110.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240920_BD4190.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240920_BD4190.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240920_BD4190.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240920_BD4190.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_802409E8_BD4258.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_802409E8_BD4258.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD4110/func_802409E8_BD4258.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_802409E8_BD4258.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240A7C_BD42EC.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240A7C_BD42EC.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240A7C_BD42EC.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240A7C_BD42EC.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240AF0_BD4360.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240AF0_BD4360.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240AF0_BD4360.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240AF0_BD4360.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240CA0_BD4510.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240CA0_BD4510.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240CA0_BD4510.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240CA0_BD4510.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240D10_BD4580.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240D10_BD4580.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240D10_BD4580.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240D10_BD4580.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240FD8_BD4848.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240FD8_BD4848.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240FD8_BD4848.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240FD8_BD4848.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240FE4_BD4854.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240FE4_BD4854.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240FE4_BD4854.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_80240FE4_BD4854.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_8024116C_BD49DC.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_8024116C_BD49DC.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD4110/func_8024116C_BD49DC.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4110/func_8024116C_BD49DC.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_80241220_BD4A90.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_80241220_BD4A90.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_80241220_BD4A90.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_80241220_BD4A90.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_802412BC_BD4B2C.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_802412BC_BD4B2C.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_802412BC_BD4B2C.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_802412BC_BD4B2C.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_80241300_BD4B70.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_80241300_BD4B70.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_80241300_BD4B70.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_80241300_BD4B70.s diff --git a/asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_80241658_BD4EC8.s b/ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_80241658_BD4EC8.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_80241658_BD4EC8.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_08/BD4A90/func_80241658_BD4EC8.s diff --git a/asm/nonmatchings/world/area_obk/obk_09/BDA7B0/func_80240000_BDA7B0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_09/BDA7B0/func_80240000_BDA7B0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_09/BDA7B0/func_80240000_BDA7B0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_09/BDA7B0/func_80240000_BDA7B0.s diff --git a/asm/nonmatchings/world/area_obk/obk_09/BDA940/func_80240190_BDA940.s b/ver/us/asm/nonmatchings/world/area_obk/obk_09/BDA940/func_80240190_BDA940.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_09/BDA940/func_80240190_BDA940.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_09/BDA940/func_80240190_BDA940.s diff --git a/asm/nonmatchings/world/area_obk/obk_09/BDA940/func_80240248_BDA9F8.s b/ver/us/asm/nonmatchings/world/area_obk/obk_09/BDA940/func_80240248_BDA9F8.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_09/BDA940/func_80240248_BDA9F8.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_09/BDA940/func_80240248_BDA9F8.s diff --git a/asm/nonmatchings/world/area_obk/obk_09/BDAB00/func_80240350_BDAB00.s b/ver/us/asm/nonmatchings/world/area_obk/obk_09/BDAB00/func_80240350_BDAB00.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_09/BDAB00/func_80240350_BDAB00.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_09/BDAB00/func_80240350_BDAB00.s diff --git a/asm/nonmatchings/world/area_obk/obk_09/BDABA0/func_802403F0_BDABA0.s b/ver/us/asm/nonmatchings/world/area_obk/obk_09/BDABA0/func_802403F0_BDABA0.s similarity index 100% rename from asm/nonmatchings/world/area_obk/obk_09/BDABA0/func_802403F0_BDABA0.s rename to ver/us/asm/nonmatchings/world/area_obk/obk_09/BDABA0/func_802403F0_BDABA0.s diff --git a/asm/nonmatchings/world/area_omo/omo_01/D9AEF0/func_80240000_D9AEF0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_01/D9AEF0/func_80240000_D9AEF0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_01/D9AEF0/func_80240000_D9AEF0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_01/D9AEF0/func_80240000_D9AEF0.s diff --git a/asm/nonmatchings/world/area_omo/omo_01/D9B150/func_80240260_D9B150.s b/ver/us/asm/nonmatchings/world/area_omo/omo_01/D9B150/func_80240260_D9B150.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_01/D9B150/func_80240260_D9B150.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_01/D9B150/func_80240260_D9B150.s diff --git a/asm/nonmatchings/world/area_omo/omo_01/D9B150/func_80240844_D9B734.s b/ver/us/asm/nonmatchings/world/area_omo/omo_01/D9B150/func_80240844_D9B734.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_01/D9B150/func_80240844_D9B734.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_01/D9B150/func_80240844_D9B734.s diff --git a/asm/nonmatchings/world/area_omo/omo_01/D9B150/func_802409A8_D9B898.s b/ver/us/asm/nonmatchings/world/area_omo/omo_01/D9B150/func_802409A8_D9B898.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_01/D9B150/func_802409A8_D9B898.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_01/D9B150/func_802409A8_D9B898.s diff --git a/asm/nonmatchings/world/area_omo/omo_01/D9B150/func_802409EC_D9B8DC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_01/D9B150/func_802409EC_D9B8DC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_01/D9B150/func_802409EC_D9B8DC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_01/D9B150/func_802409EC_D9B8DC.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240040_D9D510.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240040_D9D510.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240040_D9D510.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240040_D9D510.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802402C0_D9D790.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802402C0_D9D790.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802402C0_D9D790.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802402C0_D9D790.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_8024043C_D9D90C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_8024043C_D9D90C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_8024043C_D9D90C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_8024043C_D9D90C.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240970_D9DE40.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240970_D9DE40.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240970_D9DE40.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240970_D9DE40.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802409E0_D9DEB0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802409E0_D9DEB0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802409E0_D9DEB0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802409E0_D9DEB0.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240AB0_D9DF80.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240AB0_D9DF80.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240AB0_D9DF80.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240AB0_D9DF80.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240B48_D9E018.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240B48_D9E018.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240B48_D9E018.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240B48_D9E018.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240BA8_D9E078.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240BA8_D9E078.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240BA8_D9E078.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240BA8_D9E078.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240EDC_D9E3AC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240EDC_D9E3AC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240EDC_D9E3AC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240EDC_D9E3AC.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240F90_D9E460.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240F90_D9E460.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240F90_D9E460.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80240F90_D9E460.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_8024141C_D9E8EC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_8024141C_D9E8EC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_8024141C_D9E8EC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_8024141C_D9E8EC.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802414C8_D9E998.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802414C8_D9E998.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802414C8_D9E998.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802414C8_D9E998.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802416D0_D9EBA0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802416D0_D9EBA0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802416D0_D9EBA0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802416D0_D9EBA0.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241948_D9EE18.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241948_D9EE18.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241948_D9EE18.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241948_D9EE18.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241B38_D9F008.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241B38_D9F008.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241B38_D9F008.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241B38_D9F008.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241C7C_D9F14C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241C7C_D9F14C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241C7C_D9F14C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241C7C_D9F14C.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241EA4_D9F374.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241EA4_D9F374.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241EA4_D9F374.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80241EA4_D9F374.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802423E0_D9F8B0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802423E0_D9F8B0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802423E0_D9F8B0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_802423E0_D9F8B0.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_8024283C_D9FD0C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_8024283C_D9FD0C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_8024283C_D9FD0C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_8024283C_D9FD0C.s diff --git a/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80242B5C_DA002C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80242B5C_DA002C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80242B5C_DA002C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_02/D9D510/func_80242B5C_DA002C.s diff --git a/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_8024003C_DA527C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_8024003C_DA527C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_03/DA5260/func_8024003C_DA527C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_8024003C_DA527C.s diff --git a/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_80240104_DA5344.s b/ver/us/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_80240104_DA5344.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_03/DA5260/func_80240104_DA5344.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_80240104_DA5344.s diff --git a/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_80240188_DA53C8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_80240188_DA53C8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_03/DA5260/func_80240188_DA53C8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_80240188_DA53C8.s diff --git a/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_8024020C_DA544C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_8024020C_DA544C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_03/DA5260/func_8024020C_DA544C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_8024020C_DA544C.s diff --git a/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_802402B0_DA54F0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_802402B0_DA54F0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_03/DA5260/func_802402B0_DA54F0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_802402B0_DA54F0.s diff --git a/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_80240538_DA5778.s b/ver/us/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_80240538_DA5778.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_03/DA5260/func_80240538_DA5778.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_03/DA5260/func_80240538_DA5778.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240000_DAD400.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240000_DAD400.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240000_DAD400.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240000_DAD400.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802402F4_DAD6F4.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802402F4_DAD6F4.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802402F4_DAD6F4.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802402F4_DAD6F4.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802403A0_DAD7A0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802403A0_DAD7A0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802403A0_DAD7A0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802403A0_DAD7A0.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240550_DAD950.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240550_DAD950.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240550_DAD950.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240550_DAD950.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240C38_DAE038.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240C38_DAE038.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240C38_DAE038.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240C38_DAE038.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240FF4_DAE3F4.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240FF4_DAE3F4.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240FF4_DAE3F4.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80240FF4_DAE3F4.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802411F8_DAE5F8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802411F8_DAE5F8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802411F8_DAE5F8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802411F8_DAE5F8.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241588_DAE988.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241588_DAE988.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241588_DAE988.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241588_DAE988.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802416AC_DAEAAC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802416AC_DAEAAC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802416AC_DAEAAC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802416AC_DAEAAC.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241898_DAEC98.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241898_DAEC98.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241898_DAEC98.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241898_DAEC98.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241908_DAED08.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241908_DAED08.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241908_DAED08.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241908_DAED08.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802419D8_DAEDD8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802419D8_DAEDD8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802419D8_DAEDD8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_802419D8_DAEDD8.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241A70_DAEE70.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241A70_DAEE70.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241A70_DAEE70.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241A70_DAEE70.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241AD0_DAEED0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241AD0_DAEED0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241AD0_DAEED0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241AD0_DAEED0.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241E04_DAF204.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241E04_DAF204.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241E04_DAF204.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241E04_DAF204.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241E20_DAF220.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241E20_DAF220.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241E20_DAF220.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAD400/func_80241E20_DAF220.s diff --git a/asm/nonmatchings/world/area_omo/omo_04/DAF240/func_80241E40_DAF240.s b/ver/us/asm/nonmatchings/world/area_omo/omo_04/DAF240/func_80241E40_DAF240.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_04/DAF240/func_80241E40_DAF240.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_04/DAF240/func_80241E40_DAF240.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240000_DB22C0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240000_DB22C0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240000_DB22C0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240000_DB22C0.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240070_DB2330.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240070_DB2330.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240070_DB2330.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240070_DB2330.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240140_DB2400.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240140_DB2400.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240140_DB2400.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240140_DB2400.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802401D8_DB2498.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802401D8_DB2498.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802401D8_DB2498.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802401D8_DB2498.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240238_DB24F8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240238_DB24F8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240238_DB24F8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240238_DB24F8.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802405BC_DB287C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802405BC_DB287C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802405BC_DB287C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802405BC_DB287C.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240780_DB2A40.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240780_DB2A40.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240780_DB2A40.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240780_DB2A40.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240A54_DB2D14.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240A54_DB2D14.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240A54_DB2D14.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240A54_DB2D14.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240C04_DB2EC4.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240C04_DB2EC4.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240C04_DB2EC4.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80240C04_DB2EC4.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802412EC_DB35AC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802412EC_DB35AC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802412EC_DB35AC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802412EC_DB35AC.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802416A8_DB3968.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802416A8_DB3968.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802416A8_DB3968.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802416A8_DB3968.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802418AC_DB3B6C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802418AC_DB3B6C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802418AC_DB3B6C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802418AC_DB3B6C.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80241C3C_DB3EFC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80241C3C_DB3EFC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80241C3C_DB3EFC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80241C3C_DB3EFC.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80241D60_DB4020.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80241D60_DB4020.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80241D60_DB4020.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80241D60_DB4020.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80242178_DB4438.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80242178_DB4438.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80242178_DB4438.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80242178_DB4438.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802421CC_DB448C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802421CC_DB448C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802421CC_DB448C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802421CC_DB448C.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80242204_DB44C4.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80242204_DB44C4.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80242204_DB44C4.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80242204_DB44C4.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802422A0_DB4560.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802422A0_DB4560.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802422A0_DB4560.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802422A0_DB4560.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80242328_DB45E8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80242328_DB45E8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80242328_DB45E8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_80242328_DB45E8.s diff --git a/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802423C8_DB4688.s b/ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802423C8_DB4688.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802423C8_DB4688.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_05/DB22C0/func_802423C8_DB4688.s diff --git a/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_8024001C_DB792C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_8024001C_DB792C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_06/DB7910/func_8024001C_DB792C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_8024001C_DB792C.s diff --git a/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_802400E4_DB79F4.s b/ver/us/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_802400E4_DB79F4.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_06/DB7910/func_802400E4_DB79F4.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_802400E4_DB79F4.s diff --git a/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_80240168_DB7A78.s b/ver/us/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_80240168_DB7A78.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_06/DB7910/func_80240168_DB7A78.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_80240168_DB7A78.s diff --git a/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_802401EC_DB7AFC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_802401EC_DB7AFC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_06/DB7910/func_802401EC_DB7AFC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_802401EC_DB7AFC.s diff --git a/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_80240290_DB7BA0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_80240290_DB7BA0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_06/DB7910/func_80240290_DB7BA0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_80240290_DB7BA0.s diff --git a/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_80240518_DB7E28.s b/ver/us/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_80240518_DB7E28.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_06/DB7910/func_80240518_DB7E28.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_06/DB7910/func_80240518_DB7E28.s diff --git a/asm/nonmatchings/world/area_omo/omo_06/DB8180/func_80240870_DB8180.s b/ver/us/asm/nonmatchings/world/area_omo/omo_06/DB8180/func_80240870_DB8180.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_06/DB8180/func_80240870_DB8180.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_06/DB8180/func_80240870_DB8180.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240000_DBD2B0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240000_DBD2B0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240000_DBD2B0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240000_DBD2B0.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240070_DBD320.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240070_DBD320.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240070_DBD320.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240070_DBD320.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240140_DBD3F0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240140_DBD3F0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240140_DBD3F0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240140_DBD3F0.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802401D8_DBD488.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802401D8_DBD488.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802401D8_DBD488.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802401D8_DBD488.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240238_DBD4E8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240238_DBD4E8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240238_DBD4E8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240238_DBD4E8.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_8024056C_DBD81C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_8024056C_DBD81C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_8024056C_DBD81C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_8024056C_DBD81C.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802406C4_DBD974.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802406C4_DBD974.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802406C4_DBD974.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802406C4_DBD974.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240A2C_DBDCDC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240A2C_DBDCDC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240A2C_DBDCDC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240A2C_DBDCDC.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240BE8_DBDE98.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240BE8_DBDE98.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240BE8_DBDE98.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240BE8_DBDE98.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240EB8_DBE168.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240EB8_DBE168.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240EB8_DBE168.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80240EB8_DBE168.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241040_DBE2F0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241040_DBE2F0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241040_DBE2F0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241040_DBE2F0.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241100_DBE3B0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241100_DBE3B0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241100_DBE3B0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241100_DBE3B0.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802413FC_DBE6AC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802413FC_DBE6AC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802413FC_DBE6AC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802413FC_DBE6AC.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_8024146C_DBE71C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_8024146C_DBE71C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_8024146C_DBE71C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_8024146C_DBE71C.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_8024153C_DBE7EC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_8024153C_DBE7EC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_8024153C_DBE7EC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_8024153C_DBE7EC.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802415D4_DBE884.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802415D4_DBE884.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802415D4_DBE884.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802415D4_DBE884.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241634_DBE8E4.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241634_DBE8E4.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241634_DBE8E4.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241634_DBE8E4.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241978_DBEC28.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241978_DBEC28.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241978_DBEC28.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241978_DBEC28.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241B28_DBEDD8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241B28_DBEDD8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241B28_DBEDD8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80241B28_DBEDD8.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242210_DBF4C0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242210_DBF4C0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242210_DBF4C0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242210_DBF4C0.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802425CC_DBF87C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802425CC_DBF87C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802425CC_DBF87C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802425CC_DBF87C.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802427D0_DBFA80.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802427D0_DBFA80.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802427D0_DBFA80.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_802427D0_DBFA80.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242B60_DBFE10.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242B60_DBFE10.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242B60_DBFE10.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242B60_DBFE10.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242C84_DBFF34.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242C84_DBFF34.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242C84_DBFF34.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242C84_DBFF34.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242E70_DC0120.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242E70_DC0120.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242E70_DC0120.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242E70_DC0120.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242E8C_DC013C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242E8C_DC013C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242E8C_DC013C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242E8C_DC013C.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242EA8_DC0158.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242EA8_DC0158.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242EA8_DC0158.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DBD2B0/func_80242EA8_DC0158.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DC01D0/func_80242F20_DC01D0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DC01D0/func_80242F20_DC01D0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DC01D0/func_80242F20_DC01D0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DC01D0/func_80242F20_DC01D0.s diff --git a/asm/nonmatchings/world/area_omo/omo_07/DC04D0/func_80243220_DC04D0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_07/DC04D0/func_80243220_DC04D0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_07/DC04D0/func_80243220_DC04D0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_07/DC04D0/func_80243220_DC04D0.s diff --git a/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_8024001C_DC43EC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_8024001C_DC43EC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_8024001C_DC43EC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_8024001C_DC43EC.s diff --git a/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_802400E4_DC44B4.s b/ver/us/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_802400E4_DC44B4.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_802400E4_DC44B4.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_802400E4_DC44B4.s diff --git a/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_80240168_DC4538.s b/ver/us/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_80240168_DC4538.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_80240168_DC4538.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_80240168_DC4538.s diff --git a/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_802401EC_DC45BC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_802401EC_DC45BC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_802401EC_DC45BC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_802401EC_DC45BC.s diff --git a/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_80240290_DC4660.s b/ver/us/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_80240290_DC4660.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_80240290_DC4660.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_80240290_DC4660.s diff --git a/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_80240518_DC48E8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_80240518_DC48E8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_80240518_DC48E8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_08/DC43D0/func_80240518_DC48E8.s diff --git a/asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_80240870_DC4C40.s b/ver/us/asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_80240870_DC4C40.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_80240870_DC4C40.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_80240870_DC4C40.s diff --git a/asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_802408E0_DC4CB0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_802408E0_DC4CB0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_802408E0_DC4CB0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_802408E0_DC4CB0.s diff --git a/asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_802409B0_DC4D80.s b/ver/us/asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_802409B0_DC4D80.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_802409B0_DC4D80.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_802409B0_DC4D80.s diff --git a/asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_80240A48_DC4E18.s b/ver/us/asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_80240A48_DC4E18.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_80240A48_DC4E18.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_80240A48_DC4E18.s diff --git a/asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_80240AA8_DC4E78.s b/ver/us/asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_80240AA8_DC4E78.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_80240AA8_DC4E78.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_08/DC4C40/func_80240AA8_DC4E78.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCCCD0/func_80240000_DCCCD0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCCCD0/func_80240000_DCCCD0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCCCD0/func_80240000_DCCCD0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCCCD0/func_80240000_DCCCD0.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCCCD0/func_80240054_DCCD24.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCCCD0/func_80240054_DCCD24.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCCCD0/func_80240054_DCCD24.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCCCD0/func_80240054_DCCD24.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCCCD0/func_80240078_DCCD48.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCCCD0/func_80240078_DCCD48.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCCCD0/func_80240078_DCCD48.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCCCD0/func_80240078_DCCD48.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCCFA0/func_802402D0_DCCFA0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCCFA0/func_802402D0_DCCFA0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCCFA0/func_802402D0_DCCFA0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCCFA0/func_802402D0_DCCFA0.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCCFA0/func_80240534_DCD204.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCCFA0/func_80240534_DCD204.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCCFA0/func_80240534_DCD204.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCCFA0/func_80240534_DCD204.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD3B0/func_802406E0_DCD3B0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD3B0/func_802406E0_DCD3B0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD3B0/func_802406E0_DCD3B0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD3B0/func_802406E0_DCD3B0.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD3F0/func_80240720_DCD3F0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD3F0/func_80240720_DCD3F0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD3F0/func_80240720_DCD3F0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD3F0/func_80240720_DCD3F0.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802409E0_DCD6B0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802409E0_DCD6B0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802409E0_DCD6B0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802409E0_DCD6B0.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240A50_DCD720.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240A50_DCD720.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240A50_DCD720.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240A50_DCD720.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240B20_DCD7F0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240B20_DCD7F0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240B20_DCD7F0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240B20_DCD7F0.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240BB8_DCD888.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240BB8_DCD888.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240BB8_DCD888.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240BB8_DCD888.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240C18_DCD8E8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240C18_DCD8E8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240C18_DCD8E8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240C18_DCD8E8.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240F4C_DCDC1C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240F4C_DCDC1C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240F4C_DCDC1C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80240F4C_DCDC1C.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802410A4_DCDD74.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802410A4_DCDD74.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802410A4_DCDD74.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802410A4_DCDD74.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024140C_DCE0DC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024140C_DCE0DC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024140C_DCE0DC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024140C_DCE0DC.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802415C8_DCE298.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802415C8_DCE298.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802415C8_DCE298.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802415C8_DCE298.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241898_DCE568.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241898_DCE568.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241898_DCE568.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241898_DCE568.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241A20_DCE6F0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241A20_DCE6F0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241A20_DCE6F0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241A20_DCE6F0.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241AE0_DCE7B0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241AE0_DCE7B0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241AE0_DCE7B0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241AE0_DCE7B0.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241DDC_DCEAAC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241DDC_DCEAAC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241DDC_DCEAAC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241DDC_DCEAAC.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241E4C_DCEB1C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241E4C_DCEB1C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241E4C_DCEB1C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241E4C_DCEB1C.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241F1C_DCEBEC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241F1C_DCEBEC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241F1C_DCEBEC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241F1C_DCEBEC.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241FB4_DCEC84.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241FB4_DCEC84.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241FB4_DCEC84.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80241FB4_DCEC84.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242014_DCECE4.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242014_DCECE4.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242014_DCECE4.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242014_DCECE4.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242358_DCF028.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242358_DCF028.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242358_DCF028.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242358_DCF028.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242548_DCF218.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242548_DCF218.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242548_DCF218.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242548_DCF218.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024268C_DCF35C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024268C_DCF35C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024268C_DCF35C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024268C_DCF35C.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802428B4_DCF584.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802428B4_DCF584.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802428B4_DCF584.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802428B4_DCF584.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242DF0_DCFAC0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242DF0_DCFAC0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242DF0_DCFAC0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_80242DF0_DCFAC0.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024324C_DCFF1C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024324C_DCFF1C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024324C_DCFF1C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024324C_DCFF1C.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024356C_DD023C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024356C_DD023C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024356C_DD023C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_8024356C_DD023C.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802435B8_DD0288.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802435B8_DD0288.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802435B8_DD0288.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802435B8_DD0288.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802435CC_DD029C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802435CC_DD029C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802435CC_DD029C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802435CC_DD029C.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802435E8_DD02B8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802435E8_DD02B8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802435E8_DD02B8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DCD6B0/func_802435E8_DD02B8.s diff --git a/asm/nonmatchings/world/area_omo/omo_09/DD02E0/func_80243610_DD02E0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_09/DD02E0/func_80243610_DD02E0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_09/DD02E0/func_80243610_DD02E0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_09/DD02E0/func_80243610_DD02E0.s diff --git a/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_8024001C_DD79CC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_8024001C_DD79CC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_8024001C_DD79CC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_8024001C_DD79CC.s diff --git a/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_802400E4_DD7A94.s b/ver/us/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_802400E4_DD7A94.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_802400E4_DD7A94.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_802400E4_DD7A94.s diff --git a/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_80240168_DD7B18.s b/ver/us/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_80240168_DD7B18.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_80240168_DD7B18.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_80240168_DD7B18.s diff --git a/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_802401EC_DD7B9C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_802401EC_DD7B9C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_802401EC_DD7B9C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_802401EC_DD7B9C.s diff --git a/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_80240290_DD7C40.s b/ver/us/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_80240290_DD7C40.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_80240290_DD7C40.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_80240290_DD7C40.s diff --git a/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_80240518_DD7EC8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_80240518_DD7EC8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_80240518_DD7EC8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_10/DD79B0/func_80240518_DD7EC8.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDC830/func_80240000_DDC830.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDC830/func_80240000_DDC830.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDC830/func_80240000_DDC830.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDC830/func_80240000_DDC830.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDC830/func_802401A0_DDC9D0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDC830/func_802401A0_DDC9D0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDC830/func_802401A0_DDC9D0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDC830/func_802401A0_DDC9D0.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802407AC_DDCFDC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802407AC_DDCFDC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802407AC_DDCFDC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802407AC_DDCFDC.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802407CC_DDCFFC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802407CC_DDCFFC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802407CC_DDCFFC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802407CC_DDCFFC.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802407F8_DDD028.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802407F8_DDD028.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802407F8_DDD028.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802407F8_DDD028.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240864_DDD094.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240864_DDD094.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240864_DDD094.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240864_DDD094.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802408B0_DDD0E0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802408B0_DDD0E0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802408B0_DDD0E0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802408B0_DDD0E0.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_8024095C_DDD18C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_8024095C_DDD18C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_8024095C_DDD18C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_8024095C_DDD18C.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240BAC_DDD3DC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240BAC_DDD3DC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240BAC_DDD3DC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240BAC_DDD3DC.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240BD8_DDD408.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240BD8_DDD408.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240BD8_DDD408.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240BD8_DDD408.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240C10_DDD440.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240C10_DDD440.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240C10_DDD440.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240C10_DDD440.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240CA0_DDD4D0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240CA0_DDD4D0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240CA0_DDD4D0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240CA0_DDD4D0.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240CD4_DDD504.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240CD4_DDD504.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240CD4_DDD504.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240CD4_DDD504.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240D38_DDD568.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240D38_DDD568.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240D38_DDD568.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240D38_DDD568.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240D90_DDD5C0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240D90_DDD5C0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240D90_DDD5C0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80240D90_DDD5C0.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802412C8_DDDAF8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802412C8_DDDAF8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802412C8_DDDAF8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_802412C8_DDDAF8.s diff --git a/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80241498_DDDCC8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80241498_DDDCC8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80241498_DDDCC8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_11/DDCFC0/func_80241498_DDDCC8.s diff --git a/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_80240000_DDF310.s b/ver/us/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_80240000_DDF310.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_12/DDF310/func_80240000_DDF310.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_80240000_DDF310.s diff --git a/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_80240184_DDF494.s b/ver/us/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_80240184_DDF494.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_12/DDF310/func_80240184_DDF494.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_80240184_DDF494.s diff --git a/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_802402DC_DDF5EC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_802402DC_DDF5EC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_12/DDF310/func_802402DC_DDF5EC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_802402DC_DDF5EC.s diff --git a/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_802402F8_DDF608.s b/ver/us/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_802402F8_DDF608.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_12/DDF310/func_802402F8_DDF608.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_802402F8_DDF608.s diff --git a/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_80240314_DDF624.s b/ver/us/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_80240314_DDF624.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_12/DDF310/func_80240314_DDF624.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_80240314_DDF624.s diff --git a/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_802403D8_DDF6E8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_802403D8_DDF6E8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_12/DDF310/func_802403D8_DDF6E8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_12/DDF310/func_802403D8_DDF6E8.s diff --git a/asm/nonmatchings/world/area_omo/omo_12/DDF730/func_80240420_DDF730.s b/ver/us/asm/nonmatchings/world/area_omo/omo_12/DDF730/func_80240420_DDF730.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_12/DDF730/func_80240420_DDF730.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_12/DDF730/func_80240420_DDF730.s diff --git a/asm/nonmatchings/world/area_omo/omo_13/DE2490/func_80240000_DE2490.s b/ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2490/func_80240000_DE2490.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_13/DE2490/func_80240000_DE2490.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2490/func_80240000_DE2490.s diff --git a/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240280_DE2710.s b/ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240280_DE2710.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240280_DE2710.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240280_DE2710.s diff --git a/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_802402F0_DE2780.s b/ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_802402F0_DE2780.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_13/DE2710/func_802402F0_DE2780.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_802402F0_DE2780.s diff --git a/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_802403C0_DE2850.s b/ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_802403C0_DE2850.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_13/DE2710/func_802403C0_DE2850.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_802403C0_DE2850.s diff --git a/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240458_DE28E8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240458_DE28E8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240458_DE28E8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240458_DE28E8.s diff --git a/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_802404B8_DE2948.s b/ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_802404B8_DE2948.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_13/DE2710/func_802404B8_DE2948.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_802404B8_DE2948.s diff --git a/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_8024083C_DE2CCC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_8024083C_DE2CCC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_13/DE2710/func_8024083C_DE2CCC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_8024083C_DE2CCC.s diff --git a/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240A00_DE2E90.s b/ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240A00_DE2E90.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240A00_DE2E90.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240A00_DE2E90.s diff --git a/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240F00_DE3390.s b/ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240F00_DE3390.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240F00_DE3390.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240F00_DE3390.s diff --git a/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240F54_DE33E4.s b/ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240F54_DE33E4.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240F54_DE33E4.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240F54_DE33E4.s diff --git a/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240F8C_DE341C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240F8C_DE341C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240F8C_DE341C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80240F8C_DE341C.s diff --git a/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80241028_DE34B8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80241028_DE34B8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80241028_DE34B8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_13/DE2710/func_80241028_DE34B8.s diff --git a/asm/nonmatchings/world/area_omo/omo_13/DE36C0/func_80241230_DE36C0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_13/DE36C0/func_80241230_DE36C0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_13/DE36C0/func_80241230_DE36C0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_13/DE36C0/func_80241230_DE36C0.s diff --git a/asm/nonmatchings/world/area_omo/omo_14/DE56B0/func_80240000_DE56B0.s b/ver/us/asm/nonmatchings/world/area_omo/omo_14/DE56B0/func_80240000_DE56B0.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_14/DE56B0/func_80240000_DE56B0.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_14/DE56B0/func_80240000_DE56B0.s diff --git a/asm/nonmatchings/world/area_omo/omo_14/DE5810/func_80240160_DE5810.s b/ver/us/asm/nonmatchings/world/area_omo/omo_14/DE5810/func_80240160_DE5810.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_14/DE5810/func_80240160_DE5810.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_14/DE5810/func_80240160_DE5810.s diff --git a/asm/nonmatchings/world/area_omo/omo_14/DE5810/func_802403FC_DE5AAC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_14/DE5810/func_802403FC_DE5AAC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_14/DE5810/func_802403FC_DE5AAC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_14/DE5810/func_802403FC_DE5AAC.s diff --git a/asm/nonmatchings/world/area_omo/omo_14/DE5810/func_80240564_DE5C14.s b/ver/us/asm/nonmatchings/world/area_omo/omo_14/DE5810/func_80240564_DE5C14.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_14/DE5810/func_80240564_DE5C14.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_14/DE5810/func_80240564_DE5C14.s diff --git a/asm/nonmatchings/world/area_omo/omo_14/DE5810/func_80240590_DE5C40.s b/ver/us/asm/nonmatchings/world/area_omo/omo_14/DE5810/func_80240590_DE5C40.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_14/DE5810/func_80240590_DE5C40.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_14/DE5810/func_80240590_DE5C40.s diff --git a/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_80240000_DE8770.s b/ver/us/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_80240000_DE8770.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_15/DE8770/func_80240000_DE8770.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_80240000_DE8770.s diff --git a/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_8024004C_DE87BC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_8024004C_DE87BC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_15/DE8770/func_8024004C_DE87BC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_8024004C_DE87BC.s diff --git a/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_802401AC_DE891C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_802401AC_DE891C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_15/DE8770/func_802401AC_DE891C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_802401AC_DE891C.s diff --git a/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_802405BC_DE8D2C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_802405BC_DE8D2C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_15/DE8770/func_802405BC_DE8D2C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_802405BC_DE8D2C.s diff --git a/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_802405FC_DE8D6C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_802405FC_DE8D6C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_15/DE8770/func_802405FC_DE8D6C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_802405FC_DE8D6C.s diff --git a/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_80240708_DE8E78.s b/ver/us/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_80240708_DE8E78.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_15/DE8770/func_80240708_DE8E78.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_15/DE8770/func_80240708_DE8E78.s diff --git a/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_8024001C_DEBEEC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_8024001C_DEBEEC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_8024001C_DEBEEC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_8024001C_DEBEEC.s diff --git a/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_802400E4_DEBFB4.s b/ver/us/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_802400E4_DEBFB4.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_802400E4_DEBFB4.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_802400E4_DEBFB4.s diff --git a/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_80240168_DEC038.s b/ver/us/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_80240168_DEC038.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_80240168_DEC038.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_80240168_DEC038.s diff --git a/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_802401EC_DEC0BC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_802401EC_DEC0BC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_802401EC_DEC0BC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_802401EC_DEC0BC.s diff --git a/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_80240290_DEC160.s b/ver/us/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_80240290_DEC160.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_80240290_DEC160.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_80240290_DEC160.s diff --git a/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_80240518_DEC3E8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_80240518_DEC3E8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_80240518_DEC3E8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_80240518_DEC3E8.s diff --git a/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_8024055C_DEC42C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_8024055C_DEC42C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_8024055C_DEC42C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_16/DEBED0/func_8024055C_DEC42C.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_8024001C_DEEEBC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_8024001C_DEEEBC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_8024001C_DEEEBC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_8024001C_DEEEBC.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_802400E4_DEEF84.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_802400E4_DEEF84.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_802400E4_DEEF84.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_802400E4_DEEF84.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_80240168_DEF008.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_80240168_DEF008.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_80240168_DEF008.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_80240168_DEF008.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_802401EC_DEF08C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_802401EC_DEF08C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_802401EC_DEF08C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_802401EC_DEF08C.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_80240290_DEF130.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_80240290_DEF130.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_80240290_DEF130.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_80240290_DEF130.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_80240518_DEF3B8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_80240518_DEF3B8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_80240518_DEF3B8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEEEA0/func_80240518_DEF3B8.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240560_DEF400.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240560_DEF400.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240560_DEF400.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240560_DEF400.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802405D0_DEF470.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802405D0_DEF470.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802405D0_DEF470.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802405D0_DEF470.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802406A0_DEF540.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802406A0_DEF540.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802406A0_DEF540.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802406A0_DEF540.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240738_DEF5D8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240738_DEF5D8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240738_DEF5D8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240738_DEF5D8.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240798_DEF638.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240798_DEF638.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240798_DEF638.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240798_DEF638.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240B1C_DEF9BC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240B1C_DEF9BC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240B1C_DEF9BC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240B1C_DEF9BC.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240CE0_DEFB80.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240CE0_DEFB80.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240CE0_DEFB80.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240CE0_DEFB80.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240FB4_DEFE54.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240FB4_DEFE54.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240FB4_DEFE54.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80240FB4_DEFE54.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80241164_DF0004.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80241164_DF0004.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80241164_DF0004.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80241164_DF0004.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_8024184C_DF06EC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_8024184C_DF06EC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_8024184C_DF06EC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_8024184C_DF06EC.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80241C08_DF0AA8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80241C08_DF0AA8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80241C08_DF0AA8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80241C08_DF0AA8.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80241E0C_DF0CAC.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80241E0C_DF0CAC.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80241E0C_DF0CAC.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80241E0C_DF0CAC.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_8024219C_DF103C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_8024219C_DF103C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_8024219C_DF103C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_8024219C_DF103C.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802422C0_DF1160.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802422C0_DF1160.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802422C0_DF1160.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802422C0_DF1160.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802424AC_DF134C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802424AC_DF134C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802424AC_DF134C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802424AC_DF134C.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_8024269C_DF153C.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_8024269C_DF153C.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_8024269C_DF153C.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_8024269C_DF153C.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802427E0_DF1680.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802427E0_DF1680.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802427E0_DF1680.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802427E0_DF1680.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80242A08_DF18A8.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80242A08_DF18A8.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80242A08_DF18A8.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80242A08_DF18A8.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80242F44_DF1DE4.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80242F44_DF1DE4.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80242F44_DF1DE4.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_80242F44_DF1DE4.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802433A0_DF2240.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802433A0_DF2240.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802433A0_DF2240.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802433A0_DF2240.s diff --git a/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802436C0_DF2560.s b/ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802436C0_DF2560.s similarity index 100% rename from asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802436C0_DF2560.s rename to ver/us/asm/nonmatchings/world/area_omo/omo_17/DEF400/func_802436C0_DF2560.s diff --git a/asm/nonmatchings/world/area_osr/osr_00/AAC830/func_8024030C_AACB3C.s b/ver/us/asm/nonmatchings/world/area_osr/osr_00/AAC830/func_8024030C_AACB3C.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_00/AAC830/func_8024030C_AACB3C.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_00/AAC830/func_8024030C_AACB3C.s diff --git a/asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_80240380_AACBB0.s b/ver/us/asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_80240380_AACBB0.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_80240380_AACBB0.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_80240380_AACBB0.s diff --git a/asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_802404A4_AACCD4.s b/ver/us/asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_802404A4_AACCD4.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_802404A4_AACCD4.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_802404A4_AACCD4.s diff --git a/asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_80240678_AACEA8.s b/ver/us/asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_80240678_AACEA8.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_80240678_AACEA8.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_80240678_AACEA8.s diff --git a/asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_802406E0_AACF10.s b/ver/us/asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_802406E0_AACF10.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_802406E0_AACF10.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_00/AACBB0/func_802406E0_AACF10.s diff --git a/asm/nonmatchings/world/area_osr/osr_01/AAFFF0/func_80240000_AAFFF0.s b/ver/us/asm/nonmatchings/world/area_osr/osr_01/AAFFF0/func_80240000_AAFFF0.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_01/AAFFF0/func_80240000_AAFFF0.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_01/AAFFF0/func_80240000_AAFFF0.s diff --git a/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240360_AB0350.s b/ver/us/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240360_AB0350.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240360_AB0350.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240360_AB0350.s diff --git a/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_802406A4_AB0694.s b/ver/us/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_802406A4_AB0694.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_01/AB0350/func_802406A4_AB0694.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_802406A4_AB0694.s diff --git a/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_802406F8_AB06E8.s b/ver/us/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_802406F8_AB06E8.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_01/AB0350/func_802406F8_AB06E8.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_802406F8_AB06E8.s diff --git a/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240730_AB0720.s b/ver/us/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240730_AB0720.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240730_AB0720.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240730_AB0720.s diff --git a/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240A48_AB0A38.s b/ver/us/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240A48_AB0A38.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240A48_AB0A38.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240A48_AB0A38.s diff --git a/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240A8C_AB0A7C.s b/ver/us/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240A8C_AB0A7C.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240A8C_AB0A7C.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_01/AB0350/func_80240A8C_AB0A7C.s diff --git a/asm/nonmatchings/world/area_osr/osr_02/AB2170/func_80240000_AB2170.s b/ver/us/asm/nonmatchings/world/area_osr/osr_02/AB2170/func_80240000_AB2170.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_02/AB2170/func_80240000_AB2170.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_02/AB2170/func_80240000_AB2170.s diff --git a/asm/nonmatchings/world/area_osr/osr_02/AB2190/func_80240020_AB2190.s b/ver/us/asm/nonmatchings/world/area_osr/osr_02/AB2190/func_80240020_AB2190.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_02/AB2190/func_80240020_AB2190.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_02/AB2190/func_80240020_AB2190.s diff --git a/asm/nonmatchings/world/area_osr/osr_02/AB21D0/func_80240060_AB21D0.s b/ver/us/asm/nonmatchings/world/area_osr/osr_02/AB21D0/func_80240060_AB21D0.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_02/AB21D0/func_80240060_AB21D0.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_02/AB21D0/func_80240060_AB21D0.s diff --git a/asm/nonmatchings/world/area_osr/osr_02/AB2290/func_80240120_AB2290.s b/ver/us/asm/nonmatchings/world/area_osr/osr_02/AB2290/func_80240120_AB2290.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_02/AB2290/func_80240120_AB2290.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_02/AB2290/func_80240120_AB2290.s diff --git a/asm/nonmatchings/world/area_osr/osr_03/AB6290/func_80240000_AB6290.s b/ver/us/asm/nonmatchings/world/area_osr/osr_03/AB6290/func_80240000_AB6290.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_03/AB6290/func_80240000_AB6290.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_03/AB6290/func_80240000_AB6290.s diff --git a/asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_80240020_AB62B0.s b/ver/us/asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_80240020_AB62B0.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_80240020_AB62B0.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_80240020_AB62B0.s diff --git a/asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_80240090_AB6320.s b/ver/us/asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_80240090_AB6320.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_80240090_AB6320.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_80240090_AB6320.s diff --git a/asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_802400C4_AB6354.s b/ver/us/asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_802400C4_AB6354.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_802400C4_AB6354.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_802400C4_AB6354.s diff --git a/asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_802401A0_AB6430.s b/ver/us/asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_802401A0_AB6430.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_802401A0_AB6430.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_802401A0_AB6430.s diff --git a/asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_80240290_AB6520.s b/ver/us/asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_80240290_AB6520.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_80240290_AB6520.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_03/AB62B0/func_80240290_AB6520.s diff --git a/asm/nonmatchings/world/area_osr/osr_04/AB92B0/func_80240000_AB92B0.s b/ver/us/asm/nonmatchings/world/area_osr/osr_04/AB92B0/func_80240000_AB92B0.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_04/AB92B0/func_80240000_AB92B0.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_04/AB92B0/func_80240000_AB92B0.s diff --git a/asm/nonmatchings/world/area_osr/osr_04/AB92B0/func_80240050_AB9300.s b/ver/us/asm/nonmatchings/world/area_osr/osr_04/AB92B0/func_80240050_AB9300.s similarity index 100% rename from asm/nonmatchings/world/area_osr/osr_04/AB92B0/func_80240050_AB9300.s rename to ver/us/asm/nonmatchings/world/area_osr/osr_04/AB92B0/func_80240050_AB9300.s diff --git a/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802400EC_D4D12C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802400EC_D4D12C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802400EC_D4D12C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802400EC_D4D12C.s diff --git a/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240128_D4D168.s b/ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240128_D4D168.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240128_D4D168.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240128_D4D168.s diff --git a/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802402F0_D4D330.s b/ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802402F0_D4D330.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802402F0_D4D330.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802402F0_D4D330.s diff --git a/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_8024049C_D4D4DC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_8024049C_D4D4DC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_01/D4D060/func_8024049C_D4D4DC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_8024049C_D4D4DC.s diff --git a/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240500_D4D540.s b/ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240500_D4D540.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240500_D4D540.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240500_D4D540.s diff --git a/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_8024068C_D4D6CC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_8024068C_D4D6CC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_01/D4D060/func_8024068C_D4D6CC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_8024068C_D4D6CC.s diff --git a/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240870_D4D8B0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240870_D4D8B0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240870_D4D8B0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240870_D4D8B0.s diff --git a/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240D3C_D4DD7C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240D3C_D4DD7C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240D3C_D4DD7C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240D3C_D4DD7C.s diff --git a/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240F20_D4DF60.s b/ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240F20_D4DF60.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240F20_D4DF60.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80240F20_D4DF60.s diff --git a/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802411AC_D4E1EC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802411AC_D4E1EC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802411AC_D4E1EC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802411AC_D4E1EC.s diff --git a/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80241200_D4E240.s b/ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80241200_D4E240.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80241200_D4E240.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80241200_D4E240.s diff --git a/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80241238_D4E278.s b/ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80241238_D4E278.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80241238_D4E278.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_80241238_D4E278.s diff --git a/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802412D4_D4E314.s b/ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802412D4_D4E314.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802412D4_D4E314.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_01/D4D060/func_802412D4_D4E314.s diff --git a/asm/nonmatchings/world/area_pra/pra_02/D50010/func_802400EC_D500DC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_802400EC_D500DC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_02/D50010/func_802400EC_D500DC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_802400EC_D500DC.s diff --git a/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240128_D50118.s b/ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240128_D50118.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240128_D50118.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240128_D50118.s diff --git a/asm/nonmatchings/world/area_pra/pra_02/D50010/func_802402F0_D502E0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_802402F0_D502E0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_02/D50010/func_802402F0_D502E0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_802402F0_D502E0.s diff --git a/asm/nonmatchings/world/area_pra/pra_02/D50010/func_8024049C_D5048C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_8024049C_D5048C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_02/D50010/func_8024049C_D5048C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_8024049C_D5048C.s diff --git a/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240500_D504F0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240500_D504F0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240500_D504F0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240500_D504F0.s diff --git a/asm/nonmatchings/world/area_pra/pra_02/D50010/func_8024068C_D5067C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_8024068C_D5067C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_02/D50010/func_8024068C_D5067C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_8024068C_D5067C.s diff --git a/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240870_D50860.s b/ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240870_D50860.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240870_D50860.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240870_D50860.s diff --git a/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240D3C_D50D2C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240D3C_D50D2C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240D3C_D50D2C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80240D3C_D50D2C.s diff --git a/asm/nonmatchings/world/area_pra/pra_02/D50010/func_8024114C_D5113C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_8024114C_D5113C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_02/D50010/func_8024114C_D5113C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_8024114C_D5113C.s diff --git a/asm/nonmatchings/world/area_pra/pra_02/D50010/func_802411A0_D51190.s b/ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_802411A0_D51190.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_02/D50010/func_802411A0_D51190.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_802411A0_D51190.s diff --git a/asm/nonmatchings/world/area_pra/pra_02/D50010/func_802411D8_D511C8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_802411D8_D511C8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_02/D50010/func_802411D8_D511C8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_802411D8_D511C8.s diff --git a/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80241274_D51264.s b/ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80241274_D51264.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_02/D50010/func_80241274_D51264.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80241274_D51264.s diff --git a/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80241310_D51300.s b/ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80241310_D51300.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_02/D50010/func_80241310_D51300.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80241310_D51300.s diff --git a/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80241478_D51468.s b/ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80241478_D51468.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_02/D50010/func_80241478_D51468.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_80241478_D51468.s diff --git a/asm/nonmatchings/world/area_pra/pra_02/D50010/func_802414A8_D51498.s b/ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_802414A8_D51498.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_02/D50010/func_802414A8_D51498.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_02/D50010/func_802414A8_D51498.s diff --git a/asm/nonmatchings/world/area_pra/pra_03/D53CD0/func_80240020_D53CD0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_03/D53CD0/func_80240020_D53CD0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_03/D53CD0/func_80240020_D53CD0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_03/D53CD0/func_80240020_D53CD0.s diff --git a/asm/nonmatchings/world/area_pra/pra_03/D53CD0/func_802400AC_D53D5C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_03/D53CD0/func_802400AC_D53D5C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_03/D53CD0/func_802400AC_D53D5C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_03/D53CD0/func_802400AC_D53D5C.s diff --git a/asm/nonmatchings/world/area_pra/pra_03/D53CD0/func_80240138_D53DE8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_03/D53CD0/func_80240138_D53DE8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_03/D53CD0/func_80240138_D53DE8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_03/D53CD0/func_80240138_D53DE8.s diff --git a/asm/nonmatchings/world/area_pra/pra_04/D546B0/func_80240020_D546B0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_04/D546B0/func_80240020_D546B0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_04/D546B0/func_80240020_D546B0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_04/D546B0/func_80240020_D546B0.s diff --git a/asm/nonmatchings/world/area_pra/pra_04/D546B0/func_802400AC_D5473C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_04/D546B0/func_802400AC_D5473C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_04/D546B0/func_802400AC_D5473C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_04/D546B0/func_802400AC_D5473C.s diff --git a/asm/nonmatchings/world/area_pra/pra_04/D546B0/func_80240138_D547C8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_04/D546B0/func_80240138_D547C8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_04/D546B0/func_80240138_D547C8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_04/D546B0/func_80240138_D547C8.s diff --git a/asm/nonmatchings/world/area_pra/pra_04/D54840/func_802401B0_D54840.s b/ver/us/asm/nonmatchings/world/area_pra/pra_04/D54840/func_802401B0_D54840.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_04/D54840/func_802401B0_D54840.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_04/D54840/func_802401B0_D54840.s diff --git a/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_802400EC_D55C9C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_802400EC_D55C9C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_802400EC_D55C9C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_802400EC_D55C9C.s diff --git a/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240128_D55CD8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240128_D55CD8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240128_D55CD8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240128_D55CD8.s diff --git a/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_802402F0_D55EA0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_802402F0_D55EA0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_802402F0_D55EA0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_802402F0_D55EA0.s diff --git a/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_8024049C_D5604C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_8024049C_D5604C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_8024049C_D5604C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_8024049C_D5604C.s diff --git a/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240500_D560B0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240500_D560B0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240500_D560B0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240500_D560B0.s diff --git a/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_8024068C_D5623C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_8024068C_D5623C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_8024068C_D5623C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_8024068C_D5623C.s diff --git a/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240870_D56420.s b/ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240870_D56420.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240870_D56420.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240870_D56420.s diff --git a/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240D3C_D568EC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240D3C_D568EC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240D3C_D568EC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240D3C_D568EC.s diff --git a/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240F20_D56AD0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240F20_D56AD0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240F20_D56AD0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_05/D55BD0/func_80240F20_D56AD0.s diff --git a/asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240000_D57430.s b/ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240000_D57430.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240000_D57430.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240000_D57430.s diff --git a/asm/nonmatchings/world/area_pra/pra_06/D57430/func_8024011C_D5754C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_8024011C_D5754C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_06/D57430/func_8024011C_D5754C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_8024011C_D5754C.s diff --git a/asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240158_D57588.s b/ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240158_D57588.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240158_D57588.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240158_D57588.s diff --git a/asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240320_D57750.s b/ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240320_D57750.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240320_D57750.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240320_D57750.s diff --git a/asm/nonmatchings/world/area_pra/pra_06/D57430/func_802404CC_D578FC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_802404CC_D578FC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_06/D57430/func_802404CC_D578FC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_802404CC_D578FC.s diff --git a/asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240530_D57960.s b/ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240530_D57960.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240530_D57960.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240530_D57960.s diff --git a/asm/nonmatchings/world/area_pra/pra_06/D57430/func_802406BC_D57AEC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_802406BC_D57AEC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_06/D57430/func_802406BC_D57AEC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_802406BC_D57AEC.s diff --git a/asm/nonmatchings/world/area_pra/pra_06/D57430/func_802408A0_D57CD0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_802408A0_D57CD0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_06/D57430/func_802408A0_D57CD0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_802408A0_D57CD0.s diff --git a/asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240D6C_D5819C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240D6C_D5819C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240D6C_D5819C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_06/D57430/func_80240D6C_D5819C.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802400EC_D5897C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802400EC_D5897C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802400EC_D5897C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802400EC_D5897C.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240128_D589B8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240128_D589B8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240128_D589B8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240128_D589B8.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802402F0_D58B80.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802402F0_D58B80.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802402F0_D58B80.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802402F0_D58B80.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_8024049C_D58D2C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_8024049C_D58D2C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_8024049C_D58D2C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_8024049C_D58D2C.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240500_D58D90.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240500_D58D90.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240500_D58D90.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240500_D58D90.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_8024068C_D58F1C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_8024068C_D58F1C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_8024068C_D58F1C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_8024068C_D58F1C.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240870_D59100.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240870_D59100.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240870_D59100.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240870_D59100.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240D3C_D595CC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240D3C_D595CC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240D3C_D595CC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80240D3C_D595CC.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_8024114C_D599DC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_8024114C_D599DC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_8024114C_D599DC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_8024114C_D599DC.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802411A0_D59A30.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802411A0_D59A30.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802411A0_D59A30.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802411A0_D59A30.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802411D8_D59A68.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802411D8_D59A68.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802411D8_D59A68.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802411D8_D59A68.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80241274_D59B04.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80241274_D59B04.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80241274_D59B04.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80241274_D59B04.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80241310_D59BA0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80241310_D59BA0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80241310_D59BA0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_80241310_D59BA0.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802413A4_D59C34.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802413A4_D59C34.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802413A4_D59C34.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802413A4_D59C34.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802414F4_D59D84.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802414F4_D59D84.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802414F4_D59D84.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802414F4_D59D84.s diff --git a/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802415F8_D59E88.s b/ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802415F8_D59E88.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802415F8_D59E88.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_09/D588B0/func_802415F8_D59E88.s diff --git a/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_802400EC_D5F39C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_802400EC_D5F39C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_802400EC_D5F39C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_802400EC_D5F39C.s diff --git a/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240128_D5F3D8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240128_D5F3D8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240128_D5F3D8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240128_D5F3D8.s diff --git a/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_802402F0_D5F5A0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_802402F0_D5F5A0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_802402F0_D5F5A0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_802402F0_D5F5A0.s diff --git a/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_8024049C_D5F74C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_8024049C_D5F74C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_8024049C_D5F74C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_8024049C_D5F74C.s diff --git a/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240500_D5F7B0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240500_D5F7B0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240500_D5F7B0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240500_D5F7B0.s diff --git a/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_8024068C_D5F93C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_8024068C_D5F93C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_8024068C_D5F93C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_8024068C_D5F93C.s diff --git a/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240870_D5FB20.s b/ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240870_D5FB20.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240870_D5FB20.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240870_D5FB20.s diff --git a/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240D3C_D5FFEC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240D3C_D5FFEC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240D3C_D5FFEC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240D3C_D5FFEC.s diff --git a/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240F20_D601D0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240F20_D601D0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240F20_D601D0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_10/D5F2D0/func_80240F20_D601D0.s diff --git a/asm/nonmatchings/world/area_pra/pra_11/D61520/func_802400EC_D615EC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_802400EC_D615EC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_11/D61520/func_802400EC_D615EC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_802400EC_D615EC.s diff --git a/asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240128_D61628.s b/ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240128_D61628.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240128_D61628.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240128_D61628.s diff --git a/asm/nonmatchings/world/area_pra/pra_11/D61520/func_802402F0_D617F0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_802402F0_D617F0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_11/D61520/func_802402F0_D617F0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_802402F0_D617F0.s diff --git a/asm/nonmatchings/world/area_pra/pra_11/D61520/func_8024049C_D6199C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_8024049C_D6199C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_11/D61520/func_8024049C_D6199C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_8024049C_D6199C.s diff --git a/asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240500_D61A00.s b/ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240500_D61A00.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240500_D61A00.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240500_D61A00.s diff --git a/asm/nonmatchings/world/area_pra/pra_11/D61520/func_8024068C_D61B8C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_8024068C_D61B8C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_11/D61520/func_8024068C_D61B8C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_8024068C_D61B8C.s diff --git a/asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240870_D61D70.s b/ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240870_D61D70.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240870_D61D70.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240870_D61D70.s diff --git a/asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240D3C_D6223C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240D3C_D6223C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240D3C_D6223C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240D3C_D6223C.s diff --git a/asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240F20_D62420.s b/ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240F20_D62420.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240F20_D62420.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_11/D61520/func_80240F20_D62420.s diff --git a/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240000_D62D10.s b/ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240000_D62D10.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240000_D62D10.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240000_D62D10.s diff --git a/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_8024011C_D62E2C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_8024011C_D62E2C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_12/D62D10/func_8024011C_D62E2C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_8024011C_D62E2C.s diff --git a/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240158_D62E68.s b/ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240158_D62E68.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240158_D62E68.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240158_D62E68.s diff --git a/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240320_D63030.s b/ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240320_D63030.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240320_D63030.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240320_D63030.s diff --git a/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_802404CC_D631DC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_802404CC_D631DC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_12/D62D10/func_802404CC_D631DC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_802404CC_D631DC.s diff --git a/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240530_D63240.s b/ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240530_D63240.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240530_D63240.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240530_D63240.s diff --git a/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_802406BC_D633CC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_802406BC_D633CC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_12/D62D10/func_802406BC_D633CC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_802406BC_D633CC.s diff --git a/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_802408A0_D635B0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_802408A0_D635B0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_12/D62D10/func_802408A0_D635B0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_802408A0_D635B0.s diff --git a/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240D6C_D63A7C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240D6C_D63A7C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240D6C_D63A7C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240D6C_D63A7C.s diff --git a/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240F50_D63C60.s b/ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240F50_D63C60.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240F50_D63C60.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_12/D62D10/func_80240F50_D63C60.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802400EC_D646CC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802400EC_D646CC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_802400EC_D646CC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802400EC_D646CC.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240128_D64708.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240128_D64708.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240128_D64708.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240128_D64708.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802402F0_D648D0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802402F0_D648D0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_802402F0_D648D0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802402F0_D648D0.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024049C_D64A7C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024049C_D64A7C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024049C_D64A7C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024049C_D64A7C.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240500_D64AE0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240500_D64AE0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240500_D64AE0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240500_D64AE0.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024068C_D64C6C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024068C_D64C6C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024068C_D64C6C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024068C_D64C6C.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240870_D64E50.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240870_D64E50.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240870_D64E50.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240870_D64E50.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240D3C_D6531C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240D3C_D6531C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240D3C_D6531C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80240D3C_D6531C.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024114C_D6572C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024114C_D6572C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024114C_D6572C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024114C_D6572C.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802411A0_D65780.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802411A0_D65780.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_802411A0_D65780.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802411A0_D65780.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802411D8_D657B8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802411D8_D657B8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_802411D8_D657B8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802411D8_D657B8.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80241274_D65854.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80241274_D65854.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_80241274_D65854.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80241274_D65854.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80241310_D658F0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80241310_D658F0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_80241310_D658F0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_80241310_D658F0.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802413A4_D65984.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802413A4_D65984.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_802413A4_D65984.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802413A4_D65984.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802413D0_D659B0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802413D0_D659B0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_802413D0_D659B0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802413D0_D659B0.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024140C_D659EC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024140C_D659EC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024140C_D659EC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_8024140C_D659EC.s diff --git a/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802414BC_D65A9C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802414BC_D65A9C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_13/D64600/func_802414BC_D65A9C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_13/D64600/func_802414BC_D65A9C.s diff --git a/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_802400EC_D67DEC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_802400EC_D67DEC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_14/D67D20/func_802400EC_D67DEC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_802400EC_D67DEC.s diff --git a/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240128_D67E28.s b/ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240128_D67E28.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240128_D67E28.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240128_D67E28.s diff --git a/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_802402F0_D67FF0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_802402F0_D67FF0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_14/D67D20/func_802402F0_D67FF0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_802402F0_D67FF0.s diff --git a/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_8024049C_D6819C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_8024049C_D6819C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_14/D67D20/func_8024049C_D6819C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_8024049C_D6819C.s diff --git a/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240500_D68200.s b/ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240500_D68200.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240500_D68200.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240500_D68200.s diff --git a/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_8024068C_D6838C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_8024068C_D6838C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_14/D67D20/func_8024068C_D6838C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_8024068C_D6838C.s diff --git a/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240870_D68570.s b/ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240870_D68570.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240870_D68570.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240870_D68570.s diff --git a/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240D3C_D68A3C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240D3C_D68A3C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240D3C_D68A3C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240D3C_D68A3C.s diff --git a/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240F20_D68C20.s b/ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240F20_D68C20.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240F20_D68C20.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_14/D67D20/func_80240F20_D68C20.s diff --git a/asm/nonmatchings/world/area_pra/pra_15/D69830/func_80240020_D69830.s b/ver/us/asm/nonmatchings/world/area_pra/pra_15/D69830/func_80240020_D69830.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_15/D69830/func_80240020_D69830.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_15/D69830/func_80240020_D69830.s diff --git a/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_802400EC_D69C0C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_802400EC_D69C0C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_16/D69B40/func_802400EC_D69C0C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_802400EC_D69C0C.s diff --git a/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240128_D69C48.s b/ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240128_D69C48.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240128_D69C48.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240128_D69C48.s diff --git a/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_802402F0_D69E10.s b/ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_802402F0_D69E10.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_16/D69B40/func_802402F0_D69E10.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_802402F0_D69E10.s diff --git a/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_8024049C_D69FBC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_8024049C_D69FBC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_16/D69B40/func_8024049C_D69FBC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_8024049C_D69FBC.s diff --git a/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240500_D6A020.s b/ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240500_D6A020.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240500_D6A020.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240500_D6A020.s diff --git a/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_8024068C_D6A1AC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_8024068C_D6A1AC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_16/D69B40/func_8024068C_D6A1AC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_8024068C_D6A1AC.s diff --git a/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240870_D6A390.s b/ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240870_D6A390.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240870_D6A390.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240870_D6A390.s diff --git a/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240D3C_D6A85C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240D3C_D6A85C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240D3C_D6A85C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_16/D69B40/func_80240D3C_D6A85C.s diff --git a/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_802400EC_D6B70C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_802400EC_D6B70C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_18/D6B640/func_802400EC_D6B70C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_802400EC_D6B70C.s diff --git a/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240128_D6B748.s b/ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240128_D6B748.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240128_D6B748.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240128_D6B748.s diff --git a/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_802402F0_D6B910.s b/ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_802402F0_D6B910.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_18/D6B640/func_802402F0_D6B910.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_802402F0_D6B910.s diff --git a/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_8024049C_D6BABC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_8024049C_D6BABC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_18/D6B640/func_8024049C_D6BABC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_8024049C_D6BABC.s diff --git a/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240500_D6BB20.s b/ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240500_D6BB20.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240500_D6BB20.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240500_D6BB20.s diff --git a/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_8024068C_D6BCAC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_8024068C_D6BCAC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_18/D6B640/func_8024068C_D6BCAC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_8024068C_D6BCAC.s diff --git a/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240870_D6BE90.s b/ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240870_D6BE90.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240870_D6BE90.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240870_D6BE90.s diff --git a/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240D3C_D6C35C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240D3C_D6C35C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240D3C_D6C35C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_18/D6B640/func_80240D3C_D6C35C.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802400EC_D6EA9C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802400EC_D6EA9C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802400EC_D6EA9C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802400EC_D6EA9C.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240128_D6EAD8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240128_D6EAD8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240128_D6EAD8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240128_D6EAD8.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802402F0_D6ECA0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802402F0_D6ECA0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802402F0_D6ECA0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802402F0_D6ECA0.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024049C_D6EE4C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024049C_D6EE4C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024049C_D6EE4C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024049C_D6EE4C.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240500_D6EEB0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240500_D6EEB0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240500_D6EEB0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240500_D6EEB0.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024068C_D6F03C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024068C_D6F03C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024068C_D6F03C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024068C_D6F03C.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240870_D6F220.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240870_D6F220.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240870_D6F220.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240870_D6F220.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240D3C_D6F6EC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240D3C_D6F6EC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240D3C_D6F6EC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80240D3C_D6F6EC.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024114C_D6FAFC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024114C_D6FAFC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024114C_D6FAFC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024114C_D6FAFC.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802411A0_D6FB50.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802411A0_D6FB50.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802411A0_D6FB50.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802411A0_D6FB50.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802411D8_D6FB88.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802411D8_D6FB88.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802411D8_D6FB88.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802411D8_D6FB88.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241274_D6FC24.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241274_D6FC24.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241274_D6FC24.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241274_D6FC24.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241310_D6FCC0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241310_D6FCC0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241310_D6FCC0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241310_D6FCC0.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802413A4_D6FD54.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802413A4_D6FD54.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802413A4_D6FD54.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802413A4_D6FD54.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802414F4_D6FEA4.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802414F4_D6FEA4.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802414F4_D6FEA4.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802414F4_D6FEA4.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241530_D6FEE0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241530_D6FEE0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241530_D6FEE0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241530_D6FEE0.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802415E0_D6FF90.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802415E0_D6FF90.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802415E0_D6FF90.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802415E0_D6FF90.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802416F8_D700A8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802416F8_D700A8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802416F8_D700A8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_802416F8_D700A8.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241710_D700C0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241710_D700C0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241710_D700C0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241710_D700C0.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024175C_D7010C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024175C_D7010C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024175C_D7010C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_8024175C_D7010C.s diff --git a/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241838_D701E8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241838_D701E8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241838_D701E8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_19/D6E9D0/func_80241838_D701E8.s diff --git a/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_802400EC_D7648C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_802400EC_D7648C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_20/D763C0/func_802400EC_D7648C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_802400EC_D7648C.s diff --git a/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240128_D764C8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240128_D764C8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240128_D764C8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240128_D764C8.s diff --git a/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_802402F0_D76690.s b/ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_802402F0_D76690.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_20/D763C0/func_802402F0_D76690.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_802402F0_D76690.s diff --git a/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_8024049C_D7683C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_8024049C_D7683C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_20/D763C0/func_8024049C_D7683C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_8024049C_D7683C.s diff --git a/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240500_D768A0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240500_D768A0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240500_D768A0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240500_D768A0.s diff --git a/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_8024068C_D76A2C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_8024068C_D76A2C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_20/D763C0/func_8024068C_D76A2C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_8024068C_D76A2C.s diff --git a/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240870_D76C10.s b/ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240870_D76C10.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240870_D76C10.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240870_D76C10.s diff --git a/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240D3C_D770DC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240D3C_D770DC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240D3C_D770DC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_20/D763C0/func_80240D3C_D770DC.s diff --git a/asm/nonmatchings/world/area_pra/pra_21/D77F40/func_80240020_D77F40.s b/ver/us/asm/nonmatchings/world/area_pra/pra_21/D77F40/func_80240020_D77F40.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_21/D77F40/func_80240020_D77F40.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_21/D77F40/func_80240020_D77F40.s diff --git a/asm/nonmatchings/world/area_pra/pra_21/D77F40/func_802400AC_D77FCC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_21/D77F40/func_802400AC_D77FCC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_21/D77F40/func_802400AC_D77FCC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_21/D77F40/func_802400AC_D77FCC.s diff --git a/asm/nonmatchings/world/area_pra/pra_22/D788A0/func_80240020_D788A0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_22/D788A0/func_80240020_D788A0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_22/D788A0/func_80240020_D788A0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_22/D788A0/func_80240020_D788A0.s diff --git a/asm/nonmatchings/world/area_pra/pra_22/D788A0/func_802400DC_D7895C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_22/D788A0/func_802400DC_D7895C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_22/D788A0/func_802400DC_D7895C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_22/D788A0/func_802400DC_D7895C.s diff --git a/asm/nonmatchings/world/area_pra/pra_22/D788A0/func_802401D0_D78A50.s b/ver/us/asm/nonmatchings/world/area_pra/pra_22/D788A0/func_802401D0_D78A50.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_22/D788A0/func_802401D0_D78A50.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_22/D788A0/func_802401D0_D78A50.s diff --git a/asm/nonmatchings/world/area_pra/pra_22/D788A0/func_8024025C_D78ADC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_22/D788A0/func_8024025C_D78ADC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_22/D788A0/func_8024025C_D78ADC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_22/D788A0/func_8024025C_D78ADC.s diff --git a/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240000_D799F0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240000_D799F0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240000_D799F0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240000_D799F0.s diff --git a/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_8024011C_D79B0C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_8024011C_D79B0C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_27/D799F0/func_8024011C_D79B0C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_8024011C_D79B0C.s diff --git a/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240158_D79B48.s b/ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240158_D79B48.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240158_D79B48.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240158_D79B48.s diff --git a/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240320_D79D10.s b/ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240320_D79D10.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240320_D79D10.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240320_D79D10.s diff --git a/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_802404CC_D79EBC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_802404CC_D79EBC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_27/D799F0/func_802404CC_D79EBC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_802404CC_D79EBC.s diff --git a/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240530_D79F20.s b/ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240530_D79F20.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240530_D79F20.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240530_D79F20.s diff --git a/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_802406BC_D7A0AC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_802406BC_D7A0AC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_27/D799F0/func_802406BC_D7A0AC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_802406BC_D7A0AC.s diff --git a/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_802408A0_D7A290.s b/ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_802408A0_D7A290.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_27/D799F0/func_802408A0_D7A290.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_802408A0_D7A290.s diff --git a/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240D6C_D7A75C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240D6C_D7A75C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240D6C_D7A75C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240D6C_D7A75C.s diff --git a/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240F50_D7A940.s b/ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240F50_D7A940.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240F50_D7A940.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_27/D799F0/func_80240F50_D7A940.s diff --git a/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240000_D7B2A0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240000_D7B2A0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240000_D7B2A0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240000_D7B2A0.s diff --git a/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_8024011C_D7B3BC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_8024011C_D7B3BC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_8024011C_D7B3BC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_8024011C_D7B3BC.s diff --git a/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240158_D7B3F8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240158_D7B3F8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240158_D7B3F8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240158_D7B3F8.s diff --git a/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240320_D7B5C0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240320_D7B5C0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240320_D7B5C0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240320_D7B5C0.s diff --git a/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_802404CC_D7B76C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_802404CC_D7B76C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_802404CC_D7B76C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_802404CC_D7B76C.s diff --git a/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240530_D7B7D0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240530_D7B7D0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240530_D7B7D0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240530_D7B7D0.s diff --git a/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_802406BC_D7B95C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_802406BC_D7B95C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_802406BC_D7B95C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_802406BC_D7B95C.s diff --git a/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_802408A0_D7BB40.s b/ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_802408A0_D7BB40.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_802408A0_D7BB40.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_802408A0_D7BB40.s diff --git a/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240D6C_D7C00C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240D6C_D7C00C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240D6C_D7C00C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240D6C_D7C00C.s diff --git a/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240F50_D7C1F0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240F50_D7C1F0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240F50_D7C1F0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_28/D7B2A0/func_80240F50_D7C1F0.s diff --git a/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802400EC_D7CC3C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802400EC_D7CC3C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802400EC_D7CC3C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802400EC_D7CC3C.s diff --git a/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240128_D7CC78.s b/ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240128_D7CC78.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240128_D7CC78.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240128_D7CC78.s diff --git a/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802402F0_D7CE40.s b/ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802402F0_D7CE40.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802402F0_D7CE40.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802402F0_D7CE40.s diff --git a/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_8024049C_D7CFEC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_8024049C_D7CFEC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_8024049C_D7CFEC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_8024049C_D7CFEC.s diff --git a/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240500_D7D050.s b/ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240500_D7D050.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240500_D7D050.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240500_D7D050.s diff --git a/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_8024068C_D7D1DC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_8024068C_D7D1DC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_8024068C_D7D1DC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_8024068C_D7D1DC.s diff --git a/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240870_D7D3C0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240870_D7D3C0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240870_D7D3C0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240870_D7D3C0.s diff --git a/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240D3C_D7D88C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240D3C_D7D88C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240D3C_D7D88C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240D3C_D7D88C.s diff --git a/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240F20_D7DA70.s b/ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240F20_D7DA70.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240F20_D7DA70.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_80240F20_D7DA70.s diff --git a/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802410B0_D7DC00.s b/ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802410B0_D7DC00.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802410B0_D7DC00.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802410B0_D7DC00.s diff --git a/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802411D4_D7DD24.s b/ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802411D4_D7DD24.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802411D4_D7DD24.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_29/D7CB70/func_802411D4_D7DD24.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7ED60/func_80240000_D7ED60.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7ED60/func_80240000_D7ED60.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7ED60/func_80240000_D7ED60.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7ED60/func_80240000_D7ED60.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_8024024C_D7EFAC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_8024024C_D7EFAC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_8024024C_D7EFAC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_8024024C_D7EFAC.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_802402A0_D7F000.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_802402A0_D7F000.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_802402A0_D7F000.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_802402A0_D7F000.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_802402D8_D7F038.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_802402D8_D7F038.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_802402D8_D7F038.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_802402D8_D7F038.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_80240374_D7F0D4.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_80240374_D7F0D4.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_80240374_D7F0D4.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_80240374_D7F0D4.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_80240410_D7F170.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_80240410_D7F170.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_80240410_D7F170.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_80240410_D7F170.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_80240468_D7F1C8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_80240468_D7F1C8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_80240468_D7F1C8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7ED80/func_80240468_D7F1C8.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7F270/delete_actor_D7F91C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/delete_actor_D7F91C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7F270/delete_actor_D7F91C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/delete_actor_D7F91C.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240510_D7F270.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240510_D7F270.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240510_D7F270.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240510_D7F270.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240818_D7F578.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240818_D7F578.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240818_D7F578.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240818_D7F578.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240894_D7F5F4.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240894_D7F5F4.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240894_D7F5F4.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240894_D7F5F4.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240A3C_D7F79C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240A3C_D7F79C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240A3C_D7F79C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240A3C_D7F79C.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240C70_D7F9D0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240C70_D7F9D0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240C70_D7F9D0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240C70_D7F9D0.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240DBC_D7FB1C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240DBC_D7FB1C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240DBC_D7FB1C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240DBC_D7FB1C.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240E70_D7FBD0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240E70_D7FBD0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240E70_D7FBD0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240E70_D7FBD0.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240F2C_D7FC8C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240F2C_D7FC8C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240F2C_D7FC8C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240F2C_D7FC8C.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240FD0_D7FD30.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240FD0_D7FD30.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240FD0_D7FD30.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240FD0_D7FD30.s diff --git a/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240FF0_D7FD50.s b/ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240FF0_D7FD50.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240FF0_D7FD50.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_31/D7F270/func_80240FF0_D7FD50.s diff --git a/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_80240020_D86A20.s b/ver/us/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_80240020_D86A20.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_32/D86A20/func_80240020_D86A20.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_80240020_D86A20.s diff --git a/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_8024006C_D86A6C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_8024006C_D86A6C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_32/D86A20/func_8024006C_D86A6C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_8024006C_D86A6C.s diff --git a/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_802401CC_D86BCC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_802401CC_D86BCC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_32/D86A20/func_802401CC_D86BCC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_802401CC_D86BCC.s diff --git a/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_802405DC_D86FDC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_802405DC_D86FDC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_32/D86A20/func_802405DC_D86FDC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_802405DC_D86FDC.s diff --git a/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_8024061C_D8701C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_8024061C_D8701C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_32/D86A20/func_8024061C_D8701C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_8024061C_D8701C.s diff --git a/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_80240728_D87128.s b/ver/us/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_80240728_D87128.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_32/D86A20/func_80240728_D87128.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_80240728_D87128.s diff --git a/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_80240814_D87214.s b/ver/us/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_80240814_D87214.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_32/D86A20/func_80240814_D87214.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_32/D86A20/func_80240814_D87214.s diff --git a/asm/nonmatchings/world/area_pra/pra_33/D89700/func_802400EC_D897CC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_802400EC_D897CC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_33/D89700/func_802400EC_D897CC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_802400EC_D897CC.s diff --git a/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240128_D89808.s b/ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240128_D89808.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240128_D89808.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240128_D89808.s diff --git a/asm/nonmatchings/world/area_pra/pra_33/D89700/func_802402F0_D899D0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_802402F0_D899D0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_33/D89700/func_802402F0_D899D0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_802402F0_D899D0.s diff --git a/asm/nonmatchings/world/area_pra/pra_33/D89700/func_8024049C_D89B7C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_8024049C_D89B7C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_33/D89700/func_8024049C_D89B7C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_8024049C_D89B7C.s diff --git a/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240500_D89BE0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240500_D89BE0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240500_D89BE0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240500_D89BE0.s diff --git a/asm/nonmatchings/world/area_pra/pra_33/D89700/func_8024068C_D89D6C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_8024068C_D89D6C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_33/D89700/func_8024068C_D89D6C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_8024068C_D89D6C.s diff --git a/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240870_D89F50.s b/ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240870_D89F50.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240870_D89F50.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240870_D89F50.s diff --git a/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240D3C_D8A41C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240D3C_D8A41C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240D3C_D8A41C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240D3C_D8A41C.s diff --git a/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240F20_D8A600.s b/ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240F20_D8A600.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240F20_D8A600.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240F20_D8A600.s diff --git a/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240F58_D8A638.s b/ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240F58_D8A638.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240F58_D8A638.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80240F58_D8A638.s diff --git a/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80241000_D8A6E0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80241000_D8A6E0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_33/D89700/func_80241000_D8A6E0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_33/D89700/func_80241000_D8A6E0.s diff --git a/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_802400EC_D8B49C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_802400EC_D8B49C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_802400EC_D8B49C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_802400EC_D8B49C.s diff --git a/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240128_D8B4D8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240128_D8B4D8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240128_D8B4D8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240128_D8B4D8.s diff --git a/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_802402F0_D8B6A0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_802402F0_D8B6A0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_802402F0_D8B6A0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_802402F0_D8B6A0.s diff --git a/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_8024049C_D8B84C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_8024049C_D8B84C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_8024049C_D8B84C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_8024049C_D8B84C.s diff --git a/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240500_D8B8B0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240500_D8B8B0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240500_D8B8B0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240500_D8B8B0.s diff --git a/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_8024068C_D8BA3C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_8024068C_D8BA3C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_8024068C_D8BA3C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_8024068C_D8BA3C.s diff --git a/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240870_D8BC20.s b/ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240870_D8BC20.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240870_D8BC20.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240870_D8BC20.s diff --git a/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240D3C_D8C0EC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240D3C_D8C0EC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240D3C_D8C0EC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_34/D8B3D0/func_80240D3C_D8C0EC.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802400EC_D8D33C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802400EC_D8D33C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802400EC_D8D33C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802400EC_D8D33C.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240128_D8D378.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240128_D8D378.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240128_D8D378.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240128_D8D378.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802402F0_D8D540.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802402F0_D8D540.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802402F0_D8D540.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802402F0_D8D540.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024049C_D8D6EC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024049C_D8D6EC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024049C_D8D6EC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024049C_D8D6EC.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240500_D8D750.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240500_D8D750.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240500_D8D750.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240500_D8D750.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024068C_D8D8DC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024068C_D8D8DC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024068C_D8D8DC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024068C_D8D8DC.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240870_D8DAC0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240870_D8DAC0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240870_D8DAC0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240870_D8DAC0.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240D3C_D8DF8C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240D3C_D8DF8C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240D3C_D8DF8C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240D3C_D8DF8C.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240F20_D8E170.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240F20_D8E170.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240F20_D8E170.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80240F20_D8E170.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80241078_D8E2C8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80241078_D8E2C8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80241078_D8E2C8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80241078_D8E2C8.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802413E0_D8E630.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802413E0_D8E630.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802413E0_D8E630.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802413E0_D8E630.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024159C_D8E7EC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024159C_D8E7EC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024159C_D8E7EC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024159C_D8E7EC.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024186C_D8EABC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024186C_D8EABC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024186C_D8EABC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024186C_D8EABC.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802419F4_D8EC44.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802419F4_D8EC44.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802419F4_D8EC44.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802419F4_D8EC44.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80241AB4_D8ED04.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80241AB4_D8ED04.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80241AB4_D8ED04.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80241AB4_D8ED04.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80241FB8_D8F208.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80241FB8_D8F208.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80241FB8_D8F208.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80241FB8_D8F208.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024216C_D8F3BC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024216C_D8F3BC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024216C_D8F3BC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_8024216C_D8F3BC.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802423CC_D8F61C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802423CC_D8F61C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802423CC_D8F61C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_802423CC_D8F61C.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80242698_D8F8E8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80242698_D8F8E8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80242698_D8F8E8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8D270/func_80242698_D8F8E8.s diff --git a/asm/nonmatchings/world/area_pra/pra_35/D8FBA0/func_80242950_D8FBA0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_35/D8FBA0/func_80242950_D8FBA0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_35/D8FBA0/func_80242950_D8FBA0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_35/D8FBA0/func_80242950_D8FBA0.s diff --git a/asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240000_D91700.s b/ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240000_D91700.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240000_D91700.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240000_D91700.s diff --git a/asm/nonmatchings/world/area_pra/pra_36/D91700/func_8024011C_D9181C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_8024011C_D9181C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_36/D91700/func_8024011C_D9181C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_8024011C_D9181C.s diff --git a/asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240158_D91858.s b/ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240158_D91858.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240158_D91858.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240158_D91858.s diff --git a/asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240320_D91A20.s b/ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240320_D91A20.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240320_D91A20.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240320_D91A20.s diff --git a/asm/nonmatchings/world/area_pra/pra_36/D91700/func_802404CC_D91BCC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_802404CC_D91BCC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_36/D91700/func_802404CC_D91BCC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_802404CC_D91BCC.s diff --git a/asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240530_D91C30.s b/ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240530_D91C30.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240530_D91C30.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240530_D91C30.s diff --git a/asm/nonmatchings/world/area_pra/pra_36/D91700/func_802406BC_D91DBC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_802406BC_D91DBC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_36/D91700/func_802406BC_D91DBC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_802406BC_D91DBC.s diff --git a/asm/nonmatchings/world/area_pra/pra_36/D91700/func_802408A0_D91FA0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_802408A0_D91FA0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_36/D91700/func_802408A0_D91FA0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_802408A0_D91FA0.s diff --git a/asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240D6C_D9246C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240D6C_D9246C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240D6C_D9246C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_36/D91700/func_80240D6C_D9246C.s diff --git a/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240000_D92F40.s b/ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240000_D92F40.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240000_D92F40.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240000_D92F40.s diff --git a/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_8024011C_D9305C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_8024011C_D9305C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_37/D92F40/func_8024011C_D9305C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_8024011C_D9305C.s diff --git a/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240158_D93098.s b/ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240158_D93098.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240158_D93098.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240158_D93098.s diff --git a/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240320_D93260.s b/ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240320_D93260.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240320_D93260.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240320_D93260.s diff --git a/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_802404CC_D9340C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_802404CC_D9340C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_37/D92F40/func_802404CC_D9340C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_802404CC_D9340C.s diff --git a/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240530_D93470.s b/ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240530_D93470.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240530_D93470.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240530_D93470.s diff --git a/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_802406BC_D935FC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_802406BC_D935FC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_37/D92F40/func_802406BC_D935FC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_802406BC_D935FC.s diff --git a/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_802408A0_D937E0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_802408A0_D937E0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_37/D92F40/func_802408A0_D937E0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_802408A0_D937E0.s diff --git a/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240D6C_D93CAC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240D6C_D93CAC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240D6C_D93CAC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80240D6C_D93CAC.s diff --git a/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80241158_D94098.s b/ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80241158_D94098.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80241158_D94098.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_80241158_D94098.s diff --git a/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_8024130C_D9424C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_8024130C_D9424C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_37/D92F40/func_8024130C_D9424C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_8024130C_D9424C.s diff --git a/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_8024156C_D944AC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_8024156C_D944AC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_37/D92F40/func_8024156C_D944AC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_37/D92F40/func_8024156C_D944AC.s diff --git a/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240000_D955F0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240000_D955F0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240000_D955F0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240000_D955F0.s diff --git a/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_8024011C_D9570C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_8024011C_D9570C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_38/D955F0/func_8024011C_D9570C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_8024011C_D9570C.s diff --git a/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240158_D95748.s b/ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240158_D95748.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240158_D95748.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240158_D95748.s diff --git a/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240320_D95910.s b/ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240320_D95910.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240320_D95910.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240320_D95910.s diff --git a/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_802404CC_D95ABC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_802404CC_D95ABC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_38/D955F0/func_802404CC_D95ABC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_802404CC_D95ABC.s diff --git a/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240530_D95B20.s b/ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240530_D95B20.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240530_D95B20.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240530_D95B20.s diff --git a/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_802406BC_D95CAC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_802406BC_D95CAC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_38/D955F0/func_802406BC_D95CAC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_802406BC_D95CAC.s diff --git a/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_802408A0_D95E90.s b/ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_802408A0_D95E90.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_38/D955F0/func_802408A0_D95E90.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_802408A0_D95E90.s diff --git a/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240D6C_D9635C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240D6C_D9635C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240D6C_D9635C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240D6C_D9635C.s diff --git a/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240F50_D96540.s b/ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240F50_D96540.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240F50_D96540.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_38/D955F0/func_80240F50_D96540.s diff --git a/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240000_D97890.s b/ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240000_D97890.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240000_D97890.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240000_D97890.s diff --git a/asm/nonmatchings/world/area_pra/pra_39/D97890/func_8024011C_D979AC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_8024011C_D979AC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_39/D97890/func_8024011C_D979AC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_8024011C_D979AC.s diff --git a/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240158_D979E8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240158_D979E8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240158_D979E8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240158_D979E8.s diff --git a/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240320_D97BB0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240320_D97BB0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240320_D97BB0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240320_D97BB0.s diff --git a/asm/nonmatchings/world/area_pra/pra_39/D97890/func_802404CC_D97D5C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_802404CC_D97D5C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_39/D97890/func_802404CC_D97D5C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_802404CC_D97D5C.s diff --git a/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240530_D97DC0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240530_D97DC0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240530_D97DC0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240530_D97DC0.s diff --git a/asm/nonmatchings/world/area_pra/pra_39/D97890/func_802406BC_D97F4C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_802406BC_D97F4C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_39/D97890/func_802406BC_D97F4C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_802406BC_D97F4C.s diff --git a/asm/nonmatchings/world/area_pra/pra_39/D97890/func_802408A0_D98130.s b/ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_802408A0_D98130.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_39/D97890/func_802408A0_D98130.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_802408A0_D98130.s diff --git a/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240D6C_D985FC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240D6C_D985FC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240D6C_D985FC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240D6C_D985FC.s diff --git a/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240F50_D987E0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240F50_D987E0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240F50_D987E0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_39/D97890/func_80240F50_D987E0.s diff --git a/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_802400EC_D99A9C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_802400EC_D99A9C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_40/D999D0/func_802400EC_D99A9C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_802400EC_D99A9C.s diff --git a/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240128_D99AD8.s b/ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240128_D99AD8.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240128_D99AD8.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240128_D99AD8.s diff --git a/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_802402F0_D99CA0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_802402F0_D99CA0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_40/D999D0/func_802402F0_D99CA0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_802402F0_D99CA0.s diff --git a/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_8024049C_D99E4C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_8024049C_D99E4C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_40/D999D0/func_8024049C_D99E4C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_8024049C_D99E4C.s diff --git a/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240500_D99EB0.s b/ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240500_D99EB0.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240500_D99EB0.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240500_D99EB0.s diff --git a/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_8024068C_D9A03C.s b/ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_8024068C_D9A03C.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_40/D999D0/func_8024068C_D9A03C.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_8024068C_D9A03C.s diff --git a/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240870_D9A220.s b/ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240870_D9A220.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240870_D9A220.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240870_D9A220.s diff --git a/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240D3C_D9A6EC.s b/ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240D3C_D9A6EC.s similarity index 100% rename from asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240D3C_D9A6EC.s rename to ver/us/asm/nonmatchings/world/area_pra/pra_40/D999D0/func_80240D3C_D9A6EC.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_8024053C_CF80AC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_8024053C_CF80AC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_8024053C_CF80AC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_8024053C_CF80AC.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240590_CF8100.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240590_CF8100.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240590_CF8100.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240590_CF8100.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_802405C8_CF8138.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_802405C8_CF8138.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_802405C8_CF8138.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_802405C8_CF8138.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240664_CF81D4.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240664_CF81D4.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240664_CF81D4.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240664_CF81D4.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240700_CF8270.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240700_CF8270.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240700_CF8270.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240700_CF8270.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_8024083C_CF83AC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_8024083C_CF83AC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_8024083C_CF83AC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_8024083C_CF83AC.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240A60_CF85D0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240A60_CF85D0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240A60_CF85D0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240A60_CF85D0.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240ACC_CF863C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240ACC_CF863C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240ACC_CF863C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240ACC_CF863C.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240C78_CF87E8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240C78_CF87E8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240C78_CF87E8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240C78_CF87E8.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240DEC_CF895C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240DEC_CF895C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240DEC_CF895C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240DEC_CF895C.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240E70_CF89E0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240E70_CF89E0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240E70_CF89E0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80240E70_CF89E0.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241088_CF8BF8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241088_CF8BF8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241088_CF8BF8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241088_CF8BF8.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_8024113C_CF8CAC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_8024113C_CF8CAC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_8024113C_CF8CAC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_8024113C_CF8CAC.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241170_CF8CE0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241170_CF8CE0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241170_CF8CE0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241170_CF8CE0.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_802411F0_CF8D60.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_802411F0_CF8D60.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_802411F0_CF8D60.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_802411F0_CF8D60.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241208_CF8D78.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241208_CF8D78.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241208_CF8D78.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241208_CF8D78.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241224_CF8D94.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241224_CF8D94.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241224_CF8D94.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241224_CF8D94.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_802416F8_CF9268.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_802416F8_CF9268.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_802416F8_CF9268.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_802416F8_CF9268.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241764_CF92D4.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241764_CF92D4.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241764_CF92D4.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241764_CF92D4.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241A10_CF9580.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241A10_CF9580.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241A10_CF9580.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241A10_CF9580.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241A54_CF95C4.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241A54_CF95C4.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241A54_CF95C4.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241A54_CF95C4.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241B20_CF9690.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241B20_CF9690.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241B20_CF9690.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241B20_CF9690.s diff --git a/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241C90_CF9800.s b/ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241C90_CF9800.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241C90_CF9800.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_01/CF7E80/func_80241C90_CF9800.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05730/func_80240034_D05764.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05730/func_80240034_D05764.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05730/func_80240034_D05764.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05730/func_80240034_D05764.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05730/func_80240404_D05B34.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05730/func_80240404_D05B34.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05730/func_80240404_D05B34.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05730/func_80240404_D05B34.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/begin_battle_D06948.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/begin_battle_D06948.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/begin_battle_D06948.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/begin_battle_D06948.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240878_D05FA8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240878_D05FA8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240878_D05FA8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240878_D05FA8.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802408F4_D06024.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802408F4_D06024.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802408F4_D06024.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802408F4_D06024.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802409F0_D06120.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802409F0_D06120.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802409F0_D06120.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802409F0_D06120.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240A44_D06174.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240A44_D06174.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240A44_D06174.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240A44_D06174.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240B24_D06254.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240B24_D06254.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240B24_D06254.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240B24_D06254.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240B2C_D0625C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240B2C_D0625C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240B2C_D0625C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240B2C_D0625C.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240C68_D06398.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240C68_D06398.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240C68_D06398.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240C68_D06398.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240E8C_D065BC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240E8C_D065BC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240E8C_D065BC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240E8C_D065BC.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240EF8_D06628.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240EF8_D06628.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240EF8_D06628.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80240EF8_D06628.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802410A4_D067D4.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802410A4_D067D4.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802410A4_D067D4.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802410A4_D067D4.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_8024129C_D069CC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_8024129C_D069CC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_8024129C_D069CC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_8024129C_D069CC.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802414B4_D06BE4.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802414B4_D06BE4.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802414B4_D06BE4.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_802414B4_D06BE4.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241568_D06C98.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241568_D06C98.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241568_D06C98.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241568_D06C98.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_8024159C_D06CCC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_8024159C_D06CCC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_8024159C_D06CCC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_8024159C_D06CCC.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_8024161C_D06D4C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_8024161C_D06D4C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_8024161C_D06D4C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_8024161C_D06D4C.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241634_D06D64.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241634_D06D64.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241634_D06D64.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241634_D06D64.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241650_D06D80.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241650_D06D80.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241650_D06D80.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241650_D06D80.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241B24_D07254.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241B24_D07254.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241B24_D07254.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241B24_D07254.s diff --git a/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241B90_D072C0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241B90_D072C0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241B90_D072C0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_02/D05F60/func_80241B90_D072C0.s diff --git a/asm/nonmatchings/world/area_sam/sam_03/D110C0/func_80240000_D110C0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_03/D110C0/func_80240000_D110C0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_03/D110C0/func_80240000_D110C0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_03/D110C0/func_80240000_D110C0.s diff --git a/asm/nonmatchings/world/area_sam/sam_03/D110C0/func_80240258_D11318.s b/ver/us/asm/nonmatchings/world/area_sam/sam_03/D110C0/func_80240258_D11318.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_03/D110C0/func_80240258_D11318.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_03/D110C0/func_80240258_D11318.s diff --git a/asm/nonmatchings/world/area_sam/sam_03/D110C0/func_8024040C_D114CC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_03/D110C0/func_8024040C_D114CC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_03/D110C0/func_8024040C_D114CC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_03/D110C0/func_8024040C_D114CC.s diff --git a/asm/nonmatchings/world/area_sam/sam_03/D110C0/func_8024066C_D1172C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_03/D110C0/func_8024066C_D1172C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_03/D110C0/func_8024066C_D1172C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_03/D110C0/func_8024066C_D1172C.s diff --git a/asm/nonmatchings/world/area_sam/sam_04/D13810/func_80240240_D13810.s b/ver/us/asm/nonmatchings/world/area_sam/sam_04/D13810/func_80240240_D13810.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_04/D13810/func_80240240_D13810.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_04/D13810/func_80240240_D13810.s diff --git a/asm/nonmatchings/world/area_sam/sam_04/D138E0/func_8024053C_D13B0C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_04/D138E0/func_8024053C_D13B0C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_04/D138E0/func_8024053C_D13B0C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_04/D138E0/func_8024053C_D13B0C.s diff --git a/asm/nonmatchings/world/area_sam/sam_04/D138E0/func_80240590_D13B60.s b/ver/us/asm/nonmatchings/world/area_sam/sam_04/D138E0/func_80240590_D13B60.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_04/D138E0/func_80240590_D13B60.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_04/D138E0/func_80240590_D13B60.s diff --git a/asm/nonmatchings/world/area_sam/sam_04/D138E0/func_802405C8_D13B98.s b/ver/us/asm/nonmatchings/world/area_sam/sam_04/D138E0/func_802405C8_D13B98.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_04/D138E0/func_802405C8_D13B98.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_04/D138E0/func_802405C8_D13B98.s diff --git a/asm/nonmatchings/world/area_sam/sam_04/D138E0/func_80240664_D13C34.s b/ver/us/asm/nonmatchings/world/area_sam/sam_04/D138E0/func_80240664_D13C34.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_04/D138E0/func_80240664_D13C34.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_04/D138E0/func_80240664_D13C34.s diff --git a/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80240208_D189E8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80240208_D189E8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80240208_D189E8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80240208_D189E8.s diff --git a/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_8024061C_D18DFC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_8024061C_D18DFC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_05/D187E0/func_8024061C_D18DFC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_8024061C_D18DFC.s diff --git a/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_802408D0_D190B0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_802408D0_D190B0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_05/D187E0/func_802408D0_D190B0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_802408D0_D190B0.s diff --git a/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_8024093C_D1911C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_8024093C_D1911C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_05/D187E0/func_8024093C_D1911C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_8024093C_D1911C.s diff --git a/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80240A38_D19218.s b/ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80240A38_D19218.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80240A38_D19218.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80240A38_D19218.s diff --git a/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241478_D19C58.s b/ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241478_D19C58.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241478_D19C58.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241478_D19C58.s diff --git a/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241508_D19CE8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241508_D19CE8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241508_D19CE8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241508_D19CE8.s diff --git a/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241608_D19DE8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241608_D19DE8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241608_D19DE8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241608_D19DE8.s diff --git a/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241668_D19E48.s b/ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241668_D19E48.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241668_D19E48.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241668_D19E48.s diff --git a/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241754_D19F34.s b/ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241754_D19F34.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241754_D19F34.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241754_D19F34.s diff --git a/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_802419A4_D1A184.s b/ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_802419A4_D1A184.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_05/D187E0/func_802419A4_D1A184.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_802419A4_D1A184.s diff --git a/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241D20_D1A500.s b/ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241D20_D1A500.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241D20_D1A500.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/func_80241D20_D1A500.s diff --git a/asm/nonmatchings/world/area_sam/sam_05/D187E0/update_starpoints_display_D18B9C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/update_starpoints_display_D18B9C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_05/D187E0/update_starpoints_display_D18B9C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_05/D187E0/update_starpoints_display_D18B9C.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80240550_D203E0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80240550_D203E0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80240550_D203E0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80240550_D203E0.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80240700_D20590.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80240700_D20590.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80240700_D20590.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80240700_D20590.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80240DE8_D20C78.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80240DE8_D20C78.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80240DE8_D20C78.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80240DE8_D20C78.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_802411A4_D21034.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_802411A4_D21034.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_802411A4_D21034.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_802411A4_D21034.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_802413A8_D21238.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_802413A8_D21238.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_802413A8_D21238.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_802413A8_D21238.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241738_D215C8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241738_D215C8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241738_D215C8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241738_D215C8.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_8024185C_D216EC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_8024185C_D216EC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_8024185C_D216EC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_8024185C_D216EC.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241A48_D218D8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241A48_D218D8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241A48_D218D8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241A48_D218D8.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241D8C_D21C1C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241D8C_D21C1C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241D8C_D21C1C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241D8C_D21C1C.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241DE0_D21C70.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241DE0_D21C70.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241DE0_D21C70.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241DE0_D21C70.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241E18_D21CA8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241E18_D21CA8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241E18_D21CA8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241E18_D21CA8.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241EB4_D21D44.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241EB4_D21D44.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241EB4_D21D44.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241EB4_D21D44.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241F98_D21E28.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241F98_D21E28.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241F98_D21E28.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80241F98_D21E28.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242014_D21EA4.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242014_D21EA4.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242014_D21EA4.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242014_D21EA4.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242110_D21FA0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242110_D21FA0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242110_D21FA0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242110_D21FA0.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242164_D21FF4.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242164_D21FF4.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242164_D21FF4.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242164_D21FF4.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242244_D220D4.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242244_D220D4.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242244_D220D4.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242244_D220D4.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_802424C8_D22358.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_802424C8_D22358.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_802424C8_D22358.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_802424C8_D22358.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_8024250C_D2239C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_8024250C_D2239C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_8024250C_D2239C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_8024250C_D2239C.s diff --git a/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242538_D223C8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242538_D223C8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242538_D223C8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_06/D203E0/func_80242538_D223C8.s diff --git a/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240000_D2BD30.s b/ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240000_D2BD30.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240000_D2BD30.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240000_D2BD30.s diff --git a/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240448_D2C178.s b/ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240448_D2C178.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240448_D2C178.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240448_D2C178.s diff --git a/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_802405B0_D2C2E0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_802405B0_D2C2E0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_802405B0_D2C2E0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_802405B0_D2C2E0.s diff --git a/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240858_D2C588.s b/ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240858_D2C588.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240858_D2C588.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240858_D2C588.s diff --git a/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240A0C_D2C73C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240A0C_D2C73C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240A0C_D2C73C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240A0C_D2C73C.s diff --git a/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240C6C_D2C99C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240C6C_D2C99C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240C6C_D2C99C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240C6C_D2C99C.s diff --git a/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240F20_D2CC50.s b/ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240F20_D2CC50.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240F20_D2CC50.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240F20_D2CC50.s diff --git a/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240F8C_D2CCBC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240F8C_D2CCBC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240F8C_D2CCBC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80240F8C_D2CCBC.s diff --git a/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241088_D2CDB8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241088_D2CDB8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241088_D2CDB8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241088_D2CDB8.s diff --git a/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241AC8_D2D7F8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241AC8_D2D7F8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241AC8_D2D7F8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241AC8_D2D7F8.s diff --git a/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241B58_D2D888.s b/ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241B58_D2D888.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241B58_D2D888.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241B58_D2D888.s diff --git a/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241C58_D2D988.s b/ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241C58_D2D988.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241C58_D2D988.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241C58_D2D988.s diff --git a/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241CB8_D2D9E8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241CB8_D2D9E8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241CB8_D2D9E8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241CB8_D2D9E8.s diff --git a/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241DA4_D2DAD4.s b/ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241DA4_D2DAD4.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241DA4_D2DAD4.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_07/D2BD30/func_80241DA4_D2DAD4.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_8024001C_D2FC9C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_8024001C_D2FC9C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_8024001C_D2FC9C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_8024001C_D2FC9C.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_8024003C_D2FCBC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_8024003C_D2FCBC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_8024003C_D2FCBC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_8024003C_D2FCBC.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240068_D2FCE8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240068_D2FCE8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240068_D2FCE8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240068_D2FCE8.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_802400D4_D2FD54.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_802400D4_D2FD54.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_802400D4_D2FD54.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_802400D4_D2FD54.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240120_D2FDA0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240120_D2FDA0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240120_D2FDA0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240120_D2FDA0.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_802401CC_D2FE4C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_802401CC_D2FE4C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_802401CC_D2FE4C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_802401CC_D2FE4C.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_8024041C_D3009C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_8024041C_D3009C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_8024041C_D3009C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_8024041C_D3009C.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240448_D300C8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240448_D300C8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240448_D300C8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240448_D300C8.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240480_D30100.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240480_D30100.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240480_D30100.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240480_D30100.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240510_D30190.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240510_D30190.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240510_D30190.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240510_D30190.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240544_D301C4.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240544_D301C4.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240544_D301C4.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240544_D301C4.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_802405A8_D30228.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_802405A8_D30228.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_802405A8_D30228.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_802405A8_D30228.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240600_D30280.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240600_D30280.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240600_D30280.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240600_D30280.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240B38_D307B8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240B38_D307B8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240B38_D307B8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240B38_D307B8.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240D08_D30988.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240D08_D30988.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240D08_D30988.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D2FC80/func_80240D08_D30988.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_80240F48_D30BC8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_80240F48_D30BC8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D309C0/func_80240F48_D30BC8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_80240F48_D30BC8.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_802410FC_D30D7C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_802410FC_D30D7C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D309C0/func_802410FC_D30D7C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_802410FC_D30D7C.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_8024135C_D30FDC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_8024135C_D30FDC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D309C0/func_8024135C_D30FDC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_8024135C_D30FDC.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_80241610_D31290.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_80241610_D31290.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D309C0/func_80241610_D31290.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_80241610_D31290.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_802416A4_D31324.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_802416A4_D31324.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D309C0/func_802416A4_D31324.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_802416A4_D31324.s diff --git a/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_8024174C_D313CC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_8024174C_D313CC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_08/D309C0/func_8024174C_D313CC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_08/D309C0/func_8024174C_D313CC.s diff --git a/asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240000_D362F0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240000_D362F0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240000_D362F0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240000_D362F0.s diff --git a/asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240118_D36408.s b/ver/us/asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240118_D36408.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240118_D36408.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240118_D36408.s diff --git a/asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240158_D36448.s b/ver/us/asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240158_D36448.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240158_D36448.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240158_D36448.s diff --git a/asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240264_D36554.s b/ver/us/asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240264_D36554.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240264_D36554.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_09/D362F0/func_80240264_D36554.s diff --git a/asm/nonmatchings/world/area_sam/sam_09/D362F0/func_802403A0_D36690.s b/ver/us/asm/nonmatchings/world/area_sam/sam_09/D362F0/func_802403A0_D36690.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_09/D362F0/func_802403A0_D36690.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_09/D362F0/func_802403A0_D36690.s diff --git a/asm/nonmatchings/world/area_sam/sam_10/D37800/func_80240000_D37800.s b/ver/us/asm/nonmatchings/world/area_sam/sam_10/D37800/func_80240000_D37800.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_10/D37800/func_80240000_D37800.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_10/D37800/func_80240000_D37800.s diff --git a/asm/nonmatchings/world/area_sam/sam_10/D37800/func_802402BC_D37ABC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_10/D37800/func_802402BC_D37ABC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_10/D37800/func_802402BC_D37ABC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_10/D37800/func_802402BC_D37ABC.s diff --git a/asm/nonmatchings/world/area_sam/sam_10/D37800/func_802402F0_D37AF0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_10/D37800/func_802402F0_D37AF0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_10/D37800/func_802402F0_D37AF0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_10/D37800/func_802402F0_D37AF0.s diff --git a/asm/nonmatchings/world/area_sam/sam_10/D37BD0/func_802405D8_D37DD8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_10/D37BD0/func_802405D8_D37DD8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_10/D37BD0/func_802405D8_D37DD8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_10/D37BD0/func_802405D8_D37DD8.s diff --git a/asm/nonmatchings/world/area_sam/sam_10/D37BD0/func_8024078C_D37F8C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_10/D37BD0/func_8024078C_D37F8C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_10/D37BD0/func_8024078C_D37F8C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_10/D37BD0/func_8024078C_D37F8C.s diff --git a/asm/nonmatchings/world/area_sam/sam_10/D37BD0/func_802409EC_D381EC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_10/D37BD0/func_802409EC_D381EC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_10/D37BD0/func_802409EC_D381EC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_10/D37BD0/func_802409EC_D381EC.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3A5D0/func_80240000_D3A5D0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3A5D0/func_80240000_D3A5D0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3A5D0/func_80240000_D3A5D0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3A5D0/func_80240000_D3A5D0.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3A930/func_80240360_D3A930.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3A930/func_80240360_D3A930.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3A930/func_80240360_D3A930.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3A930/func_80240360_D3A930.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3A930/func_8024052C_D3AAFC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3A930/func_8024052C_D3AAFC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3A930/func_8024052C_D3AAFC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3A930/func_8024052C_D3AAFC.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3A930/func_8024059C_D3AB6C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3A930/func_8024059C_D3AB6C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3A930/func_8024059C_D3AB6C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3A930/func_8024059C_D3AB6C.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3A930/func_8024072C_D3ACFC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3A930/func_8024072C_D3ACFC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3A930/func_8024072C_D3ACFC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3A930/func_8024072C_D3ACFC.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3A930/func_80240754_D3AD24.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3A930/func_80240754_D3AD24.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3A930/func_80240754_D3AD24.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3A930/func_80240754_D3AD24.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802407D0_D3ADA0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802407D0_D3ADA0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802407D0_D3ADA0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802407D0_D3ADA0.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_8024090C_D3AEDC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_8024090C_D3AEDC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_8024090C_D3AEDC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_8024090C_D3AEDC.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240B30_D3B100.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240B30_D3B100.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240B30_D3B100.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240B30_D3B100.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240B9C_D3B16C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240B9C_D3B16C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240B9C_D3B16C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240B9C_D3B16C.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240D48_D3B318.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240D48_D3B318.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240D48_D3B318.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240D48_D3B318.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240EBC_D3B48C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240EBC_D3B48C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240EBC_D3B48C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240EBC_D3B48C.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240F40_D3B510.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240F40_D3B510.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240F40_D3B510.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80240F40_D3B510.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241158_D3B728.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241158_D3B728.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241158_D3B728.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241158_D3B728.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_8024120C_D3B7DC.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_8024120C_D3B7DC.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_8024120C_D3B7DC.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_8024120C_D3B7DC.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241240_D3B810.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241240_D3B810.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241240_D3B810.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241240_D3B810.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802412C0_D3B890.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802412C0_D3B890.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802412C0_D3B890.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802412C0_D3B890.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802412D8_D3B8A8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802412D8_D3B8A8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802412D8_D3B8A8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802412D8_D3B8A8.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802412F4_D3B8C4.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802412F4_D3B8C4.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802412F4_D3B8C4.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802412F4_D3B8C4.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802417C8_D3BD98.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802417C8_D3BD98.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802417C8_D3BD98.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802417C8_D3BD98.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241834_D3BE04.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241834_D3BE04.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241834_D3BE04.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241834_D3BE04.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241864_D3BE34.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241864_D3BE34.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241864_D3BE34.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241864_D3BE34.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802418B4_D3BE84.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802418B4_D3BE84.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802418B4_D3BE84.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_802418B4_D3BE84.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241A6C_D3C03C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241A6C_D3C03C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241A6C_D3C03C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241A6C_D3C03C.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241DAC_D3C37C.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241DAC_D3C37C.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241DAC_D3C37C.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241DAC_D3C37C.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241FB0_D3C580.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241FB0_D3C580.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241FB0_D3C580.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241FB0_D3C580.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241FE8_D3C5B8.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241FE8_D3C5B8.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241FE8_D3C5B8.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80241FE8_D3C5B8.s diff --git a/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80242074_D3C644.s b/ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80242074_D3C644.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80242074_D3C644.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_11/D3ADA0/func_80242074_D3C644.s diff --git a/asm/nonmatchings/world/area_sam/sam_12/D4BA20/func_80240000_D4BA20.s b/ver/us/asm/nonmatchings/world/area_sam/sam_12/D4BA20/func_80240000_D4BA20.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_12/D4BA20/func_80240000_D4BA20.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_12/D4BA20/func_80240000_D4BA20.s diff --git a/asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_80240090_D4BAB0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_80240090_D4BAB0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_80240090_D4BAB0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_80240090_D4BAB0.s diff --git a/asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_802400C0_D4BAE0.s b/ver/us/asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_802400C0_D4BAE0.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_802400C0_D4BAE0.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_802400C0_D4BAE0.s diff --git a/asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_80240194_D4BBB4.s b/ver/us/asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_80240194_D4BBB4.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_80240194_D4BBB4.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_80240194_D4BBB4.s diff --git a/asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_80240238_D4BC58.s b/ver/us/asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_80240238_D4BC58.s similarity index 100% rename from asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_80240238_D4BC58.s rename to ver/us/asm/nonmatchings/world/area_sam/sam_12/D4BAB0/func_80240238_D4BC58.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240000_92A2B0.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240000_92A2B0.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240000_92A2B0.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240000_92A2B0.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240040_92A2F0.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240040_92A2F0.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240040_92A2F0.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240040_92A2F0.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240164_92A414.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240164_92A414.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240164_92A414.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240164_92A414.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240338_92A5E8.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240338_92A5E8.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240338_92A5E8.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240338_92A5E8.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240364_92A614.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240364_92A614.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240364_92A614.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A2B0/func_80240364_92A614.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_8024091C_92ABCC.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_8024091C_92ABCC.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_8024091C_92ABCC.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_8024091C_92ABCC.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_80240970_92AC20.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_80240970_92AC20.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_80240970_92AC20.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_80240970_92AC20.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_802409A8_92AC58.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_802409A8_92AC58.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_802409A8_92AC58.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_802409A8_92AC58.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_80240A44_92ACF4.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_80240A44_92ACF4.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_80240A44_92ACF4.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_80240A44_92ACF4.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_80240B98_92AE48.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_80240B98_92AE48.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_80240B98_92AE48.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_02/92A9A0/func_80240B98_92AE48.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240000_93F5B0.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240000_93F5B0.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240000_93F5B0.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240000_93F5B0.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240040_93F5F0.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240040_93F5F0.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240040_93F5F0.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240040_93F5F0.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240164_93F714.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240164_93F714.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240164_93F714.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240164_93F714.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240370_93F920.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240370_93F920.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240370_93F920.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240370_93F920.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240424_93F9D4.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240424_93F9D4.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240424_93F9D4.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240424_93F9D4.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_802408B0_93FE60.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_802408B0_93FE60.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_802408B0_93FE60.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_802408B0_93FE60.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_8024095C_93FF0C.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_8024095C_93FF0C.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_8024095C_93FF0C.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_8024095C_93FF0C.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240B64_940114.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240B64_940114.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240B64_940114.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240B64_940114.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240DDC_94038C.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240DDC_94038C.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240DDC_94038C.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80240DDC_94038C.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241120_9406D0.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241120_9406D0.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241120_9406D0.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241120_9406D0.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241174_940724.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241174_940724.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241174_940724.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241174_940724.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_802411AC_94075C.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_802411AC_94075C.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_802411AC_94075C.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_802411AC_94075C.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241248_9407F8.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241248_9407F8.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241248_9407F8.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241248_9407F8.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241560_940B10.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241560_940B10.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241560_940B10.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_80241560_940B10.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_802415A4_940B54.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_802415A4_940B54.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_802415A4_940B54.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_30/93F5B0/func_802415A4_940B54.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240040_945F10.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240040_945F10.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240040_945F10.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240040_945F10.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240384_946254.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240384_946254.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240384_946254.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240384_946254.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_802403D8_9462A8.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_802403D8_9462A8.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_802403D8_9462A8.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_802403D8_9462A8.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240410_9462E0.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240410_9462E0.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240410_9462E0.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240410_9462E0.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240728_9465F8.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240728_9465F8.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240728_9465F8.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_80240728_9465F8.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_8024076C_94663C.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_8024076C_94663C.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_8024076C_94663C.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_34/945F10/func_8024076C_94663C.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240038_953FF8.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240038_953FF8.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240038_953FF8.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240038_953FF8.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024005C_95401C.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024005C_95401C.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024005C_95401C.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024005C_95401C.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024009C_95405C.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024009C_95405C.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024009C_95405C.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024009C_95405C.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802400BC_95407C.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802400BC_95407C.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802400BC_95407C.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802400BC_95407C.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802400E8_9540A8.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802400E8_9540A8.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802400E8_9540A8.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802400E8_9540A8.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240154_954114.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240154_954114.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240154_954114.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240154_954114.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802401A0_954160.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802401A0_954160.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802401A0_954160.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802401A0_954160.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024024C_95420C.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024024C_95420C.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024024C_95420C.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024024C_95420C.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024049C_95445C.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024049C_95445C.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024049C_95445C.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_8024049C_95445C.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802404C8_954488.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802404C8_954488.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802404C8_954488.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802404C8_954488.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240500_9544C0.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240500_9544C0.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240500_9544C0.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240500_9544C0.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240590_954550.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240590_954550.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240590_954550.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240590_954550.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802405C4_954584.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802405C4_954584.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802405C4_954584.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_802405C4_954584.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240628_9545E8.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240628_9545E8.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240628_9545E8.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240628_9545E8.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240680_954640.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240680_954640.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240680_954640.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240680_954640.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240BB8_954B78.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240BB8_954B78.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240BB8_954B78.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240BB8_954B78.s diff --git a/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240D88_954D48.s b/ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240D88_954D48.s similarity index 100% rename from asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240D88_954D48.s rename to ver/us/asm/nonmatchings/world/area_sbk/sbk_56/953FC0/func_80240D88_954D48.s diff --git a/asm/nonmatchings/world/area_tik/tik_01/8694B0/func_80240340_8697F0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_01/8694B0/func_80240340_8697F0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_01/8694B0/func_80240340_8697F0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_01/8694B0/func_80240340_8697F0.s diff --git a/asm/nonmatchings/world/area_tik/tik_01/869AA0/func_802405F0_869AA0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_01/869AA0/func_802405F0_869AA0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_01/869AA0/func_802405F0_869AA0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_01/869AA0/func_802405F0_869AA0.s diff --git a/asm/nonmatchings/world/area_tik/tik_01/869AA0/func_80240960_869E10.s b/ver/us/asm/nonmatchings/world/area_tik/tik_01/869AA0/func_80240960_869E10.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_01/869AA0/func_80240960_869E10.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_01/869AA0/func_80240960_869E10.s diff --git a/asm/nonmatchings/world/area_tik/tik_01/869EE0/func_80240A30_869EE0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_01/869EE0/func_80240A30_869EE0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_01/869EE0/func_80240A30_869EE0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_01/869EE0/func_80240A30_869EE0.s diff --git a/asm/nonmatchings/world/area_tik/tik_02/86CA50/func_80240310_86CA50.s b/ver/us/asm/nonmatchings/world/area_tik/tik_02/86CA50/func_80240310_86CA50.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_02/86CA50/func_80240310_86CA50.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_02/86CA50/func_80240310_86CA50.s diff --git a/asm/nonmatchings/world/area_tik/tik_02/86CD10/func_802405D0_86CD10.s b/ver/us/asm/nonmatchings/world/area_tik/tik_02/86CD10/func_802405D0_86CD10.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_02/86CD10/func_802405D0_86CD10.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_02/86CD10/func_802405D0_86CD10.s diff --git a/asm/nonmatchings/world/area_tik/tik_02/86CD10/func_80240940_86D080.s b/ver/us/asm/nonmatchings/world/area_tik/tik_02/86CD10/func_80240940_86D080.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_02/86CD10/func_80240940_86D080.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_02/86CD10/func_80240940_86D080.s diff --git a/asm/nonmatchings/world/area_tik/tik_03/86EB00/func_80240034_86EB34.s b/ver/us/asm/nonmatchings/world/area_tik/tik_03/86EB00/func_80240034_86EB34.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_03/86EB00/func_80240034_86EB34.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_03/86EB00/func_80240034_86EB34.s diff --git a/asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_802405F0_86F0F0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_802405F0_86F0F0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_802405F0_86F0F0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_802405F0_86F0F0.s diff --git a/asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_80240960_86F460.s b/ver/us/asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_80240960_86F460.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_80240960_86F460.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_80240960_86F460.s diff --git a/asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_802409C0_86F4C0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_802409C0_86F4C0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_802409C0_86F4C0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_802409C0_86F4C0.s diff --git a/asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_802409E0_86F4E0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_802409E0_86F4E0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_802409E0_86F4E0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_03/86F0F0/func_802409E0_86F4E0.s diff --git a/asm/nonmatchings/world/area_tik/tik_04/871A30/func_80240340_871D70.s b/ver/us/asm/nonmatchings/world/area_tik/tik_04/871A30/func_80240340_871D70.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_04/871A30/func_80240340_871D70.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_04/871A30/func_80240340_871D70.s diff --git a/asm/nonmatchings/world/area_tik/tik_04/872020/func_802405F0_872020.s b/ver/us/asm/nonmatchings/world/area_tik/tik_04/872020/func_802405F0_872020.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_04/872020/func_802405F0_872020.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_04/872020/func_802405F0_872020.s diff --git a/asm/nonmatchings/world/area_tik/tik_04/872020/func_80240960_872390.s b/ver/us/asm/nonmatchings/world/area_tik/tik_04/872020/func_80240960_872390.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_04/872020/func_80240960_872390.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_04/872020/func_80240960_872390.s diff --git a/asm/nonmatchings/world/area_tik/tik_04/872020/func_80240A00_872430.s b/ver/us/asm/nonmatchings/world/area_tik/tik_04/872020/func_80240A00_872430.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_04/872020/func_80240A00_872430.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_04/872020/func_80240A00_872430.s diff --git a/asm/nonmatchings/world/area_tik/tik_04/872020/func_80240BF4_872624.s b/ver/us/asm/nonmatchings/world/area_tik/tik_04/872020/func_80240BF4_872624.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_04/872020/func_80240BF4_872624.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_04/872020/func_80240BF4_872624.s diff --git a/asm/nonmatchings/world/area_tik/tik_04/872020/func_80240C20_872650.s b/ver/us/asm/nonmatchings/world/area_tik/tik_04/872020/func_80240C20_872650.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_04/872020/func_80240C20_872650.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_04/872020/func_80240C20_872650.s diff --git a/asm/nonmatchings/world/area_tik/tik_05/8750D0/func_80240310_8750D0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_05/8750D0/func_80240310_8750D0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_05/8750D0/func_80240310_8750D0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_05/8750D0/func_80240310_8750D0.s diff --git a/asm/nonmatchings/world/area_tik/tik_05/8750D0/func_80240680_875440.s b/ver/us/asm/nonmatchings/world/area_tik/tik_05/8750D0/func_80240680_875440.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_05/8750D0/func_80240680_875440.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_05/8750D0/func_80240680_875440.s diff --git a/asm/nonmatchings/world/area_tik/tik_05/8750D0/func_8024093C_8756FC.s b/ver/us/asm/nonmatchings/world/area_tik/tik_05/8750D0/func_8024093C_8756FC.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_05/8750D0/func_8024093C_8756FC.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_05/8750D0/func_8024093C_8756FC.s diff --git a/asm/nonmatchings/world/area_tik/tik_05/8750D0/func_80240984_875744.s b/ver/us/asm/nonmatchings/world/area_tik/tik_05/8750D0/func_80240984_875744.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_05/8750D0/func_80240984_875744.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_05/8750D0/func_80240984_875744.s diff --git a/asm/nonmatchings/world/area_tik/tik_06/876EE0/func_80240034_876F14.s b/ver/us/asm/nonmatchings/world/area_tik/tik_06/876EE0/func_80240034_876F14.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_06/876EE0/func_80240034_876F14.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_06/876EE0/func_80240034_876F14.s diff --git a/asm/nonmatchings/world/area_tik/tik_06/8774D0/func_802405F0_8774D0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_06/8774D0/func_802405F0_8774D0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_06/8774D0/func_802405F0_8774D0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_06/8774D0/func_802405F0_8774D0.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240034_879C14.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240034_879C14.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240034_879C14.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240034_879C14.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802402FC_879EDC.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802402FC_879EDC.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802402FC_879EDC.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802402FC_879EDC.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_8024031C_879EFC.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_8024031C_879EFC.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_8024031C_879EFC.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_8024031C_879EFC.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240348_879F28.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240348_879F28.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240348_879F28.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240348_879F28.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802403B4_879F94.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802403B4_879F94.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802403B4_879F94.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802403B4_879F94.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240400_879FE0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240400_879FE0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240400_879FE0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240400_879FE0.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802404AC_87A08C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802404AC_87A08C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802404AC_87A08C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802404AC_87A08C.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802406FC_87A2DC.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802406FC_87A2DC.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802406FC_87A2DC.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802406FC_87A2DC.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240728_87A308.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240728_87A308.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240728_87A308.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240728_87A308.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240760_87A340.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240760_87A340.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240760_87A340.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240760_87A340.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802407F0_87A3D0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802407F0_87A3D0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802407F0_87A3D0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802407F0_87A3D0.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240824_87A404.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240824_87A404.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240824_87A404.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240824_87A404.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240888_87A468.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240888_87A468.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240888_87A468.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240888_87A468.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802408E0_87A4C0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802408E0_87A4C0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802408E0_87A4C0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_802408E0_87A4C0.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240E18_87A9F8.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240E18_87A9F8.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240E18_87A9F8.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240E18_87A9F8.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240FE8_87ABC8.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240FE8_87ABC8.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240FE8_87ABC8.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/879BE0/func_80240FE8_87ABC8.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80241020_87AC00.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80241020_87AC00.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80241020_87AC00.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80241020_87AC00.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80241390_87AF70.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80241390_87AF70.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80241390_87AF70.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80241390_87AF70.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802413F0_87AFD0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802413F0_87AFD0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802413F0_87AFD0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802413F0_87AFD0.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802415A0_87B180.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802415A0_87B180.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802415A0_87B180.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802415A0_87B180.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80241C88_87B868.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80241C88_87B868.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80241C88_87B868.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80241C88_87B868.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80242044_87BC24.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80242044_87BC24.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80242044_87BC24.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80242044_87BC24.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80242248_87BE28.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80242248_87BE28.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80242248_87BE28.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_80242248_87BE28.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802425D8_87C1B8.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802425D8_87C1B8.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802425D8_87C1B8.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802425D8_87C1B8.s diff --git a/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802426FC_87C2DC.s b/ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802426FC_87C2DC.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802426FC_87C2DC.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_07/87AC00/func_802426FC_87C2DC.s diff --git a/asm/nonmatchings/world/area_tik/tik_08/87EDF0/func_80240034_87EE24.s b/ver/us/asm/nonmatchings/world/area_tik/tik_08/87EDF0/func_80240034_87EE24.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_08/87EDF0/func_80240034_87EE24.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_08/87EDF0/func_80240034_87EE24.s diff --git a/asm/nonmatchings/world/area_tik/tik_08/87F3E0/func_802405F0_87F3E0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_08/87F3E0/func_802405F0_87F3E0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_08/87F3E0/func_802405F0_87F3E0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_08/87F3E0/func_802405F0_87F3E0.s diff --git a/asm/nonmatchings/world/area_tik/tik_08/87F3E0/func_80240960_87F750.s b/ver/us/asm/nonmatchings/world/area_tik/tik_08/87F3E0/func_80240960_87F750.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_08/87F3E0/func_80240960_87F750.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_08/87F3E0/func_80240960_87F750.s diff --git a/asm/nonmatchings/world/area_tik/tik_08/87F820/func_80240A30_87F820.s b/ver/us/asm/nonmatchings/world/area_tik/tik_08/87F820/func_80240A30_87F820.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_08/87F820/func_80240A30_87F820.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_08/87F820/func_80240A30_87F820.s diff --git a/asm/nonmatchings/world/area_tik/tik_08/87F820/func_80240A5C_87F84C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_08/87F820/func_80240A5C_87F84C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_08/87F820/func_80240A5C_87F84C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_08/87F820/func_80240A5C_87F84C.s diff --git a/asm/nonmatchings/world/area_tik/tik_09/8821C0/func_80240034_8821F4.s b/ver/us/asm/nonmatchings/world/area_tik/tik_09/8821C0/func_80240034_8821F4.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_09/8821C0/func_80240034_8821F4.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_09/8821C0/func_80240034_8821F4.s diff --git a/asm/nonmatchings/world/area_tik/tik_09/8827B0/func_802405F0_8827B0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_09/8827B0/func_802405F0_8827B0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_09/8827B0/func_802405F0_8827B0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_09/8827B0/func_802405F0_8827B0.s diff --git a/asm/nonmatchings/world/area_tik/tik_09/8827B0/func_80240960_882B20.s b/ver/us/asm/nonmatchings/world/area_tik/tik_09/8827B0/func_80240960_882B20.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_09/8827B0/func_80240960_882B20.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_09/8827B0/func_80240960_882B20.s diff --git a/asm/nonmatchings/world/area_tik/tik_09/882BF0/func_80240AAC_882C6C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_09/882BF0/func_80240AAC_882C6C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_09/882BF0/func_80240AAC_882C6C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_09/882BF0/func_80240AAC_882C6C.s diff --git a/asm/nonmatchings/world/area_tik/tik_09/882BF0/func_80240DC4_882F84.s b/ver/us/asm/nonmatchings/world/area_tik/tik_09/882BF0/func_80240DC4_882F84.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_09/882BF0/func_80240DC4_882F84.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_09/882BF0/func_80240DC4_882F84.s diff --git a/asm/nonmatchings/world/area_tik/tik_09/882BF0/func_80241204_8833C4.s b/ver/us/asm/nonmatchings/world/area_tik/tik_09/882BF0/func_80241204_8833C4.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_09/882BF0/func_80241204_8833C4.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_09/882BF0/func_80241204_8833C4.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240310_8866D0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240310_8866D0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240310_8866D0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240310_8866D0.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_8024069C_886A5C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_8024069C_886A5C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_8024069C_886A5C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_8024069C_886A5C.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802406BC_886A7C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802406BC_886A7C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802406BC_886A7C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802406BC_886A7C.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802406E8_886AA8.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802406E8_886AA8.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802406E8_886AA8.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802406E8_886AA8.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240754_886B14.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240754_886B14.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240754_886B14.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240754_886B14.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802407A0_886B60.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802407A0_886B60.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802407A0_886B60.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802407A0_886B60.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_8024084C_886C0C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_8024084C_886C0C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_8024084C_886C0C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_8024084C_886C0C.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240A9C_886E5C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240A9C_886E5C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240A9C_886E5C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240A9C_886E5C.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240AC8_886E88.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240AC8_886E88.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240AC8_886E88.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240AC8_886E88.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240B00_886EC0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240B00_886EC0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240B00_886EC0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240B00_886EC0.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240B90_886F50.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240B90_886F50.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240B90_886F50.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240B90_886F50.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240BC4_886F84.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240BC4_886F84.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240BC4_886F84.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240BC4_886F84.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240C28_886FE8.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240C28_886FE8.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240C28_886FE8.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240C28_886FE8.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240C80_887040.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240C80_887040.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240C80_887040.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80240C80_887040.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802411B8_887578.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802411B8_887578.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802411B8_887578.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_802411B8_887578.s diff --git a/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80241388_887748.s b/ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80241388_887748.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80241388_887748.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_10/8866D0/func_80241388_887748.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/888BD0/func_80240034_888C04.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/888BD0/func_80240034_888C04.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/888BD0/func_80240034_888C04.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/888BD0/func_80240034_888C04.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_802405F0_8891C0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_802405F0_8891C0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_802405F0_8891C0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_802405F0_8891C0.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240960_889530.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240960_889530.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240960_889530.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240960_889530.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240C38_889808.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240C38_889808.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240C38_889808.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240C38_889808.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240C58_889828.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240C58_889828.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240C58_889828.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240C58_889828.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240C84_889854.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240C84_889854.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240C84_889854.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240C84_889854.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240CF0_8898C0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240CF0_8898C0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240CF0_8898C0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240CF0_8898C0.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240D3C_88990C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240D3C_88990C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240D3C_88990C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240D3C_88990C.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240DE8_8899B8.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240DE8_8899B8.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240DE8_8899B8.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80240DE8_8899B8.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241038_889C08.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241038_889C08.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241038_889C08.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241038_889C08.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241064_889C34.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241064_889C34.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241064_889C34.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241064_889C34.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_8024109C_889C6C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_8024109C_889C6C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_8024109C_889C6C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_8024109C_889C6C.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_8024112C_889CFC.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_8024112C_889CFC.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_8024112C_889CFC.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_8024112C_889CFC.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241160_889D30.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241160_889D30.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241160_889D30.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241160_889D30.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_802411C4_889D94.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_802411C4_889D94.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_802411C4_889D94.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_802411C4_889D94.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_8024121C_889DEC.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_8024121C_889DEC.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_8024121C_889DEC.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_8024121C_889DEC.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241754_88A324.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241754_88A324.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241754_88A324.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241754_88A324.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241924_88A4F4.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241924_88A4F4.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241924_88A4F4.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/8891C0/func_80241924_88A4F4.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/88A530/func_802419DC_88A5AC.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/88A530/func_802419DC_88A5AC.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/88A530/func_802419DC_88A5AC.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/88A530/func_802419DC_88A5AC.s diff --git a/asm/nonmatchings/world/area_tik/tik_12/88A530/func_80241CF4_88A8C4.s b/ver/us/asm/nonmatchings/world/area_tik/tik_12/88A530/func_80241CF4_88A8C4.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_12/88A530/func_80241CF4_88A8C4.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_12/88A530/func_80241CF4_88A8C4.s diff --git a/asm/nonmatchings/world/area_tik/tik_14/88D600/func_80240034_88D634.s b/ver/us/asm/nonmatchings/world/area_tik/tik_14/88D600/func_80240034_88D634.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_14/88D600/func_80240034_88D634.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_14/88D600/func_80240034_88D634.s diff --git a/asm/nonmatchings/world/area_tik/tik_14/88DBF0/func_802405F0_88DBF0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_14/88DBF0/func_802405F0_88DBF0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_14/88DBF0/func_802405F0_88DBF0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_14/88DBF0/func_802405F0_88DBF0.s diff --git a/asm/nonmatchings/world/area_tik/tik_15/88FBA0/func_80240034_88FBD4.s b/ver/us/asm/nonmatchings/world/area_tik/tik_15/88FBA0/func_80240034_88FBD4.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_15/88FBA0/func_80240034_88FBD4.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_15/88FBA0/func_80240034_88FBD4.s diff --git a/asm/nonmatchings/world/area_tik/tik_15/890190/func_802405F0_890190.s b/ver/us/asm/nonmatchings/world/area_tik/tik_15/890190/func_802405F0_890190.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_15/890190/func_802405F0_890190.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_15/890190/func_802405F0_890190.s diff --git a/asm/nonmatchings/world/area_tik/tik_15/890190/func_80240960_890500.s b/ver/us/asm/nonmatchings/world/area_tik/tik_15/890190/func_80240960_890500.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_15/890190/func_80240960_890500.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_15/890190/func_80240960_890500.s diff --git a/asm/nonmatchings/world/area_tik/tik_15/890190/func_80240A78_890618.s b/ver/us/asm/nonmatchings/world/area_tik/tik_15/890190/func_80240A78_890618.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_15/890190/func_80240A78_890618.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_15/890190/func_80240A78_890618.s diff --git a/asm/nonmatchings/world/area_tik/tik_15/890190/func_80240AA4_890644.s b/ver/us/asm/nonmatchings/world/area_tik/tik_15/890190/func_80240AA4_890644.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_15/890190/func_80240AA4_890644.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_15/890190/func_80240AA4_890644.s diff --git a/asm/nonmatchings/world/area_tik/tik_15/890190/func_80240AD0_890670.s b/ver/us/asm/nonmatchings/world/area_tik/tik_15/890190/func_80240AD0_890670.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_15/890190/func_80240AD0_890670.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_15/890190/func_80240AD0_890670.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A20/func_80240000_892A20.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A20/func_80240000_892A20.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A20/func_80240000_892A20.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A20/func_80240000_892A20.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A50/func_8024004C_892A6C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_8024004C_892A6C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A50/func_8024004C_892A6C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_8024004C_892A6C.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A50/func_8024006C_892A8C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_8024006C_892A8C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A50/func_8024006C_892A8C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_8024006C_892A8C.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240098_892AB8.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240098_892AB8.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240098_892AB8.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240098_892AB8.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240104_892B24.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240104_892B24.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240104_892B24.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240104_892B24.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240150_892B70.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240150_892B70.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240150_892B70.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240150_892B70.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A50/func_802401FC_892C1C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_802401FC_892C1C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A50/func_802401FC_892C1C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_802401FC_892C1C.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A50/func_8024044C_892E6C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_8024044C_892E6C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A50/func_8024044C_892E6C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_8024044C_892E6C.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240478_892E98.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240478_892E98.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240478_892E98.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240478_892E98.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A50/func_802404B0_892ED0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_802404B0_892ED0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A50/func_802404B0_892ED0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_802404B0_892ED0.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240540_892F60.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240540_892F60.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240540_892F60.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240540_892F60.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240574_892F94.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240574_892F94.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240574_892F94.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240574_892F94.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A50/func_802405D8_892FF8.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_802405D8_892FF8.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A50/func_802405D8_892FF8.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_802405D8_892FF8.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240630_893050.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240630_893050.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240630_893050.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240630_893050.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240B68_893588.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240B68_893588.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240B68_893588.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240B68_893588.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240D38_893758.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240D38_893758.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240D38_893758.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/892A50/func_80240D38_893758.s diff --git a/asm/nonmatchings/world/area_tik/tik_17/893790/func_80240DA4_8937C4.s b/ver/us/asm/nonmatchings/world/area_tik/tik_17/893790/func_80240DA4_8937C4.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_17/893790/func_80240DA4_8937C4.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_17/893790/func_80240DA4_8937C4.s diff --git a/asm/nonmatchings/world/area_tik/tik_18/8959F0/func_80240310_8959F0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_18/8959F0/func_80240310_8959F0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_18/8959F0/func_80240310_8959F0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_18/8959F0/func_80240310_8959F0.s diff --git a/asm/nonmatchings/world/area_tik/tik_18/8959F0/func_80240680_895D60.s b/ver/us/asm/nonmatchings/world/area_tik/tik_18/8959F0/func_80240680_895D60.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_18/8959F0/func_80240680_895D60.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_18/8959F0/func_80240680_895D60.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/8975E0/func_80240034_897614.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/8975E0/func_80240034_897614.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/8975E0/func_80240034_897614.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/8975E0/func_80240034_897614.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_8024060C_897BEC.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_8024060C_897BEC.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/897BD0/func_8024060C_897BEC.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_8024060C_897BEC.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_8024062C_897C0C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_8024062C_897C0C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/897BD0/func_8024062C_897C0C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_8024062C_897C0C.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240658_897C38.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240658_897C38.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240658_897C38.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240658_897C38.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_802406C4_897CA4.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_802406C4_897CA4.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/897BD0/func_802406C4_897CA4.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_802406C4_897CA4.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240710_897CF0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240710_897CF0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240710_897CF0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240710_897CF0.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_802407BC_897D9C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_802407BC_897D9C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/897BD0/func_802407BC_897D9C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_802407BC_897D9C.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240A0C_897FEC.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240A0C_897FEC.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240A0C_897FEC.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240A0C_897FEC.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240A38_898018.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240A38_898018.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240A38_898018.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240A38_898018.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240A70_898050.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240A70_898050.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240A70_898050.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240A70_898050.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240B00_8980E0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240B00_8980E0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240B00_8980E0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240B00_8980E0.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240B34_898114.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240B34_898114.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240B34_898114.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240B34_898114.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240B98_898178.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240B98_898178.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240B98_898178.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240B98_898178.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240BF0_8981D0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240BF0_8981D0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240BF0_8981D0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80240BF0_8981D0.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80241128_898708.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80241128_898708.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80241128_898708.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_80241128_898708.s diff --git a/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_802412F8_8988D8.s b/ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_802412F8_8988D8.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_19/897BD0/func_802412F8_8988D8.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_19/897BD0/func_802412F8_8988D8.s diff --git a/asm/nonmatchings/world/area_tik/tik_20/89A350/func_80240340_89A690.s b/ver/us/asm/nonmatchings/world/area_tik/tik_20/89A350/func_80240340_89A690.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_20/89A350/func_80240340_89A690.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_20/89A350/func_80240340_89A690.s diff --git a/asm/nonmatchings/world/area_tik/tik_20/89A350/func_802405EC_89A93C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_20/89A350/func_802405EC_89A93C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_20/89A350/func_802405EC_89A93C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_20/89A350/func_802405EC_89A93C.s diff --git a/asm/nonmatchings/world/area_tik/tik_20/89ACB0/func_802409DC_89AD2C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_20/89ACB0/func_802409DC_89AD2C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_20/89ACB0/func_802409DC_89AD2C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_20/89ACB0/func_802409DC_89AD2C.s diff --git a/asm/nonmatchings/world/area_tik/tik_20/89ACB0/func_80240CF4_89B044.s b/ver/us/asm/nonmatchings/world/area_tik/tik_20/89ACB0/func_80240CF4_89B044.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_20/89ACB0/func_80240CF4_89B044.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_20/89ACB0/func_80240CF4_89B044.s diff --git a/asm/nonmatchings/world/area_tik/tik_21/89D7A0/func_80240340_89DAE0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_21/89D7A0/func_80240340_89DAE0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_21/89D7A0/func_80240340_89DAE0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_21/89D7A0/func_80240340_89DAE0.s diff --git a/asm/nonmatchings/world/area_tik/tik_21/89D7A0/func_802405EC_89DD8C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_21/89D7A0/func_802405EC_89DD8C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_21/89D7A0/func_802405EC_89DD8C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_21/89D7A0/func_802405EC_89DD8C.s diff --git a/asm/nonmatchings/world/area_tik/tik_22/89FEC0/func_80240000_89FEC0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_22/89FEC0/func_80240000_89FEC0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_22/89FEC0/func_80240000_89FEC0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_22/89FEC0/func_80240000_89FEC0.s diff --git a/asm/nonmatchings/world/area_tik/tik_22/89FEF0/func_80240370_8A0230.s b/ver/us/asm/nonmatchings/world/area_tik/tik_22/89FEF0/func_80240370_8A0230.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_22/89FEF0/func_80240370_8A0230.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_22/89FEF0/func_80240370_8A0230.s diff --git a/asm/nonmatchings/world/area_tik/tik_22/89FEF0/func_8024061C_8A04DC.s b/ver/us/asm/nonmatchings/world/area_tik/tik_22/89FEF0/func_8024061C_8A04DC.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_22/89FEF0/func_8024061C_8A04DC.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_22/89FEF0/func_8024061C_8A04DC.s diff --git a/asm/nonmatchings/world/area_tik/tik_22/89FEF0/func_80240640_8A0500.s b/ver/us/asm/nonmatchings/world/area_tik/tik_22/89FEF0/func_80240640_8A0500.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_22/89FEF0/func_80240640_8A0500.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_22/89FEF0/func_80240640_8A0500.s diff --git a/asm/nonmatchings/world/area_tik/tik_23/8A23D0/func_80240034_8A2404.s b/ver/us/asm/nonmatchings/world/area_tik/tik_23/8A23D0/func_80240034_8A2404.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_23/8A23D0/func_80240034_8A2404.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_23/8A23D0/func_80240034_8A2404.s diff --git a/asm/nonmatchings/world/area_tik/tik_23/8A23D0/func_802405EC_8A29BC.s b/ver/us/asm/nonmatchings/world/area_tik/tik_23/8A23D0/func_802405EC_8A29BC.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_23/8A23D0/func_802405EC_8A29BC.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_23/8A23D0/func_802405EC_8A29BC.s diff --git a/asm/nonmatchings/world/area_tik/tik_23/8A2D30/func_802409DC_8A2DAC.s b/ver/us/asm/nonmatchings/world/area_tik/tik_23/8A2D30/func_802409DC_8A2DAC.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_23/8A2D30/func_802409DC_8A2DAC.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_23/8A2D30/func_802409DC_8A2DAC.s diff --git a/asm/nonmatchings/world/area_tik/tik_23/8A2D30/func_80240CF4_8A30C4.s b/ver/us/asm/nonmatchings/world/area_tik/tik_23/8A2D30/func_80240CF4_8A30C4.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_23/8A2D30/func_80240CF4_8A30C4.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_23/8A2D30/func_80240CF4_8A30C4.s diff --git a/asm/nonmatchings/world/area_tik/tik_24/8A5A80/func_80240000_8A5A80.s b/ver/us/asm/nonmatchings/world/area_tik/tik_24/8A5A80/func_80240000_8A5A80.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_24/8A5A80/func_80240000_8A5A80.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_24/8A5A80/func_80240000_8A5A80.s diff --git a/asm/nonmatchings/world/area_tik/tik_24/8A5DE0/func_80240360_8A5DE0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_24/8A5DE0/func_80240360_8A5DE0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_24/8A5DE0/func_80240360_8A5DE0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_24/8A5DE0/func_80240360_8A5DE0.s diff --git a/asm/nonmatchings/world/area_tik/tik_24/8A5DE0/func_8024074C_8A61CC.s b/ver/us/asm/nonmatchings/world/area_tik/tik_24/8A5DE0/func_8024074C_8A61CC.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_24/8A5DE0/func_8024074C_8A61CC.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_24/8A5DE0/func_8024074C_8A61CC.s diff --git a/asm/nonmatchings/world/area_tik/tik_24/8A5DE0/func_80240A64_8A64E4.s b/ver/us/asm/nonmatchings/world/area_tik/tik_24/8A5DE0/func_80240A64_8A64E4.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_24/8A5DE0/func_80240A64_8A64E4.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_24/8A5DE0/func_80240A64_8A64E4.s diff --git a/asm/nonmatchings/world/area_tik/tik_25/8A7F80/func_8024030C_8A828C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_25/8A7F80/func_8024030C_8A828C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_25/8A7F80/func_8024030C_8A828C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_25/8A7F80/func_8024030C_8A828C.s diff --git a/asm/nonmatchings/world/area_tik/tik_25/8A8600/func_80240680_8A8600.s b/ver/us/asm/nonmatchings/world/area_tik/tik_25/8A8600/func_80240680_8A8600.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_25/8A8600/func_80240680_8A8600.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_25/8A8600/func_80240680_8A8600.s diff --git a/asm/nonmatchings/world/area_tik/tik_25/8A8600/func_802406AC_8A862C.s b/ver/us/asm/nonmatchings/world/area_tik/tik_25/8A8600/func_802406AC_8A862C.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_25/8A8600/func_802406AC_8A862C.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_25/8A8600/func_802406AC_8A862C.s diff --git a/asm/nonmatchings/world/area_tik/tik_25/8A8600/func_80240770_8A86F0.s b/ver/us/asm/nonmatchings/world/area_tik/tik_25/8A8600/func_80240770_8A86F0.s similarity index 100% rename from asm/nonmatchings/world/area_tik/tik_25/8A8600/func_80240770_8A86F0.s rename to ver/us/asm/nonmatchings/world/area_tik/tik_25/8A8600/func_80240770_8A86F0.s diff --git a/asm/nonmatchings/world/area_trd/trd_00/999F80/func_80240310_999F80.s b/ver/us/asm/nonmatchings/world/area_trd/trd_00/999F80/func_80240310_999F80.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_00/999F80/func_80240310_999F80.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_00/999F80/func_80240310_999F80.s diff --git a/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_8024046C_99CDFC.s b/ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_8024046C_99CDFC.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_01/99CD80/func_8024046C_99CDFC.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_8024046C_99CDFC.s diff --git a/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80240784_99D114.s b/ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80240784_99D114.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80240784_99D114.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80240784_99D114.s diff --git a/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80240BC4_99D554.s b/ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80240BC4_99D554.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80240BC4_99D554.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80240BC4_99D554.s diff --git a/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80240C78_99D608.s b/ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80240C78_99D608.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80240C78_99D608.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80240C78_99D608.s diff --git a/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80241104_99DA94.s b/ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80241104_99DA94.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80241104_99DA94.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80241104_99DA94.s diff --git a/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_802411B0_99DB40.s b/ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_802411B0_99DB40.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_01/99CD80/func_802411B0_99DB40.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_802411B0_99DB40.s diff --git a/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_802413B8_99DD48.s b/ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_802413B8_99DD48.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_01/99CD80/func_802413B8_99DD48.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_802413B8_99DD48.s diff --git a/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80241630_99DFC0.s b/ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80241630_99DFC0.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80241630_99DFC0.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_01/99CD80/func_80241630_99DFC0.s diff --git a/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_8024015C_9A113C.s b/ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_8024015C_9A113C.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_8024015C_9A113C.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_8024015C_9A113C.s diff --git a/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240474_9A1454.s b/ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240474_9A1454.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240474_9A1454.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240474_9A1454.s diff --git a/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_802408B4_9A1894.s b/ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_802408B4_9A1894.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_802408B4_9A1894.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_802408B4_9A1894.s diff --git a/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240A0C_9A19EC.s b/ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240A0C_9A19EC.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240A0C_9A19EC.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240A0C_9A19EC.s diff --git a/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240D74_9A1D54.s b/ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240D74_9A1D54.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240D74_9A1D54.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240D74_9A1D54.s diff --git a/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240F30_9A1F10.s b/ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240F30_9A1F10.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240F30_9A1F10.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80240F30_9A1F10.s diff --git a/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241200_9A21E0.s b/ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241200_9A21E0.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241200_9A21E0.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241200_9A21E0.s diff --git a/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241388_9A2368.s b/ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241388_9A2368.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241388_9A2368.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241388_9A2368.s diff --git a/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241448_9A2428.s b/ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241448_9A2428.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241448_9A2428.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241448_9A2428.s diff --git a/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241744_9A2724.s b/ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241744_9A2724.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241744_9A2724.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_02/9A10C0/func_80241744_9A2724.s diff --git a/asm/nonmatchings/world/area_trd/trd_03/9A46F0/func_8024011C_9A476C.s b/ver/us/asm/nonmatchings/world/area_trd/trd_03/9A46F0/func_8024011C_9A476C.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_03/9A46F0/func_8024011C_9A476C.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_03/9A46F0/func_8024011C_9A476C.s diff --git a/asm/nonmatchings/world/area_trd/trd_03/9A46F0/func_80240434_9A4A84.s b/ver/us/asm/nonmatchings/world/area_trd/trd_03/9A46F0/func_80240434_9A4A84.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_03/9A46F0/func_80240434_9A4A84.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_03/9A46F0/func_80240434_9A4A84.s diff --git a/asm/nonmatchings/world/area_trd/trd_03/9A4ED0/func_80240880_9A4ED0.s b/ver/us/asm/nonmatchings/world/area_trd/trd_03/9A4ED0/func_80240880_9A4ED0.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_03/9A4ED0/func_80240880_9A4ED0.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_03/9A4ED0/func_80240880_9A4ED0.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_8024052C_9A891C.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_8024052C_9A891C.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_8024052C_9A891C.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_8024052C_9A891C.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80240844_9A8C34.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80240844_9A8C34.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80240844_9A8C34.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80240844_9A8C34.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80240C84_9A9074.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80240C84_9A9074.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80240C84_9A9074.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80240C84_9A9074.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80240DDC_9A91CC.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80240DDC_9A91CC.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80240DDC_9A91CC.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80240DDC_9A91CC.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241144_9A9534.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241144_9A9534.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241144_9A9534.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241144_9A9534.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241300_9A96F0.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241300_9A96F0.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241300_9A96F0.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241300_9A96F0.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_802415D0_9A99C0.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_802415D0_9A99C0.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_802415D0_9A99C0.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_802415D0_9A99C0.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241758_9A9B48.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241758_9A9B48.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241758_9A9B48.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241758_9A9B48.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241818_9A9C08.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241818_9A9C08.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241818_9A9C08.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241818_9A9C08.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241B14_9A9F04.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241B14_9A9F04.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241B14_9A9F04.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241B14_9A9F04.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241E18_9AA208.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241E18_9AA208.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241E18_9AA208.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241E18_9AA208.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241FC8_9AA3B8.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241FC8_9AA3B8.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241FC8_9AA3B8.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80241FC8_9AA3B8.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_802426B0_9AAAA0.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_802426B0_9AAAA0.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_802426B0_9AAAA0.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_802426B0_9AAAA0.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80242A6C_9AAE5C.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80242A6C_9AAE5C.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80242A6C_9AAE5C.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80242A6C_9AAE5C.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80242C70_9AB060.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80242C70_9AB060.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80242C70_9AB060.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80242C70_9AB060.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243000_9AB3F0.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243000_9AB3F0.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243000_9AB3F0.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243000_9AB3F0.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243124_9AB514.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243124_9AB514.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243124_9AB514.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243124_9AB514.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243310_9AB700.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243310_9AB700.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243310_9AB700.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243310_9AB700.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243438_9AB828.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243438_9AB828.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243438_9AB828.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243438_9AB828.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_802434F4_9AB8E4.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_802434F4_9AB8E4.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_802434F4_9AB8E4.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_802434F4_9AB8E4.s diff --git a/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243650_9ABA40.s b/ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243650_9ABA40.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243650_9ABA40.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_04/9A88A0/func_80243650_9ABA40.s diff --git a/asm/nonmatchings/world/area_trd/trd_05/9AE700/func_80240020_9AE720.s b/ver/us/asm/nonmatchings/world/area_trd/trd_05/9AE700/func_80240020_9AE720.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_05/9AE700/func_80240020_9AE720.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_05/9AE700/func_80240020_9AE720.s diff --git a/asm/nonmatchings/world/area_trd/trd_05/9AE700/func_80240404_9AEB04.s b/ver/us/asm/nonmatchings/world/area_trd/trd_05/9AE700/func_80240404_9AEB04.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_05/9AE700/func_80240404_9AEB04.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_05/9AE700/func_80240404_9AEB04.s diff --git a/asm/nonmatchings/world/area_trd/trd_05/9AE700/func_802404D0_9AEBD0.s b/ver/us/asm/nonmatchings/world/area_trd/trd_05/9AE700/func_802404D0_9AEBD0.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_05/9AE700/func_802404D0_9AEBD0.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_05/9AE700/func_802404D0_9AEBD0.s diff --git a/asm/nonmatchings/world/area_trd/trd_05/9AE700/func_80240508_9AEC08.s b/ver/us/asm/nonmatchings/world/area_trd/trd_05/9AE700/func_80240508_9AEC08.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_05/9AE700/func_80240508_9AEC08.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_05/9AE700/func_80240508_9AEC08.s diff --git a/asm/nonmatchings/world/area_trd/trd_05/9AE700/func_802405FC_9AECFC.s b/ver/us/asm/nonmatchings/world/area_trd/trd_05/9AE700/func_802405FC_9AECFC.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_05/9AE700/func_802405FC_9AECFC.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_05/9AE700/func_802405FC_9AECFC.s diff --git a/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240310_9B1AA0.s b/ver/us/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240310_9B1AA0.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240310_9B1AA0.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240310_9B1AA0.s diff --git a/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240724_9B1EB4.s b/ver/us/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240724_9B1EB4.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240724_9B1EB4.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240724_9B1EB4.s diff --git a/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_8024081C_9B1FAC.s b/ver/us/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_8024081C_9B1FAC.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_8024081C_9B1FAC.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_8024081C_9B1FAC.s diff --git a/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240854_9B1FE4.s b/ver/us/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240854_9B1FE4.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240854_9B1FE4.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240854_9B1FE4.s diff --git a/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_8024093C_9B20CC.s b/ver/us/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_8024093C_9B20CC.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_8024093C_9B20CC.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_8024093C_9B20CC.s diff --git a/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240A5C_9B21EC.s b/ver/us/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240A5C_9B21EC.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240A5C_9B21EC.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240A5C_9B21EC.s diff --git a/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240AD0_9B2260.s b/ver/us/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240AD0_9B2260.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240AD0_9B2260.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_06/9B1AA0/func_80240AD0_9B2260.s diff --git a/asm/nonmatchings/world/area_trd/trd_06/9B2280/func_80240AF0_9B2280.s b/ver/us/asm/nonmatchings/world/area_trd/trd_06/9B2280/func_80240AF0_9B2280.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_06/9B2280/func_80240AF0_9B2280.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_06/9B2280/func_80240AF0_9B2280.s diff --git a/asm/nonmatchings/world/area_trd/trd_06/9B2410/func_80240C80_9B2410.s b/ver/us/asm/nonmatchings/world/area_trd/trd_06/9B2410/func_80240C80_9B2410.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_06/9B2410/func_80240C80_9B2410.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_06/9B2410/func_80240C80_9B2410.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024038C_9B6D0C.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024038C_9B6D0C.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024038C_9B6D0C.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024038C_9B6D0C.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_802406A4_9B7024.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_802406A4_9B7024.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_802406A4_9B7024.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_802406A4_9B7024.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80240AE4_9B7464.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80240AE4_9B7464.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80240AE4_9B7464.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80240AE4_9B7464.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80240C94_9B7614.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80240C94_9B7614.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80240C94_9B7614.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80240C94_9B7614.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024137C_9B7CFC.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024137C_9B7CFC.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024137C_9B7CFC.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024137C_9B7CFC.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241738_9B80B8.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241738_9B80B8.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241738_9B80B8.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241738_9B80B8.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024193C_9B82BC.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024193C_9B82BC.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024193C_9B82BC.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024193C_9B82BC.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241CCC_9B864C.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241CCC_9B864C.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241CCC_9B864C.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241CCC_9B864C.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241DF0_9B8770.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241DF0_9B8770.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241DF0_9B8770.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241DF0_9B8770.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241FDC_9B895C.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241FDC_9B895C.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241FDC_9B895C.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80241FDC_9B895C.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80242104_9B8A84.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80242104_9B8A84.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80242104_9B8A84.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80242104_9B8A84.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_802421C0_9B8B40.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_802421C0_9B8B40.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_802421C0_9B8B40.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_802421C0_9B8B40.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024231C_9B8C9C.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024231C_9B8C9C.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024231C_9B8C9C.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024231C_9B8C9C.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024256C_9B8EEC.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024256C_9B8EEC.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024256C_9B8EEC.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_8024256C_9B8EEC.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80242600_9B8F80.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80242600_9B8F80.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80242600_9B8F80.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_80242600_9B8F80.s diff --git a/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_802427FC_9B917C.s b/ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_802427FC_9B917C.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_802427FC_9B917C.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_07/9B6C90/func_802427FC_9B917C.s diff --git a/asm/nonmatchings/world/area_trd/trd_08/9BB5B0/func_80240310_9BB5B0.s b/ver/us/asm/nonmatchings/world/area_trd/trd_08/9BB5B0/func_80240310_9BB5B0.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_08/9BB5B0/func_80240310_9BB5B0.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_08/9BB5B0/func_80240310_9BB5B0.s diff --git a/asm/nonmatchings/world/area_trd/trd_08/9BB5B0/func_80240904_9BBBA4.s b/ver/us/asm/nonmatchings/world/area_trd/trd_08/9BB5B0/func_80240904_9BBBA4.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_08/9BB5B0/func_80240904_9BBBA4.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_08/9BB5B0/func_80240904_9BBBA4.s diff --git a/asm/nonmatchings/world/area_trd/trd_09/9BD660/func_80240000_9BD660.s b/ver/us/asm/nonmatchings/world/area_trd/trd_09/9BD660/func_80240000_9BD660.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_09/9BD660/func_80240000_9BD660.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_09/9BD660/func_80240000_9BD660.s diff --git a/asm/nonmatchings/world/area_trd/trd_09/9BD720/func_802400C0_9BD720.s b/ver/us/asm/nonmatchings/world/area_trd/trd_09/9BD720/func_802400C0_9BD720.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_09/9BD720/func_802400C0_9BD720.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_09/9BD720/func_802400C0_9BD720.s diff --git a/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_80240000_9C2910.s b/ver/us/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_80240000_9C2910.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_10/9C2910/func_80240000_9C2910.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_80240000_9C2910.s diff --git a/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_8024004C_9C295C.s b/ver/us/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_8024004C_9C295C.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_10/9C2910/func_8024004C_9C295C.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_8024004C_9C295C.s diff --git a/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802401AC_9C2ABC.s b/ver/us/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802401AC_9C2ABC.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802401AC_9C2ABC.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802401AC_9C2ABC.s diff --git a/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802405BC_9C2ECC.s b/ver/us/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802405BC_9C2ECC.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802405BC_9C2ECC.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802405BC_9C2ECC.s diff --git a/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802405FC_9C2F0C.s b/ver/us/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802405FC_9C2F0C.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802405FC_9C2F0C.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802405FC_9C2F0C.s diff --git a/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_80240708_9C3018.s b/ver/us/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_80240708_9C3018.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_10/9C2910/func_80240708_9C3018.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_80240708_9C3018.s diff --git a/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802407F4_9C3104.s b/ver/us/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802407F4_9C3104.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802407F4_9C3104.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_10/9C2910/func_802407F4_9C3104.s diff --git a/asm/nonmatchings/world/area_trd/trd_10/9C3130/func_80240820_9C3130.s b/ver/us/asm/nonmatchings/world/area_trd/trd_10/9C3130/func_80240820_9C3130.s similarity index 100% rename from asm/nonmatchings/world/area_trd/trd_10/9C3130/func_80240820_9C3130.s rename to ver/us/asm/nonmatchings/world/area_trd/trd_10/9C3130/func_80240820_9C3130.s diff --git a/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240000_B1B570.s b/ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240000_B1B570.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240000_B1B570.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240000_B1B570.s diff --git a/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_802400FC_B1B66C.s b/ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_802400FC_B1B66C.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_04/B1B570/func_802400FC_B1B66C.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_802400FC_B1B66C.s diff --git a/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240260_B1B7D0.s b/ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240260_B1B7D0.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240260_B1B7D0.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240260_B1B7D0.s diff --git a/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_8024029C_B1B80C.s b/ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_8024029C_B1B80C.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_04/B1B570/func_8024029C_B1B80C.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_8024029C_B1B80C.s diff --git a/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240360_B1B8D0.s b/ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240360_B1B8D0.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240360_B1B8D0.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240360_B1B8D0.s diff --git a/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240510_B1BA80.s b/ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240510_B1BA80.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240510_B1BA80.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240510_B1BA80.s diff --git a/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240574_B1BAE4.s b/ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240574_B1BAE4.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240574_B1BAE4.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240574_B1BAE4.s diff --git a/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_802405B0_B1BB20.s b/ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_802405B0_B1BB20.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_04/B1B570/func_802405B0_B1BB20.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_802405B0_B1BB20.s diff --git a/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_802405D4_B1BB44.s b/ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_802405D4_B1BB44.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_04/B1B570/func_802405D4_B1BB44.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_802405D4_B1BB44.s diff --git a/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240628_B1BB98.s b/ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240628_B1BB98.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240628_B1BB98.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_04/B1B570/func_80240628_B1BB98.s diff --git a/asm/nonmatchings/world/area_tst/tst_04/B1BBD0/func_80240660_B1BBD0.s b/ver/us/asm/nonmatchings/world/area_tst/tst_04/B1BBD0/func_80240660_B1BBD0.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_04/B1BBD0/func_80240660_B1BBD0.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_04/B1BBD0/func_80240660_B1BBD0.s diff --git a/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_80240000_B1CA50.s b/ver/us/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_80240000_B1CA50.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_80240000_B1CA50.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_80240000_B1CA50.s diff --git a/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_8024003C_B1CA8C.s b/ver/us/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_8024003C_B1CA8C.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_8024003C_B1CA8C.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_8024003C_B1CA8C.s diff --git a/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_80240100_B1CB50.s b/ver/us/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_80240100_B1CB50.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_80240100_B1CB50.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_80240100_B1CB50.s diff --git a/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802402B8_B1CD08.s b/ver/us/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802402B8_B1CD08.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802402B8_B1CD08.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802402B8_B1CD08.s diff --git a/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802402F4_B1CD44.s b/ver/us/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802402F4_B1CD44.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802402F4_B1CD44.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802402F4_B1CD44.s diff --git a/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802403B8_B1CE08.s b/ver/us/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802403B8_B1CE08.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802403B8_B1CE08.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802403B8_B1CE08.s diff --git a/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802406D4_B1D124.s b/ver/us/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802406D4_B1D124.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802406D4_B1D124.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_11/B1CA50/func_802406D4_B1D124.s diff --git a/asm/nonmatchings/world/area_tst/tst_13/B1D760/func_80240000_B1D760.s b/ver/us/asm/nonmatchings/world/area_tst/tst_13/B1D760/func_80240000_B1D760.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_13/B1D760/func_80240000_B1D760.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_13/B1D760/func_80240000_B1D760.s diff --git a/asm/nonmatchings/world/area_tst/tst_13/B1D760/func_802400A0_B1D800.s b/ver/us/asm/nonmatchings/world/area_tst/tst_13/B1D760/func_802400A0_B1D800.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_13/B1D760/func_802400A0_B1D800.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_13/B1D760/func_802400A0_B1D800.s diff --git a/asm/nonmatchings/world/area_tst/tst_13/B1D760/func_8024013C_B1D89C.s b/ver/us/asm/nonmatchings/world/area_tst/tst_13/B1D760/func_8024013C_B1D89C.s similarity index 100% rename from asm/nonmatchings/world/area_tst/tst_13/B1D760/func_8024013C_B1D89C.s rename to ver/us/asm/nonmatchings/world/area_tst/tst_13/B1D760/func_8024013C_B1D89C.s diff --git a/asm/nonmatchings/world/partner/bombette/func_802BD100_317E50.s b/ver/us/asm/nonmatchings/world/partner/bombette/func_802BD100_317E50.s similarity index 100% rename from asm/nonmatchings/world/partner/bombette/func_802BD100_317E50.s rename to ver/us/asm/nonmatchings/world/partner/bombette/func_802BD100_317E50.s diff --git a/asm/nonmatchings/world/partner/bombette/func_802BD2D8_318028.s b/ver/us/asm/nonmatchings/world/partner/bombette/func_802BD2D8_318028.s similarity index 100% rename from asm/nonmatchings/world/partner/bombette/func_802BD2D8_318028.s rename to ver/us/asm/nonmatchings/world/partner/bombette/func_802BD2D8_318028.s diff --git a/asm/nonmatchings/world/partner/bombette/func_802BD338_318088.s b/ver/us/asm/nonmatchings/world/partner/bombette/func_802BD338_318088.s similarity index 100% rename from asm/nonmatchings/world/partner/bombette/func_802BD338_318088.s rename to ver/us/asm/nonmatchings/world/partner/bombette/func_802BD338_318088.s diff --git a/asm/nonmatchings/world/partner/bombette/func_802BD6DC_31842C.s b/ver/us/asm/nonmatchings/world/partner/bombette/func_802BD6DC_31842C.s similarity index 100% rename from asm/nonmatchings/world/partner/bombette/func_802BD6DC_31842C.s rename to ver/us/asm/nonmatchings/world/partner/bombette/func_802BD6DC_31842C.s diff --git a/asm/nonmatchings/world/partner/bombette/func_802BD720_318470.s b/ver/us/asm/nonmatchings/world/partner/bombette/func_802BD720_318470.s similarity index 100% rename from asm/nonmatchings/world/partner/bombette/func_802BD720_318470.s rename to ver/us/asm/nonmatchings/world/partner/bombette/func_802BD720_318470.s diff --git a/asm/nonmatchings/world/partner/bombette/func_802BD758_3184A8.s b/ver/us/asm/nonmatchings/world/partner/bombette/func_802BD758_3184A8.s similarity index 100% rename from asm/nonmatchings/world/partner/bombette/func_802BD758_3184A8.s rename to ver/us/asm/nonmatchings/world/partner/bombette/func_802BD758_3184A8.s diff --git a/asm/nonmatchings/world/partner/bombette/func_802BE520_319270.s b/ver/us/asm/nonmatchings/world/partner/bombette/func_802BE520_319270.s similarity index 100% rename from asm/nonmatchings/world/partner/bombette/func_802BE520_319270.s rename to ver/us/asm/nonmatchings/world/partner/bombette/func_802BE520_319270.s diff --git a/asm/nonmatchings/world/partner/bombette/func_802BE6E8_319438.s b/ver/us/asm/nonmatchings/world/partner/bombette/func_802BE6E8_319438.s similarity index 100% rename from asm/nonmatchings/world/partner/bombette/func_802BE6E8_319438.s rename to ver/us/asm/nonmatchings/world/partner/bombette/func_802BE6E8_319438.s diff --git a/asm/nonmatchings/world/partner/bow/func_802BD100_323A50.s b/ver/us/asm/nonmatchings/world/partner/bow/func_802BD100_323A50.s similarity index 100% rename from asm/nonmatchings/world/partner/bow/func_802BD100_323A50.s rename to ver/us/asm/nonmatchings/world/partner/bow/func_802BD100_323A50.s diff --git a/asm/nonmatchings/world/partner/bow/func_802BD130_323A80.s b/ver/us/asm/nonmatchings/world/partner/bow/func_802BD130_323A80.s similarity index 100% rename from asm/nonmatchings/world/partner/bow/func_802BD130_323A80.s rename to ver/us/asm/nonmatchings/world/partner/bow/func_802BD130_323A80.s diff --git a/asm/nonmatchings/world/partner/bow/func_802BD168_323AB8.s b/ver/us/asm/nonmatchings/world/partner/bow/func_802BD168_323AB8.s similarity index 100% rename from asm/nonmatchings/world/partner/bow/func_802BD168_323AB8.s rename to ver/us/asm/nonmatchings/world/partner/bow/func_802BD168_323AB8.s diff --git a/asm/nonmatchings/world/partner/bow/func_802BD4FC_323E4C.s b/ver/us/asm/nonmatchings/world/partner/bow/func_802BD4FC_323E4C.s similarity index 100% rename from asm/nonmatchings/world/partner/bow/func_802BD4FC_323E4C.s rename to ver/us/asm/nonmatchings/world/partner/bow/func_802BD4FC_323E4C.s diff --git a/asm/nonmatchings/world/partner/bow/func_802BD540_323E90.s b/ver/us/asm/nonmatchings/world/partner/bow/func_802BD540_323E90.s similarity index 100% rename from asm/nonmatchings/world/partner/bow/func_802BD540_323E90.s rename to ver/us/asm/nonmatchings/world/partner/bow/func_802BD540_323E90.s diff --git a/asm/nonmatchings/world/partner/bow/func_802BD694_323FE4.s b/ver/us/asm/nonmatchings/world/partner/bow/func_802BD694_323FE4.s similarity index 100% rename from asm/nonmatchings/world/partner/bow/func_802BD694_323FE4.s rename to ver/us/asm/nonmatchings/world/partner/bow/func_802BD694_323FE4.s diff --git a/asm/nonmatchings/world/partner/bow/func_802BDDF0_324740.s b/ver/us/asm/nonmatchings/world/partner/bow/func_802BDDF0_324740.s similarity index 100% rename from asm/nonmatchings/world/partner/bow/func_802BDDF0_324740.s rename to ver/us/asm/nonmatchings/world/partner/bow/func_802BDDF0_324740.s diff --git a/asm/nonmatchings/world/partner/bow/func_802BDF08_324858.s b/ver/us/asm/nonmatchings/world/partner/bow/func_802BDF08_324858.s similarity index 100% rename from asm/nonmatchings/world/partner/bow/func_802BDF08_324858.s rename to ver/us/asm/nonmatchings/world/partner/bow/func_802BDF08_324858.s diff --git a/asm/nonmatchings/world/partner/bow/func_802BDF64_3248B4.s b/ver/us/asm/nonmatchings/world/partner/bow/func_802BDF64_3248B4.s similarity index 100% rename from asm/nonmatchings/world/partner/bow/func_802BDF64_3248B4.s rename to ver/us/asm/nonmatchings/world/partner/bow/func_802BDF64_3248B4.s diff --git a/asm/nonmatchings/world/partner/goombario/func_802BD188_3170A8.s b/ver/us/asm/nonmatchings/world/partner/goombario/func_802BD188_3170A8.s similarity index 100% rename from asm/nonmatchings/world/partner/goombario/func_802BD188_3170A8.s rename to ver/us/asm/nonmatchings/world/partner/goombario/func_802BD188_3170A8.s diff --git a/asm/nonmatchings/world/partner/goombario/func_802BD1D0_3170F0.s b/ver/us/asm/nonmatchings/world/partner/goombario/func_802BD1D0_3170F0.s similarity index 100% rename from asm/nonmatchings/world/partner/goombario/func_802BD1D0_3170F0.s rename to ver/us/asm/nonmatchings/world/partner/goombario/func_802BD1D0_3170F0.s diff --git a/asm/nonmatchings/world/partner/goombario/func_802BD564_317484.s b/ver/us/asm/nonmatchings/world/partner/goombario/func_802BD564_317484.s similarity index 100% rename from asm/nonmatchings/world/partner/goombario/func_802BD564_317484.s rename to ver/us/asm/nonmatchings/world/partner/goombario/func_802BD564_317484.s diff --git a/asm/nonmatchings/world/partner/goombario/func_802BD5D8_3174F8.s b/ver/us/asm/nonmatchings/world/partner/goombario/func_802BD5D8_3174F8.s similarity index 100% rename from asm/nonmatchings/world/partner/goombario/func_802BD5D8_3174F8.s rename to ver/us/asm/nonmatchings/world/partner/goombario/func_802BD5D8_3174F8.s diff --git a/asm/nonmatchings/world/partner/goombario/func_802BDB30_317A50.s b/ver/us/asm/nonmatchings/world/partner/goombario/func_802BDB30_317A50.s similarity index 100% rename from asm/nonmatchings/world/partner/goombario/func_802BDB30_317A50.s rename to ver/us/asm/nonmatchings/world/partner/goombario/func_802BDB30_317A50.s diff --git a/asm/nonmatchings/world/partner/goombario/world_goombario_can_pause.s b/ver/us/asm/nonmatchings/world/partner/goombario/world_goombario_can_pause.s similarity index 100% rename from asm/nonmatchings/world/partner/goombario/world_goombario_can_pause.s rename to ver/us/asm/nonmatchings/world/partner/goombario/world_goombario_can_pause.s diff --git a/asm/nonmatchings/world/partner/goombario/world_goombario_pre_battle.s b/ver/us/asm/nonmatchings/world/partner/goombario/world_goombario_pre_battle.s similarity index 100% rename from asm/nonmatchings/world/partner/goombario/world_goombario_pre_battle.s rename to ver/us/asm/nonmatchings/world/partner/goombario/world_goombario_pre_battle.s diff --git a/asm/nonmatchings/world/partner/goompa/func_802BD14C_324A5C.s b/ver/us/asm/nonmatchings/world/partner/goompa/func_802BD14C_324A5C.s similarity index 100% rename from asm/nonmatchings/world/partner/goompa/func_802BD14C_324A5C.s rename to ver/us/asm/nonmatchings/world/partner/goompa/func_802BD14C_324A5C.s diff --git a/asm/nonmatchings/world/partner/goompa/func_802BD4E0_324DF0.s b/ver/us/asm/nonmatchings/world/partner/goompa/func_802BD4E0_324DF0.s similarity index 100% rename from asm/nonmatchings/world/partner/goompa/func_802BD4E0_324DF0.s rename to ver/us/asm/nonmatchings/world/partner/goompa/func_802BD4E0_324DF0.s diff --git a/asm/nonmatchings/world/partner/kooper/func_802BD100_31B120.s b/ver/us/asm/nonmatchings/world/partner/kooper/func_802BD100_31B120.s similarity index 100% rename from asm/nonmatchings/world/partner/kooper/func_802BD100_31B120.s rename to ver/us/asm/nonmatchings/world/partner/kooper/func_802BD100_31B120.s diff --git a/asm/nonmatchings/world/partner/kooper/func_802BD144_31B164.s b/ver/us/asm/nonmatchings/world/partner/kooper/func_802BD144_31B164.s similarity index 100% rename from asm/nonmatchings/world/partner/kooper/func_802BD144_31B164.s rename to ver/us/asm/nonmatchings/world/partner/kooper/func_802BD144_31B164.s diff --git a/asm/nonmatchings/world/partner/kooper/func_802BD17C_31B19C.s b/ver/us/asm/nonmatchings/world/partner/kooper/func_802BD17C_31B19C.s similarity index 100% rename from asm/nonmatchings/world/partner/kooper/func_802BD17C_31B19C.s rename to ver/us/asm/nonmatchings/world/partner/kooper/func_802BD17C_31B19C.s diff --git a/asm/nonmatchings/world/partner/kooper/func_802BD200_31B220.s b/ver/us/asm/nonmatchings/world/partner/kooper/func_802BD200_31B220.s similarity index 100% rename from asm/nonmatchings/world/partner/kooper/func_802BD200_31B220.s rename to ver/us/asm/nonmatchings/world/partner/kooper/func_802BD200_31B220.s diff --git a/asm/nonmatchings/world/partner/kooper/func_802BD228_31B248.s b/ver/us/asm/nonmatchings/world/partner/kooper/func_802BD228_31B248.s similarity index 100% rename from asm/nonmatchings/world/partner/kooper/func_802BD228_31B248.s rename to ver/us/asm/nonmatchings/world/partner/kooper/func_802BD228_31B248.s diff --git a/asm/nonmatchings/world/partner/kooper/func_802BD260_31B280.s b/ver/us/asm/nonmatchings/world/partner/kooper/func_802BD260_31B280.s similarity index 100% rename from asm/nonmatchings/world/partner/kooper/func_802BD260_31B280.s rename to ver/us/asm/nonmatchings/world/partner/kooper/func_802BD260_31B280.s diff --git a/asm/nonmatchings/world/partner/kooper/func_802BD5F4_31B614.s b/ver/us/asm/nonmatchings/world/partner/kooper/func_802BD5F4_31B614.s similarity index 100% rename from asm/nonmatchings/world/partner/kooper/func_802BD5F4_31B614.s rename to ver/us/asm/nonmatchings/world/partner/kooper/func_802BD5F4_31B614.s diff --git a/asm/nonmatchings/world/partner/kooper/func_802BD638_31B658.s b/ver/us/asm/nonmatchings/world/partner/kooper/func_802BD638_31B658.s similarity index 100% rename from asm/nonmatchings/world/partner/kooper/func_802BD638_31B658.s rename to ver/us/asm/nonmatchings/world/partner/kooper/func_802BD638_31B658.s diff --git a/asm/nonmatchings/world/partner/kooper/func_802BE7E0_31C800.s b/ver/us/asm/nonmatchings/world/partner/kooper/func_802BE7E0_31C800.s similarity index 100% rename from asm/nonmatchings/world/partner/kooper/func_802BE7E0_31C800.s rename to ver/us/asm/nonmatchings/world/partner/kooper/func_802BE7E0_31C800.s diff --git a/asm/nonmatchings/world/partner/kooper/func_802BE818_31C838.s b/ver/us/asm/nonmatchings/world/partner/kooper/func_802BE818_31C838.s similarity index 100% rename from asm/nonmatchings/world/partner/kooper/func_802BE818_31C838.s rename to ver/us/asm/nonmatchings/world/partner/kooper/func_802BE818_31C838.s diff --git a/asm/nonmatchings/world/partner/kooper/func_802BEA24_31CA44.s b/ver/us/asm/nonmatchings/world/partner/kooper/func_802BEA24_31CA44.s similarity index 100% rename from asm/nonmatchings/world/partner/kooper/func_802BEA24_31CA44.s rename to ver/us/asm/nonmatchings/world/partner/kooper/func_802BEA24_31CA44.s diff --git a/asm/nonmatchings/world/partner/kooper/func_802BEB10_31CB30.s b/ver/us/asm/nonmatchings/world/partner/kooper/func_802BEB10_31CB30.s similarity index 100% rename from asm/nonmatchings/world/partner/kooper/func_802BEB10_31CB30.s rename to ver/us/asm/nonmatchings/world/partner/kooper/func_802BEB10_31CB30.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BD100_320C50.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD100_320C50.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BD100_320C50.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD100_320C50.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BD21C_320D6C.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD21C_320D6C.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BD21C_320D6C.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD21C_320D6C.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BD29C_320DEC.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD29C_320DEC.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BD29C_320DEC.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD29C_320DEC.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BD2D4_320E24.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD2D4_320E24.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BD2D4_320E24.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD2D4_320E24.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BD678_3211C8.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD678_3211C8.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BD678_3211C8.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD678_3211C8.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BD6BC_32120C.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD6BC_32120C.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BD6BC_32120C.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD6BC_32120C.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BD7DC.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD7DC.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BD7DC.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD7DC.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BD99C_3214EC.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD99C_3214EC.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BD99C_3214EC.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BD99C_3214EC.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BDA90_3215E0.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BDA90_3215E0.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BDA90_3215E0.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BDA90_3215E0.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BDDD8_321928.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BDDD8_321928.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BDDD8_321928.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BDDD8_321928.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BE6A0_3221F0.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BE6A0_3221F0.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BE6A0_3221F0.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BE6A0_3221F0.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BE724_322274.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BE724_322274.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BE724_322274.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BE724_322274.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BF4F0_323040.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BF4F0_323040.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BF4F0_323040.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BF4F0_323040.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BFA00_323550.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BFA00_323550.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BFA00_323550.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BFA00_323550.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BFAA8_3235F8.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BFAA8_3235F8.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BFAA8_3235F8.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BFAA8_3235F8.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BFB44_323694.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BFB44_323694.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BFB44_323694.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BFB44_323694.s diff --git a/asm/nonmatchings/world/partner/lakilester/func_802BFBA0_3236F0.s b/ver/us/asm/nonmatchings/world/partner/lakilester/func_802BFBA0_3236F0.s similarity index 100% rename from asm/nonmatchings/world/partner/lakilester/func_802BFBA0_3236F0.s rename to ver/us/asm/nonmatchings/world/partner/lakilester/func_802BFBA0_3236F0.s diff --git a/asm/nonmatchings/world/partner/parakarry/func_802BD100_319670.s b/ver/us/asm/nonmatchings/world/partner/parakarry/func_802BD100_319670.s similarity index 100% rename from asm/nonmatchings/world/partner/parakarry/func_802BD100_319670.s rename to ver/us/asm/nonmatchings/world/partner/parakarry/func_802BD100_319670.s diff --git a/asm/nonmatchings/world/partner/parakarry/func_802BD180_3196F0.s b/ver/us/asm/nonmatchings/world/partner/parakarry/func_802BD180_3196F0.s similarity index 100% rename from asm/nonmatchings/world/partner/parakarry/func_802BD180_3196F0.s rename to ver/us/asm/nonmatchings/world/partner/parakarry/func_802BD180_3196F0.s diff --git a/asm/nonmatchings/world/partner/parakarry/func_802BD514_319A84.s b/ver/us/asm/nonmatchings/world/partner/parakarry/func_802BD514_319A84.s similarity index 100% rename from asm/nonmatchings/world/partner/parakarry/func_802BD514_319A84.s rename to ver/us/asm/nonmatchings/world/partner/parakarry/func_802BD514_319A84.s diff --git a/asm/nonmatchings/world/partner/parakarry/func_802BD558_319AC8.s b/ver/us/asm/nonmatchings/world/partner/parakarry/func_802BD558_319AC8.s similarity index 100% rename from asm/nonmatchings/world/partner/parakarry/func_802BD558_319AC8.s rename to ver/us/asm/nonmatchings/world/partner/parakarry/func_802BD558_319AC8.s diff --git a/asm/nonmatchings/world/partner/parakarry/func_802BD660_319BD0.s b/ver/us/asm/nonmatchings/world/partner/parakarry/func_802BD660_319BD0.s similarity index 100% rename from asm/nonmatchings/world/partner/parakarry/func_802BD660_319BD0.s rename to ver/us/asm/nonmatchings/world/partner/parakarry/func_802BD660_319BD0.s diff --git a/asm/nonmatchings/world/partner/parakarry/func_802BE90C_31AE7C.s b/ver/us/asm/nonmatchings/world/partner/parakarry/func_802BE90C_31AE7C.s similarity index 100% rename from asm/nonmatchings/world/partner/parakarry/func_802BE90C_31AE7C.s rename to ver/us/asm/nonmatchings/world/partner/parakarry/func_802BE90C_31AE7C.s diff --git a/asm/nonmatchings/world/partner/parakarry/func_802BE9D0_31AF40.s b/ver/us/asm/nonmatchings/world/partner/parakarry/func_802BE9D0_31AF40.s similarity index 100% rename from asm/nonmatchings/world/partner/parakarry/func_802BE9D0_31AF40.s rename to ver/us/asm/nonmatchings/world/partner/parakarry/func_802BE9D0_31AF40.s diff --git a/asm/nonmatchings/world/partner/sushie/func_802BD100_31DE70.s b/ver/us/asm/nonmatchings/world/partner/sushie/func_802BD100_31DE70.s similarity index 100% rename from asm/nonmatchings/world/partner/sushie/func_802BD100_31DE70.s rename to ver/us/asm/nonmatchings/world/partner/sushie/func_802BD100_31DE70.s diff --git a/asm/nonmatchings/world/partner/sushie/func_802BD20C_31DF7C.s b/ver/us/asm/nonmatchings/world/partner/sushie/func_802BD20C_31DF7C.s similarity index 100% rename from asm/nonmatchings/world/partner/sushie/func_802BD20C_31DF7C.s rename to ver/us/asm/nonmatchings/world/partner/sushie/func_802BD20C_31DF7C.s diff --git a/asm/nonmatchings/world/partner/sushie/func_802BD368_31E0D8.s b/ver/us/asm/nonmatchings/world/partner/sushie/func_802BD368_31E0D8.s similarity index 100% rename from asm/nonmatchings/world/partner/sushie/func_802BD368_31E0D8.s rename to ver/us/asm/nonmatchings/world/partner/sushie/func_802BD368_31E0D8.s diff --git a/asm/nonmatchings/world/partner/sushie/func_802BD414_31E184.s b/ver/us/asm/nonmatchings/world/partner/sushie/func_802BD414_31E184.s similarity index 100% rename from asm/nonmatchings/world/partner/sushie/func_802BD414_31E184.s rename to ver/us/asm/nonmatchings/world/partner/sushie/func_802BD414_31E184.s diff --git a/asm/nonmatchings/world/partner/sushie/func_802BE280_31EFF0.s b/ver/us/asm/nonmatchings/world/partner/sushie/func_802BE280_31EFF0.s similarity index 100% rename from asm/nonmatchings/world/partner/sushie/func_802BE280_31EFF0.s rename to ver/us/asm/nonmatchings/world/partner/sushie/func_802BE280_31EFF0.s diff --git a/asm/nonmatchings/world/partner/sushie/func_802BE3A4_31F114.s b/ver/us/asm/nonmatchings/world/partner/sushie/func_802BE3A4_31F114.s similarity index 100% rename from asm/nonmatchings/world/partner/sushie/func_802BE3A4_31F114.s rename to ver/us/asm/nonmatchings/world/partner/sushie/func_802BE3A4_31F114.s diff --git a/asm/nonmatchings/world/partner/sushie/func_802BF520_320290.s b/ver/us/asm/nonmatchings/world/partner/sushie/func_802BF520_320290.s similarity index 100% rename from asm/nonmatchings/world/partner/sushie/func_802BF520_320290.s rename to ver/us/asm/nonmatchings/world/partner/sushie/func_802BF520_320290.s diff --git a/asm/nonmatchings/world/partner/sushie/func_802BF568_3202D8.s b/ver/us/asm/nonmatchings/world/partner/sushie/func_802BF568_3202D8.s similarity index 100% rename from asm/nonmatchings/world/partner/sushie/func_802BF568_3202D8.s rename to ver/us/asm/nonmatchings/world/partner/sushie/func_802BF568_3202D8.s diff --git a/asm/nonmatchings/world/partner/sushie/func_802BF5A0_320310.s b/ver/us/asm/nonmatchings/world/partner/sushie/func_802BF5A0_320310.s similarity index 100% rename from asm/nonmatchings/world/partner/sushie/func_802BF5A0_320310.s rename to ver/us/asm/nonmatchings/world/partner/sushie/func_802BF5A0_320310.s diff --git a/asm/nonmatchings/world/partner/sushie/func_802BF920_320690.s b/ver/us/asm/nonmatchings/world/partner/sushie/func_802BF920_320690.s similarity index 100% rename from asm/nonmatchings/world/partner/sushie/func_802BF920_320690.s rename to ver/us/asm/nonmatchings/world/partner/sushie/func_802BF920_320690.s diff --git a/asm/nonmatchings/world/partner/sushie/func_802BF964_3206D4.s b/ver/us/asm/nonmatchings/world/partner/sushie/func_802BF964_3206D4.s similarity index 100% rename from asm/nonmatchings/world/partner/sushie/func_802BF964_3206D4.s rename to ver/us/asm/nonmatchings/world/partner/sushie/func_802BF964_3206D4.s diff --git a/asm/nonmatchings/world/partner/sushie/func_802BF9B8_320728.s b/ver/us/asm/nonmatchings/world/partner/sushie/func_802BF9B8_320728.s similarity index 100% rename from asm/nonmatchings/world/partner/sushie/func_802BF9B8_320728.s rename to ver/us/asm/nonmatchings/world/partner/sushie/func_802BF9B8_320728.s diff --git a/asm/nonmatchings/world/partner/sushie/func_802BFA58_3207C8.s b/ver/us/asm/nonmatchings/world/partner/sushie/func_802BFA58_3207C8.s similarity index 100% rename from asm/nonmatchings/world/partner/sushie/func_802BFA58_3207C8.s rename to ver/us/asm/nonmatchings/world/partner/sushie/func_802BFA58_3207C8.s diff --git a/asm/nonmatchings/world/partner/sushie/func_802BFAB8_320828.s b/ver/us/asm/nonmatchings/world/partner/sushie/func_802BFAB8_320828.s similarity index 100% rename from asm/nonmatchings/world/partner/sushie/func_802BFAB8_320828.s rename to ver/us/asm/nonmatchings/world/partner/sushie/func_802BFAB8_320828.s diff --git a/asm/nonmatchings/world/partner/watt/func_802BD100_31CC70.s b/ver/us/asm/nonmatchings/world/partner/watt/func_802BD100_31CC70.s similarity index 100% rename from asm/nonmatchings/world/partner/watt/func_802BD100_31CC70.s rename to ver/us/asm/nonmatchings/world/partner/watt/func_802BD100_31CC70.s diff --git a/asm/nonmatchings/world/partner/watt/func_802BD180_31CCF0.s b/ver/us/asm/nonmatchings/world/partner/watt/func_802BD180_31CCF0.s similarity index 100% rename from asm/nonmatchings/world/partner/watt/func_802BD180_31CCF0.s rename to ver/us/asm/nonmatchings/world/partner/watt/func_802BD180_31CCF0.s diff --git a/asm/nonmatchings/world/partner/watt/func_802BD1AC_31CD1C.s b/ver/us/asm/nonmatchings/world/partner/watt/func_802BD1AC_31CD1C.s similarity index 100% rename from asm/nonmatchings/world/partner/watt/func_802BD1AC_31CD1C.s rename to ver/us/asm/nonmatchings/world/partner/watt/func_802BD1AC_31CD1C.s diff --git a/asm/nonmatchings/world/partner/watt/func_802BD23C_31CDAC.s b/ver/us/asm/nonmatchings/world/partner/watt/func_802BD23C_31CDAC.s similarity index 100% rename from asm/nonmatchings/world/partner/watt/func_802BD23C_31CDAC.s rename to ver/us/asm/nonmatchings/world/partner/watt/func_802BD23C_31CDAC.s diff --git a/asm/nonmatchings/world/partner/watt/func_802BD27C_31CDEC.s b/ver/us/asm/nonmatchings/world/partner/watt/func_802BD27C_31CDEC.s similarity index 100% rename from asm/nonmatchings/world/partner/watt/func_802BD27C_31CDEC.s rename to ver/us/asm/nonmatchings/world/partner/watt/func_802BD27C_31CDEC.s diff --git a/asm/nonmatchings/world/partner/watt/func_802BD2B4_31CE24.s b/ver/us/asm/nonmatchings/world/partner/watt/func_802BD2B4_31CE24.s similarity index 100% rename from asm/nonmatchings/world/partner/watt/func_802BD2B4_31CE24.s rename to ver/us/asm/nonmatchings/world/partner/watt/func_802BD2B4_31CE24.s diff --git a/asm/nonmatchings/world/partner/watt/func_802BD710_31D280.s b/ver/us/asm/nonmatchings/world/partner/watt/func_802BD710_31D280.s similarity index 100% rename from asm/nonmatchings/world/partner/watt/func_802BD710_31D280.s rename to ver/us/asm/nonmatchings/world/partner/watt/func_802BD710_31D280.s diff --git a/asm/nonmatchings/world/partner/watt/func_802BD754_31D2C4.s b/ver/us/asm/nonmatchings/world/partner/watt/func_802BD754_31D2C4.s similarity index 100% rename from asm/nonmatchings/world/partner/watt/func_802BD754_31D2C4.s rename to ver/us/asm/nonmatchings/world/partner/watt/func_802BD754_31D2C4.s diff --git a/asm/nonmatchings/world/partner/watt/func_802BDD0C_31D87C.s b/ver/us/asm/nonmatchings/world/partner/watt/func_802BDD0C_31D87C.s similarity index 100% rename from asm/nonmatchings/world/partner/watt/func_802BDD0C_31D87C.s rename to ver/us/asm/nonmatchings/world/partner/watt/func_802BDD0C_31D87C.s diff --git a/asm/nonmatchings/world/partner/watt/func_802BDD9C_31D90C.s b/ver/us/asm/nonmatchings/world/partner/watt/func_802BDD9C_31D90C.s similarity index 100% rename from asm/nonmatchings/world/partner/watt/func_802BDD9C_31D90C.s rename to ver/us/asm/nonmatchings/world/partner/watt/func_802BDD9C_31D90C.s diff --git a/asm/nonmatchings/world/partner/watt/func_802BDE10_31D980.s b/ver/us/asm/nonmatchings/world/partner/watt/func_802BDE10_31D980.s similarity index 100% rename from asm/nonmatchings/world/partner/watt/func_802BDE10_31D980.s rename to ver/us/asm/nonmatchings/world/partner/watt/func_802BDE10_31D980.s diff --git a/asm/nonmatchings/world/partner/watt/func_802BDE88_31D9F8.s b/ver/us/asm/nonmatchings/world/partner/watt/func_802BDE88_31D9F8.s similarity index 100% rename from asm/nonmatchings/world/partner/watt/func_802BDE88_31D9F8.s rename to ver/us/asm/nonmatchings/world/partner/watt/func_802BDE88_31D9F8.s diff --git a/asm/nonmatchings/world/partner/watt/func_802BE014_31DB84.s b/ver/us/asm/nonmatchings/world/partner/watt/func_802BE014_31DB84.s similarity index 100% rename from asm/nonmatchings/world/partner/watt/func_802BE014_31DB84.s rename to ver/us/asm/nonmatchings/world/partner/watt/func_802BE014_31DB84.s diff --git a/asm/nonmatchings/world/partner/watt/func_802BE070_31DBE0.s b/ver/us/asm/nonmatchings/world/partner/watt/func_802BE070_31DBE0.s similarity index 100% rename from asm/nonmatchings/world/partner/watt/func_802BE070_31DBE0.s rename to ver/us/asm/nonmatchings/world/partner/watt/func_802BE070_31DBE0.s diff --git a/asm/nonmatchings/world/partners/_use_partner_ability.s b/ver/us/asm/nonmatchings/world/partners/_use_partner_ability.s similarity index 100% rename from asm/nonmatchings/world/partners/_use_partner_ability.s rename to ver/us/asm/nonmatchings/world/partners/_use_partner_ability.s diff --git a/asm/nonmatchings/world/partners/clear_partner_move_history.s b/ver/us/asm/nonmatchings/world/partners/clear_partner_move_history.s similarity index 100% rename from asm/nonmatchings/world/partners/clear_partner_move_history.s rename to ver/us/asm/nonmatchings/world/partners/clear_partner_move_history.s diff --git a/asm/nonmatchings/world/partners/enable_partner_ai.s b/ver/us/asm/nonmatchings/world/partners/enable_partner_ai.s similarity index 100% rename from asm/nonmatchings/world/partners/enable_partner_ai.s rename to ver/us/asm/nonmatchings/world/partners/enable_partner_ai.s diff --git a/asm/nonmatchings/world/partners/enable_partner_flying.s b/ver/us/asm/nonmatchings/world/partners/enable_partner_flying.s similarity index 100% rename from asm/nonmatchings/world/partners/enable_partner_flying.s rename to ver/us/asm/nonmatchings/world/partners/enable_partner_flying.s diff --git a/asm/nonmatchings/world/partners/enable_partner_walking.s b/ver/us/asm/nonmatchings/world/partners/enable_partner_walking.s similarity index 100% rename from asm/nonmatchings/world/partners/enable_partner_walking.s rename to ver/us/asm/nonmatchings/world/partners/enable_partner_walking.s diff --git a/asm/nonmatchings/world/partners/func_800EA4B0.s b/ver/us/asm/nonmatchings/world/partners/func_800EA4B0.s similarity index 100% rename from asm/nonmatchings/world/partners/func_800EA4B0.s rename to ver/us/asm/nonmatchings/world/partners/func_800EA4B0.s diff --git a/asm/nonmatchings/world/partners/func_800EA52C.s b/ver/us/asm/nonmatchings/world/partners/func_800EA52C.s similarity index 100% rename from asm/nonmatchings/world/partners/func_800EA52C.s rename to ver/us/asm/nonmatchings/world/partners/func_800EA52C.s diff --git a/asm/nonmatchings/world/partners/func_800EB168.s b/ver/us/asm/nonmatchings/world/partners/func_800EB168.s similarity index 100% rename from asm/nonmatchings/world/partners/func_800EB168.s rename to ver/us/asm/nonmatchings/world/partners/func_800EB168.s diff --git a/asm/nonmatchings/world/partners/func_800EB200.s b/ver/us/asm/nonmatchings/world/partners/func_800EB200.s similarity index 100% rename from asm/nonmatchings/world/partners/func_800EB200.s rename to ver/us/asm/nonmatchings/world/partners/func_800EB200.s diff --git a/asm/nonmatchings/world/partners/func_800EB2A4.s b/ver/us/asm/nonmatchings/world/partners/func_800EB2A4.s similarity index 100% rename from asm/nonmatchings/world/partners/func_800EB2A4.s rename to ver/us/asm/nonmatchings/world/partners/func_800EB2A4.s diff --git a/asm/nonmatchings/world/partners/func_800EBA3C.s b/ver/us/asm/nonmatchings/world/partners/func_800EBA3C.s similarity index 100% rename from asm/nonmatchings/world/partners/func_800EBA3C.s rename to ver/us/asm/nonmatchings/world/partners/func_800EBA3C.s diff --git a/asm/nonmatchings/world/partners/func_800EBB40.s b/ver/us/asm/nonmatchings/world/partners/func_800EBB40.s similarity index 100% rename from asm/nonmatchings/world/partners/func_800EBB40.s rename to ver/us/asm/nonmatchings/world/partners/func_800EBB40.s diff --git a/asm/nonmatchings/world/partners/func_800EBC74.s b/ver/us/asm/nonmatchings/world/partners/func_800EBC74.s similarity index 100% rename from asm/nonmatchings/world/partners/func_800EBC74.s rename to ver/us/asm/nonmatchings/world/partners/func_800EBC74.s diff --git a/asm/nonmatchings/world/partners/func_800ED5D0.s b/ver/us/asm/nonmatchings/world/partners/func_800ED5D0.s similarity index 100% rename from asm/nonmatchings/world/partners/func_800ED5D0.s rename to ver/us/asm/nonmatchings/world/partners/func_800ED5D0.s diff --git a/asm/nonmatchings/world/partners/func_800ED9F8.s b/ver/us/asm/nonmatchings/world/partners/func_800ED9F8.s similarity index 100% rename from asm/nonmatchings/world/partners/func_800ED9F8.s rename to ver/us/asm/nonmatchings/world/partners/func_800ED9F8.s diff --git a/asm/nonmatchings/world/partners/func_800EE9B8.s b/ver/us/asm/nonmatchings/world/partners/func_800EE9B8.s similarity index 100% rename from asm/nonmatchings/world/partners/func_800EE9B8.s rename to ver/us/asm/nonmatchings/world/partners/func_800EE9B8.s diff --git a/asm/nonmatchings/world/partners/func_800EECE8.s b/ver/us/asm/nonmatchings/world/partners/func_800EECE8.s similarity index 100% rename from asm/nonmatchings/world/partners/func_800EECE8.s rename to ver/us/asm/nonmatchings/world/partners/func_800EECE8.s diff --git a/asm/nonmatchings/world/partners/func_800EF4E0.s b/ver/us/asm/nonmatchings/world/partners/func_800EF4E0.s similarity index 100% rename from asm/nonmatchings/world/partners/func_800EF4E0.s rename to ver/us/asm/nonmatchings/world/partners/func_800EF4E0.s diff --git a/asm/nonmatchings/world/partners/func_800EF640.s b/ver/us/asm/nonmatchings/world/partners/func_800EF640.s similarity index 100% rename from asm/nonmatchings/world/partners/func_800EF640.s rename to ver/us/asm/nonmatchings/world/partners/func_800EF640.s diff --git a/asm/nonmatchings/world/partners/func_800EF82C.s b/ver/us/asm/nonmatchings/world/partners/func_800EF82C.s similarity index 100% rename from asm/nonmatchings/world/partners/func_800EF82C.s rename to ver/us/asm/nonmatchings/world/partners/func_800EF82C.s diff --git a/asm/nonmatchings/world/partners/partner_can_use_ability.s b/ver/us/asm/nonmatchings/world/partners/partner_can_use_ability.s similarity index 100% rename from asm/nonmatchings/world/partners/partner_can_use_ability.s rename to ver/us/asm/nonmatchings/world/partners/partner_can_use_ability.s diff --git a/asm/nonmatchings/world/partners/partner_handle_after_battle.s b/ver/us/asm/nonmatchings/world/partners/partner_handle_after_battle.s similarity index 100% rename from asm/nonmatchings/world/partners/partner_handle_after_battle.s rename to ver/us/asm/nonmatchings/world/partners/partner_handle_after_battle.s diff --git a/asm/nonmatchings/world/partners/partner_handle_before_battle.s b/ver/us/asm/nonmatchings/world/partners/partner_handle_before_battle.s similarity index 100% rename from asm/nonmatchings/world/partners/partner_handle_before_battle.s rename to ver/us/asm/nonmatchings/world/partners/partner_handle_before_battle.s diff --git a/asm/nonmatchings/world/partners/partner_initialize_data.s b/ver/us/asm/nonmatchings/world/partners/partner_initialize_data.s similarity index 100% rename from asm/nonmatchings/world/partners/partner_initialize_data.s rename to ver/us/asm/nonmatchings/world/partners/partner_initialize_data.s diff --git a/asm/nonmatchings/world/partners/partner_kill_ability_script.s b/ver/us/asm/nonmatchings/world/partners/partner_kill_ability_script.s similarity index 100% rename from asm/nonmatchings/world/partners/partner_kill_ability_script.s rename to ver/us/asm/nonmatchings/world/partners/partner_kill_ability_script.s diff --git a/asm/nonmatchings/world/partners/partner_player_can_pause.s b/ver/us/asm/nonmatchings/world/partners/partner_player_can_pause.s similarity index 100% rename from asm/nonmatchings/world/partners/partner_player_can_pause.s rename to ver/us/asm/nonmatchings/world/partners/partner_player_can_pause.s diff --git a/asm/nonmatchings/world/partners/partner_reset_data.s b/ver/us/asm/nonmatchings/world/partners/partner_reset_data.s similarity index 100% rename from asm/nonmatchings/world/partners/partner_reset_data.s rename to ver/us/asm/nonmatchings/world/partners/partner_reset_data.s diff --git a/asm/nonmatchings/world/partners/partner_resume_ability_script.s b/ver/us/asm/nonmatchings/world/partners/partner_resume_ability_script.s similarity index 100% rename from asm/nonmatchings/world/partners/partner_resume_ability_script.s rename to ver/us/asm/nonmatchings/world/partners/partner_resume_ability_script.s diff --git a/asm/nonmatchings/world/partners/partner_suspend_ability_script.s b/ver/us/asm/nonmatchings/world/partners/partner_suspend_ability_script.s similarity index 100% rename from asm/nonmatchings/world/partners/partner_suspend_ability_script.s rename to ver/us/asm/nonmatchings/world/partners/partner_suspend_ability_script.s diff --git a/asm/nonmatchings/world/partners/partner_test_enemy_collision.s b/ver/us/asm/nonmatchings/world/partners/partner_test_enemy_collision.s similarity index 100% rename from asm/nonmatchings/world/partners/partner_test_enemy_collision.s rename to ver/us/asm/nonmatchings/world/partners/partner_test_enemy_collision.s diff --git a/asm/nonmatchings/world/partners/partner_use_ability.s b/ver/us/asm/nonmatchings/world/partners/partner_use_ability.s similarity index 100% rename from asm/nonmatchings/world/partners/partner_use_ability.s rename to ver/us/asm/nonmatchings/world/partners/partner_use_ability.s diff --git a/asm/nonmatchings/world/partners/update_player_move_history.s b/ver/us/asm/nonmatchings/world/partners/update_player_move_history.s similarity index 100% rename from asm/nonmatchings/world/partners/update_player_move_history.s rename to ver/us/asm/nonmatchings/world/partners/update_player_move_history.s diff --git a/asm/nonmatchings/world/partners/use_consumable.s b/ver/us/asm/nonmatchings/world/partners/use_consumable.s similarity index 100% rename from asm/nonmatchings/world/partners/use_consumable.s rename to ver/us/asm/nonmatchings/world/partners/use_consumable.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/MakeShop.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/MakeShop.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/MakeShop.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/MakeShop.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/draw_shop_items.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/draw_shop_items.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/draw_shop_items.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/draw_shop_items.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/func_80280000.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280000.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/func_80280000.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280000.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/func_80280088.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280088.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/func_80280088.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280088.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/func_8028017C.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/func_8028017C.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/func_8028017C.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/func_8028017C.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/func_80280208.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280208.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/func_80280208.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280208.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/func_802802D0.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/func_802802D0.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/func_802802D0.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/func_802802D0.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/func_8028035C.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/func_8028035C.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/func_8028035C.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/func_8028035C.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/func_80280410.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280410.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/func_80280410.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280410.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/func_8028051C.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/func_8028051C.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/func_8028051C.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/func_8028051C.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/func_80280954.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280954.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/func_80280954.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280954.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/func_80280AC4.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280AC4.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/func_80280AC4.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280AC4.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/func_80280B78.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280B78.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/func_80280B78.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280B78.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/func_80280BD0.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280BD0.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/func_80280BD0.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80280BD0.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/func_80281434.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80281434.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/func_80281434.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/func_80281434.s diff --git a/asm/nonmatchings/world/script_api/7E0E80/func_802814D0.s b/ver/us/asm/nonmatchings/world/script_api/7E0E80/func_802814D0.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E0E80/func_802814D0.s rename to ver/us/asm/nonmatchings/world/script_api/7E0E80/func_802814D0.s diff --git a/asm/nonmatchings/world/script_api/7E2AA0/MakeDoorAdvanced.s b/ver/us/asm/nonmatchings/world/script_api/7E2AA0/MakeDoorAdvanced.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E2AA0/MakeDoorAdvanced.s rename to ver/us/asm/nonmatchings/world/script_api/7E2AA0/MakeDoorAdvanced.s diff --git a/asm/nonmatchings/world/script_api/7E2AA0/func_802822A8.s b/ver/us/asm/nonmatchings/world/script_api/7E2AA0/func_802822A8.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E2AA0/func_802822A8.s rename to ver/us/asm/nonmatchings/world/script_api/7E2AA0/func_802822A8.s diff --git a/asm/nonmatchings/world/script_api/7E2AA0/func_8028236C.s b/ver/us/asm/nonmatchings/world/script_api/7E2AA0/func_8028236C.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E2AA0/func_8028236C.s rename to ver/us/asm/nonmatchings/world/script_api/7E2AA0/func_8028236C.s diff --git a/asm/nonmatchings/world/script_api/7E2AA0/func_802823B0.s b/ver/us/asm/nonmatchings/world/script_api/7E2AA0/func_802823B0.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E2AA0/func_802823B0.s rename to ver/us/asm/nonmatchings/world/script_api/7E2AA0/func_802823B0.s diff --git a/asm/nonmatchings/world/script_api/7E2AA0/func_80282414.s b/ver/us/asm/nonmatchings/world/script_api/7E2AA0/func_80282414.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E2AA0/func_80282414.s rename to ver/us/asm/nonmatchings/world/script_api/7E2AA0/func_80282414.s diff --git a/asm/nonmatchings/world/script_api/7E2AA0/func_80282594.s b/ver/us/asm/nonmatchings/world/script_api/7E2AA0/func_80282594.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E2AA0/func_80282594.s rename to ver/us/asm/nonmatchings/world/script_api/7E2AA0/func_80282594.s diff --git a/asm/nonmatchings/world/script_api/7E2AA0/func_80282634.s b/ver/us/asm/nonmatchings/world/script_api/7E2AA0/func_80282634.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E2AA0/func_80282634.s rename to ver/us/asm/nonmatchings/world/script_api/7E2AA0/func_80282634.s diff --git a/asm/nonmatchings/world/script_api/7E2AA0/func_80282700.s b/ver/us/asm/nonmatchings/world/script_api/7E2AA0/func_80282700.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E2AA0/func_80282700.s rename to ver/us/asm/nonmatchings/world/script_api/7E2AA0/func_80282700.s diff --git a/asm/nonmatchings/world/script_api/7E3700/CreatePushBlockGrid.s b/ver/us/asm/nonmatchings/world/script_api/7E3700/CreatePushBlockGrid.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E3700/CreatePushBlockGrid.s rename to ver/us/asm/nonmatchings/world/script_api/7E3700/CreatePushBlockGrid.s diff --git a/asm/nonmatchings/world/script_api/7E3700/GetGridIndexFromPos.s b/ver/us/asm/nonmatchings/world/script_api/7E3700/GetGridIndexFromPos.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E3700/GetGridIndexFromPos.s rename to ver/us/asm/nonmatchings/world/script_api/7E3700/GetGridIndexFromPos.s diff --git a/asm/nonmatchings/world/script_api/7E3700/GetPushBlock.s b/ver/us/asm/nonmatchings/world/script_api/7E3700/GetPushBlock.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E3700/GetPushBlock.s rename to ver/us/asm/nonmatchings/world/script_api/7E3700/GetPushBlock.s diff --git a/asm/nonmatchings/world/script_api/7E3700/SetPushBlock.s b/ver/us/asm/nonmatchings/world/script_api/7E3700/SetPushBlock.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E3700/SetPushBlock.s rename to ver/us/asm/nonmatchings/world/script_api/7E3700/SetPushBlock.s diff --git a/asm/nonmatchings/world/script_api/7E3700/SetPushBlockFallEffect.s b/ver/us/asm/nonmatchings/world/script_api/7E3700/SetPushBlockFallEffect.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E3700/SetPushBlockFallEffect.s rename to ver/us/asm/nonmatchings/world/script_api/7E3700/SetPushBlockFallEffect.s diff --git a/asm/nonmatchings/world/script_api/7E3700/func_802828DC.s b/ver/us/asm/nonmatchings/world/script_api/7E3700/func_802828DC.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E3700/func_802828DC.s rename to ver/us/asm/nonmatchings/world/script_api/7E3700/func_802828DC.s diff --git a/asm/nonmatchings/world/script_api/7E3700/func_80282C40.s b/ver/us/asm/nonmatchings/world/script_api/7E3700/func_80282C40.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E3700/func_80282C40.s rename to ver/us/asm/nonmatchings/world/script_api/7E3700/func_80282C40.s diff --git a/asm/nonmatchings/world/script_api/7E3700/func_80282E30.s b/ver/us/asm/nonmatchings/world/script_api/7E3700/func_80282E30.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E3700/func_80282E30.s rename to ver/us/asm/nonmatchings/world/script_api/7E3700/func_80282E30.s diff --git a/asm/nonmatchings/world/script_api/7E3700/func_80283080.s b/ver/us/asm/nonmatchings/world/script_api/7E3700/func_80283080.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E3700/func_80283080.s rename to ver/us/asm/nonmatchings/world/script_api/7E3700/func_80283080.s diff --git a/asm/nonmatchings/world/script_api/7E3700/func_80283174.s b/ver/us/asm/nonmatchings/world/script_api/7E3700/func_80283174.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E3700/func_80283174.s rename to ver/us/asm/nonmatchings/world/script_api/7E3700/func_80283174.s diff --git a/asm/nonmatchings/world/script_api/7E3700/func_80283240.s b/ver/us/asm/nonmatchings/world/script_api/7E3700/func_80283240.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E3700/func_80283240.s rename to ver/us/asm/nonmatchings/world/script_api/7E3700/func_80283240.s diff --git a/asm/nonmatchings/world/script_api/7E4690/func_80283908.s b/ver/us/asm/nonmatchings/world/script_api/7E4690/func_80283908.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E4690/func_80283908.s rename to ver/us/asm/nonmatchings/world/script_api/7E4690/func_80283908.s diff --git a/asm/nonmatchings/world/script_api/7E4690/func_80283A50.s b/ver/us/asm/nonmatchings/world/script_api/7E4690/func_80283A50.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E4690/func_80283A50.s rename to ver/us/asm/nonmatchings/world/script_api/7E4690/func_80283A50.s diff --git a/asm/nonmatchings/world/script_api/7E4690/func_80283C34.s b/ver/us/asm/nonmatchings/world/script_api/7E4690/func_80283C34.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E4690/func_80283C34.s rename to ver/us/asm/nonmatchings/world/script_api/7E4690/func_80283C34.s diff --git a/asm/nonmatchings/world/script_api/7E4690/func_80283D00.s b/ver/us/asm/nonmatchings/world/script_api/7E4690/func_80283D00.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E4690/func_80283D00.s rename to ver/us/asm/nonmatchings/world/script_api/7E4690/func_80283D00.s diff --git a/asm/nonmatchings/world/script_api/7E4690/func_80283D6C.s b/ver/us/asm/nonmatchings/world/script_api/7E4690/func_80283D6C.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E4690/func_80283D6C.s rename to ver/us/asm/nonmatchings/world/script_api/7E4690/func_80283D6C.s diff --git a/asm/nonmatchings/world/script_api/7E4690/func_80283DF0.s b/ver/us/asm/nonmatchings/world/script_api/7E4690/func_80283DF0.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E4690/func_80283DF0.s rename to ver/us/asm/nonmatchings/world/script_api/7E4690/func_80283DF0.s diff --git a/asm/nonmatchings/world/script_api/7E4690/func_80283E2C.s b/ver/us/asm/nonmatchings/world/script_api/7E4690/func_80283E2C.s similarity index 100% rename from asm/nonmatchings/world/script_api/7E4690/func_80283E2C.s rename to ver/us/asm/nonmatchings/world/script_api/7E4690/func_80283E2C.s diff --git a/asm/nonmatchings/world/world/get_asset_offset.s b/ver/us/asm/nonmatchings/world/world/get_asset_offset.s similarity index 100% rename from asm/nonmatchings/world/world/get_asset_offset.s rename to ver/us/asm/nonmatchings/world/world/get_asset_offset.s diff --git a/asm/nonmatchings/world/world/get_current_map_config.s b/ver/us/asm/nonmatchings/world/world/get_current_map_config.s similarity index 100% rename from asm/nonmatchings/world/world/get_current_map_config.s rename to ver/us/asm/nonmatchings/world/world/get_current_map_config.s diff --git a/asm/nonmatchings/world/world/get_current_map_header.s b/ver/us/asm/nonmatchings/world/world/get_current_map_header.s similarity index 100% rename from asm/nonmatchings/world/world/get_current_map_header.s rename to ver/us/asm/nonmatchings/world/world/get_current_map_header.s diff --git a/asm/nonmatchings/world/world/get_map_IDs_by_name.s b/ver/us/asm/nonmatchings/world/world/get_map_IDs_by_name.s similarity index 100% rename from asm/nonmatchings/world/world/get_map_IDs_by_name.s rename to ver/us/asm/nonmatchings/world/world/get_map_IDs_by_name.s diff --git a/asm/nonmatchings/world/world/load_asset_by_name.s b/ver/us/asm/nonmatchings/world/world/load_asset_by_name.s similarity index 100% rename from asm/nonmatchings/world/world/load_asset_by_name.s rename to ver/us/asm/nonmatchings/world/world/load_asset_by_name.s diff --git a/asm/nonmatchings/world/world/load_map_by_IDs.s b/ver/us/asm/nonmatchings/world/world/load_map_by_IDs.s similarity index 100% rename from asm/nonmatchings/world/world/load_map_by_IDs.s rename to ver/us/asm/nonmatchings/world/world/load_map_by_IDs.s diff --git a/asm/os/__osDisableInt.s b/ver/us/asm/os/__osDisableInt.s similarity index 100% rename from asm/os/__osDisableInt.s rename to ver/us/asm/os/__osDisableInt.s diff --git a/asm/os/__osGetCause.s b/ver/us/asm/os/__osGetCause.s similarity index 100% rename from asm/os/__osGetCause.s rename to ver/us/asm/os/__osGetCause.s diff --git a/asm/os/__osRestoreInt.s b/ver/us/asm/os/__osRestoreInt.s similarity index 100% rename from asm/os/__osRestoreInt.s rename to ver/us/asm/os/__osRestoreInt.s diff --git a/asm/os/code_45df0_len_970.s b/ver/us/asm/os/code_45df0_len_970.s similarity index 100% rename from asm/os/code_45df0_len_970.s rename to ver/us/asm/os/code_45df0_len_970.s diff --git a/asm/os/osGetCount.s b/ver/us/asm/os/osGetCount.s similarity index 100% rename from asm/os/osGetCount.s rename to ver/us/asm/os/osGetCount.s diff --git a/asm/os/osSetIntMask.s b/ver/us/asm/os/osSetIntMask.s similarity index 100% rename from asm/os/osSetIntMask.s rename to ver/us/asm/os/osSetIntMask.s diff --git a/build.cfg b/ver/us/build.cfg similarity index 99% rename from build.cfg rename to ver/us/build.cfg index 40a896afc7..ad449307d9 100644 --- a/build.cfg +++ b/ver/us/build.cfg @@ -1,7 +1,4 @@ -target = papermario -build_dir = build - -asset_dirs = assets +asset_dirs = ver/us/assets maps = dro_01 dro_02 hos_00 hos_01 hos_02 hos_03 hos_04 hos_05 hos_06 hos_10 hos_20 isk_01 isk_02 isk_03 isk_04 isk_05 isk_06 isk_07 isk_08 isk_09 isk_10 isk_11 isk_12 isk_13 isk_14 isk_16 isk_18 isk_19 iwa_00 iwa_01 iwa_02 iwa_03 iwa_04 iwa_10 iwa_11 osr_00 osr_01 osr_02 osr_03 kkj_00 kkj_01 kkj_02 kkj_03 kkj_10 kkj_11 kkj_12 kkj_13 kkj_14 kkj_15 kkj_16 kkj_17 kkj_18 kkj_19 kkj_20 kkj_21 kkj_22 kkj_23 kkj_24 kkj_25 kkj_26 kkj_27 kkj_28 kkj_29 kmr_00 kmr_02 kmr_03 kmr_04 kmr_05 kmr_06 kmr_07 kmr_09 kmr_10 kmr_11 kmr_12 kmr_20 kmr_30 kpa_01 kpa_03 kpa_04 kpa_08 kpa_09 kpa_10 kpa_11 kpa_12 kpa_13 kpa_14 kpa_15 kpa_16 kpa_17 kpa_32 kpa_33 kpa_40 kpa_41 kpa_50 kpa_52 kpa_60 kpa_61 kpa_62 kpa_63 kpa_70 kpa_80 kpa_90 kpa_91 kpa_94 kpa_95 kpa_96 kpa_102 kpa_111 kpa_112 kpa_113 kpa_115 kpa_116 kpa_117 kpa_118 kpa_119 kpa_121 kpa_130 kpa_133 kpa_134 machi mac_00 mac_01 mac_02 mac_03 mac_04 mac_05 mac_06 tik_01 tik_02 tik_03 tik_04 tik_05 tik_06 tik_07 tik_08 tik_09 tik_10 tik_12 tik_14 tik_15 tik_17 tik_18 tik_19 tik_20 tik_21 tik_22 tik_23 tik_25 kgr_01 kgr_02 nok_01 nok_02 nok_03 nok_04 nok_11 nok_12 nok_13 nok_14 nok_15 sbk_00 sbk_01 sbk_02 sbk_03 sbk_04 sbk_05 sbk_06 sbk_10 sbk_11 sbk_12 sbk_13 sbk_14 sbk_15 sbk_16 sbk_20 sbk_21 sbk_22 sbk_23 sbk_24 sbk_25 sbk_26 sbk_30 sbk_31 sbk_32 sbk_33 sbk_34 sbk_35 sbk_36 sbk_40 sbk_41 sbk_42 sbk_43 sbk_44 sbk_45 sbk_46 sbk_50 sbk_51 sbk_52 sbk_53 sbk_54 sbk_55 sbk_56 sbk_60 sbk_61 sbk_62 sbk_63 sbk_64 sbk_65 sbk_66 sbk_99 trd_00 trd_01 trd_02 trd_03 trd_04 trd_05 trd_06 trd_07 trd_08 trd_09 trd_10 tst_01 tst_02 tst_03 tst_04 tst_10 tst_11 tst_12 tst_13 tst_20 jan_00 jan_01 jan_02 jan_03 jan_04 jan_05 jan_06 jan_07 jan_08 jan_09 jan_10 jan_11 jan_12 jan_13 jan_14 jan_15 jan_16 jan_17 jan_18 jan_19 jan_22 jan_23 mim_01 mim_02 mim_03 mim_04 mim_05 mim_06 mim_07 mim_08 mim_09 mim_10 mim_11 mim_12 obk_01 obk_02 obk_03 obk_04 obk_05 obk_06 obk_07 obk_08 obk_09 arn_02 arn_03 arn_04 arn_05 arn_07 arn_08 arn_09 arn_10 arn_11 arn_12 arn_13 arn_20 dgb_01 dgb_02 dgb_03 dgb_04 dgb_05 dgb_06 dgb_07 dgb_08 dgb_09 dgb_10 dgb_11 dgb_12 dgb_13 dgb_14 dgb_15 dgb_16 dgb_17 dgb_18 kzn_01 kzn_02 kzn_03 kzn_04 kzn_05 kzn_06 kzn_07 kzn_08 kzn_09 kzn_10 kzn_11 kzn_17 kzn_18 kzn_19 kzn_20 kzn_22 kzn_23 flo_00 flo_03 flo_07 flo_08 flo_09 flo_10 flo_11 flo_12 flo_13 flo_14 flo_15 flo_16 flo_17 flo_18 flo_19 flo_21 flo_22 flo_23 flo_24 flo_25 sam_01 sam_02 sam_03 sam_04 sam_05 sam_06 sam_07 sam_08 sam_09 sam_10 sam_11 sam_12 pra_01 pra_02 pra_03 pra_04 pra_05 pra_09 pra_10 pra_11 pra_13 pra_14 pra_15 pra_16 pra_18 pra_19 pra_20 pra_21 pra_22 pra_29 pra_31 pra_32 pra_33 pra_34 pra_35 pra_40 omo_01 omo_02 omo_03 omo_04 omo_05 omo_06 omo_07 omo_08 omo_09 omo_10 omo_11 omo_12 omo_13 omo_14 omo_15 omo_16 omo_17 end_00 end_01 mgm_00 mgm_01 mgm_02 mgm_03 gv_01 kmr_bt03 kmr_bt04 kmr_bt05 kmr_bt06 nok_bt01 nok_bt02 nok_bt03 nok_bt04 trd_bt00 trd_bt01 trd_bt02 trd_bt03 trd_bt04 trd_bt05 iwa_bt01 iwa_bt02 sbk_bt02 isk_bt01 isk_bt02 isk_bt03 isk_bt04 isk_bt05 isk_bt06 isk_bt07 isk_bt08 arn_bt01 arn_bt02 arn_bt03 arn_bt04 arn_bt05 arn_bt06 dgb_bt01 dgb_bt02 dgb_bt03 dgb_bt04 dgb_bt05 mim_bt01 omo_bt01 omo_bt02 omo_bt03 omo_bt04 omo_bt05 omo_bt06 omo_bt07 kgr_bt01 flo_bt01 flo_bt02 flo_bt03 flo_bt04 flo_bt05 flo_bt06 jan_bt00 jan_bt01 jan_bt02 jan_bt03 jan_bt04 kzn_bt01 kzn_bt02 kzn_bt04 kzn_bt05 sam_bt01 sam_bt02 sam_bt03 sam_bt04 tik_bt01 tik_bt02 tik_bt03 tik_bt04 tik_bt05 pra_bt01 pra_bt02 pra_bt03 pra_bt04 mac_bt01 mac_bt02 kpa_bt01 kpa_bt02 kpa_bt03 kpa_bt04 kpa_bt05 kpa_bt07 kpa_bt08 kpa_bt09 kpa_bt11 kpa_bt13 kpa_bt14 hos_bt01 hos_bt02 kkj_bt01 kkj_bt02 diff --git a/ver/us/checksum.sha1 b/ver/us/checksum.sha1 new file mode 100644 index 0000000000..10b684ca88 --- /dev/null +++ b/ver/us/checksum.sha1 @@ -0,0 +1 @@ +3837f44cda784b466c9a2d99df70d77c322b97a0 ver/us/build/papermario.z64 diff --git a/dead_syms.txt b/ver/us/dead_syms.txt similarity index 100% rename from dead_syms.txt rename to ver/us/dead_syms.txt diff --git a/tools/splat.yaml b/ver/us/splat.yaml similarity index 99% rename from tools/splat.yaml rename to ver/us/splat.yaml index dc85c753b9..f77d5e25e3 100644 --- a/tools/splat.yaml +++ b/ver/us/splat.yaml @@ -5,11 +5,13 @@ options: compiler: GCC mnemonic_ljust: 10 ld_o_replace_extension: False - extensions: splat_ext - symbol_addrs_path: tools/symbol_addrs.txt + ld_addrs_header: build/include/ld_addrs.h + extensions: ../../tools/splat_ext + symbol_addrs_path: symbol_addrs.txt platform: n64 - out_dir: ../ + out_dir: . target_path: baserom.z64 + src_path: ../../src assets_dir: assets segments: - name: header diff --git a/tools/symbol_addrs.txt b/ver/us/symbol_addrs.txt similarity index 100% rename from tools/symbol_addrs.txt rename to ver/us/symbol_addrs.txt diff --git a/undefined_funcs_auto.txt b/ver/us/undefined_funcs_auto.txt similarity index 100% rename from undefined_funcs_auto.txt rename to ver/us/undefined_funcs_auto.txt diff --git a/undefined_syms.txt b/ver/us/undefined_syms.txt similarity index 100% rename from undefined_syms.txt rename to ver/us/undefined_syms.txt diff --git a/undefined_syms_auto.txt b/ver/us/undefined_syms_auto.txt similarity index 100% rename from undefined_syms_auto.txt rename to ver/us/undefined_syms_auto.txt