summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-08-31 19:01:13 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-08-31 19:01:13 -0400
commit1143019ac61bf88e0e4e3d62cdfaad6f846a5c67 (patch)
treeaa93210324404bca9850c5d73e502cd33b3723e8 /home
parent8ce20e5c31ed2255e708e6a38c7b75d3d8bee48c (diff)
Separate the two lists of unused names
Diffstat (limited to 'home')
-rw-r--r--home/names2.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/names2.asm b/home/names2.asm
index 71f6c646..39ba1f55 100644
--- a/home/names2.asm
+++ b/home/names2.asm
@@ -2,7 +2,7 @@ NamePointers::
; entries correspond to *_NAME constants
dw MonsterNames
dw MoveNames
- dw UnusedNames
+ dw UnusedBadgeNames
dw ItemNames
dw wPartyMonOT ; player's OT names list
dw wEnemyMonOT ; enemy's OT names list