(shouting)

Search found 409 matches

by Kil2
13 years ago
Forum: A2MT
Topic: ASM: Request, help and general discussion
Replies: 824
Views: 171406

Re: ASM Help Thread

You need to make your own "mario is touching the ground timer" out of some empty RAM. Just add +1 to it every frame and if he's not on the ground reset it. If you change the main sprite timer all sorts of stuff will get messed up.
by Kil2
13 years ago
Forum: A2MT
Topic: ASM: Request, help and general discussion
Replies: 824
Views: 171406

Re: ASM Help Thread

You can still use a generator. You don't need to STA anything, you need to branch based on whether or not the LSR carried anything.

Code: Select all

LDA $14
LSR
BCS YesFrame
RTS
YesFrame:
every other frame stuff happens here
by Kil2
13 years ago
Forum: A2MT
Topic: ASM: Request, help and general discussion
Replies: 824
Views: 171406

Re: ASM Help Thread

There's only so far you can slow it down that way. The lowest speed you can achieve with that method is moving it one pixel per frame. The next is two pixels per frame. You'll be increasing the speed exponentially each time. But at the same time you can't move it less than one pixel per frame, so yo...
by Kil2
13 years ago
Forum: let's play
Topic: Spelunky, let's loot a cave
Replies: 62
Views: 13120

Re: Spelunky, let's loot a cave

This is the type of game where you get into all sorts of wacky situations even on the levels youve "completed" and thus should be fine to record yourself starting over
by Kil2
13 years ago
Forum: A2MT
Topic: ASM: Request, help and general discussion
Replies: 824
Views: 171406

Re: ASM Help Thread

level105: !MySongNum = #$03 !ScreenNum = #$04 LDA $7EC100 CMP !MySongNum BEQ Return LDA $1463 CMP !ScreenNum BCC Return LDA !MySongNum TAX STA $0DDA STA $1DFB LDA #$11 STA $0100 STZ $4200 LDA $13BF PHA STZ $13BF LDA $0DAE PHA LDA $0DAF PHA PHK PER RETURNADDR2-1 TDC PHA PLB TXA JML [$9741] RETURNADD...
by Kil2
13 years ago
Forum: A2MT
Topic: ASM: Request, help and general discussion
Replies: 824
Views: 171406

Re: ASM Help Thread

Did I write all that? What the heck is that... Also, do you have romi's addmusic patched?
by Kil2
13 years ago
Forum: A2MT
Topic: Stage Props List
Replies: 231
Views: 62326

Re: Stage Props List

oh haha, I had no idea the bucket was a reference
by Kil2
13 years ago
Forum: let's play
Topic: Spelunky, let's loot a cave
Replies: 62
Views: 13120

Re: Spelunky, let's loot a cave

I've wasted infinite time on this game
by Kil2
13 years ago
Forum: A2MT
Topic: ASM: Request, help and general discussion
Replies: 824
Views: 171406

Re: ASM Help Thread

Nope, $2140 is audio port 0. It's actually kind of bad form to read directly from it, but it seems to be working... hopefully nothing goes wrong.

For the exanimation, I'm not really sure 'cause I have never before messed around with exanimation.
by Kil2
13 years ago
Forum: A2MT
Topic: ASM: Request, help and general discussion
Replies: 824
Views: 171406

Re: ASM Help Thread

That fixed the falling thing! Now, about the 'removing the sound effect', it works.. but sometimes? Like, sometimes the sound effect is removed, and sometimes it is not. It's pretty odd. I have made another video to show what I mean exactly here: http://www.youtube.com/watch?v=9zfYrhu7GH8 i think t...
by Kil2
13 years ago
Forum: A2MT
Topic: ASM: Request, help and general discussion
Replies: 824
Views: 171406

Re: ASM Help Thread

Yeah I'm not positive of how sound effect 00 works but it probably doesn't cancel anything out. That's why I was thinking you would need something quiet to cancel the powerup with. Another good bit of a ram to use is $C680. There arr 96 bytes there and you can be pretty sure nothing will be touching...
by Kil2
13 years ago
Forum: A2MT
Topic: Stage Props List
Replies: 231
Views: 62326

Re: Stage Props List

Do all of the items have to be references and/or clever, or can they just be simple and fun too? I don't have any particular ideas in mind, admittedly, but I guess I'm just curious to know. There's no harm in using simple things too. The items in Kirby Super Star had random stuff like "Katana&...
by Kil2
13 years ago
Forum: A2MT
Topic: ASM: Request, help and general discussion
Replies: 824
Views: 171406

