Jump to content

ASM Patch: Difference between revisions

From SkyTemple
m Please someone I need this
m Just an additional note.
 
Line 1: Line 1:
<!-- Can someone please add a guide as to how to make skypatch files?
<!-- Can someone please add a guide as to how to make skypatch files?
-Skycloud383 -->{{Stub}}
-Skycloud383 -->{{Stub}}
'''ASM Patches''' can be applied to the game to change the way it works, and allow for many changes to be made to the game that cannot be made otherwise. SkyTemple comes with many built-in ASM patches, and it's also possible to import external patches from [[Skypatch File|.skypatch files]]. This can be done  by clicking "Open Patch Directory..." and moving the [[Skypatch File|.skypatch files]] there.
'''ASM Patches''' can be applied to the game to change the way it works, and allow for many changes to be made to the game that cannot be made otherwise. SkyTemple comes with many built-in ASM patches, and it's also possible to import external patches from [[Skypatch File|.skypatch files]]. This can be done  by clicking "Open Patch Directory..." and moving the [[Skypatch File|.skypatch files]] there. If you only need to modify a built-in ASM patch, you can alternatively go to where the skytemple directory is and edit the asm patch there.


Once applied, ASM patches cannot be easily removed, so it's recommended to make a backup of the ROM before applying them. Some patches require other patches to be applied first as a prerequisite. The Utility category contains patches that do not create visible changes in game, but enable more modifications to be made to the game (e.g, [[ActorAndLevelLoader|modifying the actor list]]), and are often required for many modifications.
Once applied, ASM patches cannot be easily removed, so it's recommended to make a backup of the ROM before applying them. Some patches require other patches to be applied first as a prerequisite. The Utility category contains patches that do not create visible changes in game, but enable more modifications to be made to the game (e.g, [[ActorAndLevelLoader|modifying the actor list]]), and are often required for many modifications.
{{NavSkyTemple}}{{NavPatches}}
{{NavSkyTemple}}{{NavPatches}}

Latest revision as of 06:07, 11 June 2026

This article is unfinished. You can help expanding it.


ASM Patches can be applied to the game to change the way it works, and allow for many changes to be made to the game that cannot be made otherwise. SkyTemple comes with many built-in ASM patches, and it's also possible to import external patches from .skypatch files. This can be done by clicking "Open Patch Directory..." and moving the .skypatch files there. If you only need to modify a built-in ASM patch, you can alternatively go to where the skytemple directory is and edit the asm patch there.

Once applied, ASM patches cannot be easily removed, so it's recommended to make a backup of the ROM before applying them. Some patches require other patches to be applied first as a prerequisite. The Utility category contains patches that do not create visible changes in game, but enable more modifications to be made to the game (e.g, modifying the actor list), and are often required for many modifications.