diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-08-24 00:23:38 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-08-25 21:42:59 -0500 |
commit | 8a9db5ef59ea0220a5cad88d59bf7c5f92c048b8 (patch) | |
tree | 90b606a93214ba4ae791e945562b6b5ca5937206 /text | |
parent | 364e6a058a763ccc41f0dab3225072a9b452920b (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 105196fb..6b83f594 100755 --- a/text/item_names.asm +++ b/text/item_names.asm @@ -97,3 +97,4 @@ ItemNames: ; 472b (1:472b) db "11F@" db "B4F@" db "ICE STONE@" + db "DEVOLVESTONE@" |