Language…
20 users online:  AmperSam, crocodileman94, Dennsen86, DixyNL, figuiDOS, Golden Yoshi, Green, Gurjinter,  Losoall, Pink Gold Peach, ppp9q, Serena, Silver_Revolver, SMW Magic, Sweetdude, The_Uber_Camper,  Thomas, tOaO, VSmario90,  yoshi3706 - Guests: 271 - Bots: 320
Users: 64,795 (2,374 active)
Latest user: mathew

Can I edit the castle intro section?

Happy New Year to all. I was wondering if there is a way to edit the castle intro section. For instance, I'd like to edit the intro to resemble a desert for my desert world etc,. Any help is appreciated. Thanks!
You can use a custom block. Here. Just place it in your desert level.
'Sup!
My YouTube Channel:
Th3Flam3BoY's YouTube Channel

My YouTube Channel (SMW Hacking):
New Hacker's SMW Hacking Channel
Thanks for the reply. Is this the only way to do this?
You can do it through LevelASM, but that could be a bit hard to code...
'Sup!
My YouTube Channel:
Th3Flam3BoY's YouTube Channel

My YouTube Channel (SMW Hacking):
New Hacker's SMW Hacking Channel
You could also use this patch. This will allow you to use normal levels for all the level intros. Lets say you You could also use this patch. This will allow you to use normal levels for all the level intros. Lets say you wanted Level 105 to be the intro. To do that, you would replace
Code
!Freespace = $xxxxxx;CHANGE THIS!!!!!
!Level1 = $00;Ghost house
!Level2 = $01;Castle entrance (blue BG)
!Level3 = $02;\
!Level4 = $03; | No Yoshi signs
!Level5 = $04;/
!Level6 = $05;Castle entrance (black BG)

with this
Code
!Freespace = $xxxxxx;CHANGE THIS!!!!!
!Level1 = $00;Ghost house
!Level2 = $105;Castle entrance (blue BG)
!Level3 = $02;\
!Level4 = $03; | No Yoshi signs
!Level5 = $04;/
!Level6 = $05;Castle entrance (black BG)

This works for other intros too.
Remember, to find freespace needed for most patches, use this tool.
I recommend using this tool to insert patches.