diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-05-31 22:52:46 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-05-31 22:52:46 -0400 |
commit | b15511b87a33187d44470ca3b0ee84a94cbf1c94 (patch) | |
tree | 104fabfcb74765ff9a7ce753e975f8d4e85cb920 /constants/name_constants.asm | |
parent | 9fb2292f5508522e09978e49b1daf04ebfbe0c25 (diff) |
Cleaned up code. Found the unknown_string_funcs in pokered, they deal with Items. Re-ordered to the Item TM/HM Constants for functions to make sense
Diffstat (limited to 'constants/name_constants.asm')
-rwxr-xr-x | constants/name_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/name_constants.asm b/constants/name_constants.asm new file mode 100755 index 0000000..7e35ebb --- /dev/null +++ b/constants/name_constants.asm @@ -0,0 +1,2 @@ +; Name Lists
+ITEM_NAME EQU 4
\ No newline at end of file |