From e51fa8ba7aefc6319a3947f8d053776c734d5c5a Mon Sep 17 00:00:00 2001 From: dannye Date: Fri, 6 Jan 2017 21:28:03 -0600 Subject: Expand ow tileset by 25 tiles --- home.asm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'home.asm') diff --git a/home.asm b/home.asm index def6200a..8b64d2ef 100644 --- a/home.asm +++ b/home.asm @@ -3103,15 +3103,15 @@ LoadTextBoxTilePatterns:: bit 7, a ; is the LCD enabled? jr nz, .on .off - ld hl, TextBoxGraphics - ld de, vChars2 + $600 - ld bc, TextBoxGraphicsEnd - TextBoxGraphics + ld hl, TextBoxGraphics + $190 + ld de, vChars2 + $790 + ld bc, TextBoxGraphicsEnd - TextBoxGraphics - $190 ld a, BANK(TextBoxGraphics) jp FarCopyData2 ; if LCD is off, transfer all at once .on - ld de, TextBoxGraphics - ld hl, vChars2 + $600 - lb bc, BANK(TextBoxGraphics), (TextBoxGraphicsEnd - TextBoxGraphics) / $10 + ld de, TextBoxGraphics + $190 + ld hl, vChars2 + $790 + lb bc, BANK(TextBoxGraphics), (TextBoxGraphicsEnd - TextBoxGraphics) / $10 - $19 jp CopyVideoData ; if LCD is on, transfer during V-blank LoadHpBarAndStatusTilePatterns:: -- cgit v1.2.3