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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user