summaryrefslogtreecommitdiff
path: root/engine/debug.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-03-02 19:39:16 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2018-03-02 19:39:16 -0500
commitbde9ffff6e8d174d6c76cea3f0c42f903b38abd1 (patch)
tree3f36c74a7e63ce2390d406d476422784572d1569 /engine/debug.asm
parentfb2ac9e210be5ed47377c8a6a72e533edd64c1fa (diff)
Improve some code labels
Diffstat (limited to 'engine/debug.asm')
-rwxr-xr-xengine/debug.asm10
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/debug.asm b/engine/debug.asm
index 1904c240e..4c3110fe1 100755
--- a/engine/debug.asm
+++ b/engine/debug.asm
@@ -181,13 +181,13 @@ Function819a7: ; 819a7
push af
ld a, BANK(wBGPals2)
ld [rSVBK], a
- ld hl, Palette_819f4
+ ld hl, Palette_DebugBG
ld de, wBGPals2
ld bc, 16 palettes
call CopyBytes
ld a, 1 << rBGPI_AUTO_INCREMENT
ld [rBGPI], a
- ld hl, Palette_819f4
+ ld hl, Palette_DebugBG
ld c, 8 palettes
xor a
.asm_819c8
@@ -196,7 +196,7 @@ Function819a7: ; 819a7
jr nz, .asm_819c8
ld a, 1 << rOBPI_AUTO_INCREMENT
ld [rOBPI], a
- ld hl, Palette_81a34
+ ld hl, Palette_DebugOB
ld c, 8 palettes
.asm_819d6
ld a, [hli]
@@ -216,10 +216,10 @@ Function819a7: ; 819a7
ret
; 819f4
-Palette_819f4: ; 819f4
+Palette_DebugBG: ; 819f4
INCLUDE "gfx/debug/bg.pal"
-Palette_81a34: ; 81a34
+Palette_DebugOB: ; 81a34
INCLUDE "gfx/debug/ob.pal"
; 81a74