Language…
16 users online: Batata Douce, BlueSheep123, CalHal, crocodileman94,  Deeke, Ekimnoid,  Fernap, Gamet2004, GiraffeKiller, Golden Yoshi, Green, NewPointless, playagmes169, ppp9q, sugarfish456, WalrusLife - Guests: 276 - Bots: 301
Users: 64,795 (2,376 active)
Latest user: mathew

Flying key sprite

Hello. What number is the number of the flying key sprite? I can't find it :C
I think there isn't a flying key in SMW. Maybe you're talking about a custom sprite, yes?
There is a unused flying key sprite in smw.
But from what I remember, it hurts mario because...I think it was unfinished. Similar to the classic piranha plant.
The flying key is just the normal key in a different state normal keys are spawned stunned the flying key is active and yes it hurts mario if he touches it.
I know that. But which is the number of it?
whatever sprite number the key is but you'll have to spawn it with a generator of something so you can set it to not be stunned.
I think I can do the generator... But I need to know the sprite number :\
According to this it doesn't really have any sprite number, so you'd have to use a custom sprite.
Sprite number is $80, and the sprite state should be set to $08, I believe.

Just
Code
LDA #$08
STA $14C8,x

after the key spawning code.