• Please stop embedding files/images from Discord. Discord has anti-hotlinking logic in place that breaks links to Discord hosted files and images when linked to from anywhere outside of Discord. There are a multitude of file/image hosting sites you can use instead.

    (more info here)

Search results

  1. Lace

    It is the standard to return into eax (and I believe this is what every function is cs does)...

    It is the standard to return into eax (and I believe this is what every function is cs does), but it is not necessarily always true. And not [ebp-8], but [ebp+8]. That's where the offset to weapondata (or entitydata etc) is stored.
  2. Lace

    It seems you might get your wish!

    It seems you might get your wish!
  3. Lace

    Yeah the jz b was a typo. As for No. It's a local variable and you can't access it from other...

    Yeah the jz b was a typo. As for No. It's a local variable and you can't access it from other locations (because at the end of a function you pop ebp). And keep in mind that it puts the value in when you mov, so it isn't like [ebp-c] is bound to [4a5ae0]+4 (it doesn't automatically update). No...
  4. Lace

    Your favorite Pokemon game

    Why are you using game maker :[ For me I'd have to say RGB one of them
  5. Lace

    ebp points to the base of the stack. [ebp-stuff] is a local variable, which means it's...

    ebp points to the base of the stack. [ebp-stuff] is a local variable, which means it's accessible by this code and not any other (sidenote: [ebp+stuff] is an argument that was pushed before calling this function). So when the code saysMOV EDX,DWORD PTR DS:[4A5AE0] ADD EDX,4 PUSH EDX CALL...
  6. Lace

    haha! figured it out sans thread!

    haha! figured it out sans thread!
  7. Lace

    INFP then

    INFP then
  8. Lace

    blargh ISTP? edit you're a monkeypoop. that was the worst hint

    blargh ISTP? edit you're a monkeypoop. that was the worst hint
  9. Lace

    Certainly ENTP. Good guessing! Were you an ISFP?

    Certainly ENTP. Good guessing! Were you an ISFP?
  10. Lace

    Okay, so from here you can tell that it takes the item number ([ebp-c]) and calls 0x401f20 with...

    Okay, so from here you can tell that it takes the item number ([ebp-c]) and calls 0x401f20 with it. It then checks if eax is zero or not. By simple extrapolation, we can figure out that 0x401f20 checks if you have an item or not! You can use a similar process to figure out anything moony that...
  11. Lace

    Notable Moments in IRC

    20:36 bobbyis derpy, do you hump muffins 20:36 derpy wouldn't benefit you though
  12. Lace

    also it was dandy when we at 2609/2906

    also it was dandy when we at 2609/2906
  13. Lace

    Is it worth it to pass 3000 in the next fortnight hmmm?

    Is it worth it to pass 3000 in the next fortnight hmmm?
  14. Lace

    In this Topic we rate eachother's Avatars/Sigs.

    I am not very good at rating things. Fair warning. Avveh: 8. I like black and white. They are good colors and also one of the best video games of all ever. Furthermore they are making a face. Siggeh: 6. Sort of meh? I didn't open the spoiler because I don't open sig spoilers.
  15. Lace

    I Feel the Happiest I Have Ever Felt in a While

    Your picture seems like it has lost its resolve.
  16. Lace

    Cave Story+ Humble Indie Bundle

    I concur with Dunc on this one. I don't understand your motives, pirate-y members, but you are essentially the scum of these forums.
  17. Lace

    deciphering .ptcop file format

    If you're going to make an .org -> .ptcop converter, why don't you just say so?
  18. Lace

    Cave Story+ Transfer Saves from original, proper Aeon Genesis Script, and more

    If I wanted to play cave story with the old graphics, old music, and old translation, why would I even be playing CS+?
  19. Lace

    okay. I think I got that.

    okay. I think I got that.
  20. Lace

    deciphering .ptcop file format

    Obviously I won't be able to say much of anything useful, but thank you for posting this. It is always good to document the unknown.
  21. Lace

    yay!

    yay!
  22. Lace

    whachu doin, laddy?

    whachu doin, laddy?
  23. Lace

    Well let's do a bit of detective work, mkay? Firstly, find <ITJ. This shouldn't be that hard...

    Well let's do a bit of detective work, mkay? Firstly, find <ITJ. This shouldn't be that hard (report back when you do find it).
  24. Lace

    Community Project Dev Thread [DONE]

    Re: Community Project Dev Thread [COMPLETION CHECKLIST POSTED] Well -10 are the only ones that work with the way the traps are scripted. I guess you could up the health a bit if you REALLY wanted to though. As for increasing the time the gap is open, sure.
  25. Lace

    Happy birthday!

    Happy birthday!
Back
Top