Identify some more labels

This commit is contained in:
Rangi
2021-02-05 12:44:21 -05:00
parent 7d3ea88611
commit 4264d53eb6
17 changed files with 197 additions and 201 deletions

View File

@@ -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