Results 1 to 10 of 11

Thread: My First Nooby Code Please Read!

Threaded View

  1. #1

    Default My First Nooby Code Please Read!

    I'm still learning ASM, but since I'm waiting for my teacher to get ready, I looked into the tools and decided to make a really basic code for Animal Crossing Wild World v1.0 that puts a rainbow feather in slot 1 of inventory:

    Code:
    ldr r1, Inventory
    ldrh r2, Item
    strh r2, [r1]
    bx lr
    
    Inventory:
    .long 0x21d88fe
    Item:
    .short 0x1404

    Code:
    023FF090 012FFF11
    E0000000 00000016
    E59F1008 E1DF20B8
    E1C120B0 E12FFF1E
    021D88FE 00001404
    023FF090 E3520003
    I am still learning the basic commands and stuff so this is all I can do right now.
    Last edited by Demonic722; 01-09-2012 at 09:13 PM. Reason: Formatting.
    3DS Friend Code: 4699-6293-3106

Posting Permissions

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