Search results

  1. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    They never changed it, the only new thing since gen 3 they added was more stuff to it. Since gen7 they added the RareTryCount and a way to mod IV's, for example chaining, by chaining they added a way to mod IV's by editing the existing value like pkhex does, this allowed non-matching iv / seed...
  2. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    There is no flag, the game just checks if you have the item in your bag. And you wont see a difference, the shiny charms increases the chance from 1/4096 to 3/4096, there is no garantee to find a shiny. With bonding mechanic you mean breeding? Breeding was fully transfered to lua code, it's not...
  3. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    I looked at the current shiny cheats and can i ask why people are creating cheats that result in infinite loops? most of the shiny cheats in this thread are modding the "spec->rareTryCount" instead of "spec->rareRnd", which results in an infinite loop until a shiny is found, creating a massive...
  4. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    You need to edit the asm code, 0x52800001 + size * 32 0x52800001 + 100 * 32 = 0x52800C81 no i don't have a gamebanana profile. no you don't need to enable the encounter mod, but you may need to refresh wild pokemon (picnic/teleport/city) Here a new code: [Default EXP (v1.0.1)] 04000000...
  5. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    Here a requested code: [Encounter Size XXXS (0) (v1.0.1)] 04000000 00D0AD24 52800001 [Encounter Size XXXL (255) (v1.0.1)] 04000000 00D0AD24 52801FE1 [Encounter Size Default (v1.0.1)] 04000000 00D0AD24 39418BE1 Not possibles with cheat codes, the legendary is generated at the start of the save...
  6. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    You mean Rufflet to Hisuian-Braviary ? all evo data for non-Paldean Evolutions was removed from "avalon/data/personal_array.bin", so no cheat code will help you to get these to evolve. But you can still spawn them: [#628 Hisuian-Braviary (v1.0.1)] 08000000 03075530 00000001 00000274
  7. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    Oval Charm and all other charms (except for Shiny) no longer exists, there is no code, just leftover items. Shiny Charm is in the game and is used by checking if the item exists in your pocket. one of the functions where it's checked: //v1.0.1: .text:0000000001A52788 01 4F 80 52...
  8. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    with the code active, there should be 3 options instead of 2 when pressing the + Button, it changes between 1 - Data 2 - Judge 3 - View Pokemon i can't test if the code fully works, because i already finished the game and unlocked it normally, but this is how it should look like:
  9. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    Here a new code for people who didn't finish the game yet: [Enable IV Judge (on) (v1.0.1)] 04000000 01AC4754 52800020 [Enable IV Judge (off) (v1.0.1)] 04000000 01AC4754 94001C2B This enables the IV Judge (+ Button) when your in the pokemon boxes.
  10. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    "Ignore Evolve Condition" ignores ALL conditions, no matter how a pokemon evolves and the first one in the list is selected. The other evolve codes work differently, they ignore all evolutions in the list and only allow the number (slot 1-8) to be used, if a pokemon has only 1 or 0 evolutions...
  11. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    This is normal, there are "hidden" boxes since Black2 & White2 where the "un-fused" kyurem is stored. Editing will be possible with PKHex, but not with cheats, all pokemon are encrypted in memory, so even trying to edit catched pokemon / boxes is pointless.
  12. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    {Turn Game into Scarlet (1.0.1)} 04000000 0136E4B0 2A1F03E1 04000000 0136E4BC 52800640 {Turn Game into Violett (1.0.1)} 04000000 0136E4B0 52800021 04000000 0136E4BC 52800660 WARNING: do not add both codes to your cheat file, ONLY ONE, they are market with {} instead of [] to auto-load them at...
  13. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    it's binary arm language, not direct values 52807CE8 = 01010010100000000111110011101000 0 = sf 10 = opc 100101 = magic number for "MOV" 00 = hw 0000001111100111 = imm16 = 999 01000 = Rd = W8 you only edit the imm16 part to edit the value, not the rest of the data, if you want something to...
  14. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    Edizon is outdated since a long a time ago, Edizon-SE is a more advanced and updated version: https://github.com/tomvita/EdiZon-SE/releases/tag/3.8.36 040A0000 03075190 52807CE8 = mov w8, #999 040A0000 03075190 52807BC8 = mov w8, #990 040A0000 03075190 52800C88 = mov w8, #100 040A0000 03075190...
  15. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    untested: //CMP W24, #1 [Ignore Evolve Condition Slot 2 (on) (v1.0.1)] 04000000 00F0034C 52800000 04000000 00F00350 7100071F 04000000 00F00354 54000041 04000000 00F00358 52800020 //CMP W24, #2 [Ignore Evolve Condition Slot 3 (on) (v1.0.1)] 04000000 00F0034C 52800000 04000000 00F00350 71000B1F...
  16. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    the evolution condition for Tandemaus is this: 00: Level 25 + UNKNOWN_52 to "Maushold - Form 0" 01: Level 25 + UNKNOWN_53 to "Maushold - Form 1" here all new evolve conditions: from (.text:F011C4) pml:: pokepara::EvolveManager::IsSatisfyEvolveConditionLevelUp UNKNOWN_50 = situation->TravelMeter...
  17. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    v1.0.1 address is 0xD0AACC [Encounter Female (v1.0.1)] 04000000 00D0AACC 52800021 [Encounter Male (v1.0.1)] 04000000 00D0AACC 52800001 [Encounter Genderless (v1.0.1)] 04000000 00D0AACC 52800041 I didn't add a gender code to the encounter modifier to let the game handle it, so this code should...
  18. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    For people who still don't get how the code works: - the ON code sets up a code cave that stores a piece of code that modifies how pokemon are generated - after activating the ON code, deactivate it to avoid conflicts with the other codes (it will stay active in memory until you restart the...
  19. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    https://bulbapedia.bulbagarden.net/wiki/List_of_items_by_index_number_(Generation_VIII) 0050 0x0032 Rare Candy [Encounter Item Rare Candy (v1.0.1)] 04000000 03075538 00000032 If the id didn't change...
  20. Falo

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    Code Patches don't work like Memory Patches. Enable "Encounter Mod On" then disable it (it stays active since it patched a code). Then enable "Encounter Item Masterball" and all encounters should have a Masterball. Code patches always need a "Off" code, because they stay active after disabling...
General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: Good night