I have been working on a CHIP8 emulator and am using the hex-editor in notepad++ to view the hex values. I happened to notice that some of the games like "Blitz" by David Winter have an odd number of bytes.
In CHIP8, each opcode is 2 bytes long, so there should be an even number of bytes, right?