Language…
15 users online: Batata Douce, DanMario24YT,  Deeke, Everest, Gamet2004, Golden Yoshi, Gorry, Green, JezJitzu, LunarianNEET, MellowYouth, Raychu2021, RicardoDeMelo, Rykon-V73, sinseiga - Guests: 256 - Bots: 295
Users: 64,795 (2,376 active)
Latest user: mathew

How can i make it so you won't get stars when you hit the tape?

  • Pages:
  • 1
  • 2
Or how can I make it not send you to the bonus room?
Originally posted by rom map
3F3AA $07:F1AA 32 bytes Misc. Table of bonus stars to receive at the goal. The table is x20 bytes long, and each byte corresponds to a four-pixel range, from the lowest to the highest point. (The values in this table are binary-coded decimal numbers, so e.g. if the table says x17 it means you will get 17 (decimal) stars at that level.) Edit Delete
3F41A $07:F21A 1 byte Sprite tilemap related Tile used by Bonus Star formation Edit Delete

I'd suggest changing #1 to 00 00 00 00... and #2 to FC.
<blm> zsnes users are the flatearthers of emulation
What?
I don't see a #1 or #2.
I hope i don't have to delete my hack...
#1 is the first of the addresses, or to be more specific, this one:
3F3AA $07:F1AA 32 bytes Misc. Table of bonus stars to receive at the goal. The table is x20 bytes long, and each byte corresponds to a four-pixel range, from the lowest to the highest point. (The values in this table are binary-coded decimal numbers, so e.g. if the table says x17 it means you will get 17 (decimal) stars at that level.) Edit Delete

#2 is the second:
3F41A $07:F21A 1 byte Sprite tilemap related Tile used by Bonus Star formation Edit Delete
<blm> zsnes users are the flatearthers of emulation
How would I edit it though?
With a hex editor.
<blm> zsnes users are the flatearthers of emulation
Where would I download a "hex editor"?
I recommend Translhextion, which can be found in the Tools section.


 
Ok I opened my rom in it.
What do i do now?
Press Ctrl + G and enter x, followed by the address (x3F3AA and x3F41A in this case). Hit OK and enter the new values.


 
Ok.
I see a flashing 0 next to a one now. Do I enter it from here?
Check the bottom of the hex editor along the status strip. It will tell you which address you are currenly at. If it says 3F3AA, then you are at the correct address, and you can start entering the bytes that Alcaro mentioned.
ok I entered #1
do I enter #2 on row x3F41A?

Are you entering '#1' into the hex editor?

#1 is the first ROM address.
So in x3F3AA (using ctrl&G), you type in 00 00 00 00... (no spaces as it will automatically space for you)until you get to 32 bytes.

#2 is the second ROM address specified in Alcaro's post.

Ctrl&G x3F41A and type in FC.
Woof.
So I save now?

Yes, and see if it works.
If not, then try following the steps again.
Woof.
It didn't work.
What do I do?

Do you remember exactly what you did? Can you tell me? In chronological order, please.
Woof.
1. I opened up my rom in it.
2. did ctrl+g and entered x3F3AA
3. entered 000000
4. did ctrl+g and entered x3F41A
5. entered FC
6. saved
7. tested

OK...

Try clearing a level, and see if you get any bonus stars or not.
If you get bonus stars, then just download this patch. (Assuming you know XKAS)
Woof.
  • Pages:
  • 1
  • 2