diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-07-16 08:19:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-16 08:19:11 -0400 |
| commit | d3a01f777d2bbb3bc5ec6822af893d16fda19936 (patch) | |
| tree | 20c078b267b5b35055f30e64e726931e63031166 /engine/gfx | |
| parent | Merge pull request #274 from Rangi42/master (diff) | |
| parent | Disassemble the BLUEMONS.GB debug ROM (diff) | |
| download | pokeyellow-d3a01f777d2bbb3bc5ec6822af893d16fda19936.tar.gz pokeyellow-d3a01f777d2bbb3bc5ec6822af893d16fda19936.tar.xz pokeyellow-d3a01f777d2bbb3bc5ec6822af893d16fda19936.zip | |
Merge pull request #275 from Rangi42/master
Disassemble the BLUEMONS.GB debug ROM
Diffstat (limited to 'engine/gfx')
| -rwxr-xr-x | engine/gfx/palettes.asm | 4 |
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: |
