You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Identify some more labels
This commit is contained in:
@@ -26,11 +26,11 @@ _PlayBattleAnim:
|
||||
|
||||
ld c, 1
|
||||
ldh a, [rKEY1]
|
||||
bit 7, a
|
||||
jr nz, .asm_cc0ff
|
||||
bit 7, a ; check CGB double speed mode
|
||||
jr nz, .got_speed
|
||||
ld c, 3
|
||||
|
||||
.asm_cc0ff
|
||||
.got_speed
|
||||
ld hl, hVBlank
|
||||
ld a, [hl]
|
||||
push af
|
||||
|
Reference in New Issue
Block a user