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.asm | |
| 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.asm')
| -rw-r--r-- | home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1463,7 +1463,7 @@ DisplayListMenuIDLoop:: ; 2c53 (0:2c53) ; pointless because both values are overwritten before they are read ld a,$01 ld [wMenuExitMethod],a - ld [wChosenMenuItem],a + ld [wChosenMenuItem],a xor a ld [wMenuWatchMovingOutOfBounds],a |
