summaryrefslogtreecommitdiff
path: root/home/init.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2019-11-18 18:16:50 +0100
committermid-kid <esteve.varela@gmail.com>2019-11-18 18:21:57 +0100
commit739a60b33c54021c975f22d627e4b5e40206fe37 (patch)
treeb451d2dc8e34a5b40a5c8316223c3cc4a7c8600d /home/init.asm
parent1c41b2e579315ca582157fb3c824bda8ce4ecbbe (diff)
Make the map setup commands match the actual function names better
These functions used as map setup commands are used in other places, too, so I can't prefix them under the same. The names should match except I won't repeat "map" in a map setup command name.
Diffstat (limited to 'home/init.asm')
-rw-r--r--home/init.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/init.asm b/home/init.asm
index b8c4d90a9..33a727371 100644
--- a/home/init.asm
+++ b/home/init.asm
@@ -1,6 +1,6 @@
Reset::
di
- call MapSetup_Sound_Off
+ call InitSound
xor a
ldh [hMapAnims], a
call ClearPalettes
@@ -162,7 +162,7 @@ Init::
predef InitSGBBorder ; SGB init
- call MapSetup_Sound_Off
+ call InitSound
xor a
ld [wMapMusic], a
jp GameInit