diff options
Diffstat (limited to 'home')
| -rwxr-xr-x | home/music.asm | 4 | ||||
| -rw-r--r-- | home/names.asm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/home/music.asm b/home/music.asm index 79bffea..8d908f0 100755 --- a/home/music.asm +++ b/home/music.asm @@ -10,7 +10,7 @@ PlayMapMusic: ; 00:3de1 cp e
jr z, .dont_play
push de
- ld de, $0000
+ ld de, 0
call PlayMusic
call DelayFrame
pop de
@@ -23,4 +23,4 @@ PlayMapMusic: ; 00:3de1 pop bc
pop de
pop hl
- ret
\ No newline at end of file + ret
diff --git a/home/names.asm b/home/names.asm index 162154d..aacd285 100644 --- a/home/names.asm +++ b/home/names.asm @@ -259,4 +259,4 @@ GetNick: ; 00:3a97 callab CorrectNickErrors pop bc pop hl - ret
\ No newline at end of file + ret |
