diff options
author | IIMarckus <iimarckus@gmail.com> | 2011-12-14 21:52:14 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2011-12-14 21:52:14 -0700 |
commit | c04a77529ad71d190f2add9bf51d1ea40517bbb0 (patch) | |
tree | d9bef0af43f02216c78a1a5107292b7e8174f1f0 | |
parent | c88dd75ba1665ea2f92e0dd765ad1a8396745b9c (diff) |
This has already been explained.
Also, the value in the comment was wrong ($FFD6, not $FFD3).
hg-commit-id: 0c73f2ee5227
-rw-r--r-- | pokered.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 3b4695ff..ce95d012 100644 --- a/pokered.asm +++ b/pokered.asm @@ -410,7 +410,7 @@ Tset17_Coll: ClearScreen: ; 190F ; clears all tiles in the tilemap, -; then (writes 1 to $FFD3, waits for it to become 0) three times (XXX why?) +; then wait three frames ld bc,$0168 ; tilemap size inc b ld hl,$C3A0 ; TILEMAP_START |