Language…
6 users online: Firstnamebutt, Golden Yoshi, GRIMMKIN, Mario's GameBase, Pink Gold Peach, qantuum - Guests: 246 - Bots: 385
Users: 64,795 (2,378 active)
Latest user: mathew

Yoshi fireball question

Hello.

I was wondering if it is possible to have Yoshi shoot just one straight fireball instead of the usual three.

Kind of like this patch, except only when he has a red shell:
https://www.smwcentral.net/?p=section&a=details&id=24403

I've been looking for the right patch but I can't seem to find one, so I was wondering if this was something easy to do or not.

Thanks :)
I found this in the ROM map


YY-CHR > Photoshop.
Originally posted by BlueToad


Aaah. Thanks.

I'm pretty new to this, how do I patch that in?
Copy this in an asm file:
Code
org $01F282 : db $00
org $01F288 : db $80,$04

then patch it with Asar.
For further reference, please check out this thread.


YY-CHR > Photoshop.
Thanks everyone