-
Notifications
You must be signed in to change notification settings - Fork 10
/
scripts.html
33 lines (29 loc) · 992 Bytes
/
scripts.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
layout: default
title: ZScream Magic - Scripts
---
<h1>Scripts</h1>
<b><a href="Scripts/rocfeather.html"> Roc's Feather</a></b>
<br>
<br>
ASM Scripts Require xkas or asar to compile the asm, you can easily find them on google (i recommend asar)
<br>
how to patch a rom with the asm file :
<br>
Run a command line window (CTRL+R) type `cmd` enter
<br>
Place your asm files and your rom in the same folder then type `cd "yourfolderpath"`
<br>
you should now have something like `C:\myasmScripts>` now depending on what program you have you type
<br>
`asar.exe scriptfile.asm romfile.sfc` `xkas.exe scriptfile.asm romfile.sfc`
<br>
Your rom is now patched !, you can run your romfile.sfc and see if it worked :)
<br>
<h2>Hex Edits</h2>
<b>Change uncle item</b>
set byte `0x2DF45` to Item Chest ID `0x15` for cane of somaria
<br>
<br>
<br>
Feel free to send resources, suggestions, questions via github or discord @Zarby89#2265