| Blue Yoshi Block- Crash? |
|
Forum Index - SMW Hacking - General SMW Hacking Help - ASM & Related Topics - Blue Yoshi Block- Crash? |
|
Pages: 1  |
|
|
|
| Posted on 2007-09-19 05:25:02 PM |
Link | Quote |
|
I am making a block that turns yoshi blue-kind. I inserted the block in blocktool to my hack, but it crashes when it should go to the overworld. This is the code:
LDA #$06
STA $13C7
RTS
That's IT. There is nothing else in the text file but this. Is that a problem? What is the problem? Thanks for any help.
NOTE: If there is a block like this in existence, i don't want it. This is to help me get the hang of ASM.
|
| Last edited on 2007-09-19 05:27:22 PM by Maxx. |
|
| Posted on 2007-09-19 06:19:21 PM |
Link | Quote |
|
|
You most likely made a mistake in converting to hex. If you post the hex then someone can probably help
|
|
| Posted on 2007-09-19 08:08:43 PM |
Link | Quote |
|
I used TRASM, or whatever that program was called. Could it be that program's fault?
Here is the hex anyway:
`
...
|
|
| Posted on 2007-09-19 08:21:20 PM |
Link | Quote |
|
wth? I should be like:
A9 45 23 12 FF A2 62 00
(not a real code, but it should look like that, use a hex editor to get the hex...)
|
|
|
Pages: 1  |
|
|
|
|
Forum Index - SMW Hacking - General SMW Hacking Help - ASM & Related Topics - Blue Yoshi Block- Crash? |