You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
rename ParseCommand to ParseMusicCommand
This commit is contained in:
@ -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 #
|
||||
|
Reference in New Issue
Block a user