├── .env.example ├── .github └── workflows │ ├── build.yml │ ├── build_matching.yml │ └── test.yml ├── .gitignore ├── .vscode ├── c_cpp_properties.json └── settings.json ├── Makefile ├── Makefile.d ├── Makefile.matching ├── README.md ├── docker-shell.sh ├── docker ├── Dockerfile └── gdibuilder.patch ├── docs └── setup.md ├── log.mp4 ├── misc ├── notes │ ├── asm_lines.txt │ ├── debugmenu.txt │ ├── ghidra_todo.md │ ├── notes.txt │ ├── sample_sections.txt │ ├── sample_symbols.txt │ ├── sections.png │ └── tasks.md ├── oldscripts │ ├── all.sh │ ├── assemble.sh │ ├── compile.sh │ ├── diff │ ├── ip.c │ ├── link.sh │ ├── link.sub │ └── test └── organize │ ├── 1st_read.c │ ├── 1st_read.h │ ├── README.MD │ ├── _76048_8c022910.c │ ├── _76048_8c022910.c.lnk.sub │ ├── _76764_8c022bdc.src │ ├── _8c014088_load_route_models.c │ ├── _8c014088_load_route_models.src │ ├── _8c014088_load_route_models_original.src │ ├── _8c0155e0_menuTextboxTextSub.c │ ├── _8c022bdc_task_bus.c │ ├── _8c022bdc_task_bus_back.c │ ├── drawSprite.tpl │ ├── drawSprite_8c014f54.DWF │ ├── drawSprite_8c014f54.ahh │ ├── drawSprite_8c014f54.bak │ ├── drawSprite_8c014f54.bak2 │ ├── drawSprite_8c014f54.bak3 │ ├── drawSprite_8c014f54.bin │ ├── drawSprite_8c014f54.c │ ├── drawSprite_8c014f54.dis │ ├── drawSprite_8c014f54.o │ ├── drawSprite_8c014f54.obj │ ├── drawSprite_8c014f54.src │ ├── drawSprite_8c014f54_old.c │ ├── drawSprite_8c014f54_original.bin │ ├── drawSprite_8c014f54_original.dis │ ├── drawSprite_8c014f54_original.s │ ├── drawSprite_8c014f54_original.src │ ├── drawSprite_8c014f54_padded.bin │ ├── drawSprite_8c014f54_padded.elf │ ├── drawSprite_8c014f54_r10.c │ ├── float_test │ ├── test │ ├── test.c │ └── test.src │ └── includes.h ├── progress.png ├── progress.svg ├── scripts ├── bnc.sh ├── build_gdi.sh ├── check_disc.sh ├── check_sdk.sh ├── generate-chart.py ├── progress.sh ├── run_tests.sh └── set_kt.example.sh ├── src ├── 010080_main.c ├── 0100bc_sound.c ├── 010e90.c ├── 011120_asset_queues.c ├── 011120_asset_queues.h ├── 012324_peripheral_support.c ├── 012f44.c ├── 014934.c ├── 0149b0_sbinit.c ├── 014a9c_tasks.c ├── 014a9c_tasks.h ├── 014b8c_backup.c ├── 014b8c_backup.h ├── 014f54_text.c ├── 015ab8_title.c ├── 015ab8_title.h ├── 016108.c ├── 016c58_prompt.c ├── 016c58_prompt.h ├── 0193c8_vm_menu.c ├── 0193c8_vm_menu.h ├── 019e98_main_menu.c ├── 020528.c ├── 0207d4.c ├── 02fb50_sh4nlfzn_post_data.c ├── 02fb50_sh4nlfzn_post_data.h ├── asm │ ├── 010000.src │ ├── 010fe8_unused.src │ ├── 012504.src │ ├── 0129cc.src │ ├── 013ae8.src │ ├── 013ae8_pre_data.src │ ├── 014f54_text_pre_data.src │ ├── 01614c.src │ ├── 016bf4.src │ ├── 016d2c.src │ ├── 018644.src │ ├── 018784.src │ ├── 0193c8_pre_data.src │ ├── 01a148.src │ ├── 01b19c.src │ ├── 01bb48.src │ ├── 01c980.src │ ├── 01d290.src │ ├── 01d7fc.src │ ├── 01e27c.src │ ├── 01f3c0.src │ ├── 01fa78.src │ ├── 020214.src │ ├── 020594.src │ ├── 0206f0.src │ ├── 02081c.src │ ├── 020914.src │ ├── 020b6c.src │ ├── 02171c.src │ ├── 021b9c.src │ ├── 0222dc.src │ ├── 022464.src │ ├── 022bdc.src │ ├── 023310.src │ ├── 023938.src │ ├── 02412c.src │ ├── 024280.src │ ├── 024b4c.src │ ├── 025870.src │ ├── 025b98.src │ ├── 026710.src │ ├── 02786c.src │ ├── 027958.src │ ├── 028258.src │ ├── 02af78.src │ ├── 02b2f0.src │ ├── 02b464.src │ ├── 02c884.src │ ├── 02d06c.src │ ├── 02d19c.src │ ├── 02d968.src │ ├── 02df3c.src │ ├── 02e2dc.src │ ├── 02e400.src │ ├── 02e51c.src │ ├── 02f0c8.src │ ├── 02f320.src │ ├── 02fb50_sh4nlfzn.src │ ├── 03327c_strt1_sectionC.src │ ├── 0332a4_sectionC.src │ ├── 03bd80_sectionD.src │ ├── 04f6c0_SDK.src │ ├── 0fcd20_sectionB.src │ ├── decompiled │ │ ├── 0100bc_sound.src │ │ ├── 011120_asset_queues.src │ │ ├── 012324_peripheral_support.src │ │ ├── 012f44.src │ │ ├── 014f54_text.src │ │ ├── 015ab8_title.src │ │ ├── 016c58_prompt.src │ │ ├── 0193c8_vm_menu.src │ │ ├── 019e98_main_menu.src │ │ └── 0207d4.src │ └── matched │ │ ├── _00188_8c0100bc.src │ │ ├── _019340_8c014b8c.src │ │ ├── _024840_8c016108.src │ │ ├── _03728_8c010e90.src │ │ └── _066856_8c020528.src ├── includes.h ├── incomplete │ └── push_fadein_8c022a9c.c ├── non_matching │ ├── _004072_8c010fe8.c │ └── _027636_8c016bf4.c ├── scif.c ├── scif.h ├── serial_debug.c └── serial_debug.h ├── tbg.png ├── tests.php ├── tests ├── 0100bc_sound │ ├── 0100bc_initUknVol.php │ ├── 010128_midiSetVol.php │ ├── 0102d8_FUN.php │ ├── 010972_setAdxVol.php │ ├── 010a40_FUN_adxVol.php │ ├── 010bae_FUN.php │ ├── 010c2c_FUN.php │ └── 010cd6_snd.php ├── 011120 │ ├── 4338_initDatQueue_8c011124.php │ ├── 4384_AsqNop_11120.php │ ├── 4458_resetDatQueue_8c01116a.php │ ├── 4532_task_loadQueuedDats_8c0111b4.php │ ├── 4880_sortAndLoadDatQueue_8c011310.php │ ├── 5324_task_loadQueuedNjs_8c0114cc.php │ ├── 5814_sortAndLoadNjQueue_8c0116b6.php │ ├── 6052_freeNjQueue_8c0117a4.php │ ├── 6072_initTexlistQueue_8c0117b8.php │ ├── 6142_resetTexlistQueue_8c0117fe.php │ ├── 6172_AsqRequestTexlist_1181c.php │ ├── 6206_task_loadQueuedTexlists_8c01183e.php │ ├── 6648_loadTexlistQueue_8c0119f8.php │ ├── 6722_texlistQueueIsIdle_8c011a42.php │ ├── 6728_freeTexlistQueue_8c011a48.php │ ├── 6748_initPvmQueue_8c011a5c.php │ ├── 6848_AsqRequestPvm_11ac0.php │ ├── 6912_task_loadQueuedPvms_8c011b00.php │ ├── 7460_sortAndLoadPvmQueue_8c011d24.php │ ├── 7714_pvmQueueIsIdle_8c011e22.php │ ├── 7720_freePvmQueue_8c011e28.php │ ├── 7740_AsqReleaseAndFreeTexlist_11e3c.php │ ├── 7776_AsqFreeTexlist_11e60.php │ ├── 7808_task_processQueues_8c011e80.php │ ├── 7990_AsqInitQueues_11f36.php │ ├── 8044_AsqResetQueues_11f6c.php │ ├── 8062_AsqFreeQueues_11f7e.php │ ├── 8160_AsqProcessQueues_11fe0.php │ ├── 8240_AsqRequestNjPvmPairs_12030.php │ ├── 8446_AsqFreeNjPvmPairs_120fe.php │ ├── 8544_AsqSetSeedA_12160.php │ ├── 8550_AsqGetRandomA_12166.php │ ├── 8568_AsqGetRandomInRangeA_12178.php │ ├── 8610_AsqSetSeedB_121a2.php │ ├── 8616_AsqGetRandomB_121a8.php │ ├── 8638_AsqGetRandomInRangeB_121be.php │ └── 8680_AsqFUN_121e8.php ├── 012324 │ └── 12324_task.php ├── 012f44.php ├── 014f54_text │ ├── 14f54_drawSprite.php │ ├── 15034_getGlyphDatOffset.php │ ├── 15110_unpackGlyphTexture.php │ ├── 1524c_TxtInit.php │ ├── 1529c_TxtDestroy.php │ ├── 152fc_TxtCreateTextBox.php │ ├── 1543a_TxtPrepareTextBoxLayout.php │ ├── 155e0_TxtDrawTextbox.php │ ├── 1594c_FUN.php │ ├── 159ac_FUN_demo.php │ └── data │ │ ├── BUS_FONT.FFF │ │ └── TITLE.DAT ├── 015ab8_title.php ├── 016c58.php ├── 0193c8_vm_menu │ ├── 193c8_TaskWaitForVmsReady.php │ ├── 1940e_VmMenuMountVms.php │ ├── 1946a_TaskUnmountVms.php │ ├── 194de_VmMenuUnmountVms.php │ ├── 19504_VmMenuFreeAndClear.php │ ├── 19550_fetchVmusStatus.php │ ├── 1967c_VmMenuUpdateVmuStatus.php │ ├── 19730_saveFileExists.php │ ├── 19788_initCursorLerp.php │ ├── 197c0_drawVmMenu.php │ ├── 19852_drawVmuWarning.php │ ├── 198a0_VmMenuTask.php │ └── 19e44_VmMenuSwitchFromTask.php ├── 019e98_main_menu │ ├── 19e98_MainMenuTask.php │ └── 1a09a_switchToMainMenuTask.php ├── 0207d4.php └── matched │ └── 020528.php └── tools ├── archive ├── README.md ├── address-finder.php ├── crazy.py ├── data-splitter.php ├── data_align.py ├── datanop.php ├── dedup-same-symbols.php ├── dedup-symbols.php ├── deletelines.php ├── existingsymbols.php ├── findexports.php ├── gen-lp-sed.php ├── gen-sect-c.php ├── gen-sect-d.php ├── generate_asm.php ├── ghidra_exportsh4.py ├── import-export-fixer.php ├── ljust_labels.py ├── lp_labels.sh ├── lp_labels_commands.txt ├── lpsymbols.php ├── multireplace.php ├── newname.php ├── parse_sprite_dat.py ├── prepare.py ├── regtoupper.php ├── rename-symbols.php ├── rename_labels.py ├── rename_labels_fix.py ├── rename_labels_ghidra.py ├── rename_labels_rand.py ├── resw.php ├── sdkaddrs.php ├── sortdefines.php ├── tmp.php ├── tmp2.php ├── tmp3.php ├── tmp4.php ├── tmp5.php ├── tmp6.php └── unit-finder.php ├── imhex.hexproj ├── shcobj └── shobj.pat /.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/.env.example -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/build_matching.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/.github/workflows/build_matching.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/Makefile -------------------------------------------------------------------------------- /Makefile.d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/Makefile.d -------------------------------------------------------------------------------- /Makefile.matching: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/Makefile.matching -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/README.md -------------------------------------------------------------------------------- /docker-shell.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/docker-shell.sh -------------------------------------------------------------------------------- /docker/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/docker/Dockerfile -------------------------------------------------------------------------------- /docker/gdibuilder.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/docker/gdibuilder.patch -------------------------------------------------------------------------------- /docs/setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/docs/setup.md -------------------------------------------------------------------------------- /log.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/log.mp4 -------------------------------------------------------------------------------- /misc/notes/asm_lines.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/notes/asm_lines.txt -------------------------------------------------------------------------------- /misc/notes/debugmenu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/notes/debugmenu.txt -------------------------------------------------------------------------------- /misc/notes/ghidra_todo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/notes/ghidra_todo.md -------------------------------------------------------------------------------- /misc/notes/notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/notes/notes.txt -------------------------------------------------------------------------------- /misc/notes/sample_sections.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/notes/sample_sections.txt -------------------------------------------------------------------------------- /misc/notes/sample_symbols.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/notes/sample_symbols.txt -------------------------------------------------------------------------------- /misc/notes/sections.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/notes/sections.png -------------------------------------------------------------------------------- /misc/notes/tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/notes/tasks.md -------------------------------------------------------------------------------- /misc/oldscripts/all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/oldscripts/all.sh -------------------------------------------------------------------------------- /misc/oldscripts/assemble.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/oldscripts/assemble.sh -------------------------------------------------------------------------------- /misc/oldscripts/compile.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/oldscripts/compile.sh -------------------------------------------------------------------------------- /misc/oldscripts/diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/oldscripts/diff -------------------------------------------------------------------------------- /misc/oldscripts/ip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/oldscripts/ip.c -------------------------------------------------------------------------------- /misc/oldscripts/link.sh: -------------------------------------------------------------------------------- 1 | wine dc_sdk/shc/bin/LNK.EXE -sub=link.sub 2 | -------------------------------------------------------------------------------- /misc/oldscripts/link.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/oldscripts/link.sub -------------------------------------------------------------------------------- /misc/oldscripts/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/oldscripts/test -------------------------------------------------------------------------------- /misc/organize/1st_read.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/1st_read.c -------------------------------------------------------------------------------- /misc/organize/1st_read.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/1st_read.h -------------------------------------------------------------------------------- /misc/organize/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/README.MD -------------------------------------------------------------------------------- /misc/organize/_76048_8c022910.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/_76048_8c022910.c -------------------------------------------------------------------------------- /misc/organize/_76048_8c022910.c.lnk.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/_76048_8c022910.c.lnk.sub -------------------------------------------------------------------------------- /misc/organize/_76764_8c022bdc.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/_76764_8c022bdc.src -------------------------------------------------------------------------------- /misc/organize/_8c014088_load_route_models.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/_8c014088_load_route_models.c -------------------------------------------------------------------------------- /misc/organize/_8c014088_load_route_models.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/_8c014088_load_route_models.src -------------------------------------------------------------------------------- /misc/organize/_8c014088_load_route_models_original.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/_8c014088_load_route_models_original.src -------------------------------------------------------------------------------- /misc/organize/_8c0155e0_menuTextboxTextSub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/_8c0155e0_menuTextboxTextSub.c -------------------------------------------------------------------------------- /misc/organize/_8c022bdc_task_bus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/_8c022bdc_task_bus.c -------------------------------------------------------------------------------- /misc/organize/_8c022bdc_task_bus_back.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/_8c022bdc_task_bus_back.c -------------------------------------------------------------------------------- /misc/organize/drawSprite.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite.tpl -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54.DWF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54.DWF -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54.ahh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54.ahh -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54.bak -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54.bak2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54.bak2 -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54.bak3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54.bak3 -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54.bin -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54.c -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54.dis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54.dis -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54.o -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54.obj -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54.src -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54_old.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54_old.c -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54_original.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54_original.bin -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54_original.dis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54_original.dis -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54_original.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54_original.s -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54_original.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54_original.src -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54_padded.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54_padded.bin -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54_padded.elf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54_padded.elf -------------------------------------------------------------------------------- /misc/organize/drawSprite_8c014f54_r10.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/drawSprite_8c014f54_r10.c -------------------------------------------------------------------------------- /misc/organize/float_test/test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/float_test/test -------------------------------------------------------------------------------- /misc/organize/float_test/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/float_test/test.c -------------------------------------------------------------------------------- /misc/organize/float_test/test.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/float_test/test.src -------------------------------------------------------------------------------- /misc/organize/includes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/misc/organize/includes.h -------------------------------------------------------------------------------- /progress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/progress.png -------------------------------------------------------------------------------- /progress.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/progress.svg -------------------------------------------------------------------------------- /scripts/bnc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/scripts/bnc.sh -------------------------------------------------------------------------------- /scripts/build_gdi.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/scripts/build_gdi.sh -------------------------------------------------------------------------------- /scripts/check_disc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/scripts/check_disc.sh -------------------------------------------------------------------------------- /scripts/check_sdk.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/scripts/check_sdk.sh -------------------------------------------------------------------------------- /scripts/generate-chart.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/scripts/generate-chart.py -------------------------------------------------------------------------------- /scripts/progress.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/scripts/progress.sh -------------------------------------------------------------------------------- /scripts/run_tests.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/scripts/run_tests.sh -------------------------------------------------------------------------------- /scripts/set_kt.example.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/scripts/set_kt.example.sh -------------------------------------------------------------------------------- /src/010080_main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/010080_main.c -------------------------------------------------------------------------------- /src/0100bc_sound.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/0100bc_sound.c -------------------------------------------------------------------------------- /src/010e90.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/010e90.c -------------------------------------------------------------------------------- /src/011120_asset_queues.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/011120_asset_queues.c -------------------------------------------------------------------------------- /src/011120_asset_queues.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/011120_asset_queues.h -------------------------------------------------------------------------------- /src/012324_peripheral_support.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/012324_peripheral_support.c -------------------------------------------------------------------------------- /src/012f44.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/012f44.c -------------------------------------------------------------------------------- /src/014934.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/014934.c -------------------------------------------------------------------------------- /src/0149b0_sbinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/0149b0_sbinit.c -------------------------------------------------------------------------------- /src/014a9c_tasks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/014a9c_tasks.c -------------------------------------------------------------------------------- /src/014a9c_tasks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/014a9c_tasks.h -------------------------------------------------------------------------------- /src/014b8c_backup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/014b8c_backup.c -------------------------------------------------------------------------------- /src/014b8c_backup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/014b8c_backup.h -------------------------------------------------------------------------------- /src/014f54_text.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/014f54_text.c -------------------------------------------------------------------------------- /src/015ab8_title.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/015ab8_title.c -------------------------------------------------------------------------------- /src/015ab8_title.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/015ab8_title.h -------------------------------------------------------------------------------- /src/016108.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/016108.c -------------------------------------------------------------------------------- /src/016c58_prompt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/016c58_prompt.c -------------------------------------------------------------------------------- /src/016c58_prompt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/016c58_prompt.h -------------------------------------------------------------------------------- /src/0193c8_vm_menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/0193c8_vm_menu.c -------------------------------------------------------------------------------- /src/0193c8_vm_menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/0193c8_vm_menu.h -------------------------------------------------------------------------------- /src/019e98_main_menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/019e98_main_menu.c -------------------------------------------------------------------------------- /src/020528.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/020528.c -------------------------------------------------------------------------------- /src/0207d4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/0207d4.c -------------------------------------------------------------------------------- /src/02fb50_sh4nlfzn_post_data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/02fb50_sh4nlfzn_post_data.c -------------------------------------------------------------------------------- /src/02fb50_sh4nlfzn_post_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/02fb50_sh4nlfzn_post_data.h -------------------------------------------------------------------------------- /src/asm/010000.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/010000.src -------------------------------------------------------------------------------- /src/asm/010fe8_unused.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/010fe8_unused.src -------------------------------------------------------------------------------- /src/asm/012504.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/012504.src -------------------------------------------------------------------------------- /src/asm/0129cc.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/0129cc.src -------------------------------------------------------------------------------- /src/asm/013ae8.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/013ae8.src -------------------------------------------------------------------------------- /src/asm/013ae8_pre_data.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/013ae8_pre_data.src -------------------------------------------------------------------------------- /src/asm/014f54_text_pre_data.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/014f54_text_pre_data.src -------------------------------------------------------------------------------- /src/asm/01614c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/01614c.src -------------------------------------------------------------------------------- /src/asm/016bf4.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/016bf4.src -------------------------------------------------------------------------------- /src/asm/016d2c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/016d2c.src -------------------------------------------------------------------------------- /src/asm/018644.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/018644.src -------------------------------------------------------------------------------- /src/asm/018784.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/018784.src -------------------------------------------------------------------------------- /src/asm/0193c8_pre_data.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/0193c8_pre_data.src -------------------------------------------------------------------------------- /src/asm/01a148.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/01a148.src -------------------------------------------------------------------------------- /src/asm/01b19c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/01b19c.src -------------------------------------------------------------------------------- /src/asm/01bb48.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/01bb48.src -------------------------------------------------------------------------------- /src/asm/01c980.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/01c980.src -------------------------------------------------------------------------------- /src/asm/01d290.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/01d290.src -------------------------------------------------------------------------------- /src/asm/01d7fc.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/01d7fc.src -------------------------------------------------------------------------------- /src/asm/01e27c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/01e27c.src -------------------------------------------------------------------------------- /src/asm/01f3c0.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/01f3c0.src -------------------------------------------------------------------------------- /src/asm/01fa78.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/01fa78.src -------------------------------------------------------------------------------- /src/asm/020214.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/020214.src -------------------------------------------------------------------------------- /src/asm/020594.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/020594.src -------------------------------------------------------------------------------- /src/asm/0206f0.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/0206f0.src -------------------------------------------------------------------------------- /src/asm/02081c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02081c.src -------------------------------------------------------------------------------- /src/asm/020914.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/020914.src -------------------------------------------------------------------------------- /src/asm/020b6c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/020b6c.src -------------------------------------------------------------------------------- /src/asm/02171c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02171c.src -------------------------------------------------------------------------------- /src/asm/021b9c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/021b9c.src -------------------------------------------------------------------------------- /src/asm/0222dc.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/0222dc.src -------------------------------------------------------------------------------- /src/asm/022464.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/022464.src -------------------------------------------------------------------------------- /src/asm/022bdc.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/022bdc.src -------------------------------------------------------------------------------- /src/asm/023310.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/023310.src -------------------------------------------------------------------------------- /src/asm/023938.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/023938.src -------------------------------------------------------------------------------- /src/asm/02412c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02412c.src -------------------------------------------------------------------------------- /src/asm/024280.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/024280.src -------------------------------------------------------------------------------- /src/asm/024b4c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/024b4c.src -------------------------------------------------------------------------------- /src/asm/025870.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/025870.src -------------------------------------------------------------------------------- /src/asm/025b98.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/025b98.src -------------------------------------------------------------------------------- /src/asm/026710.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/026710.src -------------------------------------------------------------------------------- /src/asm/02786c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02786c.src -------------------------------------------------------------------------------- /src/asm/027958.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/027958.src -------------------------------------------------------------------------------- /src/asm/028258.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/028258.src -------------------------------------------------------------------------------- /src/asm/02af78.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02af78.src -------------------------------------------------------------------------------- /src/asm/02b2f0.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02b2f0.src -------------------------------------------------------------------------------- /src/asm/02b464.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02b464.src -------------------------------------------------------------------------------- /src/asm/02c884.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02c884.src -------------------------------------------------------------------------------- /src/asm/02d06c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02d06c.src -------------------------------------------------------------------------------- /src/asm/02d19c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02d19c.src -------------------------------------------------------------------------------- /src/asm/02d968.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02d968.src -------------------------------------------------------------------------------- /src/asm/02df3c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02df3c.src -------------------------------------------------------------------------------- /src/asm/02e2dc.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02e2dc.src -------------------------------------------------------------------------------- /src/asm/02e400.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02e400.src -------------------------------------------------------------------------------- /src/asm/02e51c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02e51c.src -------------------------------------------------------------------------------- /src/asm/02f0c8.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02f0c8.src -------------------------------------------------------------------------------- /src/asm/02f320.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02f320.src -------------------------------------------------------------------------------- /src/asm/02fb50_sh4nlfzn.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/02fb50_sh4nlfzn.src -------------------------------------------------------------------------------- /src/asm/03327c_strt1_sectionC.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/03327c_strt1_sectionC.src -------------------------------------------------------------------------------- /src/asm/0332a4_sectionC.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/0332a4_sectionC.src -------------------------------------------------------------------------------- /src/asm/03bd80_sectionD.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/03bd80_sectionD.src -------------------------------------------------------------------------------- /src/asm/04f6c0_SDK.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/04f6c0_SDK.src -------------------------------------------------------------------------------- /src/asm/0fcd20_sectionB.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/0fcd20_sectionB.src -------------------------------------------------------------------------------- /src/asm/decompiled/0100bc_sound.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/decompiled/0100bc_sound.src -------------------------------------------------------------------------------- /src/asm/decompiled/011120_asset_queues.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/decompiled/011120_asset_queues.src -------------------------------------------------------------------------------- /src/asm/decompiled/012324_peripheral_support.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/decompiled/012324_peripheral_support.src -------------------------------------------------------------------------------- /src/asm/decompiled/012f44.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/decompiled/012f44.src -------------------------------------------------------------------------------- /src/asm/decompiled/014f54_text.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/decompiled/014f54_text.src -------------------------------------------------------------------------------- /src/asm/decompiled/015ab8_title.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/decompiled/015ab8_title.src -------------------------------------------------------------------------------- /src/asm/decompiled/016c58_prompt.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/decompiled/016c58_prompt.src -------------------------------------------------------------------------------- /src/asm/decompiled/0193c8_vm_menu.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/decompiled/0193c8_vm_menu.src -------------------------------------------------------------------------------- /src/asm/decompiled/019e98_main_menu.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/decompiled/019e98_main_menu.src -------------------------------------------------------------------------------- /src/asm/decompiled/0207d4.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/decompiled/0207d4.src -------------------------------------------------------------------------------- /src/asm/matched/_00188_8c0100bc.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/matched/_00188_8c0100bc.src -------------------------------------------------------------------------------- /src/asm/matched/_019340_8c014b8c.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/matched/_019340_8c014b8c.src -------------------------------------------------------------------------------- /src/asm/matched/_024840_8c016108.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/matched/_024840_8c016108.src -------------------------------------------------------------------------------- /src/asm/matched/_03728_8c010e90.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/matched/_03728_8c010e90.src -------------------------------------------------------------------------------- /src/asm/matched/_066856_8c020528.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/asm/matched/_066856_8c020528.src -------------------------------------------------------------------------------- /src/includes.h: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/incomplete/push_fadein_8c022a9c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/incomplete/push_fadein_8c022a9c.c -------------------------------------------------------------------------------- /src/non_matching/_004072_8c010fe8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/non_matching/_004072_8c010fe8.c -------------------------------------------------------------------------------- /src/non_matching/_027636_8c016bf4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/non_matching/_027636_8c016bf4.c -------------------------------------------------------------------------------- /src/scif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/scif.c -------------------------------------------------------------------------------- /src/scif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/scif.h -------------------------------------------------------------------------------- /src/serial_debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/serial_debug.c -------------------------------------------------------------------------------- /src/serial_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/src/serial_debug.h -------------------------------------------------------------------------------- /tbg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tbg.png -------------------------------------------------------------------------------- /tests.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests.php -------------------------------------------------------------------------------- /tests/0100bc_sound/0100bc_initUknVol.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0100bc_sound/0100bc_initUknVol.php -------------------------------------------------------------------------------- /tests/0100bc_sound/010128_midiSetVol.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0100bc_sound/010128_midiSetVol.php -------------------------------------------------------------------------------- /tests/0100bc_sound/0102d8_FUN.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0100bc_sound/0102d8_FUN.php -------------------------------------------------------------------------------- /tests/0100bc_sound/010972_setAdxVol.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0100bc_sound/010972_setAdxVol.php -------------------------------------------------------------------------------- /tests/0100bc_sound/010a40_FUN_adxVol.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0100bc_sound/010a40_FUN_adxVol.php -------------------------------------------------------------------------------- /tests/0100bc_sound/010bae_FUN.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0100bc_sound/010bae_FUN.php -------------------------------------------------------------------------------- /tests/0100bc_sound/010c2c_FUN.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0100bc_sound/010c2c_FUN.php -------------------------------------------------------------------------------- /tests/0100bc_sound/010cd6_snd.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0100bc_sound/010cd6_snd.php -------------------------------------------------------------------------------- /tests/011120/4338_initDatQueue_8c011124.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/4338_initDatQueue_8c011124.php -------------------------------------------------------------------------------- /tests/011120/4384_AsqNop_11120.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/4384_AsqNop_11120.php -------------------------------------------------------------------------------- /tests/011120/4458_resetDatQueue_8c01116a.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/4458_resetDatQueue_8c01116a.php -------------------------------------------------------------------------------- /tests/011120/4532_task_loadQueuedDats_8c0111b4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/4532_task_loadQueuedDats_8c0111b4.php -------------------------------------------------------------------------------- /tests/011120/4880_sortAndLoadDatQueue_8c011310.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/4880_sortAndLoadDatQueue_8c011310.php -------------------------------------------------------------------------------- /tests/011120/5324_task_loadQueuedNjs_8c0114cc.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/5324_task_loadQueuedNjs_8c0114cc.php -------------------------------------------------------------------------------- /tests/011120/5814_sortAndLoadNjQueue_8c0116b6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/5814_sortAndLoadNjQueue_8c0116b6.php -------------------------------------------------------------------------------- /tests/011120/6052_freeNjQueue_8c0117a4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/6052_freeNjQueue_8c0117a4.php -------------------------------------------------------------------------------- /tests/011120/6072_initTexlistQueue_8c0117b8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/6072_initTexlistQueue_8c0117b8.php -------------------------------------------------------------------------------- /tests/011120/6142_resetTexlistQueue_8c0117fe.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/6142_resetTexlistQueue_8c0117fe.php -------------------------------------------------------------------------------- /tests/011120/6172_AsqRequestTexlist_1181c.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/6172_AsqRequestTexlist_1181c.php -------------------------------------------------------------------------------- /tests/011120/6206_task_loadQueuedTexlists_8c01183e.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/6206_task_loadQueuedTexlists_8c01183e.php -------------------------------------------------------------------------------- /tests/011120/6648_loadTexlistQueue_8c0119f8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/6648_loadTexlistQueue_8c0119f8.php -------------------------------------------------------------------------------- /tests/011120/6722_texlistQueueIsIdle_8c011a42.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/6722_texlistQueueIsIdle_8c011a42.php -------------------------------------------------------------------------------- /tests/011120/6728_freeTexlistQueue_8c011a48.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/6728_freeTexlistQueue_8c011a48.php -------------------------------------------------------------------------------- /tests/011120/6748_initPvmQueue_8c011a5c.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/6748_initPvmQueue_8c011a5c.php -------------------------------------------------------------------------------- /tests/011120/6848_AsqRequestPvm_11ac0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/6848_AsqRequestPvm_11ac0.php -------------------------------------------------------------------------------- /tests/011120/6912_task_loadQueuedPvms_8c011b00.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/6912_task_loadQueuedPvms_8c011b00.php -------------------------------------------------------------------------------- /tests/011120/7460_sortAndLoadPvmQueue_8c011d24.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/7460_sortAndLoadPvmQueue_8c011d24.php -------------------------------------------------------------------------------- /tests/011120/7714_pvmQueueIsIdle_8c011e22.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/7714_pvmQueueIsIdle_8c011e22.php -------------------------------------------------------------------------------- /tests/011120/7720_freePvmQueue_8c011e28.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/7720_freePvmQueue_8c011e28.php -------------------------------------------------------------------------------- /tests/011120/7740_AsqReleaseAndFreeTexlist_11e3c.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/7740_AsqReleaseAndFreeTexlist_11e3c.php -------------------------------------------------------------------------------- /tests/011120/7776_AsqFreeTexlist_11e60.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/7776_AsqFreeTexlist_11e60.php -------------------------------------------------------------------------------- /tests/011120/7808_task_processQueues_8c011e80.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/7808_task_processQueues_8c011e80.php -------------------------------------------------------------------------------- /tests/011120/7990_AsqInitQueues_11f36.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/7990_AsqInitQueues_11f36.php -------------------------------------------------------------------------------- /tests/011120/8044_AsqResetQueues_11f6c.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/8044_AsqResetQueues_11f6c.php -------------------------------------------------------------------------------- /tests/011120/8062_AsqFreeQueues_11f7e.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/8062_AsqFreeQueues_11f7e.php -------------------------------------------------------------------------------- /tests/011120/8160_AsqProcessQueues_11fe0.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/8160_AsqProcessQueues_11fe0.php -------------------------------------------------------------------------------- /tests/011120/8240_AsqRequestNjPvmPairs_12030.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/8240_AsqRequestNjPvmPairs_12030.php -------------------------------------------------------------------------------- /tests/011120/8446_AsqFreeNjPvmPairs_120fe.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/8446_AsqFreeNjPvmPairs_120fe.php -------------------------------------------------------------------------------- /tests/011120/8544_AsqSetSeedA_12160.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/8544_AsqSetSeedA_12160.php -------------------------------------------------------------------------------- /tests/011120/8550_AsqGetRandomA_12166.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/8550_AsqGetRandomA_12166.php -------------------------------------------------------------------------------- /tests/011120/8568_AsqGetRandomInRangeA_12178.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/8568_AsqGetRandomInRangeA_12178.php -------------------------------------------------------------------------------- /tests/011120/8610_AsqSetSeedB_121a2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/8610_AsqSetSeedB_121a2.php -------------------------------------------------------------------------------- /tests/011120/8616_AsqGetRandomB_121a8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/8616_AsqGetRandomB_121a8.php -------------------------------------------------------------------------------- /tests/011120/8638_AsqGetRandomInRangeB_121be.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/8638_AsqGetRandomInRangeB_121be.php -------------------------------------------------------------------------------- /tests/011120/8680_AsqFUN_121e8.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/011120/8680_AsqFUN_121e8.php -------------------------------------------------------------------------------- /tests/012324/12324_task.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/012324/12324_task.php -------------------------------------------------------------------------------- /tests/012f44.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/012f44.php -------------------------------------------------------------------------------- /tests/014f54_text/14f54_drawSprite.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/014f54_text/14f54_drawSprite.php -------------------------------------------------------------------------------- /tests/014f54_text/15034_getGlyphDatOffset.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/014f54_text/15034_getGlyphDatOffset.php -------------------------------------------------------------------------------- /tests/014f54_text/15110_unpackGlyphTexture.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/014f54_text/15110_unpackGlyphTexture.php -------------------------------------------------------------------------------- /tests/014f54_text/1524c_TxtInit.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/014f54_text/1524c_TxtInit.php -------------------------------------------------------------------------------- /tests/014f54_text/1529c_TxtDestroy.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/014f54_text/1529c_TxtDestroy.php -------------------------------------------------------------------------------- /tests/014f54_text/152fc_TxtCreateTextBox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/014f54_text/152fc_TxtCreateTextBox.php -------------------------------------------------------------------------------- /tests/014f54_text/1543a_TxtPrepareTextBoxLayout.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/014f54_text/1543a_TxtPrepareTextBoxLayout.php -------------------------------------------------------------------------------- /tests/014f54_text/155e0_TxtDrawTextbox.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/014f54_text/155e0_TxtDrawTextbox.php -------------------------------------------------------------------------------- /tests/014f54_text/1594c_FUN.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/014f54_text/1594c_FUN.php -------------------------------------------------------------------------------- /tests/014f54_text/159ac_FUN_demo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/014f54_text/159ac_FUN_demo.php -------------------------------------------------------------------------------- /tests/014f54_text/data/BUS_FONT.FFF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/014f54_text/data/BUS_FONT.FFF -------------------------------------------------------------------------------- /tests/014f54_text/data/TITLE.DAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/014f54_text/data/TITLE.DAT -------------------------------------------------------------------------------- /tests/015ab8_title.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/015ab8_title.php -------------------------------------------------------------------------------- /tests/016c58.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/016c58.php -------------------------------------------------------------------------------- /tests/0193c8_vm_menu/193c8_TaskWaitForVmsReady.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0193c8_vm_menu/193c8_TaskWaitForVmsReady.php -------------------------------------------------------------------------------- /tests/0193c8_vm_menu/1940e_VmMenuMountVms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0193c8_vm_menu/1940e_VmMenuMountVms.php -------------------------------------------------------------------------------- /tests/0193c8_vm_menu/1946a_TaskUnmountVms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0193c8_vm_menu/1946a_TaskUnmountVms.php -------------------------------------------------------------------------------- /tests/0193c8_vm_menu/194de_VmMenuUnmountVms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0193c8_vm_menu/194de_VmMenuUnmountVms.php -------------------------------------------------------------------------------- /tests/0193c8_vm_menu/19504_VmMenuFreeAndClear.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0193c8_vm_menu/19504_VmMenuFreeAndClear.php -------------------------------------------------------------------------------- /tests/0193c8_vm_menu/19550_fetchVmusStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0193c8_vm_menu/19550_fetchVmusStatus.php -------------------------------------------------------------------------------- /tests/0193c8_vm_menu/1967c_VmMenuUpdateVmuStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0193c8_vm_menu/1967c_VmMenuUpdateVmuStatus.php -------------------------------------------------------------------------------- /tests/0193c8_vm_menu/19730_saveFileExists.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0193c8_vm_menu/19730_saveFileExists.php -------------------------------------------------------------------------------- /tests/0193c8_vm_menu/19788_initCursorLerp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0193c8_vm_menu/19788_initCursorLerp.php -------------------------------------------------------------------------------- /tests/0193c8_vm_menu/197c0_drawVmMenu.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0193c8_vm_menu/197c0_drawVmMenu.php -------------------------------------------------------------------------------- /tests/0193c8_vm_menu/19852_drawVmuWarning.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0193c8_vm_menu/19852_drawVmuWarning.php -------------------------------------------------------------------------------- /tests/0193c8_vm_menu/198a0_VmMenuTask.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0193c8_vm_menu/198a0_VmMenuTask.php -------------------------------------------------------------------------------- /tests/0193c8_vm_menu/19e44_VmMenuSwitchFromTask.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0193c8_vm_menu/19e44_VmMenuSwitchFromTask.php -------------------------------------------------------------------------------- /tests/019e98_main_menu/19e98_MainMenuTask.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/019e98_main_menu/19e98_MainMenuTask.php -------------------------------------------------------------------------------- /tests/019e98_main_menu/1a09a_switchToMainMenuTask.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/019e98_main_menu/1a09a_switchToMainMenuTask.php -------------------------------------------------------------------------------- /tests/0207d4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/0207d4.php -------------------------------------------------------------------------------- /tests/matched/020528.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tests/matched/020528.php -------------------------------------------------------------------------------- /tools/archive/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/README.md -------------------------------------------------------------------------------- /tools/archive/address-finder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/address-finder.php -------------------------------------------------------------------------------- /tools/archive/crazy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/crazy.py -------------------------------------------------------------------------------- /tools/archive/data-splitter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/data-splitter.php -------------------------------------------------------------------------------- /tools/archive/data_align.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/data_align.py -------------------------------------------------------------------------------- /tools/archive/datanop.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/datanop.php -------------------------------------------------------------------------------- /tools/archive/dedup-same-symbols.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/dedup-same-symbols.php -------------------------------------------------------------------------------- /tools/archive/dedup-symbols.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/dedup-symbols.php -------------------------------------------------------------------------------- /tools/archive/deletelines.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/deletelines.php -------------------------------------------------------------------------------- /tools/archive/existingsymbols.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/existingsymbols.php -------------------------------------------------------------------------------- /tools/archive/findexports.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/findexports.php -------------------------------------------------------------------------------- /tools/archive/gen-lp-sed.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/gen-lp-sed.php -------------------------------------------------------------------------------- /tools/archive/gen-sect-c.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/gen-sect-c.php -------------------------------------------------------------------------------- /tools/archive/gen-sect-d.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/gen-sect-d.php -------------------------------------------------------------------------------- /tools/archive/generate_asm.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/generate_asm.php -------------------------------------------------------------------------------- /tools/archive/ghidra_exportsh4.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/ghidra_exportsh4.py -------------------------------------------------------------------------------- /tools/archive/import-export-fixer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/import-export-fixer.php -------------------------------------------------------------------------------- /tools/archive/ljust_labels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/ljust_labels.py -------------------------------------------------------------------------------- /tools/archive/lp_labels.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/lp_labels.sh -------------------------------------------------------------------------------- /tools/archive/lp_labels_commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/lp_labels_commands.txt -------------------------------------------------------------------------------- /tools/archive/lpsymbols.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/lpsymbols.php -------------------------------------------------------------------------------- /tools/archive/multireplace.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/multireplace.php -------------------------------------------------------------------------------- /tools/archive/newname.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/newname.php -------------------------------------------------------------------------------- /tools/archive/parse_sprite_dat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/parse_sprite_dat.py -------------------------------------------------------------------------------- /tools/archive/prepare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/prepare.py -------------------------------------------------------------------------------- /tools/archive/regtoupper.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/regtoupper.php -------------------------------------------------------------------------------- /tools/archive/rename-symbols.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/rename-symbols.php -------------------------------------------------------------------------------- /tools/archive/rename_labels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/rename_labels.py -------------------------------------------------------------------------------- /tools/archive/rename_labels_fix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/rename_labels_fix.py -------------------------------------------------------------------------------- /tools/archive/rename_labels_ghidra.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/rename_labels_ghidra.py -------------------------------------------------------------------------------- /tools/archive/rename_labels_rand.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/rename_labels_rand.py -------------------------------------------------------------------------------- /tools/archive/resw.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/resw.php -------------------------------------------------------------------------------- /tools/archive/sdkaddrs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/sdkaddrs.php -------------------------------------------------------------------------------- /tools/archive/sortdefines.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/sortdefines.php -------------------------------------------------------------------------------- /tools/archive/tmp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/tmp.php -------------------------------------------------------------------------------- /tools/archive/tmp2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/tmp2.php -------------------------------------------------------------------------------- /tools/archive/tmp3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/tmp3.php -------------------------------------------------------------------------------- /tools/archive/tmp4.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/tmp4.php -------------------------------------------------------------------------------- /tools/archive/tmp5.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/tmp5.php -------------------------------------------------------------------------------- /tools/archive/tmp6.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/tmp6.php -------------------------------------------------------------------------------- /tools/archive/unit-finder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/archive/unit-finder.php -------------------------------------------------------------------------------- /tools/imhex.hexproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/imhex.hexproj -------------------------------------------------------------------------------- /tools/shcobj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/shcobj -------------------------------------------------------------------------------- /tools/shobj.pat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lhsazevedo/tbg-decomp/HEAD/tools/shobj.pat --------------------------------------------------------------------------------