Recent content by fexean

  1. F

    Can I get a little help on changing this value?

    The value is indeed coming from the function at 0x83EF544, which is the player stat getter function. The code in the image is getting the value of player stat 9h, which is attack duration. EditorOfSwing includes a graphical stat editor that you can use to permanently edit all character stats.
  2. F

    Hacking SRAM Bank switching on Bootleg cartridges

    How would you implement a batteryless save patcher? In the bootlegs I've seen, the flashing code is inserted into the game's own save functions which are different for each game.
  3. F

    Hacking Help flashing bootleg carts?

    The first issue also happens if you try running Pokemon games in an emulator with the wrong save type, so I think Pokemon games are just programmed to need a flash chip to work. The second issue is caused by the fact that SRAM memory loses its data when powered off, which is why many bootlegs...
  4. F

    Question How can I upload files to the downloads section?

    For me the page doesn't have a button like that, let's see if having 5 posts changes that. EDIT: Yup now I have it.
  5. F

    Theoretically could a wireless adapter be made for the GBA to connect with a Wavebird transmitter?

    I don't see why it wouldn't be possible to create an adapter that reads data from the GBA's link port and emits a signal similarly to a wavebird, but I'm not sure if connecting with games like Four Swords Adventures would work since they need to both send and receive data.
  6. F

    Question How can I upload files to the downloads section?

    I have a DS homebrew I'd like to submit to the downloads section, but I can't seem to find an upload button anywhere. Am I just blind or is there some kind of requirement my account must meet to be able to upload files?
  7. F

    Homebrew Burn2Slot - Re-programm GBA bootlegs on DS

    msp100 refers to Fujitsu msp55lv100, but the flashing functions work with some other chips too.
  8. F

    Homebrew Burn2Slot - Re-programm GBA bootlegs on DS

    Nice work! I tried to make a similar app some time ago. Its a bit of a mess, but maybe it has something that you can find useful, like additional flashids for detection. You can find it at: gitlab /fexean/gbabf (I can't post proper links)