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 | cc7a16ee5abe95bf20e566baff9679840cb243de (diff) | |
parent | 2876e629ccc31699d45e7f7092f52e314b24f23c (diff) |
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♂@@" |