From a81487e9c6ee271f0ffeaacd681b929c0b4afaf0 Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 23 Sep 2014 15:02:03 -0700 Subject: Rename hVBlank* constants to h*. --- engine/hidden_object_functions3.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/hidden_object_functions3.asm') diff --git a/engine/hidden_object_functions3.asm b/engine/hidden_object_functions3.asm index d3d83f08..c471c7bb 100755 --- a/engine/hidden_object_functions3.asm +++ b/engine/hidden_object_functions3.asm @@ -120,7 +120,7 @@ TownMapText: ; fc12 (3:7c12) set 6, [hl] call GBPalWhiteOutWithDelay3 xor a - ld [hVBlankWY], a + ld [hWY], a inc a ld [H_AUTOBGTRANSFERENABLED], a call LoadFontTilePatterns -- cgit v1.3.1-sl0p