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 | 13e28b0ece7c7888cba792cc6f7219b384213427 (diff) |
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 |