mirror of https://github.com/pret/pokecrystal.git
Group item and deco data more
This commit is contained in:
parent
b45f89f80c
commit
2d0506ecf9
|
@ -1,4 +1,5 @@
|
|||
Marts: ; 160a9
|
||||
; entries correspond to MART_* constants
|
||||
dw MartCherrygrove
|
||||
dw MartCherrygroveDex
|
||||
dw MartViolet
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue