Language…
25 users online: Anas, AnunnakiGirl,  Atari2.0, CharlieUltra, CourtlyHades296, Fozymandias, furario, Green, King-Raze, mmmdoggy, Mohamad20ZX, Natsuz2, NewPointless, Papangu, playagmes169, SAMYR DUTRA ARAUJO,  Sayuri, Scags, signature_steve, Skewer, SMW Magic, steelsburg,  Telinc1, TheBubbster123, yoshisisland - Guests: 291 - Bots: 463
Users: 64,795 (2,369 active)
Latest user: mathew

Making koopas that were kicked out of their shells get up faster

How do i make those koopas that were kicked out of the shell become a normal walking koopa faster. I want to be able to stomp on them but that animation of the koopa sliding and getting up takes way too long. Thanks in advance!


Try this:

Code
org $018A03
	db $81


You can play around with that value if you want, it controls how many frames the Koopa will be stunned for after being knocked out of the shell. 0x81 is the minimum (0x80 and below are used for different purposes), while 0xFF is the maximum (and default value).

Professional frame-by-frame time wizard. YouTube - Twitter - SMW Glitch List - SMW Randomizer
That works. Thanks!