How to decode the Nintendo logo from gameboy?

后端 未结 3 1575
眼角桃花
眼角桃花 2021-02-19 06:22

I\'ve tried to decode the following bitmap using the background pallete scheme described at http://imrannazar.com/GameBoy-Emulation-in-JavaScript:-Graphics

<
3条回答
  •  一生所求
    2021-02-19 07:11

    Clarification:

    And there is a kind of enryption/compression on the logo.

    1. You must sort the hexstring (decrypt)
    2. You must draw each bit 4 times (decompress) As pokechu22 said before.

提交回复
热议问题