Language…
6 users online: Alucard648, ASSATAKKU, KazakhGuy, Saela, taste1122, Vibin'95 - Guests: 91 - Bots: 79
Users: 70,494 (2,448 active)
Latest user: ODX25

Getting yoshi to speak outside of yoshi island

Did you know that Yoshi only speaks the first time you get him AND it needs to be on the Yoshi island submap?

I did not, so I've now built myself a lovely world map and Yoshi message but it won't appear as I'm not on the Yoshi island map.

My question- How do I get Yoshi to give his first message while not on the Yoshi island submap? (I'm on the large overworld map)

Thank you!
To make the message show no matter what map you're on, try applying this quick and dirty patch. (save an as .asm file, then patch with Asar.)

Code
org $01EC2C
	LDA #$01
	NOP


(edit: fixed typo in code)


 
Hell yeah thanks mate it works like a dream!

Originally posted by WhiteYoshiEgg
To make the message show no matter what map you're on, try applying this quick and dirty patch. (save an as .asm file, then patch with Asar.)

Code
org $01EC2C
	LDA #$01
	NOP


(edit: fixed typo in code)

Will this make yoshi message show up EVERY time you get yoshi? Or it will only show up in the first time you get him? I couldn't test it yet.
-------------
My hacks:
Bowser's Castle (finished)
Bowser's Castle 2 (finished)
Super Mario World - Mushroom Revolution (Work in progress)
Layout by Koopster
Should still be only the first time.