You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Move event data to data/events/
This commit is contained in:
11
data/items/pocket_names.asm
Normal file
11
data/items/pocket_names.asm
Normal file
@@ -0,0 +1,11 @@
|
||||
ItemPocketNames:
|
||||
; entries correspond to item type constants
|
||||
dw .Item
|
||||
dw .Key
|
||||
dw .Ball
|
||||
dw .TM
|
||||
|
||||
.Item: db "ITEM POCKET@"
|
||||
.Key: db "KEY POCKET@"
|
||||
.Ball: db "BALL POCKET@"
|
||||
.TM: db "TM POCKET@"
|
Reference in New Issue
Block a user