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/hidden_object_functions3.asm | |
parent | 6866df277f7f7685ae087c9e54d537873a941575 (diff) |
Rename hVBlank* constants to h*.
Diffstat (limited to 'engine/hidden_object_functions3.asm')
-rwxr-xr-x | engine/hidden_object_functions3.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |