diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-08-08 15:35:13 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-08-08 15:35:13 -0500 |
commit | fe02309fe38d8be4f0a087c63ca7d63cc9cab859 (patch) | |
tree | 6722b75c0cb6e2477e67fb1976a40331ed365546 /wram.asm | |
parent | 33ea880aa4f408624b967d4ab811c477e6a76784 (diff) |
Add Devolve Stoneadding-pokemon
rolls back Pokemon to their pre-evolution without degenerating stats
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2917,7 +2917,10 @@ wRoute18GateCurScript:: ; d669 wGameProgressFlagsEnd:: wEvolutionData:: - ds 56 + ds 50 + +wDevolveMons:: + ds 6 wObtainedHiddenItemsFlags:: ds 14 |