diff options
author | yenatch <yenatch@gmail.com> | 2017-12-25 19:01:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-25 19:01:36 -0500 |
commit | 73db02d3cdaf81a214ec6faa5462195618a80a48 (patch) | |
tree | b4d1a5187fda9da6186c52c03e836a5ff8f4dd90 /engine/start_battle.asm | |
parent | ec8c9688ce970b9c3b63a5b287a99542f0bc9984 (diff) | |
parent | 29b41068cb0644956494dd2b7b75331a336b8d26 (diff) |
Merge pull request #433 from roukaour/master
More code cleanup
Diffstat (limited to 'engine/start_battle.asm')
-rw-r--r-- | engine/start_battle.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/start_battle.asm b/engine/start_battle.asm index d23fe1f15..8d510b72e 100644 --- a/engine/start_battle.asm +++ b/engine/start_battle.asm @@ -191,7 +191,7 @@ ClearBattleRAM: ; 2ef18 call ClearWindowData ld hl, hBGMapAddress - xor a + xor a ; LOW(VBGMap0) ld [hli], a - ld [hl], VBGMap0 / $100 + ld [hl], HIGH(VBGMap0) ret |