From 12823eea3ea185d98e06320a0ee1a3baba1a0986 Mon Sep 17 00:00:00 2001 From: Pokeglitch Date: Mon, 18 Jun 2018 08:41:39 -0400 Subject: Added in macros for scripts, queue --- home/music.asm | 4 ++-- home/names.asm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'home') 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 -- cgit v1.2.3