Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

snowboardkids-decomp

snowboardkids-decomp에는 cdlewis에서 수집한 skills 7개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
7
Stars
11
업데이트
2026-07-07
Forks
1
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

decompile-microcode
소프트웨어 개발자

Use this skill if you need to decompile a function that uses F3DEX. The presence of the Gfx type or gRegionAllocPtr are strongly indicative of an F3DEX or S2DEX microcode function.

2026-07-07
decomp-permuter
소프트웨어 개발자

Decomp-Permuter is a tool that automatically permutes C files to better match a target binary. Use this skill when you are decompiling a function and it is almost matching except for some register differences (i.e. 95%+). Or if you are otherwise unable to make progress on a function decompilation. Do not use it when there are control flow or functional differences; it's often easy to resolve those by hand, and neither the scorer nor the randomizer tends to play well with them.

2026-07-02
match-ultralib-segment
소프트웨어 개발자

Match a given segment to a libultra ROM segment. Use this when converting unidentified asm libultra ranges such as osRecvMesg to matching C source.

2026-06-10
add-asset-to-yaml
소프트웨어 개발자

Adding a new asset to snowboardkids.yaml requires following specific steps to ensure assets are in the correct order and properly declared. Use this skill when you need to add a new binary asset.

2026-05-30
convert-asset-array
소프트웨어 개발자

Convert arrays with hardcoded pointer addresses to use ROM_START/ROM_END symbols. This automates the process of adding USE_ASSET declarations, updating array initialization, and configuring YAML segments.

2026-05-30
match-data-file
소프트웨어 개발자

Match data file describes how to add dat asegments to a C file. Use the match data file skill when you need to match a data file.

2026-05-30
rename-a-c-file-or-header-file
소프트웨어 개발자

Renaming a C file or associated header (.h) file requires additional steps in decompilation projects or the build will fail. Use this skill when you want to rename a C file and/or a header file.

2026-05-30