Jump to content

Recommended Posts

Posted (edited)

I have a lot of information on xD which I'll be adding to this post. I've been writing an app to streamline the hacking process and I've pretty much completed the logic and just need to complete the UI now. As a result there is a lot of code that is quite useful as a reference. It's all in the swift programming language which I doubt many people here use but it should be simple enough to figure out what it all does.

Here's a link to the repository : -Code'>https://github.com/PekanMmd/Pokemon-xD-Code

Part 1 of my tutorials: -hacking-tutorial-part-1-File-decompression-recompression'>http://projectpokemon.org/forums/showthread.php?46250-Stars-Pokemon-colosseum-and-xD-hacking-tutorial-part-1-File-decompression-recompression

I'll be updating this post with more details.

Enumerations:

  Reveal hidden contents

Constants:

  Reveal hidden contents

Texture Editing:

  Reveal hidden contents

Data Tables:

  Reveal hidden contents

Gift and Trade Pokemon:

  Reveal hidden contents
Edited by StarsMmd
  • 4 months later...
Posted

Well, either I glossed over this thread before or I never noticed it. =P

  StarsMmd said:
First Battle Bingo Card in common_rel = 0x1CAF

[...]

Size of Bingo Card entry = 0xB6

The Bingo Cards actually start at 0x1CB0 (so your offsets are skewed by +1), and their length is 0xB8 (the last two bytes are just padding).

Posted
  Tiddlywinks said:
Well, either I glossed over this thread before or I never noticed it. =P

The Bingo Cards actually start at 0x1CB0 (so your offsets are skewed by +1), and their length is 0xB8 (the last two bytes are just padding).

Was wondering how I didn't notice, but I've got it down as 0xB8 in my source code so I guess it was a typo. It's great to have you double checking ??

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...