diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-21 20:58:19 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-21 21:04:21 -0500 |
| commit | 4d88812f40c4165e4b893a0631fa658e72d17874 (patch) | |
| tree | aeb2841a1a0ab15ee9ecadcb44d337875f90b9e8 /home | |
| parent | Merge pull request #106 from YamaArashi/master (diff) | |
| download | pokeyellow-4d88812f40c4165e4b893a0631fa658e72d17874.tar.gz pokeyellow-4d88812f40c4165e4b893a0631fa658e72d17874.tar.xz pokeyellow-4d88812f40c4165e4b893a0631fa658e72d17874.zip | |
Name some battle sound effects
Diffstat (limited to 'home')
| -rw-r--r-- | home/text.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/text.asm b/home/text.asm index 89708306..d57fc03f 100644 --- a/home/text.asm +++ b/home/text.asm @@ -627,12 +627,12 @@ TextCommand0B:: ; 1c31 (0:1c31) ; format: text command ID, sound ID or cry ID TextCommandSounds:: ; 1c64 (0:1c64) db $0B,SFX_GET_ITEM_1 - db $12,SFX_BATTLE_06 + db $12,SFX_CAUGHT_MON db $0E,SFX_POKEDEX_RATING db $0F,SFX_GET_ITEM_1 db $10,SFX_GET_ITEM_2 db $11,SFX_GET_KEY_ITEM - db $13,SFX_BATTLE_05 + db $13,SFX_DEX_PAGE_ADDED db $14,NIDORINA ; used in OakSpeech db $15,PIDGEOT ; used in SaffronCityText12 db $16,DEWGONG ; unused? |
