diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-14 19:43:35 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-14 19:43:35 -0500 |
commit | 7a09fc9f750aec50dd568226083b279004ffe155 (patch) | |
tree | 75e44e3f065700c4a1a4c4ccb769e3f355b06585 /engine/debug.asm | |
parent | eb3102200f66e3aa1688e4e52429fcac4b0272fa (diff) |
GFX tile sizes in decimal
Diffstat (limited to 'engine/debug.asm')
-rwxr-xr-x | engine/debug.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/debug.asm b/engine/debug.asm index d95676db8..c36652148 100755 --- a/engine/debug.asm +++ b/engine/debug.asm @@ -1061,9 +1061,9 @@ TilesetColorTest: call WaitBGMap2 xor a ld [hBGMapMode], a - ld de, DebugColorTestGFX + $10 + ld de, DebugColorTestGFX + 1 tiles ld hl, vTiles2 tile $6a - lb bc, BANK(DebugColorTestGFX), $16 + lb bc, BANK(DebugColorTestGFX), 22 call Request2bpp ld de, DebugColorTestGFX ld hl, vTiles1 |