summaryrefslogtreecommitdiff
path: root/data/items
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-26 19:00:07 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-26 19:11:18 -0400
commit0b33dabae2d43591a964774154f8bec5bf7194b1 (patch)
treeb51d8de7de034c38081a679abf8c9a14efd8bfaa /data/items
parent9ce922493398842b2e91383a08098f20249d44c7 (diff)
Disassemble map scenes and events.
Diffstat (limited to 'data/items')
-rw-r--r--data/items/pocket_names.asm11
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 00000000..880e08fe
--- /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@"