From fe02309fe38d8be4f0a087c63ca7d63cc9cab859 Mon Sep 17 00:00:00 2001 From: dannye Date: Mon, 8 Aug 2016 15:35:13 -0500 Subject: Add Devolve Stone rolls back Pokemon to their pre-evolution without degenerating stats --- data/item_prices.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'data') diff --git a/data/item_prices.asm b/data/item_prices.asm index 4198ccff..18ddebca 100755 --- a/data/item_prices.asm +++ b/data/item_prices.asm @@ -97,3 +97,4 @@ ItemPrices: money 0 ; FLOOR_11F money 0 ; FLOOR_B4F money 2100 ; ICE_STONE + money 2100 ; DEVOLVE_STONE -- cgit v1.2.3