Language…
7 users online: CONLUSH666, Danik2343, DinoMom, Firstnamebutt, masl, Saibot1997, Zavok - Guests: 209 - Bots: 370
Users: 64,795 (2,380 active)
Latest user: mathew

OWCounter Yoshi Coin Bug

So recently put everything from my old rom on a new one.
And now I am using the normal Yoshi Coins instead of LX5's Star coin patch.
And when using the Yoshi Coin Indicator part of the OWCounter patch i noticed a small but very annoying bug.

When you collect all the Yoshi Coins and beat the stage, the Icon gets filled as intended. But when I save the game and reset afterwards,
the Icon gets changed to the one that is shown when all the Yoshi coins havent been collected.
You could try that out on a fresh rom by just inserting the patch and then beating Yoshis Island 1 and the Yellow Switch Palace. I did too and the bug kept on happening.

If anyone knows how to help me with this I'd be very thankful

~ Tob
// Layout by Maxo
That's because Yoshi Coins in Super Mario World aren't saved when you save your game. Try patching this (Individual Dragon Coin Save) to your ROM (I would recommend you to replace the freeRAM to the one used by LX5's Star Coins ($7FB408, that would be $7FB708 for the buffer), then download this (SRAM Plus), open sram_table.asm, and add this to the list:

Code
	dl $7FA660 : dw $0308	;>  $7FA660 would be $7FB408 if you're gonna use LX5's Star Cions default RAM).
				;>  $0308 would be $0300 if !Midpoint in dcsave.asm is 0.


At "sram_defaults:", you add:

Code
	rep 776 : db $00	;>  Replace 776 with 768 if !Midpoint in dcsave.asm is 0.


Patch it to your ROM and you're done.


EDIT: Just patch SRAM Plus and modify the dl $7E1EA2 : dw $008D that comes by default by $7E1EA2 : dw $0099. Thanks LX5

Userbar by Green Jerry

Also a Fortaleza Reznor user. If you... digo, si hablas español, hackeas, buscas ayuda, o simplemente se te da conocer gente, únete, somos puerta abierta.
Alright that did it. Thanks alot!
// Layout by Maxo