summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2020-11-29 22:47:51 +0000
committerSatoMew <SatoMew@users.noreply.github.com>2020-11-29 22:47:51 +0000
commit5d9957293c28a4d1483a02d76020a895b23d36db (patch)
tree5c4fc3d3160ede0b9102a15d014e4e8bec0b97d8
parent3756ec6dd94daf1ea5826f9bd9e30e00087f242f (diff)
Delete unnecessary comment
-rw-r--r--engine/overworld/update_map.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/update_map.asm b/engine/overworld/update_map.asm
index 26334733..dbf28dae 100644
--- a/engine/overworld/update_map.asm
+++ b/engine/overworld/update_map.asm
@@ -56,7 +56,7 @@ RedrawMapView:
push af
xor a
ldh [hAutoBGTransferEnabled], a
- ldh [hTileAnimations], a ; no flower/water BG tile animations
+ ldh [hTileAnimations], a
call LoadCurrentMapView
call RunDefaultPaletteCommand
ld hl, wMapViewVRAMPointer