mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
rename ParseCommand to ParseMusicCommand
This commit is contained in:
parent
046192575e
commit
b2dd26c8a0
@ -1113,7 +1113,7 @@ ParseMusic: ; e85e1
|
||||
jr c, .readnote
|
||||
; then it's a command
|
||||
.readcommand
|
||||
call ParseCommand
|
||||
call ParseMusicCommand
|
||||
jr ParseMusic ; start over
|
||||
|
||||
.readnote
|
||||
@ -1319,7 +1319,7 @@ GetNoiseSample: ; e86c5
|
||||
ret
|
||||
; e870f
|
||||
|
||||
ParseCommand ; e870f
|
||||
ParseMusicCommand: ; e870f
|
||||
; reload command
|
||||
ld a, [CurMusicByte]
|
||||
; get command #
|
||||
|
Loading…
Reference in New Issue
Block a user