diff options
author | yenatch <yenatch@gmail.com> | 2014-09-23 15:02:03 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-09-23 15:02:03 -0700 |
commit | a81487e9c6ee271f0ffeaacd681b929c0b4afaf0 (patch) | |
tree | 411e4d684f723edb152ca1631a215c12f980c44c /engine/overworld/cut.asm | |
parent | 6866df277f7f7685ae087c9e54d537873a941575 (diff) |
Rename hVBlank* constants to h*.
Diffstat (limited to 'engine/overworld/cut.asm')
-rwxr-xr-x | engine/overworld/cut.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/overworld/cut.asm b/engine/overworld/cut.asm index f57b6465..7b92bca3 100755 --- a/engine/overworld/cut.asm +++ b/engine/overworld/cut.asm @@ -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 |