Jump to content

Baka_Kyuubi84

Member
  • Posts

    64
  • Joined

  • Last visited

Posts posted by Baka_Kyuubi84

  1. Okay I re entered all the codes that I was trying to use and I wasn't using any more than I was before when it was working so I dont think I like over loaded it or anything, Could it have anything to do with the toggle to radio option I selected on the code manager? I just thought the circle looked cooler lol.

    "Toggle to radio" Sounds like you turned the folder code to One Hot. lol just revert it back to normal and all your codes will work again. Because the Radio button is just one only, the boxes are multiple.

  2. I was annoyed at having to hatch multiple eggs to find a nature, so I figured this one out using a little trial and error:

    Instant egg (replace XX to choose nature, replace YY to chose gender)

    94000136 fffe0000

    b2101d40 00000000

    e0001840 00000005

    XXba0fYY 00000002

    d2000000 00000000

    XX) Nature YY) Gender

    01) Rash 00) Female

    02) Timid 8E) Male

    03) Lonely

    04) Quiet

    05) Impish

    06) Quirky

    07) Modest

    08) Docile

    09) Sassy

    0a) Jolly

    ob) Naughty

    0c) Calm

    0d) Hasty

    0e) Brave

    0f) Bashful

    10) Lax

    11) Hardy

    12) Mild

    13) Relaxed

    14) Careful

    15) Naive

    16) Bold

    17) Gentle

    18) Serious

    19) Adamant

    Well, it's not a complete solution. I noticed that the natures repeat in the same pattern on up (1a rash, 1b timid...), repeating over and over again. If you do the math, the a1 that was in the original code (which always gave naughty) is right where naughty should be in the 97-af range. I also tested 10 ralts, 5 adamant using 19, 5 adamant using 32. Most everything seemed random, stats, their best IV, but they all had syncronize, not one had trace as an ability.

    So, that still needs to be figured out I think, but otherwise this works like a charm...

    ~Baron_Fel

    Dude you are awesome. I was going to get to it but you beat me to it. OK edit I just figured out the Female/Male modifier and added it to my post.

  3. Ok so I am beginning to understand how to use pokesav, however I can't figure out how to make codes that only effect the first or first few slots of your bag and not replace the whole thing. Can anyone explain this to me? (ex: I make a code for rare candies or something and instead of first slot being those it erases all but the first slot and makes it rare candies)
    I thought that was just the way the item codes generated with pokesav worked.

    OK I have the perfect code for you. For this code you modify the values for both y and x. For y if you want 999just put in 03e7. For x you put the item hex value.

    ::Modify Items In Medicine Slot 1

    :::y = quantity / x = item hex value

    62101D40 00000000

    B2101D40 00000000

    00000B62 yyyyxxxx

    D2000000 00000000

  4. Thank you VERY much, I really appreciate it - it works like a charm! =)

    Just out of curiosity, do you by chance know of any guides out that explain how create codes that use offsets & pointers? I've been using the guide found here:

    GBATemp A Basic Guide on How to Create AR Codes

    which doesn't yet include how to find offsets and pointers (though the author says (s)he may include it at some point).

    Either way, thank you again for the code - it will be a big time saver for us! :)

    Actually if you keep looking in that Guide you will find out how to find the pointer. The offset is easy, once you find the address you take the address minus the value at the pointer location, and that is how you get the offset.

  5. Hello,

    Sorry to bother you - I saw in the first post, and it was one of the codes I had been watching for some time now. I can't seem to find this code anywhere within this thread or the other thread with AR codes posted for platinum here.

    I assume that you mean that this code can be made using Pokesav but I am unable to find where it can be modified within the program at all. I DO see one for gold but not one for the coin case. If it is not too much trouble would you mind posting the code in one of these two threads so that I can finally have it?

    I DID try to make it on my own using methods I found on another site but when ever I think I find the address the value is stored in, it seems to change as soon as I reset the game - making my code no longer functional (I'm assuming it's one of those codes that require a pointer of some sort). Anyway, thank you again for your time!

    My Bad. I thought it was in the Main Thread. Yea for a lot of the codes Platinum uses is pointer codes. Hence why the address jumped around on you.

    Oh well here you go.

    Credit goes to GBAtemp for the revision.

    ::Max Coins (L+R)

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    1000009C 0000C350

    D2000000 00000000

  6. Btw, Baka_Kyuubi84, sorry for forgetting to credit you on the code. I'll credit you.

    EDIT: Wow, you already had all the codes xD Oh, and about the "Change X to 00-05 to get different pokemon", aren't all of them Munchlax xD

    Please review the Munchlax information on our wiki (I may need to update it... sorry), regarding the pokemon table. There are two values, table lookup, and row #.

    Also your code has no X's ;)

    Yeah, that's what I meant on my previous post.

    Sorry about that Iposted the old ones. I updated the description.

    Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

  7. Please keep in mind that if the munchlax did not come from one of the 4 trees for that trainer id/sid then its not legal.

    That is why I am going to make a code for all the trees. That way they just have to look up their route number for the code. Actually I lied I have them all right now.

    Honey Tree Codes

    ::Reduce honey tree timer to 0 at Route 205(Floarama).

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007F4C 00000001

    00007F50 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 205(Eterna).

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007F54 00000001

    00007F58 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 206.

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007F5C 00000001

    00007F60 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 207.

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007F64 00000001

    00007F68 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 208.

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007F6C 00000001

    00007F70 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 209.

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007F74 00000001

    00007F78 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 210 (Solaceon).

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007F7C 00000001

    00007F80 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 210(Fog).

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007F84 00000001

    00007F88 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 211.

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007F8C 00000001

    00007F90 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 212 (Hearthrome).

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007F94 00000001

    00007F98 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 212 (Pastoria).

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007F9C 00000001

    00007FA0 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 213.

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007FA4 00000001

    00007FA8 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 214.

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007FAC 00000001

    00007FB0 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 215.

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007FB4 00000001

    00007FB8 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 218.

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007FBC 00000001

    00007FC0 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 221.

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007FC4 00000001

    00007FC8 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Route 222.

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007FCC 00000001

    00007FD0 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Valley Windworks

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007FD4 00000001

    00007FD8 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Eterna Forest

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007FDC 00000001

    00007FE0 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Fuego IronWorks.

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007FE4 00000001

    00007FE8 02020202

    D2000000 00000000

    ::Reduce honey tree timer to 0 at Floarama Meadows

    :::Press L+R then walk through a door or fly. Change 02020202(Munchlax) to 0101010X X=00-05 to get different pokemon.

    94000130 FCFF0000

    62101D40 00000000

    B2101D40 00000000

    10007FEC 00000001

    00007FF0 02020202

    D2000000 00000000

  8. I have a question. Is it possible to edit the Honey Tree Munchlax code so it can be at different Honey Trees besides the Valley Windworks?

    Heres the code

    94000130 FCFF0000
    62101D40 00000000
    B2101D40 00000000
    10007FD4 00000001
    00007FD8 02020202
    D2000000 00000000
    

    I want to see if even using the cheat, if the location correlates with the 4 spots generated by the Munchlax Tree calculator, will it be legit when I pass it through the Legit Checker.

    Well I will start making codes for every honey tree then. I was the one that made that for Platinum. So give me a couple days(20Honey Trees). I will try and get four - eight done in a day.

  9. OK Here is the Official AR(Action Replay) Request Thread.

    Rules:

    • Please look HERE!!! first. To see if the requests have been filled or not. Then post in here.

    • Please post in code boxes the name and description of the codes you are requesting.

    Current Requests

    [s]Check a Pokemon EV[/s] <----[color=Lime]Check Official Code Thread[/color]
    [s]Infinite/Max Slot Coins[/s] <----[color=Lime]Check Official Code Thread[/color]
    Erase Pokemon in Box 1 Slot 1 
    [s]Instantly make egg of pokemon in daycare centre[/s] <----[color=Lime]Check Official Code Thread[/color]
    [s]See Contents of Egg[/s] <----[color=Lime]Check Official Code Thread[/color]
    [s]Poffin Lv. 99[/s] <--- [color=Blue]Made by Pokesav[/color]
    [s]All Pokewatch Functions[/s] <--- [color=Blue]Made by Pokesav[/color]
    [s]Daycare Egg - Female Natures (Each one of Natures have its own code[/s] <----[color=Lime]Check Official Code Thread[/color]
    [color=DarkOrange]Thanks to Baron_Fel[/color]
    [s]Daycare Egg - Male Natures (Each one of Natures have its own code[/s] <----[color=Lime]Check Official Code Thread[/color]
    [color=DarkOrange]Thanks to Baron_Fel[/color]
    [s]Wild Pokemon IV Modifiers (Each IV in each stat have its own Code[/s] <----[color=Lime]Check Official Code Thread[/color]
    a code to erase your hall of fame record
    [s]In-party IV Modifier Code[/s] <----[color=Lime]Check Official Code Thread[/color]
    [color=DarkOrange]Thanks to Jiggy Ninja[/color]
    Mega Encounter Rate [1]
    Bypass Evolution Requirements [2]
    Lock Roaming Pokemon to X Location
    Giratina Distortion World or Turnback Cave
    Rotom
    [s]Spiritomb - Plus an activator to activate a battle with spiritomb[/s] <----[color=Lime]Check Official Code Thread[/color]
    Dialga
    Palkia
    Regigigas
    Cresselia
    Azelf
    Uxie
    Mesprit
    Regirock
    Regice
    Registeel
    Darkrai
    Shaymin
    Arceus
    Heatran - With Heatran in there and the Team Galactic gone and entered the Battleground
    Cynthia's Togepi Egg
    Bebe's Eevee
    Veilstone City's Porygon
    Riley's Riolu Egg
    [s]Resort Area Villa Bought All Furniture[/s] <----[color=Lime]Check Official Code Thread[/color]
    Have All Map Locations for GeoNet Globe Map
    Take 1 Step to (Pokemon in Daycare Max Out Level 100)
    Only Sinnoh Dex Activated
    Only Natonal Dex Activated
    Updated Instant Egg Code - Add a Calculator Function to pick out the nature,gender,and Shiny & non Shiny
    [s]Music Modifier[/s] <----[color=Lime]Check Official Code Thread[/color]
    [s]Max Happiness All Pokemon in Party[/s] <----[color=Lime]Check Official Code Thread[/color]
    [color=DarkOrange]Thanks to Jiggy Ninja[/color]
    Walk While Talking - you can walk around while talking
    Opponent's Pokemon Always Misses
    Your Pokemon Attack Never Misses
    [s]All Trainers Defeated - Never Run Into a Trainer Battle again-[/s] <----[color=Lime]Check Official Code Thread[/color]
    Different Pokemon from other games & events will always obey you
    Distortion World is Always open in Spear Pillar
    Distortion World is Closed in Spear Pillar
    Completed Sinnoh Dex 210 Seen & Captured
    Fix Completed Pokedex - Heat Rotom is in there Twice Mow Rotom isn't in there
    Wandering Pokemon Will Stay in Route 2xx Always
    Mesprit
    Cresselia
    Articuno
    Zapdos
    Moltres
    No 24 hour wait between Pal-Parking
    Trick the game into thinking a 3rd gen game is attached[1]
    PokeRadar - encounter only PokeRadar Pokemon[2]
    [s]TRU Regigigas[/s] <----[color=Blue]Made By Pokesav[/color]
    [s]NZONE Pikachu[/s] <----[color=Blue]Made By Pokesav[/color]
    [s]all pokemon fossils[/s] <----[color=Blue]Made By Pokesav[/color]
    [s]mega exp gain (instant lvl 100)[/s] <----[color=Lime]Check Official Code Thread[/color]
    Shiny Milotic (when it comes to USA)
    [s]No longer have to wait hours for Pokemon to appear on Honey Trees[/s]
    [s]Program the AR to make certain Specific pokemon appear anywhere in the wild when we select it in the AR (without having to use the Poketch Calculator)[/s]  <----[color=Lime]Check Official Code Thread[/color]
    [s]Both Walk and Run through solid objects codes[/s] <----[color=Lime]Check Official Code Thread[/color]
    [s]Nicknaming Pokemon that have another OT/ID[/s] <----[color=Lime]Check Official Code Thread[/color]
    [s]Instant Egg Creation with a different button activation[/s] <----This one you can do on your own, wait let me help [url="http://lmgtfy.com/?q=EnHacklopedia+%C2%BB+Tools+%2B+kode+garage+%2B+button"][color=DarkOrchid]http://lmgtfy.com/?q=EnHacklopedia+%C2%BB+Tools+%2B+kode+garage+%2B+button[/color][/url]
    Starter pokemon reset (so you can just choose all 3 without resetting your whole game)
    Opponents Score No Hearts on Visual Round
    Opponents Always Miss on Dancing Round
    [s]Modify ability of pokemon in slot 1[/s] <----[color=Lime]Check Official Code Thread[/color]
    [color=DarkOrange]Thanks to Jiggy Ninja[/color]
    Get to the battle brain after 1 battle on all battle faculties
    

    • Once requests are filled I will cross them off the list.
    • Please keep it neat in here. I will try and handle as many requests as humanly possible.

×
×
  • Create New...