Language…
9 users online: Cristian Cardoso, dotCoockie, DPBOX, Golden Yoshi, Lsh0426, Rauf, signature_steve, Sweetdude,  Telinc1 - Guests: 251 - Bots: 409
Users: 64,795 (2,377 active)
Latest user: mathew

Question about the Newbies Costum Boss!!

I have a quick question about the Newbies Costum Boss.

How can i make it so that instead of ending the level once you beat it, it teleports you, or just dissapears?
Originally posted by MicidoEpocha
I have a quick question about the Newbies Costum Boss.

How can i make it so that instead of ending the level once you beat it, it teleports you, or just dissapears?

Currently, you cannot- however, this shall be a feature in newbie's boss 1.4.
There is a crude way of doing it, though, on 1.3, I can give you a tutorial on how to do it right now, if you like.
Yes, thank you, that would be helpful. :)
Originally posted by MicidoEpocha
Yes, thank you, that would be helpful. :)

Kay. In my sprite, you will see this:
dead:
LDA #$04
STA $14C8,x
LDA #$FF
STA $1493

Get rid of the LDA #$FF STA $1494 to just make the boss die with no effect, or replace it with
LDA #$06
STA $71
STZ $89
STZ $88
to make mario teleport.
and your problem shall be solved.
i was going to ask the same!,
its very usefull maxx
*goes to edit the sprite*
I do pixels sometimes
</table>
Originally posted by Maxx
Originally posted by MicidoEpocha

How can i make it so that instead of ending the level once you beat it, it teleports you, or just dissapears?

Currently, you cannot- however, this shall be a feature in newbie's boss 1.4.

When will version 4.0 be released?
Background image made by Aaronthewolf.
Layout by me.

Unexpected end tag (</table>) at 1233, expected </tr>
Tag (tr) was not closed.
Tag (table) was not closed.
Oh heck, I'm not sure. I have a lot of features already done, I'm thinking about just realeasing it now as 1.35 and then doing the really big stuff with 1.4, like different hit detection and stuff. I would say probably within the end of next month, for sure, probably sooner- although what features will be on it I do not know.
I've also been working on like a MP system thing too so that could slow down progress a little.
Can this code be applied to some of the other boss sprites?
Check my page http://marioepicjourney.blogspot.com to find more updates about my hack Super Mario: The Epic Journey.
YES!! it works great, thank you very much, Maxx.
Originally posted by dahnamics
Can this code be applied to some of the other boss sprites?

Theoretically. But you will have to understand ASM and find where the "when he dies.." routine or code is and put that code that I provided in there somewhere.
And if you are dying for Newbie's Boss 1.4, you can find a beta on my layout. Hopefully that will solve your problem for a bit.

Ohay wait I think my Newbies Boss 1.4 Beta (release) actually has that option I probably should of just recodmended that too you
meh.

You're welcome.
well I've never used noobies custom boss before, but it should already have another sprite(in the folder) that let's you make a pipe, door eg. appear.