Guides:SRAM Glitch ACE Setups (Yellow): Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
Line 329: Line 329:


At this point, there are certain side effects that have been introduced by the setup:
At this point, there are certain side effects that have been introduced by the setup:
* By picking up Eevee, we have flagged its poké ball as "obtained"
* Setting up SRAM glitch has given us a party of 255 pokémon.
* We currently have two badges set as obtained
* The item pack currently has 255 items.
* The current active box is filled with nicknamed Eevees
* The item code is currently still required to run the Nickname Writer.
* Setting up SRAM glitch has given us a party of 255 pokémon
* We are currently located in the Celadon Pokémon center, while we need to return to Pallet Town to pick up the starter pokémon.
* The item pack currently has 255 items
* Our pokédex currently has 152 pokémon species caught, preventing the story from continuing.
* The item code is currently still required to run the Nickname Writer
* We are currently located in the Celadon Pokémon center, while we need to return to Pallet Town to pick up the starter pokémon
* Our pokédex currently has 152 pokémon species caught, preventing the story from continuing


We will be removing all these side effect using the Nickname Writer. The nicknames we need to enter will be generated by the [https://timovm.github.io/NicknameConverter/ Nickname Converter webtool]. Simply open the link, copy paste the entire code below into the converter, then press the "Run" button to display the list of nicknames. Please make sure that you use the Nickname Writer within a poké center, to ensure that the checksums are displayed properly.
We will be removing all these side effect using the Nickname Writer. The nicknames we need to enter will be generated by the [https://timovm.github.io/NicknameConverter/ Nickname Converter webtool]. Simply open the link, copy paste the entire code below into the converter, then press the "Run" button to display the list of nicknames. Please make sure that you use the Nickname Writer within a poké center, to ensure that the checksums are displayed properly.
Line 344: Line 347:
! French || German || Italian || Spanish
! French || German || Italian || Spanish
|-
|-
| <pre>AF 01 26 00 21
| <pre>21 B2 D5 CB AE
AF EA 5A D3 21
84 DA 22 3D 22
AF 01 26 00 21
FB D2 22 0D 20
FB D2 22 0D 20
FC 2E B5 22 22
FC 2E B5 22 22
23 23 22 22 EA
23 23 22 22 EA
67 D1 EA 21 D3
67 D1 EA 21 D3
01 01 63 CD 42
01 01 59 CD 42
3E 21 65 DA 36
3E 21 65 DA 36
2E 23 36 DD C9
6E 23 36 D6 C9
</pre>
</pre>
||<pre>AF 01 26 00 21
||<pre>21 B2 D5 CB AE
AF EA 5A D3 21
84 DA 22 3D 22
AF 01 26 00 21
FB D2 22 0D 20
FB D2 22 0D 20
FC 2E B5 22 22
FC 2E B5 22 22
23 23 22 22 EA
23 23 22 22 EA
67 D1 EA 21 D3
67 D1 EA 21 D3
01 01 63 CD 44
01 01 59 CD 44
3E 21 65 DA 36
3E 21 65 DA 36
2E 23 36 DD C9</pre>
6E 23 36 D6 C9
|| <pre>AF 01 26 00 21
</pre>
|| <pre>21 B2 D5 CB AE
AF EA 5A D3 21
84 DA 22 3D 22
AF 01 26 00 21
FB D2 22 0D 20
FB D2 22 0D 20
FC 2E B5 22 22
FC 2E B5 22 22
23 23 22 22 EA
23 23 22 22 EA
67 D1 EA 21 D3
67 D1 EA 21 D3
01 01 63 CD 3D
01 01 59 CD 3D
3E 21 65 DA 36
3E 21 65 DA 36
2E 23 36 DD C9</pre>
6E 23 36 D6 C9</pre>
|| <pre>AF 01 26 00 21
|| <pre>21 B2 D5 CB AE
AF EA 5A D3 21
84 DA 22 3D 22
AF 01 26 00 21
FB D2 22 0D 20
FB D2 22 0D 20
FC 2E B5 22 22
FC 2E B5 22 22
23 23 22 22 EA
23 23 22 22 EA
67 D1 EA 21 D3
67 D1 EA 21 D3
01 01 63 CD 44
01 01 59 CD 44
3E 21 65 DA 36
3E 21 65 DA 36
2E 23 36 DD C9
6E 23 36 D6 C9
</pre>
</pre>
|}
|}


Once all 8 codes have been entered and verified, you can press START during input mode to execute the code.
Once all 11 codes have been entered and verified, you can press START during input mode to execute the code.


This will activate the following effects:
This will reset all Pokédex flags, removes all party pokémon, resets the bag, gives the ACE item and alters the exit of the poké center to lead out to Pallet Town.
* Reset the state of Eevee's poké ball, allowing it to be picked up again at a later point
* Reset all badges
* Empty the current active box
* Reset all Pokédex flags
* Removes all party pokémon
* Resets the bag, removing all items aside from 4F and removing the inventory underflow state
* Alters the exit of the poké center to lead out to Pallet Town


From this point onward, you can exit the Poké Center and continue the story as normal.
From this point onward, you can exit the Poké Center and continue the story as normal.