diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-11 22:44:25 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-11 22:44:25 -0500 |
commit | f1f84743f7759a0f808f935add82439ba6637d2b (patch) | |
tree | ca14418f7a9d6925b61acef808893a36bc721e89 /items | |
parent | fe9cb90049ab0ab3a2fbb988539ed46afb0b6433 (diff) |
Keep table labels in the same files as their contents.
Diffstat (limited to 'items')
-rw-r--r-- | items/item_names.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/items/item_names.asm b/items/item_names.asm index 7a31888b6..f44100ab3 100644 --- a/items/item_names.asm +++ b/items/item_names.asm @@ -1,3 +1,4 @@ +ItemNames:: db "MASTER BALL@" db "ULTRA BALL@" db "BRIGHTPOWDER@" |