Removing version differences, and adding Mew

This commit is contained in:
MementoMartha 2022-09-25 14:03:04 +01:00
parent d7940ad08b
commit f74055e77b
60 changed files with 245 additions and 621 deletions

View file

@ -46,7 +46,7 @@ ReplaceTileBlock:
call CompareHLWithBC
ret c ; return if the replaced tile block is above the map view in memory
RedrawMapView:
RedrawMapView::
ld a, [wIsInBattle]
inc a
ret z