naming and moving stuff

This commit is contained in:
Henny022p
2021-03-23 00:33:29 +01:00
parent 5cebf089fd
commit cc206a73ab
147 changed files with 441 additions and 290 deletions
+3 -3
View File
@@ -651,17 +651,17 @@
.2byte \action
.endm
.macro SoundReq s:req
.macro PlaySound s:req
.2byte 0x087b
.2byte \s
.endm
.macro SoundReq2 s:req
.macro PlayBgm s:req
.2byte 0x087c
.2byte \s
.endm
.macro SoundReq3 w:req
.macro SoundReq w:req
.2byte 0x0c7d
.4byte \w
.endm