Group item and deco data more

This commit is contained in:
Remy Oukaour 2018-01-11 01:54:49 -05:00
parent b45f89f80c
commit 2d0506ecf9
4 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,5 @@
Marts: ; 160a9
; entries correspond to MART_* constants
dw MartCherrygrove
dw MartCherrygroveDex
dw MartViolet

View File

@ -147,6 +147,6 @@ MysteryGiftFallbackItem: ; 2c722 (b:4722)
; 2c725 (b:4725)
INCLUDE "data/mystery_gift_items.asm"
INCLUDE "data/items/mystery_gift_items.asm"
INCLUDE "data/mystery_gift_decos.asm"
INCLUDE "data/decorations/mystery_gift_decos.asm"