Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

snowboardkids2-decomp

snowboardkids2-decomp enthält 7 gesammelte Skills von cdlewis, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
7
Stars
173
aktualisiert
2026-06-11
Forks
9
Berufsabdeckung
1 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

match-bss-segment
Softwareentwickler

Match a segments bss data by replacing extern declarations with the appropriate definitions. Use when asked to match, add, split, or fix a .bss segment, especially after checksum failures from bss symbol layout, shifted VRAM labels, queue/stack buffers, or unresolved bss externs.

2026-06-11
convert-asset-array
Softwareentwickler

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-04-02
decompile-microcode
Softwareentwickler

Use this skill if you need to decompile a function using F3Dex2 or S2Dex. The presence of the Gfx type or gRegionAllocPtr are strongly indicative of an F3Dex2 or S2Dex microcode function.

2026-03-29
add-asset-to-yaml
Softwareentwickler

Adding a new asset to snowboardkids2.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-02-12
match-data-file
Softwareentwickler

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-02-11
rename-a-c-file-or-header-file
Softwareentwickler

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-01-03
rename-global-variable-or-function
Softwareentwickler

Renaming a global variable or function requires additional steps in decompilation projects or the build will fail. Use this skill when you want to rename a global variable or function.

2025-12-27