6th and 7th Generation Wonder Card Map: Difference between revisions

From ProjectPokemon Wiki
Jump to navigation Jump to search
(→‎Gift Data: add 0x6C)
Line 111: Line 111:
|- style="background: #eee;" align="center"
|- style="background: #eee;" align="center"
| 0xA3
| 0xA3
| Shiny Toggle<br>
| PID Toggle<br>
00 - Never Shiny<br>
00 - Generate Specified PID (from <br>
01 - Possible Shiny<br>
01 - Generate Random PID (Can be shiny)<br>
02 - Always Shiny
02 - Generate Shiny PID (Always shiny)<br>
03 - Generate Random PID (Can't be shiny)
|- style="background: #ddd;" align="center"
|- style="background: #ddd;" align="center"
| 0xA4-0xA5
| 0xA4-0xA5
Line 154: Line 155:
| 0xD2-0xD3
| 0xD2-0xD3
| 'Unknown'
| 'Unknown'
|- style="background: #ddd;" align="center"
|- style="background: #eee;" align="center"
| 0xD4
| 0xD4-0xD7
| Magic EE6B2802 if Pokemon (?)
| PID (sometimes EE6B2802 default)
|- style="background: #ddd;" align="center"
|- style="background: #ddd;" align="center"
| 0xD8-0xD9
| 0xD8-0xD9

Revision as of 05:41, 3 August 2014

Gift Data

Offset Description
0x00-0x01 Card ID
0x02-0x44+ Card Title
0x4C-0x4F Date Card Received
Decimal YYYYMMDD
0x50 Card Location
0x51 Card Type [Color]

00 - Pokémon [Blue]
01 - (Key) Item [Yellow]

0x52 Gift Status: Used / Unused

00 - Repeatable gift
01 - Unused
03 - Used

0x53-0x?? Unknown
0x66 0xFF (End region?)
0x68-0x69 TID / [Item]
0x6A-0x6B SID
0x6C Pokemon Origin Game

00 for Game Received in

0x70-0x71 [Item] Quantity
0x70-0x73 [Pokemon] Encryption Constant

Unset = 00000000

0x74 Primary Ribbons

Ribbon data available below.

0x75 Secondary Ribbons

Ribbon data available below.

0x76 PokéBall
0x77 Unused/Unknown
0x78-0x79 Held Item
0x7A-0x7B Move ID #1
0x7C-0x7D Move ID #2
0x7E-0x7F Move ID #3
0x80-0x81 Move ID #4
0x82-0x83 PokéDex Number
0x84 Form No.
0x85 Language

00 for Game Received In

0x86-0x9F Pokémon Nickname

Null terminator for last two bytes.
If no nickname, all 00.

0xA0 Nature

FF - Unset

0xA1 Pokémon Gender

00 - Male
01 - Female
02 - Random

0xA2 Pokémon Ability

00 - Ability 1
01 - Ability 2
02 - Dream World Ability
03 - RND(Abil1, Abil2)
04 - RND(Abil1, Abil2, AbilDW)

0xA3 PID Toggle

00 - Generate Specified PID (from
01 - Generate Random PID (Can be shiny)
02 - Generate Shiny PID (Always shiny)
03 - Generate Random PID (Can't be shiny)

0xA4-0xA5 Egg Met Location
0xA6-0xA7 Met Location of Pokémon
0xA8 Met Level
0xA9-0xAE Contest Stats

Last byte is Sheen

0xAF-0xB4 IVs
FFs for unset IVs
FE for priority
0xB5 Flawless IVs to force
0xB6-0xCF OT Name

Null terminator for last two bytes.
If no set OT, all 00.

0x?? OT Gender

00 - Male
01 - Female
03 - Recipient's Gender

0xD0 Current Level(random if set to 0)
0xD1 Egg Flag
00 - Is Not Egg
01 - Is Egg
0xD2-0xD3 'Unknown'
0xD4-0xD7 PID (sometimes EE6B2802 default)
0xD8-0xD9 Relearn Move 1
0xDA-0xDB Relearn Move 2
0xDC-0xDD Relearn Move 3
0xDE-0xDF Relearn Move 4