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