Re: ASM Help Thread

I think it's the freeRAM $58. It's not actually freeRAM I don't think... I remember seeing it in the ROM's code a long time ago. It's normally set to 0, but a certain function sometimes reads from it (due to programmer laziness) IIRC. Or maybe it's one of the other addresses. Or maybe it's the death...
by Kil2
13 years ago
Forum: A2MT
Topic: ASM: Request, help and general discussion
Replies: 824
Views: 171406

Re: ASM Help Thread

AUS: I dunno, if nobody has an answer, maybe nobody really knows how to do it? I didn't get an answer for my sound thing either, ther isn't much we can do about it. All we can do is just wait and hope I guess. I keep posting here because I literally need the asm thing to continue making my level. A...
by Kil2
13 years ago
Forum: A2MT
Topic: ASM: Request, help and general discussion
Replies: 824
Views: 171406

Re: ASM Help Thread

Code: Select all

level105:
LDA $15
OR #$40
STA $15
RTS
That should do it
by Kil2
13 years ago
Forum: A2MT
Topic: A2MT Discussion: OW, Bosses, and Gimmicks
Replies: 1895
Views: 354840

Re: A2MT Discussion Thread

yeah someone be trollin you, heh
by Kil2
13 years ago
Forum: A2MT
Topic: A2MT Discussion: OW, Bosses, and Gimmicks
Replies: 1895
Views: 354840

Re: A2MT Discussion Thread

That isn't Carol, unless Carol can't speak his mother tongue. That has the markings of a machine translation
by Kil2
13 years ago
Forum: A2MT
Topic: Signups & Reservations
Replies: 3073
Views: 519829

Re: Signups & Reservations

here's the stuff, or if someone only needs the asm it is extremely short level19: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; ;; ;; Push X to disable interaction with layer 1 ;; ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; STZ $185C LD...
by Kil2
13 years ago
Forum: A2MT
Topic: Signups & Reservations
Replies: 3073
Views: 519829

Re: Signups & Reservations

If you ever get to the point where you need an extra level I still have this http://www.youtube.com/watch?v=tFFhHKb3rG8 It needs polishing, but the gimmick is stellar. (It's...really bland as far as... like using 6 different tiles for most of the graphics :S) yeah and the problem is I can't work on...
by Kil2
13 years ago
Forum: A2MT
Topic: Signups & Reservations
Replies: 3073
Views: 519829

Re: Signups & Reservations

If you ever get to the point where you need an extra level I still have this http://www.youtube.com/watch?v=tFFhHKb3rG8
by Kil2
13 years ago
Forum: A2MT
Topic: Music Discussion: Requests, help, and general
Replies: 1184
Views: 251721

Re: Custom music thread 2.0

I'm not sure how/if it can be done with just addmusic, but I know how you can do that with a custom sound hack. It would be like what snn did here http://www.youtube.com/watch?v=xrFcR3pkVq0 except the condition will be yoshi instead of water. Not sure if it's going to work with carol's more.bin (can...
by Kil2
13 years ago
Forum: let's play
Topic: Pink Lets Plays (Current: Phantasy Star Online)
Replies: 333
Views: 68010

Re: Pink Lets Plays (Current: Mega Man 7)

that's freakin hilarious
by Kil2
13 years ago
Forum: A2MT
Topic: ASM: Request, help and general discussion
Replies: 824
Views: 171406

Re: ASM Help Thread

if you can find it, but it had some limitations you didnt notice. 1) need a roof or to not be able to go too high. If you go too high, the brightness messes up 2) you need to exit the room/map at 100% brightness, or else the mosaic fade gets messed up for the rest of the game. in toher words, the ex...
by Kil2
13 years ago
Forum: A2MT
Topic: ASM: Request, help and general discussion
Replies: 824
Views: 171406

Re: ASM Help Thread

Terry's code will probably work, but $1df9 is tricky. I'm not sure if it's really set up to be read from. Let me try this again. I need code that I can insert in multiple sublevels without grief, which causes the background to scroll to the left. I need it to have the center faster than the outsides...
by Kil2
13 years ago
Forum: the cartridgé
Topic: Japanese hacks.
Replies: 20
Views: 6221

Re: Japanese hacks.

one time I left my pindlebot on all night and when i woke up mephisto had dropped 5 rare japanese hacks but my inventory was full so some brazilian guy got them