Page 2 of 7 FirstFirst 1234 ... LastLast
Results 11 to 20 of 69

Thread: I've started trying ASM finally

  1. #11
    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. #12
    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. #13
    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. #14
    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. #15

    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. #16
    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. #17
    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.


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

    Default

    Quote Originally Posted by Maniac View Post
    You forgot to store the new amount of bells into your wallet.
    I know, I was like waay tired XD
    Nevermind, I figured it out. It was easy too XD
    This is the working source:
    Code:
    removed
    Last edited by dragonboy269; 04-28-2009 at 06:17 PM.

  9. #19

    Default

    So its a wireless store? Very impressive If you can make this work the other way around on wi-fi.... it could change the whole way we can give people money

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

  10. #20

    Default

    Quote Originally Posted by Area51_Hacker2 View Post
    So its a wireless store? Very impressive If you can make this work the other way around on wi-fi.... it could change the whole way we can give people money
    How cool would that be? No more travelling back and forth with all those royal crowns

    I know nothing about ASM, let alone what it stands for - but is this code 'transferrable' to using the ocarina code manager?

Posting Permissions

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