diff options
author | dannye <corrnondacqb@yahoo.com> | 2017-01-06 21:28:03 -0600 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2017-01-06 21:28:03 -0600 |
commit | e51fa8ba7aefc6319a3947f8d053776c734d5c5a (patch) | |
tree | 52c64a67a3990571104c4b9d540de751a2496981 /home.asm | |
parent | c2381bb3e624e966c323610df762a299468a1728 (diff) |
Expand ow tileset by 25 tilesexpand-tileset
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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:: |