summaryrefslogtreecommitdiff
path: root/home/fade.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-06-12 11:51:59 -0700
committerGitHub <noreply@github.com>2016-06-12 11:51:59 -0700
commitbfaabd08be0a790dff961276d76af3e1af4e6e24 (patch)
tree60742e693805fd75031079e8d3b8a87847452d1e /home/fade.asm
parent2b2c6fefd311101c87845c8c498746dc74bd725f (diff)
parent3ab3f4273b1288883a43b64cae4191dfa6d2313e (diff)
Merge pull request #135 from YamaArashi/master
sync tileset WRAM labels
Diffstat (limited to 'home/fade.asm')
-rw-r--r--home/fade.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/fade.asm b/home/fade.asm
index 08e087b4..9482fcb0 100644
--- a/home/fade.asm
+++ b/home/fade.asm
@@ -1,7 +1,7 @@
; These routines manage gradual fading
; (e.g., entering a doorway)
LoadGBPal::
- ld a, [wMapPalOffset] ;tells if cur.map is dark (requires HM5_FLASH?)
+ ld a, [wMapPalOffset] ;tells if wCurMap is dark (requires HM5_FLASH?)
ld b, a
ld hl, FadePal4
ld a, l