summaryrefslogtreecommitdiff
path: root/engine/gfx
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-07-15 13:35:39 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-07-15 13:35:39 -0400
commit4b4ad9894eb165de673346348493e02d83549746 (patch)
tree20c078b267b5b35055f30e64e726931e63031166 /engine/gfx
parent87f24a885d888411d715171d75163bd59a609b41 (diff)
Disassemble the BLUEMONS.GB debug ROM
Diffstat (limited to 'engine/gfx')
-rwxr-xr-xengine/gfx/palettes.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/gfx/palettes.asm b/engine/gfx/palettes.asm
index f724a8a9..618e48b3 100755
--- a/engine/gfx/palettes.asm
+++ b/engine/gfx/palettes.asm
@@ -567,7 +567,7 @@ SendSGBPackets:
push de
call InitGBCPalettes
pop hl
- call EmptyFunc5
+ call EmptyFunc3
ret
.notGBC
push de
@@ -597,7 +597,7 @@ InitGBCPalettes:
jr nz, .loop
ret
-EmptyFunc5:
+EmptyFunc3:
ret
CopySGBBorderTiles: