Language…
3 users online: ClaireChan, Firstnamebutt, tOaO - Guests: 96 - Bots: 380
Users: 64,795 (2,381 active)
Latest user: mathew

Turtle inside shell

How to put the turtle inside the shell when you jump on it?
I'm assuming you want the koopa troopas to stay in their shells after getting jumped on. If so, then save the following code below as a .asm file and patch it to your ROM with asar.

Code
org $0196C6
db $04

org $01AA15
db $FF


Edit: I don't know why you deleted your post, but I'll just add what I was gonna say here.

Asar is a program that you can use to apply patches to your ROM. You can download it here.

Also, you don't need to download the code I provided. You can simply just copy it into notepad or any text editor and save it, but make sure the the extension (last three letters) is .asm and not .txt. After saving the file, open asar, and it will ask for the patch you want to apply. Drag the patch and then drag your ROM, and you should be good to go.
Formerly known as nick 139
My YouTube channel
I found this comment very silly, so I deleted it :P
Wait, but did I solve your problem?
Formerly known as nick 139
My YouTube channel
yes, thank you so much!