summaryrefslogtreecommitdiff
path: root/src/engine/home.asm
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-01-07 00:21:51 -0600
committerdannye <33dannye@gmail.com>2021-01-07 00:21:51 -0600
commit62de45a387eb955c730aa08400cd1895e35ce2d7 (patch)
tree46622e8cb412565d7b58b41a664c5a5153062fd4 /src/engine/home.asm
parent6370bdeaeea201c215c1c667f06d72218c6da6a7 (diff)
Add Script_Tech1
and fix play_song script command
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r--src/engine/home.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm
index 7a3714d..f255bb4 100644
--- a/src/engine/home.asm
+++ b/src/engine/home.asm
@@ -11331,7 +11331,7 @@ DivideBCbyDE: ; 3c5a (0:3c5a)
jr nz, .asm_3c63
ret
-CallPlaySong: ; 3c83 (0:3c83)
+ScriptPlaySong: ; 3c83 (0:3c83)
call PlaySong
ret