Unused team found in Red and Blue
Posted by: Torchickens
Date: 2013-11-28 10:51:04
It features a level 90 Exeggutor along with other Pokémon, and it's noteworthy that according to an ABC News interview, Tzunekazu Ishihara was always using an Exeggutor when debugging the program.
The team is as follows:
Exeggutor, level 90
Mew, level 20 (this may suggest the code was added late as an easter egg and not as a debugging feature, because according to the Iwata Asks for HeartGold/SoulSilver, Mew was added after the debugging features were removed)
Jolteon, level 56
Dugtrio, level 56
Articuno, level 57
(Nothing)
I've been trying to get it to work but haven't been having much luck.
I tried editing Master Ball's pointer to CA 64 and then using it with D35E as 0B, CC, CD, CE or E7 in Pallet Town; a 'safe' area that doesn't freeze the game because according to this, 0B, CC, CD, CE and E7 are all bank 1 maps. Unfortunately nothing happened. I wondered if I might have got them the values the wrong way round but when I set it to 64 CA it still didn't work.
I also tried activating a bank switch (35D6) with 'b' as 01 instead of using one of those aforementioned maps IDs but the game froze for some reason. :(
My original intention was that we could try getting this team using the original code with w sm. 8F might not work as the 01 (ld bc,$aabb) opcode for the number of party Pokémon and exiting the menu would mess things up (freezed the game when testing with random values).
I haven't looked into it but I suspect you could direct w sm in Yellow from the boxed Pokémon to the items as usual, switch to the right bank (probably via the map ID method), swap your items, then execute the code via w sm. This is presuming the code still exists in Yellow though.