summaryrefslogtreecommitdiff
path: root/engine/gfx/cgb_layouts.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-10-23 15:35:31 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-10-23 16:04:03 -0400
commit26ddba8cfd8f035c06bd6419b64a6c4d7dbc226f (patch)
tree59b90025ea24099165b3699e8bc1709ecb76e63e /engine/gfx/cgb_layouts.asm
parent3c8bf3c01d3ecb3d253cbf4399f472c3a5ae4f99 (diff)
Identify some more labels, mostly WRAM
Diffstat (limited to 'engine/gfx/cgb_layouts.asm')
-rw-r--r--engine/gfx/cgb_layouts.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gfx/cgb_layouts.asm b/engine/gfx/cgb_layouts.asm
index d62fdaf0..5fb23062 100644
--- a/engine/gfx/cgb_layouts.asm
+++ b/engine/gfx/cgb_layouts.asm
@@ -303,7 +303,7 @@ _CGB_BillsPC:
ldh [hCGBPalUpdate], a
ret
-Function95a0:
+Function95a0: ; unreferenced
ld hl, BillsPCOrangePalette
call LoadHLPaletteIntoDE
jr .GotPalette