Results 1 to 10 of 69

Thread: I've started trying ASM finally

Hybrid View

  1. #1
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    I found out another reason why my codes didn't work 0.o
    I wasn't "ending" the code
    I was forgetting to put bx r14 and stuff like that
    Now everything I try works perfectly (although I haven't tried adding/subtracting/etc yet)

  2. #2
    J.P. (Global Moderator) Maniac's Avatar
    Join Date
    Sep 2007
    Location
    Ohio, USA
    Posts
    2,083
    Blog Entries
    5

    Default

    Quote Originally Posted by dragonboy269 View Post
    I found out another reason why my codes didn't work 0.o
    I wasn't "ending" the code
    I was forgetting to put bx r14 and stuff like that
    Now everything I try works perfectly (although I haven't tried adding/subtracting/etc yet)
    bx lr yeah that would make a huge difference... I was just assuming you put it in there :\

    Say what you mean, mean what you say, and let your actions speak for you.


  3. #3
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    I made another code (with help from Maniac)
    It's a useful code too
    Code:
    removed
    it increases your money the longer you hold down L+R
    Last edited by dragonboy269; 04-28-2009 at 06:16 PM.

  4. #4
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    Well, I tried another project, this time involving adding/subtracting routines. I'm having trouble again (I'm close though)
    I tried making a code that does this : When you press L+R, it deposits your bells into your bank (AND gets rid of the ones in your wallet that you deposited)
    I got it to deposit, but I can't seem to make it get rid of the ones I deposited
    Here is one of my sources: (this one doesn't work at all but I have a feeling it's close)
    Code:
    removed
    I'm almost certain I know what I'm doing wrong, but I'm tired so I'm going to bed. Hopefully if someone doesn't reply, I'll figure it out myself tomorrow.
    Last edited by dragonboy269; 04-28-2009 at 06:16 PM.

  5. #5

    Default

    sound obvious but you do actually have activators right?

    Remember to always click the thanks button of those who help you! It makes them feel wanted:

  6. #6
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    Quote Originally Posted by Area51_Hacker2 View Post
    sound obvious but you do actually have activators right?
    Uh duh, I put them on after I compile the code.

  7. #7
    J.P. (Global Moderator) Maniac's Avatar
    Join Date
    Sep 2007
    Location
    Ohio, USA
    Posts
    2,083
    Blog Entries
    5

    Default

    You forgot to store the new amount of bells into your wallet.

    Say what you mean, mean what you say, and let your actions speak for you.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •