Results 1 to 10 of 69

Thread: I've started trying ASM finally

Hybrid View

  1. #1
    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.


  2. #2
    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.

  3. #3

    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:

  4. #4

    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?

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

    Default

    Quote Originally Posted by serenity View Post
    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?
    Uh, no because it's for AC:WW XD
    I'd need to use PowerPC and different addresses for it to work on AC:CF

  6. #6

  7. #7
    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 serenity View Post
    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?
    currently what he has is for the offline version of acww. It could be transfered to accf but you would nee to find the online values for everything

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


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

    Default

    I have another idea for a code, I'll try making it in a minute. I'm getting better
    For this code, I want it to be a cycler like my bell cycler, except for this code it withdraws bells from your bank and puts them in your wallet. It'll need a check to make sure it doesn't go over 99,999 bells (and to make sure the bank doesn't go below 0 bells)
    I'm pretty confident that I'll be able to make this with little or no problems
    Last edited by dragonboy269; 01-17-2009 at 06:23 PM.

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

    Default

    Edit: nevermind, I know what I did wrong now (Maniac showed me and now I understand)
    I had to use greater than/equal to and less than/equal to commands (I was just using equal to)
    Here is the source. It works but it subtracts/adds 8 bells more than it should. I tried fixing it by making it stop 8 bells earlier/later but that didn't work (that's why I have it stopping at 99,991 bells)
    Code:
    removed
    Last edited by dragonboy269; 04-28-2009 at 06:17 PM.

Posting Permissions

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