diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-24 17:35:57 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-24 17:35:57 -0400 |
| commit | 3a5d7ec05db9ce1156863983a0427396d6f6f49b (patch) | |
| tree | b85979ed890027d54edcd4deca8be46dbf10cbf7 /data/item_prices.asm | |
| parent | Complete documentation of bank3 (diff) | |
| download | pokeyellow-3a5d7ec05db9ce1156863983a0427396d6f6f49b.tar.gz pokeyellow-3a5d7ec05db9ce1156863983a0427396d6f6f49b.tar.xz pokeyellow-3a5d7ec05db9ce1156863983a0427396d6f6f49b.zip | |
data/facing.asm, titlescreen functions, oam/sprite related functions, other misc functions
Also rename pcm-related functions.
Diffstat (limited to 'data/item_prices.asm')
| -rwxr-xr-x | data/item_prices.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/item_prices.asm b/data/item_prices.asm index aa5cb21e..ed60e56b 100755 --- a/data/item_prices.asm +++ b/data/item_prices.asm @@ -1,4 +1,4 @@ -ItemPrices: ; 4608 (1:4608) +ItemPrices: ; 4494 (1:4494) money 0 ; MASTER_BALL money 1200 ; ULTRA_BALL money 600 ; GREAT_BALL |
