i am making my first SMW ROM hack, but i cannot find donut land. i've already searched for it for hours. thanks for help 



I might put some sort of signature here once. I guess.
JeRRy86's Profile → Posts
;let mario jump on contact JMP Mario : JMP Mario : JMP Mario : JMP Return : JMP Return : JMP Return : JMP Return Mario: JSL $00D65E ;jump (i got the address from the ROM map) Return: RTL
dcb "INIT" RTL ;Return dcb "MAIN" JSL $01A7DC ;\ BCC NotTouchingMario ;/Go to NotTouchingMario when not touching Mario JSL $00F606 ;Kill RTL NotTouchingMario: RTL ;Return when no contact.