diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-11 01:45:27 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-11 01:45:27 -0500 |
commit | b45f89f80c62d22cbc2a4b38ae63a2da67878ee4 (patch) | |
tree | 1e3e32a19f964692480f8599fad621af70531743 /data/items/heal_hp.asm | |
parent | cc8dac5a22a4f9307dd2f94e4bf29ee5b132c0b7 (diff) |
More constants and data tables
Diffstat (limited to 'data/items/heal_hp.asm')
-rw-r--r-- | data/items/heal_hp.asm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/data/items/heal_hp.asm b/data/items/heal_hp.asm new file mode 100644 index 000000000..a84670450 --- /dev/null +++ b/data/items/heal_hp.asm @@ -0,0 +1,18 @@ +HealingHPAmounts: ; f3af + dbw FRESH_WATER, 50 + dbw SODA_POP, 60 + dbw LEMONADE, 80 + dbw HYPER_POTION, 200 + dbw SUPER_POTION, 50 + dbw POTION, 20 + dbw MAX_POTION, MAX_STAT_VALUE + dbw FULL_RESTORE, MAX_STAT_VALUE + dbw MOOMOO_MILK, 100 + dbw BERRY, 10 + dbw GOLD_BERRY, 30 + dbw ENERGYPOWDER, 50 + dbw ENERGY_ROOT, 200 + dbw RAGECANDYBAR, 20 + dbw BERRY_JUICE, 20 + dbw -1, 0 ; end +; f3df |