diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-06-05 16:39:42 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-06-05 16:39:42 -0400 |
| commit | 08fb4c22ef11f7ea99abe9c6ff0e73bbcd8fb239 (patch) | |
| tree | 7b5d7d54ed3ce4cebd9b3e2809c5ce54e8eaddfd /text/map_names.asm | |
| parent | Merge pull request #10 from PikalaxALT/master (diff) | |
| parent | This looks like Gen 2's object animation engine (diff) | |
| download | pokeyellow-08fb4c22ef11f7ea99abe9c6ff0e73bbcd8fb239.tar.gz pokeyellow-08fb4c22ef11f7ea99abe9c6ff0e73bbcd8fb239.tar.xz pokeyellow-08fb4c22ef11f7ea99abe9c6ff0e73bbcd8fb239.zip | |
Merge pull request #11 from PikalaxALT/master
MILESTONE: Finish disassembly
Diffstat (limited to 'text/map_names.asm')
| -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 dd8592be..0338cba3 100755 --- a/text/map_names.asm +++ b/text/map_names.asm @@ -98,7 +98,7 @@ RocketHQName: ; 7167a (1c:567a) SilphCoName: ; 71684 (1c:5684) db "SILPH CO.@" PokemonMansionName: ; 7168e (1c:568e) - db $4a," MANSION@" + db "<pkmn> MANSION@" SafariZoneName: ; 71698 (1c:5698) db "SAFARI ZONE@" CeruleanCaveName: ; 716a4 (1c:56a4) |
