Recent content by Yak Attack

  1. Yak Attack

    Yu-Gi-Oh! GBA Hacking (EDS/WCT06)

    Hi, The TOMLs will be updated soon. Did you download the TOML for EDS? If so, make sure it's in the same folder as the EDS ROM, and named the same.
  2. Yak Attack

    Issue: Imgur videos (with sound) not showing at all

    Hello, I am trying to add an Imgur video to my ROM hacking post and when I try to input it, it shows up as a/radiant within the MEDIA tag. So that obviously won't work. But when I change it to be the full URL (a/radiant-orange-title-screen-b9WYs4E), it shows up as an unhappy page. I'll show you...
  3. Yak Attack

    Yu-Gi-Oh! GBA Hacking (EDS/WCT06)

    Card images/palettes (and card icons) have been found in Ultimate Masters: 510640: 0x12C0 byte card graphics (6bpp) 4C76C0: 0x80 byte card palettes FBC080: 0x600 byte card icon images (8bpp) 13264C0: 0x240 byte card icon images (8bpp) 510440: 0x120 byte card icon palette each card graphic is...
  4. Yak Attack

    [pokeemerald-expansion] Dream-Quest - A Lovecraftian Adventure

    WIP; come back later.
  5. Yak Attack

    Yu-Gi-Oh! GBA Hacking (EDS/WCT06)

    Yes, it's as easy as changing the 0 to another number. If you want to expand the list, HMA can repoint and expand for you. It doesn't have anything tied to a specific length that I know of.
  6. Yak Attack

    Yu-Gi-Oh! GBA Hacking (EDS/WCT06)

    Not ignoring you guys, I'll answer when I find time, but ADDING NEW CARDS (with new effects) IS NOW POSSIBLE I am working on a hacking document, too. I will update the post when it is ready.
  7. Yak Attack

    Yu-Gi-Oh! GBA Hacking (EDS/WCT06)

    WIP; come back later.
  8. Yak Attack

    Showdown Coding Halloween Mod Contest! (Submissions Due 10/28)

    Permission to post by Cherrim and the rest of the mod team! Thank you! https://cdn.discordapp.com/attachments/1088300137509552219/1161065978726207579/showdown_logo.png?ex=6536f1f4&is=65247cf4&hm=6a9d663a646a2f778db0e45d57b56b94e4e60e8d254d7aff93d66e5a392a3f46& Showdown Coding, my Pokemon...
  9. Yak Attack

    Quick Research & Development Thread

    Change Shop Price Display (FireRed) 9B430: Number of digits to display 9B440: Number of digits to display 9B47A: X position of price Found using pokefirered and HMA
  10. Yak Attack

    Want a taken username? Check here

    Old username: Petuh 2.0 New username: Yak Attack
  11. Yak Attack

    PokéCommunity Daily: Daily ROM Hack/Fan Game Article Submissions

    Sorry for the late response, but I'm finally at a point where I'm happy with the hack and ready to do this. I'll contact you via Discord for article writing permissions.
  12. Yak Attack

    [Tool] HMA Question about editing specific trainers

    I use pokearth to find trainers: https://www.serebii.net/pokearth/
  13. Yak Attack

    Discord server for gen 3 hacking?

    Check the link in Anthroyd's sig
  14. Yak Attack

    Decomp Hackers: how do you setup your AI?

    There's a few things that come to mind when dealing with AI for me: -A scoring system, first of all. Start at 127 and work your way up or down (0-255). Talking about the switching scoring system: --Raise if enemy's mon checks/counters your mon --Lower if your mon checks/counters enemy's mon...
  15. Yak Attack

    Simple Modifications Directory

    Smogon Stats [Em] This allows you to use Smogon statistics for things. Maybe you could code an AI or a competitive Pokemon mode, idk. In pokemon.h: struct __attribute__((packed, aligned(2))) SmogonTeams { u16 species; u16 item; u8 ability; u16 moves[4]; u8 evs[6]; u8...
Back
Top