diff options
| author | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-18 08:41:39 -0400 |
|---|---|---|
| committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-06-18 08:41:39 -0400 |
| commit | 12823eea3ea185d98e06320a0ee1a3baba1a0986 (patch) | |
| tree | 1266f7289685c6d205f848a49afe938390a1ce2a /home | |
| parent | a9ae89792cd54bf32e619eb00f38d16cbfaaf656 (diff) | |
Added in macros for scripts, queue
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 |
