diff options
-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 |