diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-11 01:54:49 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-11 01:54:49 -0500 |
| commit | 2d0506ecf9daa96f42cbfc1ee4fd612020241dd5 (patch) | |
| tree | 07e9244ba02d4279d33e740f2a16a4f1128ad027 /data/items | |
| parent | b45f89f80c62d22cbc2a4b38ae63a2da67878ee4 (diff) | |
Group item and deco data more
Diffstat (limited to 'data/items')
| -rw-r--r-- | data/items/marts.asm | 1 | ||||
| -rw-r--r-- | data/items/mystery_gift_items.asm | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/data/items/marts.asm b/data/items/marts.asm index 36572a9c7..fd156225d 100644 --- a/data/items/marts.asm +++ b/data/items/marts.asm @@ -1,4 +1,5 @@ Marts: ; 160a9 +; entries correspond to MART_* constants dw MartCherrygrove dw MartCherrygroveDex dw MartViolet diff --git a/data/items/mystery_gift_items.asm b/data/items/mystery_gift_items.asm new file mode 100644 index 000000000..b2379071e --- /dev/null +++ b/data/items/mystery_gift_items.asm @@ -0,0 +1,40 @@ +MysteryGiftItems: ; 2c725 + db BERRY + db PRZCUREBERRY + db MINT_BERRY + db ICE_BERRY + db BURNT_BERRY + db PSNCUREBERRY + db GUARD_SPEC + db X_DEFEND + db X_ATTACK + db BITTER_BERRY + db DIRE_HIT + db X_SPECIAL + db X_ACCURACY + db EON_MAIL + db MORPH_MAIL + db MUSIC_MAIL + db MIRACLEBERRY + db GOLD_BERRY + db REVIVE + db GREAT_BALL + db SUPER_REPEL + db MAX_REPEL + db ELIXER + db ETHER + db WATER_STONE + db FIRE_STONE + db LEAF_STONE + db THUNDERSTONE + db MAX_ETHER + db MAX_ELIXER + db MAX_REVIVE + db SCOPE_LENS + db HP_UP + db PP_UP + db RARE_CANDY + db BLUESKY_MAIL + db MIRAGE_MAIL +MysteryGiftItemsEnd: +; 2c74a |
