| Ultimate Noob Boss gives me a Deja bu... |
|
Forum Index - SMW Hacking - General SMW Hacking Help - ASM & Related Topics - Ultimate Noob Boss gives me a Deja bu... |
|
Pages: 1  |
|
|
|
| Posted on 2011-08-28 04:32:08 PM |
Link | Quote |
|
I was testing the new Boss 1 from my hack when suddenly:

It used to be a "O" right before the "I", and it dissapeared misteriously. I'm not sure why this happened, but last time that I had a very similar problem with this sprite, Iceguy "fixed" it:
Originally posted by IceguyYou have to find this line:
Code
STZ !Position+!NameSize+3
and replace it with:
Code
LDA #$FC
STA !Position+!NameSize+3
But it only prevented to make a "0" appear in the status bar...so...help?
|
|
| Posted on 2011-08-28 06:04:33 PM |
Link | Quote |
|
|
LDA #$FC is the blank tile. just get rid of that part and see if everything goes alright
|
|
| Posted on 2011-08-28 06:26:28 PM |
Link | Quote |
|
|
Nope, it just generated the 0 tile, twice. I removed all the #$FC I saw near of the tile were I set the fix.
|
|
| Posted on 2011-08-29 02:11:07 AM |
Link | Quote |
|
|
So it just randomly disappeared? If so, when did that happen? Also, do you have any counters at that position? It looks like you do because the full counter isn't being shown properly.
|
|
| Posted on 2011-08-29 03:47:03 PM |
Link | Quote |
|
Both corruptions appear right before the boss is killed, and like I said before, deleting all the LDA #$FCs near of the old fix only duplicated the 0s.
Originally posted by IceguyAlso, do you have any counters at that position?
According to Status effect, the luigi appearing name is a counter, so...yep.
|
|
| Posted on 2011-09-01 05:53:32 AM |
Link | Quote |
|
Try deleting (or if you want them, shifting) the counter and see if it makes a difference.
It seems like the actual bug happens when the boss is killed so if the above doesn't make a difference I'll look into it.
|
|
| Posted on 2011-09-01 05:23:45 PM |
Link | Quote |
|
I tried that, but it still deletes the letter.
Maybe I'll have to use other boss for a while.
|
|
| Posted on 2011-09-02 03:04:34 PM |
Link | Quote |
|
|
Hmm, I don't think I'll be able to debug it unless you provide me the ASM file.
|
|
|
|
|
Pages: 1  |
|
|
|
|
Forum Index - SMW Hacking - General SMW Hacking Help - ASM & Related Topics - Ultimate Noob Boss gives me a Deja bu... |