diff options
| author | dannye <33dannye@gmail.com> | 2020-05-24 18:59:05 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2020-05-24 18:59:05 -0500 |
| commit | 9a8811b492115a3b078a260c0e6be37b2e4c1ee4 (patch) | |
| tree | 9404e9750120195b0756b81ae1239dec37b5e177 /text | |
| parent | 4889e8fa3ea9401a7692ed588ab24239b328f30e (diff) | |
Misc minor clean up
spotted by comparing against pokeyellow
Diffstat (limited to 'text')
| -rwxr-xr-x | text/map_names.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text/map_names.asm b/text/map_names.asm index cd9f6640..c2642942 100755 --- a/text/map_names.asm +++ b/text/map_names.asm @@ -98,7 +98,7 @@ RocketHQName: SilphCoName: db "SILPH CO.@" PokemonMansionName: - db $4a," MANSION@" + db "<pkmn> MANSION@" SafariZoneName: db "SAFARI ZONE@" CeruleanCaveName: |
