mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Rename hVBlank* constants to h*.
This commit is contained in:
parent
6866df277f
commit
a81487e9c6
16 changed files with 45 additions and 45 deletions
|
|
@ -38,14 +38,14 @@ asm_ef82: ; ef82 (3:6f82)
|
|||
call ClearSprites
|
||||
call RestoreScreenTilesAndReloadTilePatterns
|
||||
ld a, $90
|
||||
ld [hVBlankWY], a
|
||||
ld [hWY], a
|
||||
call Delay3
|
||||
call LoadGBPal
|
||||
call LoadCurrentMapView
|
||||
call SaveScreenTilesToBuffer2
|
||||
call Delay3
|
||||
xor a
|
||||
ld [hVBlankWY], a
|
||||
ld [hWY], a
|
||||
ld hl, UsedCutText
|
||||
call PrintText
|
||||
call LoadScreenTilesFromBuffer2
|
||||
|
|
@ -63,7 +63,7 @@ asm_ef82: ; ef82 (3:6f82)
|
|||
ld a, (SFX_02_56 - SFX_Headers_02) / 3
|
||||
call PlaySound
|
||||
ld a, $90
|
||||
ld [hVBlankWY], a
|
||||
ld [hWY], a
|
||||
call UpdateSprites
|
||||
jp RedrawMapView
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue