-
Posts
1759 -
Joined
-
Days Won
109
Content Type
Profiles
Pokédex
Portal
Technical Documentation
Pages
Tutorials
Forums
Events
Downloads
Gallery
Blogs
Everything posted by BlackShark
-
Activate Memory Link features (B2W2)
BlackShark replied to BlackShark's topic in Saves - Editing Help
What exactly didn't work for your? Sorry for the late reply. Thanks again for your save file! I didn't work on this in the last weeks, but I will continue in about 2 weeks as I will have more free time then to focus on this. Well, I would say all the blocks that look like "garbage" from the beginning to the end are encrypted. Or they just contain flags... From looking at a B2W2 save file the following blocks should be encrypted. 0x1C800( Mystery Gift) 0x1DA00 (Trainer Card Records) 0x20400 (unknown) 0x22A00 (Area NPCs) Pokemon (box, party, daycare, etc) are not encrypted as a whole block. That's also the case for the item storages. For BW it should be these. 0x1C800 0x1DA00 0x22C00- 43 replies
-
I just noticed your Italian, German, Japanese and Korean WC6 are the same as the English one. I guess you downloaded them on an US system? In US region only English, French and Spanish have their own WC6, for whatever reason any other languages just get the English one.
-
Some missing ones. 1501 - XY Torchic (GER) (M) 1509 - PGL Amaura HA (GER) (M) 1511 - Spooky Cup Rare Candy (GER)
-
Thanks. The Eon Ticket in this save file is not the missing Italian one. It is from the US e-Card unfortunately.
- 1279 replies
-
The link is password protected. Also, where did you find it?
- 1279 replies
-
Actually I got Norman to give me the Enigma Berry by just setting the LASTRESULT variable to 1 manually. But that's not how it is supposed to work. Variable 0x402D should be 1 to enable the event (LASTRESULT is set to 1 if 0x402D not 0), just like in RS where it is set by the e-Reader during download. Setting 0x402D manually didn't work somehow. I still need to find out from where the berry data would be loaded.
- 1279 replies
-
In the post I linked above should be the source code for PSavFix, it has the section sizes for RS and FRLG. short FLMAP[] = { 0xF24,0xF80,0xF80,0xF80,0xEC0,0xF80,0xF80,0xF80,0xF80,0xF80,0xF80,0xF80,0xF80,0x7D0,0x01C,0x100}; short RSMAP[] = { 0x890,0xF80,0xF80,0xF80,0xC40,0xF80,0xF80,0xF80,0xF80,0xF80,0xF80,0xF80,0xF80,0x7D0,0xF80,0xF80}; This one is for Emerald. short EMAP[] = { 0xF2C,0xF80,0xF80,0xF80,0xF08,0xF80,0xF80,0xF80,0xF80,0xF80,0xF80,0xF80,0xF80,0x7D0,0xF80,0xF80 };
- 1279 replies
-
See this post https://projectpokemon.org/forums/showthread.php?29515-GBA-save-file-checksums&p=164767&viewfull=1#post164767 Or read this article on Bulbapedia http://bulbapedia.bulbagarden.net/wiki/Save_data_structure_in_Generation_III#Checksum
- 1279 replies
-
Registering Another Pokémon Game on Global Link
BlackShark replied to Mr. ZARDE's topic in Generation 6
It wasn't my intention to ask you (or someone else) for the Security Number or something like that. I just thought you might know more about it since you are the only Korean I know off who frequently visits this forums. Anyways thank you very much for your answer! Seems there is no way then. Maybe I was able to register because I was under the age of 19 back then. I myself don't have any interest in the registration. I was just going to help King Impoleon. I registered years ago to collect the exclusive events and C-Gear skins. With the beginning of the 6th Generation I mostly lost interest in events (and anything else, lol). -
Registering Another Pokémon Game on Global Link
BlackShark replied to Mr. ZARDE's topic in Generation 6
I highly doubt that those generators are legal to use. Well, I don't care what other people do but I'd recommend not to use them. Also I won't help someone doing something illegal. I think it's better to just wait until wraith89 or someone else from Korea (or someone who can read Korean) can tell us more about the registration process. As I said, a few years ago I was definetly able to register on the Korean PGL as on each other regions PGL. There's a chance that this is still possible and I just can't remeber how I did manage to do that back then. -
Registering Another Pokémon Game on Global Link
BlackShark replied to Mr. ZARDE's topic in Generation 6
I don't think anyone would give away his phone number just to let someone else use it to register on some website. Anyways this is as far as I could get during registration. But maybe @wraith89 can clarify if the phone number/address is realy needed now or if there's still a way to register without it. After all this is still a website for kids, so... why forcing them to enter that kind of information? Maybe I just mistranslated something or I didn't found the right way. -
Registering Another Pokémon Game on Global Link
BlackShark replied to Mr. ZARDE's topic in Generation 6
Do you have a Korean phone number? Without that it doesn't seem to be possible to register. A few years ago it was possible to create an account without the need of a phone number. Why did they add such a stupid requirement on a site that's used by kids? -
I just collected all the offsets, does anyone know the e-Reader berry offset for Emerald? According to the script in the ROM it should be able to load it. Section 0 RS 0x498 - 0x553 e-Card Trainer E 0xBEC - 0xCA7 e-Card Trainer FRLG 0x4A0 - 0x55B e-Card Trainer Section 4 RS 0x2E0 - 0x80F e-Card Berry RS 0x810 - 0xBFB Mystery Event Script RS 0xBFC - 0xC03 Record Mixing Item E 0x360 - 0x51F Wonder News E 0x520 - 0x66F Wondercard E 0x860 - 0xC4B Deliveryman Script E 0x854 - 0xC93 Mystery Event Script E 0xC94 - 0xC9B Record Mixing Item FRLG 0x2A0 - 0x45F Wonder News FRLG 0x460 - 0x5AF Wondercard FRLG 0x79C - 0xB87 Deliveryman Script EDIT: I searched for the berry RAM address in the US Ruby and then tried searching for the surrounding bytes in the US Emerald, but without luck. Maybe Norman's script is just a leftover from RS which is unused now. That would even make sense since the berry should be saved in the same section as the Wondercards. The amount of data won't fit in there together. This would mean if you received a wondercard and had a custom berry on your save before, it would be overwritten and thus the berry would become an Enigma Berry which shouldn't be.
- 1279 replies
-
Since a few days I notice some features of these forums are not working properly anymore. In the advanced reply the formatting controls above the text area won't appear. In my user settings the Message Editor Interface is set to Standard Editor - Extra formatting controls. When I hit the reply with quote button it will just get stuck in endless loading instead of copying the quote into the quick answer field as it should. As a workaround double-clicking the button will open the advanced editor with the quote inserted. Another issue is with the enhanced attachement uploading. This was also noticed by some users in the event contribution threads. The window opens but will get stuck in endless loading. Though uploading attachements is working if you disable this feature in your settings. These issues were experienced on the lates Firefox as well as the latest Google Chrome with JavaScript enabled on both. It would be great if these issues can be fixed. Thanks in advance!
-
XY/ORAS - Pokemon 20th Anniversary Distributions
BlackShark replied to BlackShark's topic in Event Pokémon News
Japan is at least getting the Mew if you buy one of the Gen 1 VC titles or a 2DS bundle with one of them pre-installed. https://projectpokemon.org/forums/showthread.php?48003-XY-ORAS-3DS-Virtual-Console-Mew-%28Japan%29 I wouldn't be surprised if they are also getting the other events. I also haven't seen anything about a distribution in Korea. But seeing that some countries like Norway and Sweden will starting distribution the codes at the end of February there's still the chance that Korea also will start the events later. Though that's just my guess. -
Ruby/Sapphire - e-Reader Berries (EU/US/JP) (ARv3/4)
BlackShark replied to BlackShark's topic in RAM - GBA Cheats
I just created the codes, not the berries if you meant them. Those are from the e-Reader.- 6 replies
-
- action replay
- berries
- (and 4 more)
-
In this thread you can find Action Replay v3/4 codes for the e-Reader berries. These berries will replace the Enigma Berry (#43) with a custom one. The new berry will be available until you inject another berry or remove the data, in latter case all occurences become an Enigma Berry. Since the berries consist of a lot of data (about 1.29 KB) which the AR can not handle in a single code (maximum ist about 50 lines) they had to be split into multiple parts. The codes were already shortened with loop codes but still they are too large for a single code. Use them as follows: enter and activate the first code go ingame and save once shut down your game and disable/remove the code (on VBA-M you don't have to shut down) now continue with the next code Master Codes English Berries Working on all European and American language versions of Ruby/Sapphire (English/French/German/Italian/Spanish). The berry tag will always be English though! Japanese Berries Only working on Japanese language versions of Ruby/Sapphire. Get 1 x Enigma Berry from Norman Injecting the data will not automatically let you receive that berry from Norman since the e-Reader also sets a flag in the save file. You can use this code to enable the event at Petalburg gym. It will only work if you don't have an e-Reader berry in your bag or PC storage yet! Get 1 x Enigma Berry from Norman (Press L or R) ENGLISH 57A0ECFC 32CDF928 50A7B662 26EDAD04 JAPANESE 57A0ECFC 32CDF928 C9C8078C E18C2D7E Remove e-Reader Berry data This code will completely wipe out the e-Reader berry data. Resulting in all occurrences of berry #43 becomming an Enigma Berry. ENGLISH 429DAD76 B9182DE1 D0149A8E 4F3D136F C8A552E0 34657A6B D0149A8E 4F3D136F DC60EC77 05427E5D 33B67761 623AFA3A JAPANESE 179BE661 106A0F98 D0149A8E 4F3D136F 9CAE16B7 7D359FC5 D0149A8E 4F3D136F 20741C1A BC438A5B 33B67761 623AFA3A RAM offsets Data size: 1328 (0x530) Bytes EU/US 0x02028894 JP 0x020285F4
- 6 replies
-
- action replay
- berries
- (and 4 more)
-
The programm used in the video is called GBA Backup tool. You would need an NDS flashcard to execute it and dump the save file of the GBA cartridge. If you only have an original Emerald but no flashcard (or any other hardware to get your save file) or Action Replay you can't do anything to get the events.
- 1279 replies
-
Activate Memory Link features (B2W2)
BlackShark replied to BlackShark's topic in Saves - Editing Help
@suloku Thanks! Yeah, it would make sense if a new key is generated on each new save file. Well, maybe I shouldn't worry to much about that as the key doesn't affect anything and the encrypted area is empty anyways, for whatever reason. Also I couldn't do much the last few day. I'll see if I can get some progress at the weekend. I don't have a tool to decrypt the full save file, only one to decrypt the memory link data, sorry.- 43 replies
-
You could recveive multiple ones on the same save file. The Pokemon were distributed via a distribution cartridge like the tickets, but you didn't receive the Pokemon from the delivery guy and you also didn't get a wondercard. As Invader TAK said it was directly added to your game, you had to have an empty slot in your party to receive it. Technically you can compare this process to the Gamecube events (Channel/Whishmaker Jirachi). This was the case for all the event distributions that were available for Ruby/Sapphire as wondercards didn't exist there.
- 1279 replies
-
XY/ORAS - Pokemon 20th Anniversary Distributions
BlackShark replied to BlackShark's topic in Event Pokémon News
No, you can't. -
The Pokemon were distributed over five periods, in each you could only get one randomly choosen Pokemon. That's why there are different IDs for each period and all Pokemon from the same period have the same ID. There have been several similar distributions in the past.
-
XY/ORAS - Pokemon 20th Anniversary Distributions
BlackShark replied to BlackShark's topic in Event Pokémon News
Well, I wish I could do that. My PC doesn't have an ethernet internet connection, it is connected via wireless. Though it has another virtual network card with which I can set up a network but I can't use that with NbaHomePass. The real network card can't be used either because it will disconnect me from internet and the virtual card can't receive. Anyways nice to see that you updated your tool! -
XY/ORAS - Pokemon 20th Anniversary Distributions
BlackShark replied to BlackShark's topic in Event Pokémon News
Thanks for that info! OMG, this is what I was hoping since I heard about the serial code distributions! Thank you very much Portugal! I just have to figure out how I could connect to NintendoSpotPass6 (which should be what FNAC Portugal is using according to the hot spot list). EDIT: As stated on this site it seems they are just distribution serial codes via NZ, not the Pokemon itself http://pkportuga.pt/blog/2016/02/pokemon20-captura-o-teu-mitico-na-fnac-portugal/ -
The European Eon Tickets are distributable 99 (0x63) times. The e-Card Eon Ticket is 30 (0x1E) times. The German Eon Ticket I shared from the Ruby Debug ROM is only distributable 5 times.
- 1279 replies