diff options
author | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
commit | 59f0507e4cd0693eb89f5ab3e44cb3c442666140 (patch) | |
tree | 331b08b7eb8c64dc3ff8c505f58a5c28763d79ad /engine/hidden_object_functions3.asm | |
parent | c9946975d4cd806c92c1aa1efef94eb41d8b9d36 (diff) |
Labelled many functions/variables
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 e613df2e..11b91cd3 100755 --- a/engine/hidden_object_functions3.asm +++ b/engine/hidden_object_functions3.asm @@ -119,7 +119,7 @@ TownMapText: ; fc12 (3:7c12) set 6, [hl] call GBPalWhiteOutWithDelay3 xor a - ld [$ffb0], a + ld [hVBlankWY], a inc a ld [H_AUTOBGTRANSFERENABLED], a call LoadFontTilePatterns |