diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2020-11-29 22:47:51 +0000 |
---|---|---|
committer | SatoMew <SatoMew@users.noreply.github.com> | 2020-11-29 22:47:51 +0000 |
commit | 5d9957293c28a4d1483a02d76020a895b23d36db (patch) | |
tree | 5c4fc3d3160ede0b9102a15d014e4e8bec0b97d8 /engine | |
parent | 3756ec6dd94daf1ea5826f9bd9e30e00087f242f (diff) |
Delete unnecessary comment
Diffstat (limited to 'engine')
-rw-r--r-- | engine/overworld/update_map.asm | 2 |
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 |