diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-25 22:19:24 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-25 22:19:24 -0500 |
| commit | 6ebe45e41fa4d939f5a9f44e05eaf64512b59018 (patch) | |
| tree | eb77ceca4fe585001858cff5cb1157e205685e00 /data/items | |
| parent | 87514598bedf66be222d85ebbc7565c14d79e0f4 (diff) | |
Move event data to data/events/
Diffstat (limited to 'data/items')
| -rw-r--r-- | data/items/pocket_names.asm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/data/items/pocket_names.asm b/data/items/pocket_names.asm new file mode 100644 index 000000000..880e08fe3 --- /dev/null +++ b/data/items/pocket_names.asm @@ -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@" |
