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 /text | |
parent | 33ea880aa4f408624b967d4ab811c477e6a76784 (diff) |
Add Devolve Stoneadding-pokemon
rolls back Pokemon to their pre-evolution without degenerating stats
Diffstat (limited to 'text')
-rwxr-xr-x | text/item_names.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/text/item_names.asm b/text/item_names.asm index f20c8b8c..996936d6 100755 --- a/text/item_names.asm +++ b/text/item_names.asm @@ -97,3 +97,4 @@ ItemNames: db "11F@" db "B4F@" db "ICE STONE@" + db "DEVOLVESTONE@" |