diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-31 19:01:13 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-31 19:01:13 -0400 |
| commit | 1143019ac61bf88e0e4e3d62cdfaad6f846a5c67 (patch) | |
| tree | aa93210324404bca9850c5d73e502cd33b3723e8 /home | |
| parent | Define a constant for the ghost Marowak (hard-coded throughout the engine, li... (diff) | |
| download | pokeyellow-1143019ac61bf88e0e4e3d62cdfaad6f846a5c67.tar.gz pokeyellow-1143019ac61bf88e0e4e3d62cdfaad6f846a5c67.tar.xz pokeyellow-1143019ac61bf88e0e4e3d62cdfaad6f846a5c67.zip | |
Separate the two lists of unused names
Diffstat (limited to 'home')
| -rw-r--r-- | home/names2.asm | 2 |
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 |
