more overworld wram labels

This commit is contained in:
yenatch
2013-07-20 01:25:20 -04:00
parent 92152c98fc
commit f2888a2d75
2 changed files with 16 additions and 7 deletions

View File

@@ -146,12 +146,12 @@ VBlank0: ; 2b1
xor a
ld [VBlankOccurred], a
; dec $cfb1 until 0
ld a, [$cfb1]
; dec OverworldDelay until 0
ld a, [OverworldDelay]
and a
jr z, .textdelay
dec a
ld [$cfb1], a
ld [OverworldDelay], a
.textdelay
; dec text delay counter until 0