diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-05-23 14:14:13 -0400 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-05-23 14:14:13 -0400 |
| commit | 3618f25a34ca78ba424bf1977cb6e21241eedb2b (patch) | |
| tree | 8a9a1e883c228ee90373986babc31a8cab368780 /text | |
| parent | Bank15 misc functions (diff) | |
| parent | Move diploma tilemaps out of incbins (diff) | |
| download | pokeyellow-3618f25a34ca78ba424bf1977cb6e21241eedb2b.tar.gz pokeyellow-3618f25a34ca78ba424bf1977cb6e21241eedb2b.tar.xz pokeyellow-3618f25a34ca78ba424bf1977cb6e21241eedb2b.zip | |
Merge pull request #8 from PikalaxALT/master
Disassemble yellow sounds
Diffstat (limited to 'text')
| -rwxr-xr-x | text/monster_names.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text/monster_names.asm b/text/monster_names.asm index c7e0226f..3262ec02 100755 --- a/text/monster_names.asm +++ b/text/monster_names.asm @@ -1,4 +1,4 @@ -MonsterNames: ; 1c21e (7:421e) +MonsterNames: ; e8000 (3a:4000) db "RHYDON@@@@" db "KANGASKHAN" db "NIDORAN♂@@" |
