summaryrefslogtreecommitdiff
path: root/engine/debug.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-03-10 16:16:03 -0500
committerGitHub <noreply@github.com>2018-03-10 16:16:03 -0500
commit12070ca50067d3abe36a730190f88ee43f2cace9 (patch)
treef835c3df3454c3d10f88d46eb7dfe40827362c35 /engine/debug.asm
parentb2f5362ec3582a94269212e26676d81ddbf47cdf (diff)
parent4e4d9c908362a7c69f7c2839c3c678da797373d5 (diff)
Merge pull request #496 from Rangi42/master
Label more map scripts; document more bugs [ready to merge]
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